/* GENERAL */
body { font-family: 'Noto Sans', sans-serif; font-size: 14px; color: #4d4d4d; line-height: 1.5; text-align: center; min-width: 1020px }
h1, h2, h3, h4, h5, h6, p, th, td, dd, dt, li, blockquote { text-align: left; }
body, header ul, nav ul, .subfoot ul, footer ul { padding: 0; margin: 0; }
aside ul, section ul, section ol, .cta ul { padding: 0; }
img, iframe { max-width: 100%; }
a img, iframe { border: none; }
a, aside a:hover, .news li a:hover, .products a:hover h2 { text-decoration: none; color: #1980bc; }
a:hover { text-decoration: underline; }
nav a:hover, .featured a:hover, .cycle-slideshow a:hover, .products a:hover { text-decoration: none; }
hr { border-width: 1px; border-color: #eee; border-style: none none solid; margin: 25px 0; }
.imgLeft { float: left; margin: 5px 4% 1% 1%; }
.imgCenter { display: block; margin: 0 auto; }
.imgRight { float: right; margin: 5px 1% 1% 4%; max-width: 45% }
.clear { clear: both; }
.center { text-align: center; }
.wrap { max-width: 1020px; display: block; margin: 0 auto; position: relative; }
nav ul, .partners li, .testimonials > div, .subfoot ul { display: inline-block; vertical-align: middle; }
nav li, aside, section, .featured a, .news, .about, .halfCol, .triCol, .cta .wrap > div, .products a, form div, footer ul, .subfoot li { display: inline-block; vertical-align: top; }
.hide { display: none !important }
.table { display: table; width: 100%;  }
.table.pad { padding: 0 20px; width: calc(100% - 40px) }
.table > div { display: table-cell; position: relative; vertical-align: top; }
.table.half > div { width: 48%; }
.table.half > div:nth-of-type(odd) { padding-right: 2%; }
.table.half > div:nth-of-type(even) { padding-left: 2%; }
/* HEADER */
header { background-image: url(/images-design/header-bg.jpg); background-size: cover; background-position: center; padding: 25px 0 20px; }
/* NAVIGATION */
nav { font-size: 0; background-color: #c71425; padding: 0; }
nav ul { width: 50%; font-size: 13px; font-weight: bold; }
nav ul:first-of-type, .subfoot ul:first-of-type { text-align: left; }
nav ul:last-of-type, .subfoot ul:last-of-type { text-align: right; }
nav a { color: #fff; padding: 5px 10px; margin: 5px; display: block }
nav a:hover { color: #ccc; }
nav ul ul { display: none; max-width: 225px; background-color: #c71425; position: absolute; z-index: 999; border-top: 1px solid #fff; }
nav ul ul li, nav ul ul li a { display: block; }
nav ul ul li { border-bottom: 1px solid #fff; }
nav ul li:hover > ul { display: block; }
/* SLIDESHOW */
.cycle-slideshow { height: 500px; text-align: left; position: relative; overflow: hidden; }
.cycle-slideshow .wrap { top: 40%; transform: translateY(-40%); }
.cycle-slideshow a { display: block; width: 100%; height: 100%; margin: 0 auto; position: relative; background-size: cover; background-position: center; padding: 0 20px }
.cycle-slideshow h1, .cycle-slideshow p { max-width: 400px; color: #fff; }
.cycle-slideshow h1 { font-size: 32px; margin: 0; }
.cycle-slideshow p { font-size: 18px; }
.cycle-prev, .cycle-next { visibility: hidden; position: absolute; top: 0; width: 5%; z-index: 999; height: 100%; cursor: pointer; background-position: 50% 50%; background-repeat: no-repeat; opacity: .2; }
.cycle-prev { left: 0; background-image: url(/images-design/arrow-prev.png); }
.cycle-next { right: 0; background-image: url(/images-design/arrow-next.png); }
.cycle-prev:hover, .cycle-next:hover { opacity: .4; }
.slide1 { background-image: url(/images-design/slides/1.jpg); }
.slide2 { background-image: url(/images-design/slides/2.jpg); }
/* BANNERS */
.banner { height: 300px; background-size: cover; }
.banner.prod { background-image: url(/images-design/banners/phone.jpg); }
.banner.thanks { background-image: url(/images-design/banners/handshake.jpg); background-position: center; }
/* ASIDE */
aside { width: calc(28% - 14px); padding: 40px 10px 40px 0; }
aside li { list-style-type: none; font-weight: bold; margin-bottom: 10px; }
aside a { display: block; background-color: #ecf0f1; color: #4d4d4d; padding: 15px 10px 15px 10%; }
/* SECTION */
section { width: calc(72% - 40px); padding: 30px 20px 40px; }
section h1, section h2, section h3, section h4 { color: #c71425; }
section h1, .news h2, .about h2, .testimonials h2 { font-size: 24px; }
section h2 { font-size: 20px; }
section h3 { font-size: 18px; }
section h4 { font-size: 16px; }
section li { margin: 0 0 5px 20px; }
.nolist li { list-style-type: none; margin: 0 0 10px; }
.nolist .fa-check { color: #1980bc; margin-right: 5px; }
.halfCol { width: 49%; }
.triCol { width: 33%; }
.btn { margin-top: 10px; }
.btn { display: inline-block; font-weight: bold; text-transform: uppercase; background-color: #c71425; color: #fff; padding: 15px 60px; border-radius: 5px; }
.btn:hover { cursor: pointer; text-decoration: none; background-color: #d41527; }
/* PRODUCTS */
.products { background-image: url(/images-design/products-bg.jpg); background-position: top right; background-repeat: no-repeat; }
.products p { max-width: 700px; }
.products .nolist { margin: 30px 0; }
.products hr { margin: 50px 0; }
.products a { width: calc((100% / 3) - 1% - 4px); }
.products a:nth-of-type(3n+1) { margin: 0 1% 10px 0 }
.products a:nth-of-type(3n+2) { margin: 0 .5% 10px }
.products a:nth-of-type(3n+3) { margin: 0 0 10px 1% }
.products h2 { font-size: 18px; margin: 0 0 10px; }
.products a p { font-size: 13px; color: #4d4d4d; }
/* FEATURED */
.featured { font-size: 0; margin: -80px 0 50px; }
.featured a { width: calc((100% / 3) - 24px); min-height: 200px; padding: 20px 10px; position: relative; z-index: 999; }
.featured a:nth-of-type(1) { background-color: #1980bc; }
.featured a:nth-of-type(2) { background-color: #c71425; margin: 0 6px; }
.featured a:nth-of-type(3) { background-color: #ecf0f1; }
.featured a:nth-of-type(3) h2, .featured a:nth-of-type(3) p, .subfoot a { color: #4d4d4d; }
.featured h2, .featured p { text-align: center; color: #fff; }
.featured h2 { font-size: 18px; margin-top: 10px; }
.featured p { font-size: 14px; }
.featured a > span { font-size: 14px; font-weight: bold; background-color: #fff; color: #000203; padding: 10px 40px; border-radius: 5px; position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); }
/* THE DAILY & NUTEL'S STORY */
.news li { list-style-type: none; margin: 0 0 30px; }
.news li a { display: block; font-weight: bold; color: #4d4d4d; margin-bottom: 0; }
.news li span { display: block; font-size: 13px; font-weight: bold; margin-bottom: 10px; }
.about { margin-left: 4%; }
/* TESTIMONIALS */
.testimonials { margin: 50px 0; position: relative; display: none; }
.testimonials > div:nth-of-type(1) { width: 25%; background-color: #ecf0f1; margin-right: 2%; padding: 40px 0 30px; border-radius: 10px; }
.testimonials > div:nth-of-type(2) { width: 72%; }
.testimonials h2, .testimonials blockquote, .testimonials p { text-align: center; }
.testimonials h2 { margin-top: 0; }
.testimonials blockquote { font-size: 16px; }
.testimonials p { font-weight: bold; }
.testimonials .fa-play { color: #ecf0f1; position: absolute; top: 30px; left: 258px; }
.testimonials .fa-user-circle { color: rgba(0,0,0,.2); }
.testimonials .fa-star { color: #ffd203; }
/* PARTNER LOGOS */
.partners li { width: 15%; text-align: center; margin: 12px 2%; }
/* FORMS */
form { margin: 20px 0; }
form input[type=text], form input[type=email], form input[type=tel], form input[type=submit], form textarea { font-family: 'Noto Sans', sans-serif; font-size: 14px; }
form input[type=text], form input[type=email], form input[type=tel], form textarea { width: calc(100% - 40px); padding: 0 20px; margin-bottom: 15px; background-color: #fafafa; border: none; }
form input[type=text], form input[type=email], form input[type=tel] { height: 45px; }
form textarea { height: 100px; padding: 15px 20px; }
form input[type=submit] { width: calc(100%); font-weight: bold; background-color: #c71425; color: #fff; padding: 15px 0; border: none; border-radius: 5px; }
form input[type=submit]:hover { cursor: pointer; background-color: #d41527; color: #fff; }
#quick { margin-top: 30px; }
#quick input[type=submit] { background-color: #fff; color: #000203; }
#quick input[type=submit]:hover, .featured a:hover>span { cursor: pointer; background-color: #4d4d4d; color: #fff; }
/* CALL TO ACTION */
.cta { display: none; }
.cta .wrap > div:nth-of-type(1) { width: 220px; }
.cta .wrap > div:nth-of-type(2) { width: calc(100% - 225px); }
.cta h2 { margin-bottom: 40px; }
.cta, .cta a, footer, footer a { color: #fff; }
.cta, footer { background-color: #1980bc; padding: 40px 20px 50px; }
.cta h2, footer h2 { font-size: 24px; }
.cta h3, footer h3 { font-size: 14px; }
.cta li, footer li { list-style-type: none; margin-bottom: 10px; }
/* FOOTER */
footer h2 { padding-bottom: 10px; border-bottom: 1px solid #fff; }
footer h3 { margin-bottom: 20px; }
footer div { text-align: left; }
.sitemap ul { width: 30%; margin: 0 1% }
footer iframe { width: calc(100% - 160px); height: 210px; margin: 20px 0 0 0; float: right }
.subfoot { background-color: #ecf0f1; padding: 40px 0; }
.mark { margin: 40px 0; }
.faq p { font-weight: bold; font-size: 16px; color: #c71425 }
.faq span { font-weight: bold; font-style: italic; text-align: left; color: #000203 }
.training iframe { width: 694px; height: 390px; margin: 10px 0; }

/* Wicket Feedback Panel */
.feedbackPanel {
	list-style: none;
	padding: 0;
	margin: 0;
}
.feedbackPanel li {
	padding: 12px;
}
.feedbackPanelSUCCESS {
	color: green;
}
.feedbackPanelERROR {
	color: red;
}

@media(max-device-width:999px) {
    .featured a { padding: 20px 10px 70px; min-height: 220px }
    .featured h2 span { display: block }
    .cycle-slideshow { height: 400px }
    .banner { height: 40vw; min-height: 200px }
}

@media(max-device-width:700px) {
    .featured { margin: 30px 0 }
    .featured a { display: block; width: auto; margin: 20px auto !important; min-height: 0 }
    .featured a h2 span { display: inline }
    .products a { width: calc(50% - 14px) }
    .products a:nth-of-type(odd) { margin: 0 10px 10px 0 }
    .products a:nth-of-type(even) { margin: 0 0 10px 10px }
    nav ul { display: block; text-align: center !important; width: auto; }
    nav ul:first-of-type li { width: 24% }
    nav ul:last-of-type li { width: 49% }
    nav a { margin: 10px; padding: 10px; text-align: center }
    footer .table.half > div { display: block; width: auto; padding: 0 !important; margin: 12px 0 }
    .sitemap ul { width: auto }
    .sitemap ul, .sitemap li:first-of-type, .sitemap a { display: block; }
    .sitemap li:first-of-type a { margin-left: 0; padding-left: 0; }
    .sitemap li { display: inline-block; margin-bottom: 0 }
    .sitemap a { padding: 5px; margin: 5px }
    .sitemap h3 { margin-bottom: 0 }
}

@media(max-device-width:600px) {
    section, aside { display: block; width: auto }
    aside { padding: 0 20px; text-align: left }
    aside li { width: calc(50% - 25px); display: inline-block; margin: 10px }
    aside a { padding: 10px; text-align: center; padding: 10px; text-align: center }
}

@media(max-device-width:500px) {
    footer, section, .table.pad, .cta, aside { padding-left: 10px !important; padding-right: 10px !important }
    .table.pad { width: calc(100% - 20px) !important }
    .featured a { margin: 10px auto !important }
    .table.half, .table.half > div { display: block; width: auto; padding: 0 !important; margin: 12px 0; }
    .cta .wrap > div:nth-of-type(1) { width: 160px; }
    .cta .wrap > div:nth-of-type(2) { width: calc(100% - 165px); }
    .partners li { width: 28% }
    .products { background-image: url(/images-design/products-bg_500.jpg); background-position: center 40px; background-size: contain }
}

@media(max-device-width:400px) {
    section > .imgRight { float: none; margin: 12px auto; max-width: 100% }
    aside li { width: auto; display: block }
    .cta .wrap > div { display: block; width: auto !important; }
    .cta li, .cta h2, .cta h3 { text-align: center }
    nav ul:first-of-type li { width: 49% }
    .products a { width: auto; display: block; margin: 12px auto !important }
    footer iframe { float: none; width: 100% }
}
