/*
Theme Name: CE-Traffic
Theme URI: http://wordpress.org/extend/themes/ce-traffic
Author: Rytm.org Interactive S.C.
Author URI: http://rytm.org/
Description: CE-Traffic.com Wszelkie prawa zastrzeżone 2013 Rytm.org Interactive S.C. dla CE-Traffic
*/
/* League Gothic Regular */
@font-face {
  font-family: 'League Gothic';
  src: url('fonts/leaguegothic-regular-webfont.eot');
  src: url('fonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/leaguegothic-regular-webfont.woff') format('woff'), url('fonts/leaguegothic-regular-webfont.ttf') format('truetype'), url('fonts/leaguegothic-regular-webfont.svg#league_gothic_italicregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Proxima Gothic Regular */
@font-face {
  font-family: 'proxima_nova_rgregular';
  src: url('fonts/ProximaNova-Reg-webfont.eot');
  src: url('fonts/ProximaNova-Reg-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNova-Reg-webfont.woff') format('woff'), url('fonts/ProximaNova-Reg-webfont.ttf') format('truetype'), url('fonts/ProximaNova-Reg-webfont.svg#proxima_nova_rgregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Proxima Gothic Bold */
@font-face {
  font-family: 'proxima_nova_rgbold';
  src: url('fonts/ProximaNova-Bold-webfont.eot');
  src: url('fonts/ProximaNova-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNova-Bold-webfont.woff') format('woff'), url('fonts/ProximaNova-Bold-webfont.ttf') format('truetype'), url('fonts/ProximaNova-Bold-webfont.svg#proxima_nova_rgbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Proxima Gothic ExtraBold */
@font-face {
  font-family: 'proxima_nova_thextrabold';
  src: url('fonts/ProximaNova-Xbold-webfont.eot');
  src: url('fonts/ProximaNova-Xbold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNova-Xbold-webfont.woff') format('woff'), url('fonts/ProximaNova-Xbold-webfont.ttf') format('truetype'), url('fonts/ProximaNova-Xbold-webfont.svg#proxima_nova_thextrabold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome FIX */
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'proxima_nova_thextrabold';
		src: url('fonts/ProximaNova-Xbold-webfont.svg#proxima_nova_thextrabold') format('svg');
	}
	@font-face {
		font-family: 'proxima_nova_rgbold';
		src: url('fonts/ProximaNova-Bold-webfont.svg#proxima_nova_rgbold') format('svg');
	}
	@font-face {
		font-family: 'proxima_nova_rgregular';
		src: url('fonts/ProximaNova-Reg-webfont.svg#proxima_nova_rgregular') format('svg');
	}
	@font-face {
		font-family: 'League Gothic';
		src: url('fonts/leaguegothic-regular-webfont.svg#league_gothic_italicregular') format('svg');
	}
}

*/
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  font-family: "proxima_nova_rgregular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  line-height: 15px;
}
/* ***  Common   *** */
a,
a:hover,
a:active,
a:focus {
  outline: 0;
}
a {
  color: #c01738;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}
p {
  margin: 0 0 10px 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cf {
  *zoom: 1;
}
.cf:before,
.cf:after {
  display: table;
  content: "";
}
.cf:after {
  clear: both;
}
.mobile-only {
  display: none;
}
#back-to-top {
  position: fixed;
  bottom: 10px;
  right: -88px;
}
/* Images */
.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
}
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
strong,
b {
  font-weight: normal;
  font-family: "proxima_nova_rgbold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.hide {
  visibility: hidden;
}
.rel {
  position: relative;
}
.btn {
  padding: 8px 22px;
  font-size: 11px;
}
.btn.gray {
  color: #FFF;
  background-color: #afafaf;
}
.btn.gray:hover {
  background-color: #3f3f3f;
}
.btn.red {
  color: #FFF;
  background-color: #c01738;
}
.btn.red:hover {
  background-color: #232122;
}
.btn.nice {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.post-item .date,
.news-full .post .date {
  position: relative;
  z-index: 79;
}
.date-bg {
  height: 17px;
  width: 0;
  background-color: #c01738;
  position: absolute;
  z-index: 0;
}
.content-wrapper {
  width: 960px;
  padding: 0 10px;
  margin: 0 auto;
}
/* *** Industries  *** */
.industries-menu {
  position: absolute;
  z-index: 998;
  left: 0;
  top: 246px;
  min-width: 980px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
.industries-menu .menu-item {
  width: 50%;
}
.industries-menu .menu-item a {
  display: block;
  height: 18px;
  padding: 18px 80px 14px 80px;
  color: #FFF;
  font-size: 17px;
  /*font-weight: bold;*/

  font-family: "proxima_nova_rgbold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0);
}
.industries-menu .menu-item.active a,
.industries-menu .menu-item:hover a {
  background-color: #29ada2;
}
.industries-menu .menu-item.active a {
  background: #29ada2 url('images/arrow_bottom.png') no-repeat left 18px;
}
.industries-menu .menu-item:first-child {
  text-align: right;
}
.industries-menu .menu-item:first-child a {
  background-position: right 18px;
}
.industries-menu .menu-item:first-child.active a,
.industries-menu .menu-item:first-child:hover a {
  background-color: #f94d0b;
}
/* ***  Page   *** */
.view-full .descr h1 {
  color: #3f3f3f !important;
  font-family: "proxima_nova_rgbold", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  font-weight: normal !important;
  font-size: 15px !important;
  text-transform: none !important;
}
.view-full h1 {
  color: #3f3f3f;
  font-family: "proxima_nova_rgbold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
}
.view-full h2 {
  color: #3f3f3f;
  font-family: "proxima_nova_rgbold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  margin: 10px 0;
}
.view-full h3 {
  font-family: "proxima_nova_rgbold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  color: #3f3f3f;
  margin: 10px 0;
}
.view-full h4 {
  color: #3f3f3f;
  font-family: "proxima_nova_rgbold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  margin: 10px 0;
  line-height: 20px;
}
.view-full h6 {
  color: #000000;
  font-family: "proxima_nova_rgbold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  displa: inline;
  font-size: 14px;
}
.view-full ul,
.view-full ol {
  margin: 10px 0;
}
.view-full ul li,
.view-full ol li {
  margin: 6px 28px;
}
.view-full p {
  margin: 10px 0;
}
.view-full address,
.view-full pre {
  margin: 15px 20px;
  line-height: 18px;
}
.view-full blockquote {
  font-style: italic;
  padding: 15px 20px 15px 40px;
  line-height: 18px;
  color: #3f3f3f;
  background: url("images/arrow_light.png") no-repeat 10px 18px;
}
.view-full .sidebar {
  width: 200px;
  min-height: 200px;
  margin-right: 19px;
  padding: 50px 0 40px 10px;
}
.view-full .sidebar .submenu .menu-item a {
  display: block;
  width: 190px;
  padding: 10px 5px;
  /*font-weight: bold;*/

  font-family: "proxima_nova_rgbold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  color: #afafaf;
  border-bottom: 1px solid #f0f0f0;
  background: url("images/submenu.gif") no-repeat right 14px;
}
.view-full .sidebar .submenu .menu-item a:hover,
.view-full .sidebar .submenu .menu-item a.active {
  color: #000;
  border-bottom: 1px solid #999999;
  background: url("images/submenu_active.gif") no-repeat right 14px;
}
.view-full .main {
  width: 700px;
  padding: 50px 0 40px 20px;
  min-height: 400px;
  border-left: 1px solid #afafaf;
}
.view-full .main .page-descr {
  padding: 30px 20px 30px 84px;
  background: url('images/arrow_right.gif') no-repeat left 34px;
  border-top: 3px solid #232122;
  border-bottom: 1px solid #afafaf;
  line-height: 17px;
}
.view-full .main .posts {
  margin: 35px 0;
}
.view-full .main .posts .post-item {
  margin: 20px 0 40px 80px;
}
.view-full .main .posts .post-item .num {
  width: 52px;
  min-height: 60px;
  font-family: 'League Gothic', sans-serif;
  font-size: 75px;
  line-height: 75px;
  /*letter-spacing: 2px;*/

  font-weight: normal;
  text-align: right;
  padding: 0 8px 0 0;
  color: #dfdfdf;
}
.view-full .main .posts .post-item .num img {
  display: none;
}
.view-full .main .posts .post-item .post-content {
  width: 520px;
  padding: 0 9px 0 30px;
  border-left: 1px solid #e8e8e8;
  color: #afafaf;
  line-height: 17px;
}
.view-full .main .posts .post-item .post-content p {
  *zoom: 1;
}
.view-full .main .posts .post-item .post-content p:before,
.view-full .main .posts .post-item .post-content p:after {
  display: table;
  content: "";
}
.view-full .main .posts .post-item .post-content p:after {
  clear: both;
}
.view-full .main .posts .post-item .post-content h1 {
  position: relative;
  font-size: 27px;
  line-height: 27px;
  font-weight: normal;
  font-family: "proxima_nova_thextrabold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  margin: 4px 0 20px 0;
  color: #afafaf;
}
.view-full .main .posts .post-item .post-content h1 a {
  position: absolute;
  top: -110px;
  color: #afafaf;
}
.view-full .main .posts .post-item .post-content h1,
.view-full .main .posts .post-item .post-content h2 {
  color: #afafaf !important;
}
.view-full .main .posts .post-item .post-content.about-post-content {
  border-left: 0;
  width: 100%;
  padding: 0;
}
.view-full .main .posts .post-item .post-content img {
  opacity: 0.3;
}
.view-full .main .posts .post-item .post-content a {
  color: #afafaf;
}
.view-full .main .posts .post-item.active img {
  opacity: 1;
}
.view-full .main .posts .post-item.active .num {
  color: #000;
}
.view-full .main .posts .post-item.active .post-content {
  border-left: 1px solid #999999;
  color: #3f3f3f;
}
.view-full .main .posts .post-item.active .post-content a {
  color: #c01738;
}
.view-full .main .posts .post-item.active h1,
.view-full .main .posts .post-item.active h2 {
  color: #000 !important;
}
.view-full .main .posts .post-item.active h1 a,
.view-full .main .posts .post-item.active h2 a {
  color: #000;
}
/* **** Page About **** */
.about-full .post-item .post-content,
.about-full .post-item.active .post-content {
  border: 0 !important;
}
/* *** News  **** */
.news-full .main {
  border: 0;
  margin: 0 20px 0 10px;
  padding: 50px 0 40px 0;
}
.news-full .main .post {
  padding: 15px 0;
  border-bottom: 1px dotted #dfdfdf;
}
.news-full .main .post:first-child {
  border-top: 1px dotted #dfdfdf;
}
.news-full .main .post .thumb {
  width: 300px;
  height: 165px;
  background: #dfdfdf url('images/post_thumb.jpg') no-repeat;
  margin: 0 20px 0 10px;
}
.news-full .main .post .post-content {
  width: 370px;
  font-size: 13px;
  line-height: 17px;
}
.news-full .main .post .post-content a {
  color: #afafaf;
}
.news-full .main .post .post-content h3 {
  font-size: 19px;
  line-height: 22px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.news-full .main .post .post-content h3 a {
  color: #3f3f3f;
}
.news-full .main .post:hover {
  /*background-color: #f8f8f8;*/

}
.news-full .main .post .date {
  /*font-weight: bold;*/

  font-family: "proxima_nova_rgbold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 11px;
  margin-bottom: 6px;
}
.news-full .main .post .date a {
  color: #c01738;
  border-bottom: 1px solid #c01738;
}
.post-nav-wraper {
  position: relative;
  margin: 15px 0 20px 0;
}
.post-nav-wraper .post-nav {
  position: absolute;
  right: 4px;
}
.post-nav-wraper .post-nav a {
  padding: 5px 10px 3px 10px;
  color: #c01738;
  font-size: 11px;
  text-transform: uppercase;
  font-family: "proxima_nova_rgbold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  /*background-color: #dfdfdf;*/

  /*			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;		
*/
}
.post-nav-wraper .post-nav a:hover {
  /*background-color: @dark;*/

  /*color: #FFF;*/

}
.post-nav-wraper .btn-bg {
  height: 17px;
  width: 0;
  background-color: #c01738;
  position: absolute;
  z-index: 0;
  right: 0;
}
.post-full .post-nav-wraper {
  position: absolute;
  width: 700px;
  margin: 8px 0 0 0;
}
.post-full .post {
  border: 0 !important;
  padding: 0 !important;
}
.post-full .post:hover {
  background: 0 !important;
}
.post-full .post h1 {
  width: 560px;
  font-size: 29px;
  line-height: 34px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.post-full .post .date {
  padding: 12px 0 0 0;
  width: 140px;
  height: 140px;
  text-align: right;
  background: url('images/arrow_right.gif') no-repeat left 0;
}
.post-full .post .date span {
  color: #c01738;
  border-bottom: 1px solid #c01738;
}
.post-full .post .post-content {
  margin: 0 0 0 20px;
  padding: 12px 0 0 0;
  width: 540px !important;
  color: #3f3f3f;
}
.post-full .post .post-content a {
  color: #c01738 !important;
  /*font-weight: bold;*/

  font-family: "proxima_nova_rgbold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.post-full .post .post-content a:hover {
  color: #232122;
  text-decoration: underline;
}
.post-full .post .post-content .tags a {
  color: #232122 !important;
}
.post-full .post .post-content .tags a:hover {
  color: #FFF !important;
}
.tags {
  margin-top: 20px;
}
.tags a {
  padding: 4px 14px;
  color: #232122 !important;
  font-size: 11px !important;
  /*font-weight: bold;*/

  font-family: "proxima_nova_rgbold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background-color: #dfdfdf;
  display: block;
  float: left;
  margin: 0 5px 5px 0;
}
.tags a:hover {
  background-color: #3f3f3f !important;
  color: #FFF !important;
  text-decoration: none !important;
}
.add-item {
  width: 220px;
  height: 250px;
  margin-bottom: 10px;
  background-position: 0 0;
}
.add-item .title,
.add-item .supertitle {
  display: block;
  font-size: 17px;
  line-height: 19px;
  text-transform: uppercase;
  color: #FFF;
}
.add-item .supertitle {
  color: #29ada2;
  font-weight: normal;
  letter-spacing: -1px;
  padding: 110px 5px 0 15px;
}
.add-item .title {
  font-family: "proxima_nova_thextrabold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  padding: 0 5px 20px 15px;
}
.add-item .btn-more-wrapper {
  margin: 0 0 0 15px;
}
.add-item .btn.more {
  padding: 2px 10px 1px 10px;
  text-transform: uppercase;
  font-size: 10px;
  font-family: "proxima_nova_thextrabold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  color: #FFF;
  background-color: #29ada2;
}
.add-item:first-child .supertitle {
  color: #f94d0b;
}
.add-item:first-child .btn.more {
  background-color: #f94d0b;
}
.add-item:hover {
  background-position: -220px 0 !important;
}
.add-item:hover .btn.more {
  background-color: #FFF;
  color: #000;
}
/* ***  Home   *** */
#home-slider {
  overflow: hidden;
  position: relative;
  /* traffic */

}
#home-slider .bg-img {
  position: absolute;
  min-width: 980px;
  width: 100%;
  height: 520px;
  top: 0;
  left: 0;
  overflow: hidden;
}
#home-slider img.hl {
  min-width: 980px;
  width: 100%;
}
#home-slider .hl-item {
  width: 960px;
  margin: 0 auto;
}
#home-slider .hl-content {
  position: absolute;
  z-index: 88;
  color: #FFF;
  padding: 50px 0 0 220px;
}
#home-slider .hl-content .hl-content-inner {
  position: relative;
}
#home-slider .hl-content h1,
#home-slider .hl-content h2 {
  font-size: 41px;
  line-height: 41px;
  text-transform: uppercase;
  width: 580px;
}
#home-slider .hl-content h1 {
  color: #29ada2;
  font-weight: normal;
  letter-spacing: -1px;
}
#home-slider .hl-content h2 {
  font-family: "proxima_nova_thextrabold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
}
#home-slider .hl-content .content-1 {
  margin: 25px 0 0 0;
  padding: 0 0 0 170px;
  min-height: 140px;
  width: 510px;
  font-size: 15px !important;
  line-height: 21px;
}
#home-slider .hl-content .content-1 ul,
#home-slider .hl-content .content-1 li {
  font-size: 15px !important;
}
#home-slider .hl-content .content-1 .content-arrow {
  position: absolute;
  left: 10px;
  width: 127px;
  height: 100px;
  overflow: hidden;
}
#home-slider .hl-content .content-1 .content-arrow .content-arrow-inner {
  -webkit-backface-visibility: hidden;
  width: 127px;
  height: 100px;
  background: url('images/arrow_hl.png') no-repeat;
}
#home-slider .slide.orange h1 {
  color: #f94d0b;
}
#home-slider .slide.clickable {
  cursor: hand;
  cursor: pointer;
}
/* *** WIDGET *** */
#ce-widget {
  position: absolute;
  z-index: 89;
  top: 345px;
  color: #FFF;
  padding: 0 70px;
}
#ce-widget .widget-nav {
  padding: 0 0 0 30px;
}
#ce-widget .widget-nav a {
  display: block;
  width: 128px;
  height: 13px;
  padding: 8px 0 8px 20px;
  color: #bbb;
  font-size: 11px;
  /*font-weight: bold;*/

  font-family: "proxima_nova_rgbold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  -moz-border-radius-topleft: 12px;
  -webkit-border-top-left-radius: 12px;
  border-top-left-radius: 12px;
  -moz-border-radius-topright: 12px;
  -webkit-border-top-right-radius: 12px;
  border-top-right-radius: 12px;
  background: url('images/widget_nav_arrow.png') no-repeat 124px 12px;
}
#ce-widget .widget-nav a.active,
#ce-widget .widget-nav a:hover {
  color: #FFF;
  background: url('images/widget_nav_arrow_active.png') no-repeat 124px 12px;
}
#ce-widget .widget-nav a.active {
  background-color: #616161;
}
#ce-widget .publication-time {
  position: absolute;
  right: 90px;
  top: 9px;
  font-size: 11px;
}
#ce-widget .widget-inner {
  width: 810px;
  height: 100px;
  border: 5px solid #616161;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  position: relative;
}
#ce-widget .widget-inner .content {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  position: absolute;
  left: 0;
  top: 0;
}
#ce-widget .widget-inner .data-sets .set {
  padding: 15px 20px;
  height: 70px;
  border-left: 1px solid #616161;
  position: relative;
}
#ce-widget .widget-inner .data-sets .set.set1 {
  border-left: 0;
}
#ce-widget .widget-inner .data-sets .set .number {
  font-family: 'League Gothic', sans-serif;
  font-size: 80px;
  /*letter-spacing: 3px;*/

  line-height: 80px;
  text-align: right;
  padding: 0 10px 0 0;
}
#ce-widget .widget-inner .data-sets .set .number span {
  font-size: 40px;
}
#ce-widget .widget-inner .data-sets .set .info {
  font-size: 11px;
  line-height: 12px;
  /*font-weight: bold;*/

  font-family: "proxima_nova_rgbold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  height: 68px;
  position: relative;
}
#ce-widget .widget-inner .data-sets .set .info .region {
  color: #29ada2;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 12px;
}
#ce-widget .widget-inner .data-sets .set .info .units {
  position: absolute;
  bottom: 0;
  font-size: 17px;
  color: #616161;
}
#ce-widget .widget-inner .data-sets .set .timer {
  position: absolute;
  right: 20px;
  bottom: 14px;
}
#ce-widget .widget-inner .traffic .set .info .region {
  color: #f94d0b;
}
#ce-widget .widget-inner .traffic .set1 {
  width: 230px;
}
#ce-widget .widget-inner .traffic .set1 .number {
  width: 80px;
}
#ce-widget .widget-inner .traffic .set1 .info {
  width: 130px;
}
#ce-widget .widget-inner .traffic .set2 {
  width: 230px;
}
#ce-widget .widget-inner .traffic .set2 .number {
  width: 120px;
}
#ce-widget .widget-inner .traffic .set2 .info {
  width: 100px;
}
#ce-widget .widget-inner .traffic .set3 {
  width: 228px;
}
#ce-widget .widget-inner .traffic .set3 .number {
  width: 140px;
}
#ce-widget .widget-inner .traffic .set3 .info {
  width: 70px;
}
#ce-widget .widget-inner .mobility .set1 {
  width: 290px;
}
#ce-widget .widget-inner .mobility .set1 .number {
  width: 160px;
}
#ce-widget .widget-inner .mobility .set1 .info {
  width: 120px;
}
#ce-widget .widget-inner .mobility .set2 {
  width: 230px;
}
#ce-widget .widget-inner .mobility .set2 .number {
  width: 130px;
}
#ce-widget .widget-inner .mobility .set2 .info {
  width: 90px;
}
#ce-widget .widget-inner .mobility .set3 {
  width: 168px;
}
#ce-widget .widget-inner .mobility .set3 .number {
  width: 50px;
}
#ce-widget .widget-inner .mobility .set3 .info {
  width: 90px;
}
#ce-widget .widget-inner .mobility .set3 .info .units {
  margin-top: 10px;
}
.home-news {
  margin: 40px 0 20px 0;
}
.home-news .post-item {
  width: 200px;
  height: 430px;
  padding: 0 10px;
  border-left: 1px dotted #afafaf;
  font-size: 13px;
  line-height: 17px;
}
.home-news .post-item a {
  color: #afafaf;
}
.home-news .post-item h3 {
  font-family: "proxima_nova_rgbold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
  height: 110px;
  padding: 34px 0 0 0;
  background: url("images/arrow_light.png") no-repeat 0 4px;
}
.home-news .post-item h3 a {
  color: #3f3f3f;
}
.home-news .post-item .date {
  /*font-weight: bold;*/

  font-family: "proxima_nova_rgbold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 11px;
  margin-bottom: 6px;
}
.home-news .post-item .date a {
  color: #c01738;
  border-bottom: 1px solid #c01738;
}
.home-news .post-item:hover {
  /*background-color: #f8f8f8;*/

}
.home-news .post-item-special {
  width: 260px;
  border-left: 0;
  /*font-weight: bold;*/

  /*font-family: @fontFaceBold;*/

}
.home-news .post-item-special a {
  color: #000;
}
.home-news .post-item-special h3 {
  font-family: "proxima_nova_rgbold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 17px;
  line-height: 20px;
  background: url("images/arrow_red.png") no-repeat 0 4px;
}
.home-news .post-item-special h3 a {
  color: #c01738;
}
.home-partners-wrapper {
  min-width: 980px;
  width: 100%;
  background-color: #f8f8f8;
}
.home-partners-wrapper h4 {
  padding: 14px 0 5px 10px;
  font-weight: normal;
  font-size: 11px;
  text-transform: uppercase;
  color: #afafaf;
  /*border-bottom: 1px dotted #ddd;*/

}
.home-partners-wrapper img {
  margin: 0 3px 10px 3px;
}
/* ***  Header   *** */
.header-wrapper {
  width: 100%;
  height: 80px;
}
#header {
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 999;
  background-color: #FFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 14px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 14px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 14px rgba(0, 0, 0, 0.1);
}
#header .logo {
  width: 180px;
  margin-right: 40px;
}
#header .nav-menu {
  margin: 35px 40px 0 0;
  font-size: 13px;
  /*font-weight: bold;*/

  font-family: "proxima_nova_rgbold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
}
#header .nav-menu li {
  list-style: none;
  float: left;
}
#header .nav-menu li a {
  padding: 15px 12px;
  color: #3f3f3f;
}
#header .nav-menu li a:hover {
  color: #c01738;
}
#header .nav-menu li.current_page_item a {
  color: #c01738;
}
#header .content-wrapper {
  position: relative;
}
#header .head-right {
  position: absolute;
  right: 10px;
  margin-top: 30px;
  text-transform: uppercase;
}
#header .head-right .more {
  margin-left: 12px;
  padding-top: 5px;
}
.language-menu {
  /*font-weight: bold;*/

  font-family: "proxima_nova_rgbold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 11px;
  padding-top: 5px;
}
.language-menu a {
  color: #afafaf;
  padding: 0 3px;
}
.language-menu a.active,
.language-menu a:hover {
  color: #c01738;
}
.visual-wrapper {
  min-width: 980px;
  width: 100%;
  background-color: #232122;
  height: 216px;
  overflow: hidden;
}
.visual-wrapper.home {
  height: 520px !important;
}
#visual {
  color: #FFF;
}
#visual .title {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 99;
}
#visual .title h1 {
  font-size: 81px;
  font-family: "proxima_nova_thextrabold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  line-height: 90px;
  padding-top: 60px;
}
#visual .bg-img {
  min-width: 980px;
  width: 100%;
  height: 216px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}
#visual .bg-img img {
  width: 100%;
}
/* *** Contact  *** */
.contact-full {
  padding: 50px 0 40px 0;
  color: #3f3f3f;
}
.contact-full .col1,
.contact-full .col2 {
  padding: 0 10px;
  width: 450px;
}
.contact-full .col1 {
  margin-right: 20px;
}
.contact-full .page-content {
  padding: 0 50px 0 0;
}
.contact-full .profiles {
  padding: 10px 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  margin: 20px 0 10px 0;
}
.contact-full .profiles h3 {
  font-size: 15px;
  margin: 20px 0 4px 0;
}
.contact-full .profiles a {
  display: block;
  margin: 20px 0 10px 0;
}
.contact-full .footer-notes {
  color: #afafaf;
  font-size: 11px;
}
#footer {
  min-width: 980px;
  width: 100%;
  background-color: #3f3f3f;
  color: #FFF;
}
#footer .footer-contact {
  position: relative;
}
#footer .footer-contact .map {
  width: 310px;
  height: 208px;
  background: url('images/footer_contact_map_ia.jpg') no-repeat;
}
#footer .footer-contact .map.cs {
  background: url('images/footer_contact_map_ia_cs.jpg') no-repeat;
}
#footer .office {
  background: url('images/footer_placemark.png') no-repeat;
  padding: 0 0 0 22px;
  margin: 35px 0 0 25px;
  width: 180px;
  font-size: 11px;
  line-height: 18px;
}
#footer .office h4 {
  font-size: 15px;
  /*font-weight: bold;*/

  font-family: "proxima_nova_rgbold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 0 0 25px 0;
}
#footer .office a {
  color: #FFF !important;
}
#footer .more {
  position: absolute;
  right: 0;
  margin: 35px 0 0 0;
}
#footer .more a {
  font-size: 13px;
  text-transform: uppercase;
  /*font-weight: bold;*/

  font-family: "proxima_nova_rgbold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-align: center;
  display: block;
  padding: 13px 4px 11px 4px;
}
#footer .more a.linkedin {
  font-size: 11px;
  font-weight: normal;
  font-family: "proxima_nova_rgbold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: none;
  margin: 78px 0 0 0;
  padding: 10px 0 6px 40px;
  color: #FFF;
  background: url('images/linkedin.png') no-repeat;
}
#footer .more a.linkedin:hover {
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.7);
}
#footer .footer-nav {
  background-color: #232122;
  padding: 35px 0 15px 0;
  font-size: 11px;
  position: relative;
  z-index: 88;
}
#footer .footer-nav .content-wrapper {
  position: relative;
}
#footer .footer-nav .col {
  width: 140px;
  margin: 0 20px 30px 0;
}
#footer .footer-nav .col h4 {
  text-transform: uppercase;
  font-weight: normal;
  font-family: "proxima_nova_rgbold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #c01738;
  margin: 0 0 22px 0;
}
#footer .footer-nav .col h4 a {
  color: #c01738;
}
#footer .footer-nav .col h4 a:hover {
  color: #c01738;
  text-decoration: none;
}
#footer .footer-nav .col a {
  color: #afafaf;
  display: block;
  font-family: "proxima_nova_rgbold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 0 0 8px 0;
}
#footer .footer-nav .col a:hover {
  color: #FFF;
  text-decoration: underline;
}
#footer .footer-nav .credits {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #666;
}
#footer .footer-nav .credits a {
  color: #888;
}
#footer .footer-nav .credits a:hover {
  color: #afafaf;
}
.error404 {
  padding: 40px 0;
  font-size: 16px;
}
#mobile-wrapper {
  display: none;
}
#gotomobile a {
  display: block;
  width: 100%;
  min-width: 950px;
  padding: 15px;
  text-align: center;
  background-color: #c01738;
  color: #FFF;
  font-weight: bold;
}
@media (max-width: 1100px) {
  #back-to-top {
    display: none;
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  body {
    -webkit-text-size-adjust: none;
  }
  .mobile-only {
    display: block !important;
  }
  .industries-menu {
    top: 319px !important;
  }
}
