/* =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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    font-size: 62.5%;
    overflow-y: scroll;
    height: 100%;
}
body {
    height: 100%;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a:focus,
a:hover,
a:active {
    outline: 0;
}
a img {
    border: 0;
}
*:focus {
    outline: none;
    text-decoration: none;
}

/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
    color: #333;
    font: 300 13px/1.5 'Roboto', Arial, sans-serif;
}

body {
    background: #fff;
    min-width: 1000px;
}

#container {
    position: relative;
	padding: 63px 0px 0px;
}

#branding,
#slider,
#slider-page,
#colophon {
    min-width: 1000px;
}

#header,
#main-homepage,
#content,
#footer {
    margin: 0 auto;
    padding: 0;
}

#main {
    margin: 0 auto;
    min-width: 980px;
    max-width: 980px;
    width: 980px;
    padding: 0; 
/*padding-left: 20px;*/
}

#footer {
    width: 1000px;
/*    padding-left: 20px;*/
}
.security {
    width: 1020px;
    margin: 0 auto;
    display: block;
}

#header {
    position: relative;
    width: 990px;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    clear: both;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

/* Text elements */
p {
    margin-bottom: 1.5em;
}
ul, ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font: 15px/1.6 "Courier 10 Pitch", Courier, monospace;
    margin-bottom: 1.6em;
    padding: 1.6em;
    overflow: auto;
    max-width: 100%;
}
code, kbd, tt, var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
big {
    font-size: 125%;
}
figure {
    margin: 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
img {
    max-width: 100%;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.18);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,.18);
    box-shadow: inset 0 0 6px rgba(0,0,0,.18);
    border: 1px solid #ccc;
    font: 400 15px 'Roboto', Arial;
    color: #666;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 0;
    background: #ddd;
    font: 400 15px 'Roboto', Arial;
    color: #666;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {

}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #ccc;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #333;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
    padding: 0 22px;
    height: 33px;
    background: #fff;
}
textarea {
    overflow: auto;
    padding-left: 3px;
    vertical-align: top;
    width: 98%;
}
input.error,
select.error,
textarea.error {
    border: 1px solid #e51934;
}
label {
    font-size: 15px;
    font-weight: 700;
    color:#333;
    text-transform: uppercase;
}

/* Links */
a {
    color: #e51934;
}
a:hover,
a:focus,
a:active {
    text-decoration: underline;
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin: 1em 1.6em 1em 0;
}
.alignright {
    display: inline;
    float: right;
    margin: 1em 0 1em 1.6em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
    content: "";
    display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
    clear: both;
}

/* =Header | Logo
----------------------------------------------- */
#branding {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
    height: 63px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e51934+0,a11225+100 */
	background: #e51934; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1MTkzNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMTEyMjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e51934 0%, #a11225 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e51934), color-stop(100%,#a11225)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e51934 0%,#a11225 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e51934 0%,#a11225 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e51934 0%,#a11225 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e51934 0%,#a11225 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e51934', endColorstr='#a11225',GradientType=0 ); /* IE6-8 */

}

.cleared:after{content:".";display:block;height:0;clear:both;visibility:hidden}

/* =Header | Utility nav
-------------------------------------------------------------- */
#utility-nav { 
	float: left;
}

#utility-nav ul li {
	position:relative;
	float:left;
	width:50px;
	height:40px;
	list-style:none;
	background: url(../images/menu-line.png) no-repeat 100% 0;
}

#utility-nav ul li.search-ico {
	background: url(../images/hr-icons.png) no-repeat -35px 8px;
	padding: 0px 0px 12px;
    cursor: pointer;
}

#utility-nav ul li.search-ico #search.show {
	display:block;
}

#utility-nav ul {
	margin:0;
	margin-top: 11px;
}

#utility-nav ul li a {
	display:block;
	height:100%;
	background: url(../images/hr-icons.png) no-repeat 13px 8px;
}

#utility-nav a {
    color: #fff;
    text-decoration: none;
    font: 400 13px 'Roboto', Arial;
}

#utility-nav a[title="contact"]{
    color: #e51934;
}

#utility-nav a:hover {
    text-decoration: underline;
}
#utility-nav ul > li > ul a:hover {
    text-decoration: none;
}

#utility-nav .separator {
    color: #fff;
    display: inline;
    font: 400 15px 'Roboto', Arial;  
    margin-left: 6px;
    margin-right: 6px;
}

/* logo */
#site-title {
    float: left;    
    margin-left: 1px;
    margin-top: -1px;
}
#site-title a {
	text-decoration: none;
	display: block;
	height: 64px;
	padding: 22px 23px 0px 23px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: rgba(0,0,0,0.15);
}

/* =Menu Top
-------------------------------------------------------------- */
#site-navigation {
	float: left;
	margin: 11px 0px 0px;
}
#site-navigation ul {
    margin:0;
    padding:0;
    list-style: none;
}
#site-navigation li {
	float: left;
    position: relative;
}
#site-navigation > ul > li {
	background: url(../images/menu-line.png) no-repeat 100% 0;
	padding: 0px 0px 12px 0px;
}

/*#site-navigation > ul > li:last-child {
	background: none;
}*/


/*#site-navigation > ul > li:last-of-type > ul {
    left: -100px;
}*/
#site-navigation li > a {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #fffeff;
	padding: 9px 15px 10px;
	text-decoration: none;
}

#site-navigation > ul > li:hover > a {
     text-decoration: underline;
}

#site-navigation ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 52px;
	left: 0px;
	width: 180px;
	z-index: 99999;
	border: none;
	background: rgba(0,0,0,0.8);
}

#site-navigation ul ul:before {
	content: '';
	position: absolute;
	border-bottom: 6px solid rgba(0,0,0,0.8);
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	top: -6px;
	left: 40px;
}

#site-navigation li li {
    width:100%;
    text-align: left;
}
#site-navigation li li:first-of-type {
    height: 29px;
}
#site-navigation ul ul a {
	background: none;
	border-bottom: 1px solid #363636;
	color: #fffeff;
	font-size: 12px;
	font-weight: 400;
	padding: 5px 0px 5px;
	display: block;
	text-transform: inherit;
	margin: 0px 0px 0px 15px;
}
#site-navigation ul ul li:last-of-type a {
    border-bottom: 0;
}
#site-navigation ul ul a:hover {
    color:#ffffff;
    font-weight: 700;
}
#site-navigation li:hover > ul {
    display: block;
}

/* =Search Form
-------------------------------------------------------------- */
#search {
	position: absolute;
	top: 52px;
	right: 0px;
	width: 228px;
	z-index: 99999;
	border: none;
	background: rgba(0,0,0,0.8);
	padding: 15px 10px 15px 12px;
	display:none;
}

#search:before {
	content: '';
	position: absolute;
	border-bottom: 6px solid rgba(0,0,0,0.8);
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	top: -6px;
	right: 18px;
}

#search #s {
	width: 167px;
	height: 25px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 0 8px 0 8px;
	-webkit-box-shadow: inset 0px 0px 1px 0px #bfbfbf;
	-moz-box-shadow: inset 0px 0px 1px 0px #bfbfbf;
	box-shadow: inset 0px 0px 1px 0px #bfbfbf;
	border-radius: initial;
	font: 12px Arial;
	color: #666666;
}
#search #searchsubmit {
    background: url(../images/sr-ico.png) no-repeat 0px 0px;
    width: 40px;
    height: 39px;
    position: absolute;
	top: 10px;
	right: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
	cursor:pointer;
}

/* =Language
-------------------------------------------------------------- */
#lang { 
    position: relative;
    display: inline-block;
    width:65px;
	float: right;
}
#lang:after {
    content:'|';
    display: block;
    margin: -25px -14px 0 4px;
    font: 400 15px 'Roboto', Arial;  
    color: white;
}
#lang ul, 
#lang li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#lang ul {
    width: 60px;
    height: 25px;
}
#lang li { 
    float: left;
    position: relative;
    width:60px;
}
#lang a { 
    display:block; 
    width:75px; 
    overflow:hidden;
    color:#cacaca;
    text-decoration: none;
}
#lang a.sel {
    margin-left: -11px;
    margin-top: 2px;
}
#lang a.sel,
#lang a:hover { 
    background:none;
    color:#fff;
}
#lang a.sel:after {
    content:'';
    float: right;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 4px 0 4px;
    border-color: #fff transparent transparent transparent;
    -webkit-transform:rotate(360deg);
    margin: 7px 0 0 8px;
}
#lang ul ul {
    visibility: hidden;
    width: 80px;
    height: auto;
    top: 21px;
    left: -1px;
    position: absolute;
    background: rgba(99,99,99,0.9);
    padding-bottom: 8px;
}
#lang ul li li:first-of-type {
    padding-top: 5px;
}
#lang ul ul a {
    display:block; 
    width:54px; 
    overflow:hidden; 
    border:0; 
    text-align: left;
    padding:2px 0 0 6px; 
    line-height: 18px;
    border-width: 0 1px 1px 1px;
}
#lang:hover {
    display: block;
}
#lang:hover ul ul, 
#lang ul:hover ul {
    visibility: visible;
    z-index: 1000;
}

/* =Slider
----------------------------------------------- */
.bx-has-controls-direction {
	position: relative;
	top: -55px;
}

.bx-controls-direction {
	display:none;
}

#slider {
    height: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	border-bottom: 2px solid #d7d7d7;
}
.slide {
    position: relative;
}
.slide img {
    display: block;
    margin: 0 auto; 
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0px;  
}
.slide img {
    z-index: -2;
}
.slide .slider-links {
    margin-top: -40px;
    height: 32px;
    background: rgba(99,99,99,.8);
    padding-top: 8px;
    width: 100%;
}
.slide .slider-links ul {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.slide .slider-links li {   
    display: inline;
    margin-left:164px;
}
.slide .slider-links li a {   
    text-decoration: none;
    color: white;
    font: 400 16px 'Roboto', Arial;
}
.slide .slider-links li a:hover {   
    color: #e51934;
}
#slider .slide,
#slider .slide .slide-image {
    width:1200px;
    height:400px;
}

#slider-page {
    border-bottom: 4px solid #333;
    height: 133px;
}
#slider-page .slide-content {
    width: 980px;
    margin: 0 auto;
}
#slider-page .slide-content h1 {
    font-size: 29px;
    font-weight: 700;
    line-height: 1.4em;
    color: #fff;
    text-transform: uppercase;
    margin: 10px 0 0;
}
#slider-page .slide-content p {
    font-size: 14px;
    font-weight: 400;
    color: #040404;
    line-height: 21px;
    width: 310px;
}

.bx-wrapper {
    position: relative;
}

#slider .bx-prev, 
#slider .bx-next {
    text-indent: -999em;
    display: block;
    width: 42px;
    height: 44px;
    position: absolute;
    top:182px;
    background: url("../images/slider-arrows.png") no-repeat 0 -45px;
}
#slider .bx-next {
    right:0px;
    background-position: -45px -45px;
}
#slider .bx-prev:hover { background-position: 0 0; } 
#slider .bx-next:hover { background-position: -45px 0; }

#slider .slide .slide-content {
    position: absolute;
    top: 0px;
    left: 99px;
    left: calc(50% - 494px);
    background: rgba(255,255,255,.6);
    padding: 11px 17px 11px 22px;
    width: 247px;
    height: 100%;
}

.slide-content-inner {
    width: 535px;
    padding: 70px 0px 0px;
}

.slide.slide-5 .slide-content-inner {
    padding: 100px 0px 0px;
}

.slide.slide-2 .slide-content-inner  {
    padding: 85px 0px 0px;
}

#slider .slide .slide-content h3 {   
    text-transform: uppercase;
    font: 700 32px Arial;
    margin-top: 10px;
    line-height: 41px;
    color: #c7001a;
    background: #fff;
    display: inline;
}

#slider .slide.slide-5 .slide-content h3 {
    font-size: 22px;
    line-height: 30px;
}

#slider .slide .slide-content p {   
    font: 100 24px Arial;
    line-height: 27px;
    padding: 20px 0px;
    color: #000;
    margin: 0;
}

#slider .slide.slide-5 .slide-content p {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 0px;
}

#slider .slide.slide-3 .slide-content p {
    font-size: 15px;
    line-height: 18px;
    padding: 40px 0px;
}

#slider .slide.slide-6 .slide-content p {
    font-size: 18px;
    line-height: 21px;
    padding: 40px 0px;
}

#slider .slide.slide-1 .slide-content p {
    font-size: 16px;
    line-height: 18px;
    padding: 40px 0px;
}

#slider .slide.slide-5 .slide-prev-img,
#slider .slide.slide-2 .slide-prev-img {
    position: absolute;
    top: 40px;
    z-index: 9;
}

#slider .slide.slide-2 .slide-prev-img {
    top: 35px;
}

#slider .slide.slide-5 .slide-prev-img img,
#slider .slide.slide-2 .slide-prev-img img {
    width: 124px;
    height: 53px;
    max-width: inherit;
    min-width: inherit;
    filter: none;
    -webkit-filter: none;
}

#slider .slide.slide-2 .slide-prev-img img {
    height: 35px;
    width: 145px;
}

#slider .slide-1 .btn:hover,
#slider .slide-6 .btn:hover {
    background-color: #e51934;
    color: white;
}

.slide.slide-6 .video-button {
    display: none;
}

#slider .bx-pager {
    height: 100px;
    margin-left:auto;
    margin-right:auto;
    margin-top: 20px;
    width: 170px;
}

#slider .bx-pager-link {
	text-indent: -9999px;
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	margin-right: 15px;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #9c0003; 
}

#slider a.active {  
    background: #9c0003;
}

.frontsite-slider-list .slide img {
    width: auto;
    max-width: inherit;
    min-width: 1200px;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

.video-button {
    display: block;
    width: 162px;
    height: 162px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -85px;
    margin-top: -113px;  
    background-color: orange;
    -webkit-border-radius: 81px;
    -moz-border-radius: 81px;
    border-radius: 81px;
    background-color: rgba(100,100,100,0.5);
    cursor: pointer;
}
.video-button .inner-circle {
    display: block;
    width: 150px;
    height: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -75px;
    margin-top: -75px;    
    background-color: orange;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    border-radius: 75px;
    background-color: #e51934;
    opacity: 1;
}

.arrow-right {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -16px;
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 42px solid white;
}

/*#mainbody #cboxOverlay {
    width: 100%;
    height: 100%;
    background-color: black;
    position: absolute;
    top: 0;
    left: 0;
}
#mainbody #cboxWrapper {
    padding: 20px 20px 15px 20px;
    background: white;
}
#mainbody #cboxClose {
    display: none;
}
#mainbody #cboxLoadedContent iframe {
    width: 640px;
    height: 360px;
    padding-top: 20px;
    padding-left: 20px;
}*/;

/* =Main
----------------------------------------------- */
#main,
#main-homepage {
    padding-top: 10px;
}
#content {
    padding-top: 14px;
}
.box-home h3,
.solutions h3 {
    font-size: 28px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
}
.box-home h3 span,
.solutions h3 span {
    color: #e51934;
}
/*****/
.security {
    padding-bottom: 35px;
}

.security h3 {
    font: 300 36px 'Roboto', Arial;
    text-align: center;
    color: #e51934;
    margin-top: 10px;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.security .item {
    width: 325px;
    float: left;
    padding-left: 15px;
}
.security .item:first-of-type {
    margin-left: 0px;
}

.security img {
    border: 1px solid #cccccc;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    0px 0px 20px 5px rgba(0, 0, 0, 0.1);
    box-shadow:         0px 0px 20px 5px rgba(0, 0, 0, 0.1);
}

.security .item a:last-of-type:hover img {
     -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px 0px 20px 5px rgba(0, 0, 0, 0.3);
    box-shadow:         0px 0px 20px 5px rgba(0, 0, 0, 0.3);
}

.security-text {
    color: #000;
    font: 16px 'Roboto', Arial;
    text-align: left;
    position: relative;
    margin-bottom: 30px;
}
.security .item a {
    text-decoration: none;
    position: relative;
    padding: 28px 0px 1px 115px;
}

.security .item a:before {
    content:'';
    position: absolute;
    width: 110px;
    height: 110px;
    top: 0px;
    left: 0px;
    background: url("../images/val-sprt.png") no-repeat 0 0px;
}

.security .item .top-part-1 a:before {
    background-position: 5px 0px;    
}

.security .item .top-part-2 a:before {
    background-position: -334px 0px;    
}

.security .item .top-part-3 a:before {
    background-position: -684px 0px;    
}

.security .item .top-part {
    padding: 0;
}
.security .item .top-part a:hover {
    text-decoration: underline;
    color: black;
}

.security .item .top-part.top-part-1:hover a:before {
    background-position: 0px -140px;    
}

.security .item .top-part.top-part-2:hover a:before {
    background-position: -339px -140px;    
}

.security .item .top-part.top-part-3:hover a:before {
    background-position: -689px -140px;    
}

/*.security-text:after {
    content: "";
    display: block;
    width: 10px;
    height: 17px;
    position: absolute;
    top: 50%;
    top: calc( 50% - 7px );
    right: -2px;
    background-color: #e51934;
    background: url(../images/s.png) no-repeat -40px -420px;
}*/
/*.security .item:nth-of-type(2) .security-text:after {
    right: 21px;
}*/
.security .item:nth-of-type(3) .security-text:after {
    right: 15px;
}
.security .item a {
    display: block;
}

.security:after
{
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* ************** */
.bottom-section {
	background-color: #ebebeb;
	padding-top: 0px;
	background-position: center;
}

.bottom-section .wrapper {
    width: 980px;
    margin: 0 auto;
}
.bottom-section .wrapper-trusted {
    background: #fff;
    position: relative;
}

/* box new & research home page */
.box-new, 
.box-research {
    float: left;
}
.box-new {
    padding-right: 110px;
    width: 435px;
}
.box-research {
    width: 435px;
}
.box-home {
    margin-bottom: 67px;
}
.box-home h3 {
    margin-bottom: 21px;
	padding-left: 17px;
	text-align: left;
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	width: 233px;
	color: #fff;
	background: #e51d3d;
}

.box-home ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.box-home li {
   margin-bottom: 15px;
	position: relative;
	background: #fff;
	border: 1px solid #ccc;
	height: 150px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.box-home li:hover {
    background: #ddd;
}

.box-home li p {
    margin-bottom: 0px;
	color: #666;
	font-size: 11px;
}


.box-home li a {
    display: block;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	padding: 14px;
	float: left;
}

.box-home li a:hover {
    text-decoration: none;
}

.box-home .left-side {
	float: left;
	margin-right: 15px;
}

.box-home .right-side {
	float: left;
	max-width: 235px;
	max-height: 127px;
	overflow: hidden;
}

.box-home li h6 {
	margin-bottom: 0px;
	color: #d70e31;
	font-size: 16px;
}

.box-home time {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    top: 9px;
    right: 10px;
}
.box-home .read-more {
    background: url(../images/s.png) no-repeat -145px -326px;
    padding-left: 25px;
    color: #e51934;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    margin-top: 22px;
    float: right;
}
.box-home .read-more:hover {
    text-decoration: underline;
}

.box-research .icon {
    margin-bottom: 27px;
}

.box-new .icon img,
.box-research .icon img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 26px;
}
/* trusted home page */
.trusted-by {
    width: 990px;
    margin: 0 auto;
    min-height: 233px;
    position: relative;
}
.trusted-by span {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    display: block;
    padding: 25px 0 15px;
}
.trusted-by img + img {
    max-width: 78.655%;
}

a.red-link {
    font-size: 12px;
    color: #e51934 !important;
    font-family: Arial;
    text-decoration: none;
}

.logotypes {
    padding: 0px 0px 10px;
}

.logotype {
    width: 187px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 9px;
}

.logotype:first-child {
    text-align: left;
}

.logotype:last-child {
    text-align: right;
    margin-right: 0px;
}

.logotype img {
    max-width: 75%;
    display: block;
    /*position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)*/
}

/*.logotype:nth-child(1) img {
    left: 53px;
}
.logotype:nth-child(2) img {
    left: 67px;
}
.logotype:nth-child(3) img {
    left: 49%;
}
.logotype:nth-child(4) img {
    top: 54%;
    left: 52%;
}
.logotype:nth-child(5) img {
    left: 106px;
}*/

.btn,
.post .btn, .beauti-btn {
    padding: 7px 17px;
    background-color: #e51934;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
}
.btn:hover,
.post .btn:hover {
    text-decoration: underline;
}

.mailing-list-ct {
    width: 990px;
    margin: 11px auto 0px;
    position: relative;
}

.mailing-list-bk {
    position: absolute;
    height: 60px;
    bottom: 1px;
    left: 0;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#555555+0,4b4b4b+100 */
    background: #555555; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU1NTU1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YjRiNGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #555555 0%, #4b4b4b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#4b4b4b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #555555 0%,#4b4b4b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #555555 0%,#4b4b4b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #555555 0%,#4b4b4b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #555555 0%,#4b4b4b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#4b4b4b',GradientType=0 ); /* IE6-8 */
}

.mailing-list-ct > div {
    float: left;
}

.mailing-list-left {
    font-size: 28px;
    font-family: Arial;
    font-weight: bold;
    color: #d7d7d7;
    padding: 0px 30px 0px 50px;
    position: relative;
    text-transform: uppercase;
}

.mailing-list-left:before {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 33px;
    height: 33px;
    background: url(../images/hr-icons.png) no-repeat -97px 0px;
}

form.mailing-list {
  padding: 6px 0px 0px;
}

form.mailing-list .mailing-text {
    width: 175px;
    height: 28px;
    font-family: Arial;
    font-size: 12px;
    line-height: 12px;
    color: #666;
    padding: 0px 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-right: 30px;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

form.mailing-list .mailing-text:focus, 
form.mailing-list .mailing-text.error {
    box-shadow: 0px 0px 0px 1px #e51d3d;
    -moz-box-shadow: 0px 0px 0px 1px #e51d3d;
    -webkit-box-shadow: 0px 0px 0px 1px #e51d3d;
}

form.mailing-list .mailing-text.error {
   *color:#e51d3d;
}

form.mailing-list input.error::-webkit-input-placeholder {
    color: #e51d3d;
}

form.mailing-list input.error:-moz-placeholder {
    color: #e51d3d;
}


form.mailing-list .mailing-sbm, 
#slider .slide .slide-content .btn, .beauti-btn {
    width: 90px;
    height: 28px;
    color: #fff !important;
    border:none;
    border-radius: 0;
    font-family: Arial;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e51934+0,ca162e+100 */
    background: #e51934; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1MTkzNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYTE2MmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #e51934 0%, #ca162e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e51934), color-stop(100%,#ca162e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e51934 0%,#ca162e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e51934 0%,#ca162e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e51934 0%,#ca162e 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e51934 0%,#ca162e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e51934', endColorstr='#ca162e',GradientType=0 ); /* IE6-8 */
    box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.2);
}

.beauti-btn {
    width: 120px;
    line-height: 28px;
}

#slider .slide .slide-content .btn {
    width: 190px;
    height: 40px;
    padding: 9px 0px 0px 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    bottom: 45px;
    text-decoration: none !important;
}

form.mailing-list .mailing-sbm:hover,
#slider .slide .slide-content .btn:hover, .beauti-btn:hover {
    background: #e51934;
}

form.mailing-list .mailing-sbm:active,
#slider .slide .slide-content .btn:active, .beauti-btn:active {
    box-shadow:none;
}

.mailing-list-ct .close {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 8px;
    right: 0px;
    background: url(../images/hr-icons.png) no-repeat -4px -47px;
    cursor: pointer;
}

.mailing-list-ct .close:hover {
    background-position: -59px -46px;
}

.mailing-list-ct .close:active {
    background-position: -105px -46px;
}

.few-logo {
    padding: 30px 0px;
}
.few-logo a {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
}

.few-logo img {
    max-width: 80%;
    padding: 0 !important;
    float: none !important;
}

.mapImg {
    margin: -95px 0px 0px;
}

.leadership-bk {
  padding: 0px 0px 15px 0px;
}

.leadership-bk span {
    padding: 0px 10px 0px 0px;
}

/* =Footer
----------------------------------------------- */
#colophon {
	background: #7d7d7d;
/*background-image: url(../images/footer-bg.png);*/
    padding-bottom:20px;
}
#footer {
    padding-top: 43px;
}

.footer-box {
    float: left;
}
.footer-box.first { 
    width: 115px; 
    margin-left: 9px;
}
.footer-box.second { 
    padding-left: 36px;
    width: 135px;
}
.footer-box.third {
    padding-left: 36px;
    width: 112px;
}
.footer-box.fourth {
    padding-left: 33px;
    width: 152px;
}
.footer-box.fifth {
    padding-left: 28px;
    width: 160px;
    border-right: 0;
}

.footer-box strong {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}
.footer-box ul {
    margin: 0px 0 0;
    padding: 0;
    list-style: none;
}
.footer-box li {
    padding-bottom: 4px;
}
.footer-box li a {
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
    color: #fff;
    text-decoration: none;
}
.footer-box li a:hover {
    color: #E51934;
}

.footer-logo-box {
	float: right !important;
	position: relative;
	top: -130px;
}

/* social networks */
.footer-box.social-box {
    border-right:0;
    margin-top:-15px;
    margin-left: 2px;
}
.social-networks {
    width: 175px;
}
.social-networks li {
    display: inline-block;
}
.social-networks li a {
    display: block;
    width:80px;
    height:80px;
    background-image: url(../images/s.png);
    background-repeat: no-repeat;
    text-decoration: none;
}
.social-networks li a.facebook { background-position: 0 0; }
.social-networks li a.googleplus { background-position: -81px 0; margin-left:7px; }
.social-networks li a.twitter { background-position: 0 -80px; }
.social-networks li a.linkedin { background-position: -81px -80px; margin-left:7px; }

.social-networks li a.facebook:hover { background-position: 0 -161px; }
.social-networks li a.googleplus:hover { background-position: -81px -161px; }
.social-networks li a.twitter:hover { background-position: 0 -240px; }
.social-networks li a.linkedin:hover { background-position: -81px -240px; }

.social-networks li a span { visibility: hidden; }

#footer-bottom {
	border-top: 1px solid #a1a1a1;
	clear: both;
	margin-top: 26px;
	float: left;
	width: 100%;
	padding-top: 20px;
	box-shadow: 0px -1px 0px 0px #555;
}

.site-info {
    float: left;
    font: 12px Arial;
    letter-spacing: -0.01em;
	color:#fff;
}

/* footer menu */
#footer-menu {
    float:right;
    margin-top: -3px;
    letter-spacing: -0.01em;
}
#footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#footer-menu li {
    display: inline-block;
    padding: 0 2px 0 5px;
    font-size: 10px;
    line-height: 1em;
}
#footer-menu li + li  {
    border-left: 1px solid #fff;
}
#footer-menu li a {
    color: #fff;
    font-size:12px;
    font-family: Arial;
    text-decoration: none;
}
#footer-menu li a:hover {
    color: #E51934;
}

/* =Industries
----------------------------------------------- */
#industries_slide{
    background: #1c1c1c url('../images/industries_slide.jpg') no-repeat center;
    border-bottom: 4px solid #333;
    height: 131px;
}

.industries_title_content{
    width: 980px;
    margin: 0 auto;
    text-transform: uppercase;
    color: white;
    font: 400 15px 'Roboto', Arial;
}

.industries_title{
    font-size: 22px;
    margin:37px 0 0 0;
}

.industries_title span{
    color: #e51934;
}

.industries_subtitle{
    text-transform: none;
}

.industries_content{
    margin: 0 auto;
}

.industries_content h3{
    font-size: 28px;
    font-weight: 500;
    color: #d73745;
    text-transform: uppercase;
    text-align: center;
}

.industries_content .industries_images_box{
    margin: 40px 0 0 0;
    padding: 0;
    clear: both;
}

.industries_content .industries_images_box li{
    float: left;
    list-style: none;
    margin: 0 0 0 65px; 
}

.industries_content .industries_images_box h4{
    font: 500 13px 'Roboto', Arial;
    color: #333333;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 10px 0;
}

.icon_industries{
    width: 242px;
    height: 160px;
    margin: 0 auto;
    background: url('../images/industries_images.png') no-repeat;
    border: 1px solid #cccccc;
    border-radius: 20px;
    margin-bottom: 54px;
}

.icon_industries:hover{
    border-color: #e51934;
}

.industries_finance{
    background-position: 0 0;
}

.industries_telecom{
    background-position: -245px 0;
}

.industries_utilities{
    background-position: -500px 0;
}

.industries_finance:hover{
    background-position: 0 -178px;
}

.industries_telecom:hover{
    background-position: -245px -175px;
}

.industries_utilities:hover{
    background-position: -500px -176px;
}

.links_box{
    clear: both;
    margin: 0 53px 65px 65px;
    background: #333;
    border-radius: 30px;
    height: 42px;
    line-height: 42px
}

.links_box li{
    margin-right: 66px;
    list-style: none;
    float: left;
    width: 242px;
    text-align: center;
}

.links_box li:last-of-type{
    margin: 0;
}

.links_box li a{
    color: #fff;
    text-transform: uppercase;
    font: 400 16px 'Roboto', Arial;
    text-decoration: none;
    text-align: center;
    
}

.links_box li a:hover{
    color: #d0112b;
}

/* Case Study footer */
.case-study {
    float: left;
    padding-top: 45px;
    padding-bottom: 56px;
    border-top: 2px dotted #ccc;
    background-color: white;
}
.case-study-logo {
    display: table;
    float: left;
    width: 350px;
    height: 250px;
    background: url(../images/case-study.png) no-repeat 90px 0;
}
.case-study-logo .cs-logo {
    display: table-cell;
    vertical-align: middle;
}
.case-study-logo img {
    display: block;
    margin-left: 135px;
}
.case-study-content {
    font-size: 17px;
    font-weight: 300;
    color: #777;
    line-height: 1.4em;
    padding-top: 18px;
    padding-right: 90px;
    width: 540px;
    float: left;
}
.case-study-content p {
    margin-bottom: .6em;
}
.case-study-content .caption {
    font-size: 15px;
    font-weight: 700;
    color: #333;
}
.case-study .btn {
    margin-top: 40px;
    margin-left: 50%;
    position: relative;
    left: -93px;
    width: 107px;
    display: block;
    padding: 9px 25px;
}
.case-study .btn:hover {
    color: white;
    background-color: #e51934;
    text-decoration: underline;
}

/* =Breadcrumbs
----------------------------------------------- */
.breadcrumbs { 
    margin: 0 auto;
    width: 980px;
    padding: 12px 0px 0px;
}
.breadcrumbs ul {
    margin:0;
    padding:0;
    list-style: none;
}
.breadcrumbs li { 
    display:inline; 
    font-size: 16px;
    font-weight: 500;
}
.breadcrumbs li a {
    color: #fff
}

.breadcrumbs li:first-child a { 
    color:#fff; 
    text-decoration: none; 
}
.breadcrumbs li a:hover { 
    text-decoration: underline; 
}
.breadcrumbs li span { 
    display: inline-block; 
    text-indent: -999em; 
    margin: 0 8px 0 15px;
    width: 4px;
    background: url(../images/breadcrumbs-arrow.png) no-repeat;
    top: 8px;
    position: relative;
} 
.breadcrumbs li strong { 
    font-weight: 500; 
/*color: #efc26b;*/
}

/* =Top bar with image
----------------------------------------------- */
#top_image_slide{
    background: #1c1c1c url('../images/wwa_slide.jpg') no-repeat center;
    width: 100%;
    height: 228px;
    position: relative;
}

.top_image_content_wrapper {
    background: #666666;
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.top_image_title_content{
    width: 980px;
    margin: 0 auto;
    text-transform: uppercase;
    color: white;
    font: 400 15px 'Roboto', Arial;
    padding-left: 20px;
}

.top_image_title{
    font-size: 20px;
    font-weight: 300;
    margin: 12px 0 6px 3px;
    letter-spacing: 0.006em;
}

.top_image_title span{
    color: #efc26b;
    font-weight: 700;
}

.top_image_subtitle {
    padding-top:2px;
    text-transform: none;
    margin-bottom: 14px;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.027em;
}

/* =Who we are
----------------------------------------------- */
.main-wwa {
    background: url(../images/team_bg.png) repeat-y;
}
.wwa_content{
    margin: 0 auto;
}

.wwa_content h3{
    font-size: 28px;
    font-weight: 500;
    color: #d73745;
    text-transform: uppercase;
    text-align: center;
}

.wwa_block_box{
    margin: 40px auto;
    clear: both;
}

.wwa_block_box .block h4{
    margin: -30px 0 0 0;
    text-align: center;
    text-transform: uppercase;
    font: 500 13px 'Roboto', Arial;  
}

.wwa_block_box .block{
    width: 237px;
    height: 160px;
    background: #ebebeb;
    border-radius: 20px;
    float: left;
    margin: 30px 0 40px 65px;
}

.icon_wwa{
    width: 237px;
    height: 161px;
    margin: 0 auto;
    background: #ebebeb url('../images/wwa_buttons.png') no-repeat;
    cursor: pointer;
    margin-top: 11px;
    border: 1px solid #ccc;
    border-radius: 20px;
}

.icon_wwa:hover{
    border-color: #e51934;
}

.management_icon{
    background-position: 0 0;
}

.contact_icon{
	background-position: -478px 0;
}

.partners_icon{
	background-position: -239px 0;
}

.clients_icon{
    background-position: 0 -324px;
}

.studies_icon{
    background-position: -239px -324px;
}

.testimonials_icon{
    background-position: -478px -324px;
}

.management_icon:hover{
    background-position: 0 -160px;
}

.contact_icon:hover{
	background-position: -478px -161px;
}

.partners_icon:hover{
   background-position: -239px -167px;
}

.clients_icon:hover{
    background-position: 0 -488px;
}

.studies_icon:hover{
    background-position: -239px -488px;
}

.testimonials_icon:hover{
    background-position: -478px -488px;
}

.wwa_bar {
    width: 99.5%;
    background-color: #828282;
    display: block;
    text-align: center;
    margin-top: 10px;
    padding-top: 7px;
    padding-bottom: 11px;
}

.wwa_bar a {
    text-decoration: none;
    color: white;
    font: 600 13px 'Roboto', Arial;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
}
.wwa_bar a:hover {
    text-decoration: underline;
}
.wwa_bar a:not(:last-child):after {
    content: "|";
    display: block;
    position: absolute;
    top: -1px;
    right: -20px;
    cursor: default;
}
.wwa_mini_portraits {
    margin-bottom: 17px;
    margin-top: -12px;
    margin-left: -4px;
}
.wwa_mini_portraits img {
    border: 1px solid #cccccc;
}
.wwa_mini_portraits img:not(:first-child) {
    margin-left: 14px;
}

#wwa-sidebar {
    float: right;
    width: 254px;
    background: #ebebeb;
    padding: 22px 20px 22px 25px;
    margin-top: -56px;
    overflow: hidden;
    z-index: 100;
}
#wwa-sidebar h3,
.wwa-sidebar-menu h3 {
    margin-top: 3px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 22px;
    text-transform: uppercase;
    padding-left: 31px;
    margin-bottom: 19px;
    background: url(../images/leadership-arrow.png) no-repeat;
}
.wwa-sidebar {
    position: relative;
    z-index: 1;
    margin-bottom: 14px;
}
.wwa-download img {
    position: relative;
	margin: 20px 0;
/* z-index: -1;*/
}
#prod-example-sidebar .wwa-download .btn {
    padding: 13px 23px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 108px;
    margin-left: -76px;
    margin-top: -11px;
    text-align: center;
}
#prod-example-sidebar .wwa-download .btn:hover {
    color: white;
    background-color: #e51934;
    text-decoration: underline;
}
.wwa-sidebar-menu { 
    font: 400 13px 'Roboto', Arial;
	/*margin-left: 18px;*/
    line-height: 19px;
}
.wwa-sidebar-menu .red-text { 
    color: #e51934;
    font-weight: 700;
}
article.wwa {
    font-size: 15px;
}
article.wwa .btn {
    /*padding-right: 30px;
    padding-left: 24px;
    padding-bottom: 8px;
    padding-top: 8px;
    font-size: 10px;
    font-weight: 700;
    background-color: #828282;
    position: relative;*/
    position: relative;
    color: #e51934;
    background: none;
    padding: 0;
    text-transform: none;
}
/*article.wwa .btn:after {
    content: "";
    width: 10px;
    height: 17px;
    background-color: orange;
    position:absolute;
    top: 7px;
    right: 15px;
    background: url(../images/more-arrow.png);
}*/
article.wwa .btn:hover {
    /*background-color: #828282;
    color: white;
    border: none;*/
    text-decoration: underline;
}
article.wwa {
    width: 630px;
    float: left;
    padding-bottom: 109px;
}

.wwa h2 {
    color: #e51934;
    font: 400 28px 'Roboto', Arial;
}

.wwa h2:first-of-type {
    margin-top: 40px;
    margin-bottom: 6px;
}

.wwa h2:not(:first-of-type) {
    margin-top: 40px;
    margin-bottom: 6px;
}
.wwa a.header-link {
    text-decoration: none;
}
.wwa h2:hover {
    text-decoration: underline;
}
.wwa .partners-logos {
    margin-top: -12px;
    margin-left: -6px;
    margin-bottom: 10px;
}
.wwa .clients-logos {
    margin-top: -5px;
    margin-bottom: 10px;
	vertical-align: middle;
	padding-right: 13px;
	width: 110px;
}

/* =Leadership
----------------------------------------------- */
.main-leadership {
    background: url(../images/team_bg.png) repeat-y;
}

.leader-person,
.advisory-person {
    float: left;
    text-align: left;
    font: 600 13px 'Roboto', Arial;
    color: #333333;
    text-decoration: none;
    width: 310px;
    border: 1px solid #ccc;
    padding: 5px 10px 5px 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0px 10px 10px 0px;
}

.leader-person img,
.advisory-person img {
    float: left;
    margin: 0px 15px 0px 0px; 
}
/*.leader-person:nth-of-type(3n+1) {
    clear: both;
    margin-left: -15px;
}*/
.leader-person:nth-of-type(2n),
.advisory-person:nth-of-type(2n) {
    margin-right: 0;
}
.leader-name {
    margin-top: 10px;
}
.leader-position {
    font-style: italic;
    width: auto !important;
}
.leader-person:hover .leader-position,
.leader-person:hover .leader-name,
.advisory-person:hover .leader-name {
    color: #e51934;
}
.leader-person:hover,
.advisory-person:hover {
    text-decoration: none;
}
.advisory-person:nth-of-type(3n+1) {
    margin-left: -15px;
}
.advisory-person:nth-of-type(3n){
    margin-right: 0;
}
article.leadership {
    width: 630px;
    float: left;
    padding-bottom: 78px;
}

.leadership h2 {
    color: #e51934;
    font: 400 28px 'Roboto', Arial;
}

.leadership h2:first-of-type {
    margin-top: 15px;
    margin-bottom: 15px;
}

.leadership h2:not(:first-of-type) {
    padding-top: 14px;
    padding-bottom: 40px;
}

.leadership p {
    font: 300 15px 'Roboto', Arial;
    color: #777777;
    line-height: 22px;
}

.breadcrumbs-wrapper {
    width: 100%;
    background-color: #696969;
    margin: 0px 0px 20px;
}
.breadcrumbs-wrapper .breadcrumbs {
    width: 980px;
    margin: 0 auto;
    padding-top: 14px;
    padding-bottom: 13px;
    padding-left: 20px;
}
.breadcrumbs-wrapper .breadcrumbs li a {
    color: #f1f1f1;
    font-size: 16px;
}
.breadcrumbs-wrapper .breadcrumbs li span {
    background: url(../images/breadcrumbs-arrow.png) no-repeat;
    top: 8px;
    position: relative;
}
.breadcrumbs-wrapper li:first-child{
    color: #333;
}
#leadership-sidebar {
    float: right;
    width: 254px;
    background: #ebebeb;
    padding: 22px 20px 22px 25px;
    margin-top: -14px;
    overflow: hidden;
    z-index: 100;
}
#leadership-sidebar h3,
.leadership-sidebar-menu h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 22px;
    text-transform: uppercase;
    padding-left: 31px;
    margin-bottom: 19px;
    margin-top: 3px;
    background: url(../images/leadership-arrow.png) no-repeat;
}
.leadership-sidebar {
    position: relative;
    z-index: 1;
    margin-bottom: 14px;
}
.leadership-download img {
    position: relative;
    z-index: -1;
}
.leadership-download .btn {
    padding: 13px 23px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 108px;
    margin-left: -76px;
    margin-top: -11px;
    text-align: center;
    letter-spacing: 0.02em;
}
.leadership-download .btn:hover {
    color: white;
    background-color: #e51934;
    text-decoration: underline;
}
.leadership-sidebar-menu { 
    font: 400 13px 'Roboto', Arial;
    margin-left: 18px;
    line-height: 19px;
}
.leadership-sidebar-menu .red-text { 
    color: #e51934;
    font-weight: 700;
}
/* =Leadership single
----------------------------------------------- */
.leadership-single-pictures {
    float: left;
    width: 310px;
    margin-right: 30px;
}
article.leadership-single {
    float: left;
    width: 610px;
    padding-top: 46px;
    padding-right: 18px;
    padding-left: 12px;
}
article.leadership-single h1 {
    font: 500 28px 'Roboto', Arial;
    color: #e51934;
    margin-bottom: 12px;
}
article.leadership-single h1 span {
    color: #828282;
}
article.leadership-single p {
    font: 300 15px 'Roboto', Arial;
    color: #777777;
    line-height: 22px;
    margin-bottom: 1em;
}
.leadership-single-pictures .main-picture {
    text-align: center;
    padding-top: 22px;
}
.small-pictures {
    margin-top: 12px;
    margin-left: -1px;
}
.small-pictures a {
    color: white;
    font-size: 0;
    margin-right: 17px;
    margin-bottom: 16px;
    width: 60px;
    height: 60px;
    display: inline-block;
}
.small-pictures a:nth-of-type(4n) {
    margin-right: 0;
}
.small-pictures a:hover img {
    box-shadow: 0px 0px 0px 1px #eb1c74;
}

.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.main-leadership-single #content {
    padding-bottom: 118px;
}

/* =Case Studies single
----------------------------------------------- */
.post.case-study-single {
    width: 650px;
}
.case-study-header {
    padding: 5px;
    margin-bottom: 30px;
    background: url(../images/bg-line.png) repeat 0 0;
}
.case-study-header-inner {
    padding: 8px 15px 8px 20px;
    background-color:#fff;
    display: table;
    width: 605px;
}
.case-study-header-title {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
    color:#050505;
    text-transform: uppercase;
}
.case-study-header .dotted {
    display: inline-block;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #e51934;
    margin-right: 6px;
    margin-bottom: 4px;
    vertical-align: middle;
}
.case-study-header .dotted + .dotted {
    margin-right: 10px;
}
.case-study-header img {
    float: right;
}

.casestudy-testimonial {
    border-top: 2px dotted #ccc;
    border-bottom: 2px dotted #ccc;
    margin: 30px 0;
    padding: 30px 0;
}
.casestudy-testimonial-thumbnail {
    float: left;
    margin-left: -10px;
    width: 159px;
    height: 159px;
    background: url(../images/bg-person.png) no-repeat 0 0;
}
.casestudy-testimonial-thumbnail img {
    display: block;
    margin: 6px 0 0 6px;
    width: 146px;
    height: 146px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.casestudy-testimonial-content {
    font-size: 17px;
    line-height: 22px;
    padding: 18px 65px 0 180px;
}
.post .casestudy-testimonial-content p {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: .8em;
}
.casestudy-testimonial-content strong {
    font-size: 15px;
    font-weight: 700;
    color: #333;
}

.entry-content .case-study-list-plus {
    margin-top: 23px;
    margin-bottom: 30px;
}
.entry-content .case-study-list-plus li {
    font-size: 13px;
    font-weight: 400;
    color: #777;
    display: inline-block;
    width: 130px;
    vertical-align: top;
}
.entry-content .case-study-list-plus li:before {
    content: '+';
    font-size: 25px;
    font-weight: 700;
    color: #e51934;
    width: auto;
    margin-left: -.8em;
}
.entry-content .case-study-list-plus li + li {
    margin-left: 31px;
}
.case-study-list-plus + .btn {
    margin: 0 auto 20px;
    display: block;
    clear: both;
    width: 166px;
    text-align: center;
    padding: 10px 17px;
}

/* =Post
----------------------------------------------- */

.post {
    float: left;
    width: 600px;
    font-size: 15px;
    margin-top: 25px;
}
.post.full-width {
    width: 960px;
}
.post .page-title {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #e51934;
    margin-bottom: 14px;
}
/*.post h2 {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
}*/
.post h3 {
    font-size: 15px;
    font-weight: 700;
    color: #e51934;
    text-transform: inherit;
	padding: 15px 0 5px;
}
.post p {
    margin-bottom: 1em;
    font-weight: 400;
}
.post ul {
    margin: 0 0 1.5em 3em;
    padding: 0;
}
.post li {
    padding: 0 0 10px;
	list-style: none;
}

.entry-content li,
.tab-content li {
    list-style-type: none;
}
.entry-content li:before,
.tab-content li:before,
.post li:before,
.features li:before {
    color: #E51934;
    float: left;
    margin: 0 0 0 -0.8em;
    width: 0.8em;
    content: '\002B';
    font-size: 16px;
    line-height: 1.4em;
}
.post a {
/*  color: #32b1ca;*/
	color: #2E45C8;
    text-decoration: none;
}
/*.post a:hover {
    color: #E51934;
}*/

/* =Sidebar
----------------------------------------------- */
#sidebar {
    float: right;
    width: 255px;
    background: #ebebeb;
    padding: 22px 20px 22px 25px;
    margin-top: -24px;
}
#sidebar h3,
.sidebar-menu h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 22px;
    text-transform: uppercase;
    padding-left: 35px;
    margin-bottom: 17px;
    background: url(../images/s.png) no-repeat -140px -432px;
}
.related-product {
    margin-bottom: 50px;
}
.related-product a {
    display: block;
}
.related-product img {
    display: block;
    margin: 35px auto 0;
}

.case-study-sidebar {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}
.case-study-download {
    background: rgba(255,255,255,.7);
    border: 1px solid #979797;
}
.case-study-download img {
    position: relative;
    z-index: -1;
}
.case-study-download .btn {
    padding: 10px 17px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 108px;
    margin-left: -75px;
    margin-top: -23px;
    text-align: center;
}

.sidebar-menu ul {
    margin: 0 0 25px;
    padding: 0;
    list-style-type: none;
}
.sidebar-menu li {
    border-bottom: 1px solid #d1d0d0;
}
.sidebar-menu li a {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    text-decoration: none;
    padding: 8px 0;
}
.sidebar-menu li a:hover {
    color: #e51a35;
}

/* =Product
----------------------------------------------- */
.product,
.full-width {
    width: 960px;
}
.product-intro {
    display: table;
}
.product-intro .product-image {
    vertical-align: middle;
    display: table-cell;
}
.product-intro .product-image img {
    margin-left: 5.5em;
    margin-right: 7em;
}
.product-intro-text {
    font-size: 19px;
    font-weight: 700;
    line-height: 38px;
    display: table-cell;
    vertical-align: middle;
}
.product-intro-text .dot {
    color: #e51934;
    padding: 0 5px;
}
.product .subtitle {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    line-height: 26px;
}
.product .product-intro-text .subtitle {
    padding-bottom: 25px;
}

.product .btn-expanded {
	padding-top: 20px;
    border-bottom: 1px dashed #ccc;
    position: relative;
    z-index: 1;
	margin-bottom: 35px;
}
.product .btn.expanded {
    padding-top: 11px;
    padding-bottom: 11px;
    display: block;
    width: 127px;
    margin: -16px auto -23px;
    position: relative;
    padding-left: 30px;
}
.product .btn.expanded.icon.icon-open:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/s.png) no-repeat -62px -344px;
    position: absolute;
    top: 9px;
    right: 20px;
}
/*.product .btn.expanded.icon.icon-open:hover:before {
    background-position: -92px -344px;
}*/
.product .btn.expanded.icon.icon-close:before {
    background-position: -60px -371px;
}
/*.product .btn.expanded.icon.icon-close:hover:before {
    background-position: -85px -371px;
}*/
.product .btn.expanded:after {
    content: '';
    width: 200px;
    display: block;
    position: absolute;
    height: 57px;
    border-radius: 25px;
    top: -9px;
    z-index: -1;
    left: -14px;
    background: #fff;
}

.product-technical {
    display: none;
    clear: both;
}
.product .features {
    float: left;
    clear: both;
    width: 645px;
    padding-right: 15px;
    padding-top: 40px;
}
.product .features h3 {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
}
.product .features p {
    font-size: 15px;
    padding-right: 90px;
}
.product .features a {
    color: #32b1ca;
    text-decoration: none;
}
.product .features a:hover {
    color: #e51934;
    text-decoration: underline;
}

/* tabs */
.tabs {}
.tabs .tabNavigation {
    margin: 0 0 15px;
    padding: 0;
    float: left;
    clear: both;
    list-style: none;
}
.tabs .tabNavigation li {
    margin: 0;
    padding: 0;
    float: left;
    width: 215px;    
}
.tabs .tabNavigation li a {    
    display: block;   
    text-decoration: none;
    color: #32b1ca;
    font-size: 13px;
    font-weight: 400;
    padding: 2px 0;
}
.tabs .tabNavigation li.active a,
.tabs .tabNavigation li:hover a {
    color:#e51934;
    text-decoration: none;
}
.tabs .tab-content {
    clear: both;
    float: left;
    width: 630px;
    padding-right: 50px;
}
.tabs .tab-content h3 {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: #4490ac;
}
.tabs .tab-content img {
    display: block;
    margin-bottom: 30px;
}
.product-numbers {
    float: right;
    width: 255px;
    min-height: 650px;
    background: #f6f5f5;
    padding: 22px 20px 22px 25px;
    margin-bottom: -42px;
}
.product-numbers ul {
    margin:0;
    padding:0;
    list-style: none;
}
.product-numbers li {
    padding: 14px 8px 0;
    border-bottom: 1px solid #d1d0d0;
}
.product-numbers .icon {
    float: right;
    padding-top: 4px;
}
.product-numbers .number {
    font-size: 40px;
    font-weight: 700;
    color: #007298;
    line-height: 1.3em;
}
.product-numbers .number-title {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}
.product-numbers p {
    font-size: 13px;
    font-weight: 400;
    color: #333;
    line-height: 1.2em;
}

.btn-close {
    width: 34px;
    height: 34px;
    display: block;
    clear: both;
    text-indent: -999em;
    padding-bottom: 10px;
    margin: 0 auto;
    background: url(../images/s.png) no-repeat 0 -402px;
}

.one-solution {
    padding-top: 60px;
}
.one-solution .subtitle {
    padding-right: 360px;
    margin-bottom: 1.3em;
}
.one-solution .sidebar-menu {
    float: left;
    width: 340px;
}
.one-solution .sidebar-menu li {
    padding: 0;
}

.solutions-list {
    float: left;
    width: 250px;
}
.solutions-list ul {
    margin: 0 0 0 48px;
    padding: 0;
    list-style: none;
}
.solutions-list li {
    padding-bottom: 20px;
}
.solutions-list li a {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    text-decoration: none;
}
.solutions-list li .icon {
    vertical-align: middle;
    padding-right: 6px;
}

.solution-demo {
    float: left;
    width: 370px;
    text-align: right;
    margin-top: -115px;
}
.solution-demo img {
    margin-bottom: 20px;
}
.solution-demo .btn {
    padding: 10px 44px;
    text-align: center;
    margin: 0 68px 0 0;
}

.key-business {
    float: left;
    clear: both;
    margin-top: 60px;
    padding-top: 20px;
}
.key-business .page-title {
    margin-bottom: 23px;
}
.key-business ul {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
    float: left;
    clear: both;
}
.key-business li {
    float: left;
    width: 210px;
    min-height: 170px;
    padding-right: 40px;
    margin-bottom: 10px;
}
.key-business li:nth-child(4n) {
    padding-right: 0;
}
.key-business span {
    font-size: 14px;
    font-weight: 700;
}
.key-business .plus {
    color: #e51934;
}
.key-business .key-title {
    color:#000;
    text-transform: uppercase;
}
.key-business li p {
    padding-top: 5px;
    font-size: 13px;
    font-weight: 400;
    color: #777;
    line-height: 18px;
}
.key-business .btn {
    margin: 0 auto 20px;
    display: block;
    clear: both;
    width: 140px;
    text-align: center;
    padding: 10px 17px;
}


/* =Threat Space
----------------------------------------------- */
.alert-section {
    display: table;
}
.alerts {
    float: left;
    position: relative;
    padding-right: 20px;
    width: 169px;
}
.alerts img {
    display: block;
}
.alerts span {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 44%;
    left:0;
    width: 90%;
    text-align: center;
}
.alert-text,
.alerts {
    display: table-cell;
    vertical-align: middle;
}

table.threat-level {
    margin-top: 45px;
}
.threat-level th {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    border-bottom: 2px dotted #ccc;
    padding: 5px 0;
}
.threat-level td { 
    vertical-align: top; 
    padding-bottom: 1px;
}
.threat-level .tl-section + tr td:nth-child(2) {
    width: 150px;
}
.threat-level td:nth-child(1),
.threat-level .tl-section + tr td:nth-child(2) {
    font-size: 13px;
    font-weight: 700;
    color: #333;
}
.threat-level td,
.threat-level td:nth-child(2) {
    font-size: 13px;
    font-weight: 400;
    color: #666;
}
.threat-level tr:nth-child(7n) td {
    padding-bottom: 15px;
}

.threat-level .tl-section td {
    border-top: 1px solid #d1d0d0;
}
.threat-level .tl-section:first-of-type td {
    border-top:0;
}
.threat-level .tl-section td {
    padding: 12px 0;
}
.threat-level .tl-section td:nth-child(1) {
    width: 103px;
    padding-left: 22px;
}
.threat-level .tl-section td,
.threat-level .tl-section td:nth-child(2) {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.threat-level span {
    font-size: 13px;
    font-weight: 400;
}
.threat-level .tl-low {
    color: #3baf29;
}
.threat-level .tl-medium {
    color: #ffcc00;
}
.threat-level .tl-high {
    color: #e51934;
}

.threat-level .circle {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    display: block;
    padding-top: 18px;
    margin-left: 22px;
    width: 51px;
    height: 33px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.threat-level .tl-low.circle {
    background-color: #3baf29;
}
.threat-level .tl-medium.circle {
    background-color: #ffcc00;
}
.threat-level .tl-high.circle {
    background-color: #e51934;
}

.request-demo {}
.request-demo .btn {
    display: block;
    margin: 20px auto 0;
    padding: 10px 17px;
    width: 110px;
    text-align: center;
}


/* =Slider - Contact Us
----------------------------------------------- */
.contact-page p {
    padding-right: 200px;
}
.contact-form {
    padding-bottom: 50px;
    margin-bottom: 22px;
    margin-top: 10px;
    float: left;
}
.contact-form form {
    margin-top: 12px;
}
.error {
    color: #e51934;
}
.error strong {
    font-size: 15px;
    font-weight: 700;
    color: #e51934;
}

.field {
    float: left;
    width: 480px;
    margin-bottom: 12px;
}
.field label {
    display: block;
    margin: 7px 0 10px;
}
.field .req {
    color: #e51934;
}
.field input[type="text"],
.field input[type="email"],
.field textarea {
    width: 295px;
}
.field select {
    width: 341px;
    padding: 5px 22px 6px;
}
.field textarea {
    height: 168px;
    resize: none;
    padding: 5px 22px;
}
.field input[type="submit"] {
    padding: 12px 25px;
    border-radius: 0;
    background-color: #e51934;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin-left: 90px;
    margin-top: 8px;
}
.field input[type="submit"]:hover {
    text-decoration: underline;
}
.field .captcha {
    margin: 30px 0 0 92px;
}
.contact-section {
    margin-top: 5px;
    padding-top: 0;
}
.contact-section h3 {
    font-size: 24px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.contact-section p {
    padding-right: 0;
}

/* =Contact Us
----------------------------------------------- */

.contact-page .btn-expanded {
    border-bottom: 1px dashed #ccc;
    position: relative;
    z-index: 1;
    margin: 30px 0 0 0;
}
.contact-page .btn.expanded {
    padding-top: 11px;
    padding-bottom: 11px;
    display: block;
    width: 127px;
    margin: -16px auto -23px;
    position: relative;
    padding-left: 30px;
}
.contact-page .btn.expanded.icon.icon-open:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/s.png) no-repeat -62px -344px;
    position: absolute;
    top: 9px;
    right: 20px;
}
/*.contact-page .btn.expanded.icon.icon-open:hover:before {
    background-position: -92px -344px;
}*/
.contact-page .btn.expanded.icon.icon-close:before {
    background-position: -60px -371px;
}
/*.contact-page .btn.expanded.icon.icon-close:hover:before {
    background-position: -85px -371px;
}*/
.contact-page .btn.expanded:after {
    content: '';
    width: 200px;
    display: block;
    position: absolute;
    height: 57px;
    border-radius: 25px;
    top: -9px;
    z-index: -1;
    left: -14px;
    background: #fff;
}
.contact-form input:focus,
.contact-form textarea:focus {
    border: 1px solid #e51934;
}
#world-map {   
    margin: 53px 0 10px 0;
}
.contact-page .page-title {   
    margin-top: 42px;
}
#worldwide-locations {
    margin-top: 57px;
}




/* =Client List
----------------------------------------------- */

/* Client testimonial slider */
#testimonial-slider {
    border-bottom: 2px dotted #ccc;
    margin-bottom: 40px;
}

#testimonial-slider .client-testimonial-logo {   
    display: block;
    position: absolute;
    left: 338px;
    top: 5px;
    margin: 0;
    z-index: 1;
}

#testimonial-slider .slide .quotation-mark-1 {
    display: block;
    margin: 0 auto; 
    position: absolute;
    z-index: -1;
    top: 63px;
    left: 26px;
    margin-left: 0px;    
}

#testimonial-slider .slide .quotation-mark-2 {
    display: block;
    margin: 0 auto; 
    position: absolute;
    z-index: -1;
    top: 63px;
    left: 839px;   
}

#testimonial-slider .client-testimonial {
    margin: 22px 0;
}
#testimonial-slider .client-testimonial-thumbnail {
    float: left;
    margin-left: 150px;
    width: 159px;
    height: 159px;
    background: url(../images/bg-person.png) no-repeat 0 0;
}
#testimonial-slider .client-testimonial-thumbnail img {
    float: left;
    margin: 24px 0 0 157px;
    width: 146px;
    height: 146px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 5;
}
#testimonial-slider .client-testimonial-content {
    font-size: 17px;
    line-height: 22px;
    padding: 66px 65px 0 340px;
    width: 480px;
}
.post .client-testimonial-content p {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: .8em;
}
.client-testimonial-content strong {
    font-size: 15px;
    font-weight: 700;
    color: #333;
}
#testimonial-slider .bx-controls {
    position: absolute;
    left: 415px;
    width: 150px;
    text-align: center;
    margin-top: -4px;
}
.client-list #slider {
    border-bottom: 0px;
}
.client-list .bx-pager-link {
    text-indent: -9999px;
    display:block;   
    float:left;   
    width:10px;   
    height:10px;    
    background-image:url("../images/slider-dot-gray.png");   
    background-repeat:no-repeat; 
}
#testimonial-slider .bx-pager-link {
    background-color: white;
    border-left: 5px solid white;
    border-right: 5px solid white;
}
.client-list a.active {  
    background-image:url("../images/slider-dot-red.png");
    background-repeat:no-repeat;  
}
#clients-check-mark {
    margin: 15px 25px 5px 15px;
}

/* =Product example
----------------------------------------------- */
.product-ex {
    width: 100%;
    margin-bottom: 50px;
}
.product-example .page-title {
    text-transform: none;
}

.infographic-intro {
    display: block;
    width: 100%; 
    font-size: 0;
    border-bottom: 2px dotted #ccc;
    padding-bottom: 20px;
    margin-bottom: 10px;
    background-color: white;
    position: relative;
}
.infographic-intro ul {
    margin: 0;
}
.infographic-intro li {
    display: inline-block;
    width: 20%;
    text-align: center;
    font-size: 14px;
}
.infographic-intro li:last-of-type {
    width: 18%;
}
.infographic-intro .inf-intro-title {
    text-transform: uppercase;
    font: bold 14px 'Roboto', Arial, sans-serif;
}
.infographic-intro .inf-intro-desc {
    font: normal 13px 'Roboto', Arial, sans-serif;
    color: #999999;
}
.infographic-intro .inf-intro-img-1 {
    width: 110px;
    height: 85px;
    margin: 10px auto;
    background: url(../images/infographic-sprite.png) no-repeat 0 0;
}
.infographic-intro .inf-intro-img-2 {
    width: 81px;
    height: 85px;
    margin: 10px auto;
    background: url(../images/infographic-sprite.png) no-repeat -111px 0;
}
.infographic-intro .inf-intro-img-3 {
    width: 80px;
    height: 85px;
    margin: 10px auto;
    background: url(../images/infographic-sprite.png) no-repeat -191px 0;
}
.infographic-intro .inf-intro-img-4 {
    width: 89px;
    height: 85px;
    margin: 10px auto;
    background: url(../images/infographic-sprite.png) no-repeat -271px 0;
}
.infographic-intro .inf-intro-img-5 {
    width: 74px;
    height: 85px;
    margin: 10px auto;
    background: url(../images/infographic-sprite.png) no-repeat -360px 0;
}
.infographic-intro .inf-intro-sep {
    display: block;
    height: 127px;
    border-left: 2px dotted #ccc;
    position: absolute;
    top: 10px;
}
.infographic-intro .sep-1 {
    left: 190px;
}
.infographic-intro .sep-2 {
    left: 390px;
}
.infographic-intro .sep-3 {
    left: 595px;
}
.infographic-intro .sep-4 {
    left: 785px;
}
#prod-example-sidebar {
    float: right;
    width: 254px;
    background: #f6f5f5;
    padding: 22px 20px 22px 25px;
    margin-top: -14px;
    overflow: hidden;
    z-index: 100;
    font: normal 12px 'Roboto', Arial, sans-serif;
}
#prod-example-sidebar h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 22px;
    text-transform: uppercase;
    padding-left: 25px;
    margin-bottom: 17px;
    background: url(../images/s.png) no-repeat -140px -432px;
}
#prod-example-sidebar h3.leadership {
	background: url(../images/leadership-arrow.png) no-repeat;
}
#prod-example-sidebar h4 {
    font: bold 15px 'Roboto', Arial, sans-serif;
    text-transform: uppercase;
    margin: 0px 0 10px 0; 
}
#prod-example-sidebar .sidebar-element {
    border-bottom: 1px solid #d1d0d0;
    padding-bottom: 20px;
    padding-top: 10px;
}
#prod-example-sidebar .sidebar-element:last-of-type {
    border-bottom: none;
}
#prod-example-sidebar h5, #wwa-sidebar h5{
    font: bold 12px 'Roboto', Arial, sans-serif;
    margin: 10px 0 10px 0;
}
#prod-example-sidebar #get-smarter #icon {
    width: 24px;
    height: 20px;
    background: url(../images/icons/icon_getsmarter.png) no-repeat;
    float: left;
    display: block;
    margin-right: 4px;
}
#prod-example-sidebar #get-smarter #text {
    font: bold 16px 'Roboto', Arial, sans-serif;
    margin: 27px 0 10px 0;
}
#prod-example-sidebar .icon-download {
    width: 11px;
    height: 11px;
    background: url(../images/icons/icon_download.png) no-repeat;
    float: left;
    margin-top: 2px;
    margin-right: 4px;
}
#prod-example-sidebar .description {
    margin-bottom: 0px;
}
#prod-example-sidebar .description span {
    color: #e51934; 
    font-weight: bold;
}
#prod-example-sidebar .btn {
    margin: 40px 0 25px 30px;
    padding: 7px 50px;
}
#prod-example-sidebar a.sameline-link {
    color:red;
    float: left;
    font-weight: bold;
	margin: 0;
	padding:0;
}
#prod-example-sidebar a.newline-link {
    color:red;
    display: block;
    font-weight: bold;
	padding-bottom: 10px;
}
#prod-example-sidebar .sidebar-element .description {
    padding-bottom: 10px;
}
#prod-example-sidebar .sidebar-element .description:last-of-type {
    padding-bottom: 0px;
}
.site-main-prod-ex .page-title {
    background: white;
    margin-bottom: 0px;
    padding-bottom: 24px;
    text-transform: none;
}
.site-main-prod-ex article{
    background: url(../images/prod_ex_bg2.png) repeat-y 0;
    padding-bottom: 0;
}
.site-main-prod-ex .product{
    border-bottom: 2px dotted #ccc;
}
.site-main-prod-ex .btn-expanded {
    border-bottom: none;
    margin: 0 380px -23px;
}
.site-main-prod-ex .btn-expanded > a.btn {
    margin: 0;
}
.site-main-prod-ex .prod-ex-technical {
    border-top: 2px dotted #ccc;
    border-bottom: none;
}
article.prod-example {
    width: 630px;
}
article.prod-example img {
    float:left;
    padding: 0 15px 10px 0;
    width: auto;
    height: 170px;
    margin: 0px auto;
}
article.prod-example h3 {
    color: #333;
    margin-bottom: 5px;
}
article.prod-example h1, .prod-ex-technical h1 {
    color: #e51934;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 30px;
}
ul.red-bullets {
    padding:0;
    color: #E51934;
}
ul.red-bullets span {
    color: #777;
}
ul.key-business-benefits {
    margin: 0;
    list-style: none;
}
.key-business-benefits li>div {
    text-transform: uppercase;
    font: bold 14px 'Roboto', Arial, sans-serif;
    margin-bottom: 5px;
}
.key-business-benefits li>p {
    font: normal 13px 'Roboto', Arial, sans-serif;
    margin-left: 0px;
}
.red-plus {
    color: #E51934;
}
ul#key-features {
   list-style: none;
   margin: 0px;
}
ul#key-features li{
    margin-bottom: 10px;
}
ul#key-features > li > div {
    font: bold 14px 'Roboto', Arial, sans-serif;
}
ul#key-features > li > ul {
    color: #E51934;
    font: normal 13px 'Roboto', Arial, sans-serif;
}
ul#key-features > li > ul li {
    margin-bottom: 0px;
    margin-left: 10px;
}
ul#key-features > li > ul span {
    color: #777;
}
.key-features-sidebar {
    float: right;
    width: 255px;
	/*min-height: 650px;*/
    background: #f6f5f5;
    padding: 22px 20px 22px 25px;
	/*margin-bottom: -42px;*/
}
.key-features-sidebar ul {
    margin:0;
    padding:0;
    list-style: none;
    font: normal 12px 'Roboto', Arial, sans-serif;
}
.key-features-sidebar ul a {
    color: #E51934;
    font-weight: bold;
}
.key-features-sidebar ul p {
    margin-bottom: 0;
    color: #333;
}
.key-features-sidebar li {
    padding: 14px 8px 0;
}
.key-features-sidebar h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 22px;
    text-transform: uppercase;
    padding-left: 30px;
    margin-bottom: 0;
    margin-left: 10px;
    background: url(../images/s.png) no-repeat -140px -432px;
}
.sameline-link:hover, .newline-link:hover {
    text-decoration: underline;
}
.prod-example p, .prod-ex-technical p{
    color: #777777;
}

/* =Clearfix
----------------------------------------------- */
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
* html .clearfix {height:1px;}

#content .red-head > * {
     margin-bottom: 21px;
    padding-left: 17px;
    text-align: left;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    width: 233px;
    color: #fff;
    background: #e51d3d;   
}

.preview_res_item, .post_res li, .article_res {
    margin-bottom: 15px;
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.preview_res_item a {
    display: block;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    padding: 15px;
}

.preview_res_item a img {
    margin: 0px 20px 0px 0px;
    padding: 0;
}

.preview_res_item:hover {
  background: #ddd;
}

article ul.post_res {
    margin: 0px;
}

.post_res li {
    padding: 0;
}

.post_res li:before {
    display: none;
}

.post_res li a, .article_res a {
    display: block;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none !important;
    padding: 14px;   
}

.post_res .left-side {
    float: left;
    margin-right: 15px;
}

.post_res .right-side {
    margin: 0;
    overflow: hidden;
}

.post_res li h6, .article_res a {
  margin-bottom: 0px;
  color: #d70e31;
  font-size: 16px;
}

.post_res li p {
  margin-bottom: 0px;
  color: #666;
  font-size: 13px;
}

.post_res li:hover, .article_res:hover {
    background: #ddd;
}

.threat-level.res_table {
    border: 1px solid #ccc;
    padding: 0px 15px;
}

.threat-level.res_table tr th {
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    padding: 7px 0;
}

#content .red-head:hover h2 {
    text-decoration: none;
}

.bc-container {
    width: 100%;
    height: 50px;
    background: #696969;
    margin: 0px 0px 20px;
}

/****************** !Product *****************/

.pr-top-info {

}

.pr-info-left {
    float:left;
    width: 635px;
}

.pr-info-left p {
    font-size: 18px;
    line-height: 22px;
    color: #000;
    font-family: Arial;
}

.pr-info-right {
    float: right;
    width: 290px;
    padding: 0px 0px 0px 10px;
}

.pr-info-right p {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-family: Arial;
}

.pr-info-right p span {
    font-weight: bold;
    color: #e41934;
}

.product-container {
    padding: 10px 0px 0px;
}

.section {
    margin: 0px 0px 12px;
    position: relative;
    z-index: 0;
}

.tabs {
    margin: 0px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#828282+0,737373+100 */
    background: #828282; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgyODI4MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MzczNzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #828282 0%, #737373 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#828282), color-stop(100%,#737373)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #828282 0%,#737373 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #828282 0%,#737373 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #828282 0%,#737373 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #828282 0%,#737373 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#828282', endColorstr='#737373',GradientType=0 ); /* IE6-8 */
    padding: 0px 15px;
    position: relative;
    height: 40px;
    width: 605px;
}

.tabs:before {
    content:'';
    position: absolute;
    height: 5px;
    width: 978px;
    bottom: -27px;
    left: 0px;
    background: url(../images/dot.png) repeat-x 0px 0px;
}

.tabs li {
    font-size: 14px;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
    float: left;
    cursor: pointer;
    border-left: 1px solid #fff;
    list-style: none;
    padding: 0px 10px 0px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#959595+0,838383+100 */
    background: #959595; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk1OTU5NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MzgzODMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #959595 0%, #838383 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#959595), color-stop(100%,#838383)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #959595 0%,#838383 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #959595 0%,#838383 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #959595 0%,#838383 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #959595 0%,#838383 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#838383',GradientType=0 ); /* IE6-8 */
}

.tabs li:last-child {
    border-right: 1px solid #fff;   
}

.tabs li a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.tabs li.current, .tabs li:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e51934+0,ca162e+100 */
    background: #e51934; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1MTkzNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYTE2MmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #e51934 0%, #ca162e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e51934), color-stop(100%,#ca162e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e51934 0%,#ca162e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e51934 0%,#ca162e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e51934 0%,#ca162e 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e51934 0%,#ca162e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e51934', endColorstr='#ca162e',GradientType=0 ); /* IE6-8 */
    box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.2);
}

.tabs li:focus {
    outline: 0;
}

.box.cleared {
    display: none;
}

.section .visible {
    display: block;
}

.box {
    margin: 50px 0px 0px;
}

.box .post {
    margin: 0px;
}

img.slogo {
  position: absolute;
  top: 0;
  left: -3px;
  opacity: 0;
}

.logotype a {
    display: block;
    position: relative;
}

.thanks-bk {
    position: absolute;
    top: -11px;
    left: 0;
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: 28px;
    line-height: 60px;
    font-family: Arial;
    font-weight: bold;
    color: #d7d7d7;
    text-transform: uppercase;
    background: #555555;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #555555 0%, #4b4b4b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#4b4b4b));
    background: -webkit-linear-gradient(top, #555555 0%,#4b4b4b 100%);
    background: -o-linear-gradient(top, #555555 0%,#4b4b4b 100%);
    background: -ms-linear-gradient(top, #555555 0%,#4b4b4b 100%);
    background: linear-gradient(to bottom, #555555 0%,#4b4b4b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#4b4b4b',GradientType=0 );
    display: none;
}

.leadership-bk a {
    display: block;
    height: 100%;
    position: relative;
    float: left;
    border: 1px solid #ccc;
    padding: 5px 5px;
    margin: 0px 40px 30px 0px;
}

.leadership-bk a span.quick-info {
    position: absolute;
    bottom: 10px;
    width: 150px;
    text-align: center;
    background: rgba(0,0,0,0.7);
    color: #fff;
    font: 600 12px 'Roboto', Arial;
    padding: 5px 0px 7px;
    left: 0;
    margin: -7px 0px 0px 5px;
    opacity:0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.leadership-bk a:hover .quick-info {
    opacity:1;
}

.leadership-bk img {
    display: block;
    padding: 0;
}

.fl {
	float:left;
}

#header .lang_selecter {
	float: left;
	margin: 0px 0px 0px 10px;
}

#header .lang_selecter > ul {
	
}

#header .lang_selecter > ul > li {
	list-style: none;
	float: none;
	background: none;
	width: 40px;
	height: 52px;
	padding: 0;
}

#header .lang_selecter ul li ul {
    display: none;
	float: left;
    margin: 0;
    position: absolute;
    top: 52px;
    left: -2px;
    width: 45px;
    z-index: 99999;
    border: none;
    background: rgba(0,0,0,0.8);
}

#header .lang_selecter ul ul a {
    background: none;
    border-bottom: 1px solid #363636;
    color: #fffeff;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 0px 5px;
    display: block;
    text-transform: inherit;
    margin: 0px 4px 0px 4px;
    text-align: center;
}

#header .lang_selecter ul li ul:before {
    content: '';
    position: absolute;
    border-bottom: 6px solid rgba(0,0,0,0.8);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    top: -6px;
    left: 16px;
}

#header .lang_selecter ul li:hover ul {
	display:block;
}

#header .lang_selecter ul li a {
	background: none;
}

#header .lang_selecter ul li a.selected {
	width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	background: #e51934;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #e51934 0%, #ca162e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e51934), color-stop(100%,#ca162e));
	background: -webkit-linear-gradient(top, #e51934 0%,#ca162e 100%);
	background: -o-linear-gradient(top, #e51934 0%,#ca162e 100%);
	background: -ms-linear-gradient(top, #e51934 0%,#ca162e 100%);
	background: linear-gradient(to bottom, #e51934 0%,#ca162e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e51934', endColorstr='#ca162e',GradientType=0 );
	box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 5px 5px 0px rgba(0,0,0,0.2);
	padding: 0;
	line-height: 40px;
	text-decoration: none;
}

#header .lang_selecter ul li a.selected:hover {
	background: #e51934;
	text-decoration: none;
}

#header .lang_selecter ul li ul li {
	background: none;
	float: тщту;
    width: 100%;
    height: auto;
	text-transform: uppercase;
}