/* 	Web fonts
	Roboto
	http://www.google.com/fonts/specimen/Roboto
*/
@font-face {
  font-family: 'Roboto';
  src: url('webfonts/roboto-regular-webfont.eot');
  src: url('webfonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('webfonts/roboto-regular-webfont.woff') format('woff'), url('webfonts/roboto-regular-webfont.ttf') format('truetype'), url('webfonts/roboto-regular-webfont.svg#robotobold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Light';
  src: url('webfonts/roboto-light-webfont.eot');
  src: url('webfonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'), url('webfonts/roboto-light-webfont.woff') format('woff'), url('webfonts/roboto-light-webfont.ttf') format('truetype'), url('webfonts/roboto-light-webfont.svg#robotobold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Light Italic';
  src: url('webfonts/roboto-lightitalic-webfont.eot');
  src: url('webfonts/roboto-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('webfonts/roboto-lightitalic-webfont.woff') format('woff'), url('webfonts/roboto-lightitalic-webfont.ttf') format('truetype'), url('webfonts/roboto-lightitalic-webfont.svg#robotobold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Bold';
  src: url('webfonts/roboto-bold-webfont.eot');
  src: url('webfonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'), url('webfonts/roboto-bold-webfont.woff') format('woff'), url('webfonts/roboto-bold-webfont.ttf') format('truetype'), url('webfonts/roboto-bold-webfont.svg#robotobold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'typicons';
  src: url('webfonts/typicons.eot');
  src: url('webfonts/typicons.eot?#iefix') format('embedded-opentype'), url('webfonts/typicons.woff') format('woff'), url('webfonts/typicons.ttf') format('truetype'), url('webfonts/typicons.svg#typicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* General */
html {
  position: relative;
  min-height: 100%;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Roboto Light', 'Helvetica Neue Light', 'Helvetica Light', 'Arial Light', Helvetica, Arial, sans-serif;
}
h1 {
  font-size: 1.17em;
  font-family: 'Roboto Bold', 'Helvetica Neue Bold', 'Helvetica Bold', 'Arial Bold', Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: normal;
}
h1.secondaryHeader span {
  font-size: 12px;
  font-weight: lighter!important;
}
p {
  margin: 0;
}
p + p,
p + h3 {
  margin-top: 1em;
}
p + p.clear {
  padding-top: 1em;
  margin: 0;
}
p.sub {
  font-size: 14px;
  line-height: 1;
  font-weight: bolder;
}
.green {
  color: #69952F;
}
.greeny {
  color: #79AE3B!important;
}
ol li + li {
  margin-top: 1em;
}
a {
  color: #69952F;
}
a:active,
a:visited,
a:focus {
  border: none;
  outline: none;
}
img {
  max-width: 100%;
}
blockquote {
  font-family: 'Roboto Light Italic', 'Helvetica Neue Light Italic', 'Helvetica Light Italic', 'Arial Light Italic', Helvetica, Arial, sans-serif;
  font-size: 1.1em;
}
b,
strong {
  font-family: 'Roboto Bold', 'Helvetica Neue Bold', 'Helvetica Bold', 'Arial Bold', Helvetica, Arial, sans-serif;
  font-weight: normal;
}
i,
em {
  font-family: 'Roboto Light Italic', 'Helvetica Neue Light Italic', 'Helvetica Light Italic', 'Arial Light Italic', Helvetica, Arial, sans-serif;
  font-style: normal;
}

sup  {font-size:64%;}

.fLeft {
  float: left;
}
.fLeft.half {
  width: 50%;
}
.fLeft.third {
  width: 33.33%;
}
.fLeft.wide {
  width: 70%;
}
.fLeft.small {
  width: 39.8190%;
}
.fLeft.small.margin {
  margin-right: 3.1674%;
}
.fRight {
  float: right;
}
.row {
  margin-top: 2em !important;
}
.row:after {
  content: '';
  display: table;
  clear: both;
}
.row > .row {
  margin-top: 0 !important;
  margin-bottom: 3.1674%;
}
.secondary {
  font-size: .95em;
}
.borderBox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.button {
  position: relative;
  top: 0;
  display: inline-block;
  margin: 0;
  padding: 1.25em 2.5em;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  border: none;
  border-radius: 2px;
  background: #85be42;
  background: -moz-linear-gradient(top, #85be42 0%, #79ae3b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #85be42), color-stop(100%, #79ae3b));
  background: -webkit-linear-gradient(top, #85be42 0%, #79ae3b 100%);
  background: -o-linear-gradient(top, #85be42 0%, #79ae3b 100%);
  background: -ms-linear-gradient(top, #85be42 0%, #79ae3b 100%);
  background: linear-gradient(to bottom, #85be42 0%, #79ae3b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85be42', endColorstr='#79ae3b', GradientType=0);
  box-shadow: 0 2px 2px rgba(181, 181, 181, 0.5);
}
.button.wide {
  padding: 1em 3em;
}
.button:hover {
  top: 1px;
}
.button:after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 13px;
  margin-left: 1em;
  vertical-align: middle;
  background: url('img/rightarrow.png') center center no-repeat;
}
.principal {
  font-size: 1.3em;
}
.clear {
  clear: both;
}
.cf:after {
  content: '';
  display: table;
  clear: both;
}
.iconBg {
  min-height: 65px;
  padding-left: 80px;
  background-position: top left;
  background-repeat: no-repeat;
}
.iconBg.iconCalendar {
  background-image: url('img/calendar.png');
  margin-top: 15px;
}
.iconPrize {
  margin-right: 10px;
  width: 90px;
  height: 90px;
  float: left;
  bottom: 15px;
  border-right: 3px solid #f3f3f3;
}
ul.prizes {
  float: left;
  left: 0;
  margin: 10px 0 0 -50px;
}
ul.clean {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.separate li {
  margin: 1.25em 0;
}
ul.clear li:after {
  content: '';
  display: table;
  clear: both;
}
a.imageLink {
  position: relative;
  display: block;
}
a.imageLink img {
  display: block;
}
a.imageLink:hover {
  background: #000;
}
a.imageLink:hover img {
  opacity: .5;
}
a.imageLink:hover:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url('img/magnify.png') center center no-repeat;
}
/* Sizes */
body > header,
.hero,
.highlight .inside,
.highlight > h1,
.maxSize {
  max-width: 1105px;
  margin: 0 auto;
  padding: 0 15px;
}
section.maxSize ul li {
  list-style: none;
}
/* Main Header */
body > header .infoBar {
  margin: 1.5em 0 1em 0;
  overflow: hidden;
  font-size: .9em;
}
body > header .infoBar a {
  text-decoration: none;
  color: #244782;
}
body > header .infoBar a.phone {
  font-size: 22px;
}
body > header h1 {
  float: left;
  margin: 0;
}
body > header h1 img {
  max-width: 260px;
}
body > header .move {
  float: right;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
body > header .info,
body > header .webchat {
  text-align: right;
}
body > header .webchat {
  padding-right: 50px;
  background: url('img/chaticon.png') bottom right no-repeat;
}
body > header .info {
  margin-bottom: 1em;
}
body > header .phone:after {
  content: ' |';
  display: inline-block;
  margin-right: .30em;
  margin-left: .30em;
}
/* Main Navigation */
.mainNav {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: .88em;
  color: #fff;
  background: #244782;
  border-radius: 2px;
}
.mainNav:after {
  content: '';
  display: table;
  clear: both;
}
.mainNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mainNav ul ul {
  z-index: 10;
  position: absolute;
  display: none;
  font-size: .9em;
  background: #244782;
}
.mainNav ul ul ul {
  left: 100%;
  margin-top: -2.55em;
  min-width: 100%;
  font-size: .95em;
}
.mainNav > ul > li {
  float: left;
}
.mainNav > ul > li > a {
  padding: 1em 1.2em;
}
.mainNav > ul > li:first-child {
  margin-left: 0;
}
.mainNav > ul > li.noted {
  float: right;
  margin: 0;
  text-align: right;
}
.mainNav ul ul a {
  padding: .5em 1em;
}
.mainNav a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
}
.mainNav a:hover,
.mainNav li:hover,
.mainNav li.active {
  background: #13284C;
}
.mainNav > ul > li > ul li {
  white-space: nowrap;
}
.mainNav > ul > li:hover > ul {
  display: block;
}
.mainNav > ul > li > ul > li:hover > ul {
  display: block;
}
.mainNav a.sub {
  padding-right: 3em;
}
.mainNav a.sub:after {
  content: '';
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  width: 9px;
  background: url('img/rightarrow.png') center center no-repeat;
  background-size: 70%;
}
.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #e3e3e3;
  margin-top: 15px;
  margin-bottom: 8px;
}
/* Index Hero */
.hero {
  padding: 4em 0 4.5em 0;
  text-align: center;
}
.hero h1,
.hero h2 {
  max-width: 75%;
  margin: 0 auto;
}
.hero h1 {
  margin-bottom: .3em;
  font-size: 2.4em;
  line-height: 1.1;
  color: #244782;
}
.hero h2 {
  margin-bottom: 1em;
  font-size: 1.25em;
  color: #484848;
}
/* Columns */
.highlight {
  padding: 2em 0;
  background: #EEEEEE;
  font-size: .95em;
}
/*.highlight.threecols 	{ background: #244782; color:#fff; }
.highlight.threecols a 	{ color: #94C752; }
.highlight.threecols h1 { color:#fff; }
.highlight.threecols h2 { color:#9EA7B6; }*/
.highlight > h1 {
  margin-bottom: 1em;
  padding-bottom: .5em;
  line-height: 1;
  color: #555;
  font-size: 1.4em;
  font-family: 'Roboto Light', 'Helvetica Neue Light', 'Helvetica Light', 'Arial Light', Helvetica, Arial, sans-serif;
  border-bottom: 1px dotted #CFCFCF;
}
.highlight.advice {
  margin-top: 2em;
  text-align: center;
  font-size: 1em;
}
.highlight.advice p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.doubleHeader h1,
.blue {
  color: #244782;
}
.doubleHeader h2 {
  margin-bottom: 1em;
  font-size: 1.15em;
  font-family: 'Roboto Light Italic', 'Helvetica Neue Light Italic', 'Helvetica Light Italic', 'Arial Light Italic', Helvetica, Arial, sans-serif;
}
.secondaryHeader {
  margin-bottom: 1em;
  font-size: 1.1em;
}
.threecols:after,
.twocols:after {
  content: '';
  display: table;
  clear: both;
}
.threecols .col {
  width: 31.2217%;
}
.twocols .col {
  width: 48.4162%;
}
.col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0 0 0 3.1674%;
}
.col.first {
  margin-left: 0;
}
.col.highlight {
  padding: 20px;
  background: #eee;
  border-radius: 10px;
}
.col:after {
  content: '';
  display: table;
  clear: both;
}
/* Product */
.fText {
  float: left;
  width: 50%;
}
.fRImage {
  float: left;
  width: 46.8326%;
  margin-left: 3.1674%;
}
.fLImage {
  float: left;
  width: 46.8326%;
  margin-right: 3.1674%;
}
.fText.large {
  width: 64.4859%;
}
.fLImage.small {
  width: 28.9716%;
}
/* Contents */
.breadcrumb {
  list-style: none;
  margin: 1em 0;
  padding: 0;
  line-height: 1;
  font-size: .8em;
  color: #959595;
}
.breadcrumb li {
  display: inline-block;
  padding: 0 .25em 0 0;
}
.breadcrumb li:before {
  content: '>';
  display: inline-block;
  margin-right: .35em;
}
.breadcrumb li:first-child:before {
  content: '';
  margin: 0;
}
.breadcrumb a {
  text-decoration: none;
  color: #959595;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.content > h1 {
  margin-bottom: .25em;
  line-height: 1.1;
  font-size: 1.95em;
  color: #244782;
}
.content > h2,
.content > .description {
  width: 74.2081%;
}
.content > h2 {
  font-size: 1.15em;
  color: #484848;
}
.content > h2 + .description {
  margin-top: 1em;
}
.content h3 {
  margin-bottom: 1em;
  font-family: 'Roboto Bold', 'Helvetica Neue Bold', 'Helvetica Bold', 'Arial Bold', Helvetica, Arial, sans-serif;
  font-size: 1em;
}
.content .contentBlock {
  position: relative;
}
.contentBlock.pad {
  padding-left: 29.72%;
}
.contentBlock .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 113px;
  height: 113px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 678px 113px;
  background-image: url('img/icns-services.png');
}
.contentBlock .iconAssesment {
  background-position: 0 0;
}
.contentBlock .iconBackup {
  background-position: -113px 0;
}
.contentBlock .iconConsultation {
  background-position: -226px 0;
}
.contentBlock .iconInstall {
  background-position: -339px 0;
}
.contentBlock .iconVirtualization {
  background-position: -452px 0;
}
.contentBlock .iconFix {
  background-position: -565px 0;
}
/*Services*/
span.iconServicesDesign {
  display: block;
  width: 113px;
  height: 113px;
  background-size: 1131px 113px;
  background-image: url('img/icns-services-detail.png');
  background-position: 0 0;
}
span.iconServicesOptimization {
  display: block;
  width: 113px;
  height: 113px;
  background-size: 1131px 113px;
  background-image: url('img/icns-services-detail.png');
  background-position: -113px 0;
}
span.iconServicesVirtualziation {
  display: block;
  width: 113px;
  height: 113px;
  background-size: 1131px 113px;
  background-image: url('img/icns-services-detail.png');
  background-position: -226px 0;
}
span.iconServicesVirtualizationPractice {
  display: block;
  width: 113px;
  height: 113px;
  background-size: 1131px 113px;
  background-image: url('img/icns-services-detail.png');
  background-position: -339px 0;
}
span.iconServicesConsolidation {
  display: block;
  width: 113px;
  height: 113px;
  background-size: 1131px 113px;
  background-image: url('img/icns-services-detail.png');
  background-position: -452px 0;
}
span.iconServicesStorage {
  display: block;
  width: 113px;
  height: 113px;
  background-size: 1131px 113px;
  background-image: url('img/icns-services-detail.png');
  background-position: -565px 0;
}
span.iconServicesBackup {
  display: block;
  width: 113px;
  height: 113px;
  background-size: 1131px 113px;
  background-image: url('img/icns-services-detail.png');
  background-position: -678px 0;
}
span.iconServicesItManagement {
  display: block;
  width: 113px;
  height: 113px;
  background-size: 1131px 113px;
  background-image: url('img/icns-services-detail.png');
  background-position: -791px 0;
}
span.iconServicesSecurity {
  display: block;
  width: 113px;
  height: 113px;
  background-size: 1131px 113px;
  background-image: url('img/icns-services-detail.png');
  background-position: -904px 0;
}
span.iconServicesComputer {
  display: block;
  width: 113px;
  height: 113px;
  background-size: 1131px 113px;
  background-image: url('img/icns-services-detail.png');
  background-position: -1017px 0;
}
/* Tabs */
.tabs {
  width: 82.8054%;
  margin: 3em 0 4em 0;
  overflow: hidden;
}
.tabs .tabOptions,
.tabs .tabContent {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.tabs .tabOptions {
  width: 27.3224%;
  margin-right: 3.8251%;
  font-size: .95em;
}
.tabs .tabContent {
  width: 68.8524%;
}
.tabs .tabOptions ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tabs .tabOptions li {
  margin: 0 0 .15em 0;
}
.tabs .tabOptions a {
  display: block;
  padding: .7em 1em;
  line-height: 1;
  text-decoration: none;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  color: #244782;
  border: 1px solid #DEDEDE;
  border-radius: 2px;
}
.tabs .tabOptions a:hover,
.tabs .tabOptions a.active,
.tabs .tabOptions a:focus {
  color: #fff;
  background: #244782;
  border-color: #244782;
}
.tabs .tabOptions a:active,
.tabs .tabOptions a:visited {
  outline: none;
}
.tabs .tabContent article {
  display: none;
}
.tabs .tabContent article h2 {
  font-size: 1.2em;
  margin-bottom: 1em;
  color: #484848;
}
.tabs .tabContent article.active {
  display: block;
}
/* Divided */
.dividedRow {
  padding-top: 1em;
  border-top: 1px solid #eee;
}
.dividedRow .dividedIcon,
.dividedRow .dividedTitle,
.dividedRow .dividedText {
  position: relative;
  float: left;
}
.dividedRow .dividedIcon {
  width: 14.0271%;
  min-height: 1px;
  margin-right: 3.1674%;
}
.dividedRow .dividedTitle {
  width: 14.0271%;
  margin-right: 3.1674%;
}
.dividedRow .dividedText {
  width: 48.4162%;
}
.dividedRow .dividedIcon .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 113px;
  height: 113px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 452px 113px;
  background-image: url('img/icns-numbers.png');
}
.dividedRow .dividedIcon .iconOne {
  background-position: 0 0;
}
.dividedRow .dividedIcon .iconTwo {
  background-position: -113px 0;
}
.dividedRow .dividedIcon .iconThree {
  background-position: -226px 0;
}
.dividedRow .dividedIcon .iconFour {
  background-position: -339px 0;
}
.knowledge .icon {
  display: block;
  width: 113px;
  height: 113px;
  margin: 0 0 1em 0;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 565px 113px;
  background-image: url('img/icns-knowledge.png');
}
.knowledge .iconPen {
  background-position: 0 0;
}
.knowledge .iconPapers {
  background-position: -113px 0;
}
.knowledge .iconSuccess {
  background-position: -226px 0;
}
.knowledge .iconBlog {
  background-position: -339px 0;
}
.knowledge .iconVideos {
  background-position: -452px 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.right.explain {
  width: 50%;
}
.explain p {
  margin-top: 15px;
}
/*Picons*/
/* :before psuedo-selector inserts and styles icon */
.typcn:before {
  font-family: 'typicons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  height: 1em;
  font-size: 3.5em;
  text-align: center;
  color: #a5a5a5;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.socialIcon {
  display: block;
  margin: 10px 0 0 0;
  text-align: center;
  width: 100%;
  background-color: #eee;
  height: 65px;
}
.typcn:hover {
  opacity: 0.9;
}
.typcn-social-at-circular:before {
  content: '\e0e1';
  text-decoration: none;
}
/* '' */
.typcn-social-dribbble:before {
  content: '\e0e3';
  text-decoration: none;
}
/* '' */
.typcn-social-facebook:before {
  content: '\e0e5';
  text-decoration: none;
  color: #3B5998;
}
/* '' */
.typcn-social-flickr:before {
  content: '\e0e7';
  text-decoration: none;
}
/* '' */
.typcn-social-github:before {
  content: '\e0e9';
  text-decoration: none;
}
/* '' */
.typcn-social-google-plus:before {
  content: '\e0eb';
  text-decoration: none;
  color: #dd4b39;
}
/* '' */
.typcn-social-instagram:before {
  content: '\e0ed';
  text-decoration: none;
}
/* '' */
.typcn-social-last-fm:before {
  content: '\e0ef';
  text-decoration: none;
}
/* '' */
.typcn-social-linkedin:before {
  content: '\e0f1';
  text-decoration: none;
  color: #0077b5;
}
/* '' */
.typcn-social-pinterest:before {
  content: '\e0f3';
  text-decoration: none;
}
/* '' */
.typcn-social-skype:before {
  content: '\e0f5';
  text-decoration: none;
}
/* '' */
.typcn-social-tumbler:before {
  content: '\e0f7';
  text-decoration: none;
}
/* '' */
.typcn-social-twitter:before {
  content: '\e0f9';
  text-decoration: none;
  color: #1dcaff;
}
/* '' */
.typcn-social-vimeo:before {
  content: '\e0fb';
  text-decoration: none;
}
/* '' */
.typcn-social-youtube:before {
  content: '\e0fd';
  text-decoration: none;
  color: #e52d27;
}
/* '' */
/* Partners */
.threecols.imageCentered .col img {
  display: block;
  margin: 0 auto .5em auto;
}
.partnerList a {
  display: inline-block;
  text-decoration: none;
}
.partnerList a:hover {
  opacity: .5;
}
/* Event list */
.eventList {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: .95em;
}
.eventList li {
  padding: 1em 0;
  border-bottom: 1px solid #DEDEDE;
}
.eventList li:first-child {
  border-top: 1px solid #DEDEDE;
}
.eventList li:after {
  content: '';
  display: table;
  clear: both;
}
.eventList .details {
  float: left;
  width: 22.6244%;
  margin-right: 11.7647%;
}
.eventList .description {
  float: left;
  width: 48.4162%;
}
.eventList .details strong {
  font-size: 1.05em;
  display: block;
  margin-bottom: 1em;
}
/* Link list */
.linkList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.linkList li {
  margin: 1em 0;
}
.linkList em {
  display: block;
}
/*award list*/
.awardList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.awardList li {
  margin: 1em 0;
  float: left;
  width: 100%;
}
.awardList em {
  display: block;
}
.separate {
  margin-top: 30px;
  display: block;
}
ul.description.awardList li a.green.separate {
  margin-top: 0 !important;
}
ul.prizes h3.row {
  line-height: 1;
  text-indent: -25px;
}
/* Map */
.map {
  border: 1px solid #DEDEDE;
  border-radius: 2px;
}
/* Forms */
form {
  margin-bottom: 2em;
}
.formTitle {
  margin-bottom: .5em;
}
input,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"],
input[type="email"],
input[type="date"],
input[type="tel"],
input[type="number"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: .5em;
  background: #FAFAFA;
  border: 1px solid #BDBDBD;
}
textarea {
  min-height: 100px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
textarea:focus {
  outline: none !important;
}
label,
label input,
label textarea {
  display: block;
  width: 90%;
}
label {
  margin-bottom: 1em;
  line-height: 1.8;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: .9em;
}
label input,
label textarea {
  font-family: 'Roboto Light', 'Helvetica Neue Light', 'Helvetica Light', 'Arial Light', Helvetica, Arial, sans-serif;
  border-radius: 2px;
}
.contact {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Partners list */
.partnersHeader {
  padding-top: .5em;
  margin: 3em 0 2em 0;
  font-size: .85em;
  color: #888;
  border-top: 1px solid #eee;
}
.partnersList {
  list-style: none;
  margin: 1em 0;
  padding: 0;
  text-align: center;
  width:50%;
  float: left;
}
.partnersList li {
  display: inline-block;
  width: 24%;
  margin: .35em 0;
  vertical-align: middle;
}
/* Product */
.productInfo {
  float: left;
  width: 27.3224%;
  margin-right: 3.8251%;
}
.productDetails {
  float: left;
  width: 68.8524%;
  font-size: .85em;
}
.productInfo .productThumbs {
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
}
.productInfo .productThumbs:after {
  content: '';
  display: table;
  clear: both;
}
.productInfo .productThumbs li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 31.33%;
  margin: 0 1%;
}
.productInfo .productImage {
  margin-bottom: .5em;
}
.productInfo .productImage,
.productInfo .productThumbs li {
  border: 1px solid #DEDEDE;
}
.productInfo .productThumbs li.active,
.productInfo .productThumbs li:hover {
  border-color: #999;
  opacity: .7;
}
.productDetails table tr:nth-child(even) {
  background: #eee;
}
.productDetails table tr:nth-child(odd) {
  background: none;
}
.productDetails table .title {
  background: none !important;
  font-family: 'Roboto Bold', 'Helvetica Neue Bold', 'Helvetica Bold', 'Arial Bold', Helvetica, Arial, sans-serif;
}
.productDetails table .title td {
  padding-top: 1em;
}
.productDetails tbody .title:first-child td {
  padding-top: 0;
}
/* Newsletter*/
.news {
  position: relative;
  display: block;
  margin-right: 15px;
  float: left;
  width: 65px;
  height: 80px;
  padding: 3px;
  border: 3px solid #dedede;
  font-size: 25px;
  color: #dedede;
  text-align: center;
}
.newsPress {
  position: relative;
  display: block;
  margin-right: 15px;
  float: left;
  width: 72px;
  height: 92px;
  padding: 3px;
  border: 3px solid #dedede;
  font-size: 25px;
  color: #dedede;
  text-align: center;
}
.download {
  font-size: 13px;
  line-height: 26px;
}
/* Footer */
body > footer {
  margin-top: 0 !important;
}
body > footer .info {
  padding-top: 4em;
  padding-bottom: 1em;
  color: #97A1B1;
  font-size: .8em;
}
body > footer .info:after {
  content: '';
  display: table;
  clear: both;
}
body > footer .copyright {
  float: left;
}
body > footer .microdata {
  float: right;
}
body > footer .microdata p {
  display: inline-block;
  margin: 0 0 0 .25em;
}
body > footer .stripe {
  padding: 20px 0 40px 0;
  background: #13284C;
}
body > footer .extraNav {
  font-size: .8em;
}
body > footer .extraNav:after {
  content: '';
  display: table;
  clear: both;
}
body > footer .extraNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body > footer .extraNav > ul > li {
  float: left;
  margin: 0 1em;
}
body > footer .extraNav > ul > li > a {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
body > footer .extraNav > ul > li:first-child {
  margin-left: 0;
}
body > footer .extraNav a {
  text-decoration: none;
  color: #97A1B1;
}
body > footer .extraNav a:hover,
body > footer .extraNav a.active {
  color: #fff;
}
body > footer .extraNav .noted {
  float: right;
  margin: 0;
}
.cta {
  position: absolute;
  z-index: 5;
  width: 100%;
  text-align: center;
  /*bottom: 60px;*/
  bottom:0;
}
span.headerSocial {
  font-size: 0.5em!important;
}
p.mainCorporate {
  font-size: 22px;
}

.videoIframe {width: 94%; padding: 20px; float: left; margin-left: 25%; overflow: hidden;}


.literature {width: 21%; float: right; font-size: 14px;}
span.value {color: #69952F; font-weight: bolder;}
.indent{width: 88%; float: right;}

/*R E S P O N S I V E */
@media screen and (max-width: 1040px) {
  body {
    font-size: .9em;
  }
}
@media screen and (max-width: 945px) {
  .mainNav {
    font-size: .9em;
  }
  .mainNav > ul > li > a {
    padding: 1em .6em;
  }
  .hero h1,
  .hero h2 {
    max-width: 85%;
  }
  .highlight.threecols h2 {
    font-size: .95em;
  }
  .highlight.threecols p {
    font-size: .95em;
  }
  .contentBlock .icon {
    width: 25%;
    background-size: 600%;
  }
  .contentBlock .iconBackup {
    background-position: 20% 0;
  }
  .contentBlock .iconConsultation {
    background-position: 40% 0;
  }
  .contentBlock .iconInstall {
    background-position: 60% 0;
  }
  .contentBlock .iconVirtualization {
    background-position: 80% 0;
  }
  .contentBlock .iconFix {
    background-position: 100% 0;
  }
  .dividedRow .dividedText {
    width: 65.6%;
  }
  .tabs,
  .content > .description {
    width: 100%;
  }
  .content > h2 {
    width: 85%;
  }
  .eventList .details {
    width: 30%;
    margin-right: 3%;
  }
  .eventList .description {
    width: 67%;
  }
  .contactColumn {
    float: none;
    width: 100% !important;
    margin: 1em 0;
  }
  .contactColumn + .contactColumn {
    margin-top: 2em;
  }
  .contact {
    width: 80%;
    margin: 0 auto 2em auto;
    padding: 1em;
    background: #eee;
  }
  .contact label,
  .contact label input,
  .contact label textarea {
    width: 100%;
  }
  .map {
    width: 100%;
  }
  body > footer .extraNav ul ul {
    display: none;
  }
  .veryFirstImage a h3,
  .firstImage a h3,
  .secondImage a h3,
  .thirdImage a h3,
  .fourthImage a h3,
  .fifthImage a h3 {
    font-size: 14px;
  }
  .veryFirstImage a h2,
  .firstImage a h2,
  .secondImage a h2,
  .thirdImage a h2,
  .fourthImage a h2,
  .fifthImage a h2 {
    width: 100%;
  }
  .cbp-fwslider nav span {
    color: #fff!important;
    margin-top: -82px !important;
    text-shadow: none!important;
  }
  .cbp-fwslider nav span:hover {
    color: #f1f1f1!important;
    opacity: 0.8;
  }
  .cta {
    bottom: 75px!important;
  }
}
@media screen and (max-width: 600px) {
  body > header .move .webchat,
  body > header .move .headerSocial {
    display: none;
  }
  body > header h1 {
    float: left;
    width: 40%;
  }
  body > header h1 > img {
    max-width: 100%;
  }
  body > header .infoBar a.phone:after {
    display: none;
  }
  .mainNav {
    position: relative;
    height: 2.6em;
    overflow: hidden;
  }
  .mainNav:after {
    content: '';
    position: absolute;
    right: .5em;
    top: .3em;
    font-size: 1.3em;
  }
  .mainNav.show {
    height: auto;
  }
  .mainNav.show:after {
    content: none;
  }
  .mainNav .noMobile {
    display: none !important;
  }
  .mainNav > ul > li {
    display: none;
    float: none;
  }
  .mainNav > ul > li.active {
    display: block;
    font-size: 1.1em;
  }
  .mainNav.show > ul > li.active {
    font-size: inherit;
  }
  .mainNav.show > ul > li {
    display: block;
  }
  .mainNav > ul > li > a {
    padding: .5em .8em;
  }
  .mainNav ul ul {
    position: relative;
    display: block;
  }
  .mainNav ul ul a {
    padding: .5em 0 .5em 2em;
  }
  .mainNav a.sub:after {
    content: none;
  }
  .mainNav > ul > li.noted {
    float: none;
    text-align: left;
  }
  .breadcrumb {
    font-size: .75em;
  }
  .threecols .col,
  .twocols .col {
    float: none;
    width: 100%;
    margin: 1em 0;
  }
  .hero {
    padding: 3em 0 4em 0;
  }
  .hero h1,
  .hero h2 {
    max-width: 95%;
  }
  .highlight.threecols {
    padding: 1em 0;
  }
  .highlight.threecols .col {
    padding: 1em 0 0 0;
    border-top: 1px solid #FFF;
  }
  .highlight.threecols .col:first-child {
    border: none;
    padding-top: 0;
  }
  .content > h2 {
    width: 100%;
    font-size: 1.1em;
  }
  .dividedRow .dividedIcon,
  .dividedRow .dividedTitle,
  .dividedRow .dividedText {
    float: none;
    width: auto;
  }
  .dividedRow .dividedIcon .icon {
    opacity: .5;
  }
  .tabs {
    margin-top: 2em;
  }
  .tabs .tabOptions {
    float: none;
    width: auto;
    margin: 0 0 2em 0;
  }
  .tabs .tabContent {
    float: none;
    width: auto;
  }
  .productInfo {
    float: none;
    width: auto;
    margin: 0 0 2em 0;
  }
  .productDetails {
    float: none;
    width: auto;
  }
  .eventList .details,
  .eventList .description {
    float: none;
    width: auto;
  }
  .eventList .description {
    margin-top: 1em;
  }
  .contact {
    width: 100%;
    padding: .5em;
  }
  .partnersList li {
    width: 15%;
  }
  .extraNav ul {
    text-align: center;
  }
  body > footer .extraNav > ul > li,
  body > footer .extraNav .noted {
    float: none;
    display: inline-block;
    padding: .5em 0;
  }
  .veryFirstImage a h3,
  .firstImage a h3,
  .secondImage a h3,
  .thirdImage a h3,
  .fourthImage a h3,
  .fifthImage a h3 {
    display: none;
  }
  .veryFirstImage a h2,
  .firstImage a h2,
  .secondImage a h2,
  .thirdImage a h2,
  .fourthImage a h2,
  .fifthImage a h2 {
    width: 100%;
  }
  .cbp-fwslider nav span {
    color: #fff!important;
    margin-top: -82px !important;
  }
  .cbp-fwslider nav span:hover {
    color: #f1f1f1!important;
    opacity: 0.8;
  }
  .cta {
    bottom: 60px!important;
  }
  /* Video container */
  .videoContainer {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .videoContainer iframe,
  .videoContainer object,
  .videoContainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .fLeft {
    float: none;
  }
  .fLeft.small {
    width: auto;
  }
  .fLeft.margin {
    margin: 0 0 .5em 0;
  }



}
@media screen and (max-width: 480px) {
  .hero {
    padding: 2em 0 3em 0;
    font-size: .9em;
  }
  body > header .infoBar a.phone {
    font-size: 18px;
  }
  .separate {
    margin-top: 0px;
    display: block;
  }
  .veryFirstImage a h2,
  .secondImage a h2,
  .thirdImage a h2,
  .fourthImage a h2,
  .fifthImage a h2 {
    background-color: #13284C;
    color: #FFFFFF;
    float: left;
    font-size: 31em;
    margin-bottom: 10px;
    margin-top: 60px;
    padding: 8px;
    position: relative;
    width: 98.59%;
  }

.videoIframe {float: left!important; margin-left:0;}

}
@media screen and (max-width: 415px) {
  .contentBlock.pad {
    padding: 0;
  }
  .contentBlock .icon {
    position: relative;
    display: block;
    width: 29%;
    height: 113px;
  }
.videoIframe {float: left!important; margin-left:0;}

}
@media screen and (max-width: 320px) {
  .contentBlock.pad {
    padding: 0;
  }
  .contentBlock .icon {
    position: relative;
    display: block;
    width: 29%;
    height: 90px;
  }

.videoIframe {float: left!important; margin-left:0;}

}
li[itemscope] .preregister-form {
  margin-top: 26px;
}
.preregister-form {
  position: relative;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  overflow: hidden;
  height: 0;
  width: 100%;
  float: left;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.preregister-form form {
  width: 100%;
  float: left;
}
.preregister-form h3 {
  font-size: 24px;
  margin: 16px 0 0 0;
  text-align: center;
  color: #244782;
}
.preregister-form p {
  text-align: center;
  margin: 0 0 16px 0;
}
.preregister-form .btn-close,
.preregister-form .btn-close-panel {
  color: #CB5555;
  text-decoration: none;
  padding: 7px 12px;
  display: inline-block;
  float: right;
}
.preregister-form .wrap-form {
  width: 80%;
  margin: 0 auto;
}
.preregister-form .item-form {
  position: relative;
  width: 100%;
  margin-bottom: 28px;
}
.preregister-form .item-form input,
.preregister-form .item-form label {
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.preregister-form .item-form label {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.preregister-form .item-form input[type="checkbox"] {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}
.preregister-form .item-form span.st-checkbox {
  width: 26px;
  height: 26px;
  border: 1px solid #454545;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.preregister-form .item-form span.st-checkbox:before,
.preregister-form .item-form span.st-checkbox:after {
  content: '';
  position: absolute;
  background: none;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -transition: all 0.2s ease-in-out;
}
.preregister-form .item-form span.st-checkbox:before {
  opacity: 0;
  border-top: 2px solid #244782;
  border-right: 2px solid #244782;
  height: 25%;
  width: 0;
  left: 20%;
  top: 30%;
  -webkit-transform: rotate(-230deg);
  -moz-transform: rotate(-230deg);
  -ms-transform: rotate(-230deg);
  -o-transform: rotate(-230deg);
  -transform: rotate(-230deg);
}
.preregister-form .item-form span.st-checkbox:after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.preregister-form .item-form input[type="checkbox"]:checked + span.st-checkbox {
  border-color: #244782;
}
.preregister-form .item-form input[type="checkbox"]:checked + span.st-checkbox:before {
  opacity: 1;
  width: 60%;
}
.preregister-form .item-form.actions {
  text-align: right;
  margin-bottom: 26px;
}
.preregister-form .item-form.actions .btn-send {
  color: #fff;
  background: none;
  background-color: #244782;
  border: 0;
  padding: 7px 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid transparent;
}
.preregister-form .item-form.actions .btn-send:hover {
  border-color: #244782;
  color: #244782;
  background-color: #fff;
}
.preregister-form .item-form.is-active input,
.preregister-form .item-form.is-completed input {
  border-color: #244782;
  background-color: #fff;
}
.preregister-form .item-form.is-active label,
.preregister-form .item-form.is-completed label {
  color: #244782;
  top: -20px;
  opacity: 1;
}
.preregister-form .item-form.error input,
.preregister-form .item-form.error span.st-checkbox {
  border-color: #CB5555;
  background-color: #fff;
}
.preregister-form .item-form.error label {
  color: #CB5555;
  top: -20px;
  opacity: 1;
}
.preregister-form.in {
  height: 100%;
  opacity: 1;
}
.panel-info {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 320px;
  height: 100%;
  right: -320px;
  background-color: #fff;
  padding: 7px 12px;
  overflow-y: auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.panel-info h3 {
  margin-bottom: 24px;
  width: 100%;
  float: left;
}
.panel-info p {
  text-align: left;
}
.panel-info .content {
  width: 100%;
  float: left;
}
.panel-info.in {
  right: 0;
  -webkit-box-shadow: 0 5px 5px 2px #dadada;
  -moz-box-shadow: 0 5px 5px 2px #dadada;
  -ms-box-shadow: 0 5px 5px 2px #dadada;
  -o-box-shadow: 0 5px 5px 2px #dadada;
  box-shadow: 0 5px 5px 2px #dadada;
}
li.closed .closedEvent {
  color: #CC5050;
}
li.closed .show-preregister {
  display: none;
}
.postedBy {
  font-weight: bold;
}
.postedDate {
  color: #69952f;
}
.half {
  width: 75%;
  margin-bottom: 25px;
}
.right img {
  width: 200px;
  height: auto;
  margin-right: 0;
}
.row.linkList.blog a {
  float: left;
}
.separator {
  width: 100%;
  margin: 5px 5px;
  height: 2px;
  background-color: #f8f8f8;
  float: left;
  position: relative;
  clear: both;
}
.blogTitle {
  font-size: 30px;
  margin-bottom: 6px;
}
.blogHalf {
  width: 70%;
}
ul.recentPosts {
  float: right;
  width: 25%;
  border-left: 1px solid #f8f8f8;
  background-color: #f8f8f8;
  padding: 5px;
  margin-top: 110px;
}
ul.recentPosts li {
  margin: 0px 0px 10px 0;
}
.recentPosts h2 {
  font-weight: bold;
  margin-bottom: 10px;
}
ul.blog li .left,
ul.blog li .right {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 6px;
}
ul.blog li .left {
  width: 80%;
}
ul.blog li .right {
  width: 20%;
}


/* -- MODAL -- */
.modal{
    position: absolute;
    top: 0;
    left: 50%;
    width: 640px;
    margin-left: -320px;
    margin-top: -240px;
	z-index: 999;
	background: #fff;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
.modal.out{
    opacity: 0;
    height: 0;
	display: none;
}
.modal.in{
    opacity: 1;
    height: 480px;
	top: 50%;
	display: block;
}


/* -- LIGHTBOX --*/

.thumbnail {
  max-width: 40%;
}

.italic { font-style: italic; }
.small { font-size: 0.8em; }

/** LIGHTBOX MARKUP **/

.lightbox {
  /** Default lightbox to hidden */
  display: none;

  /** Position and style */
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
}

.lightbox img {
  /** Pad the lightbox image */
  max-width: 90%;
  max-height: 80%;
  margin-top: 2%;
}

.lightbox:target {
  /** Remove default browser outline */
  outline: none;

  /** Unhide lightbox **/
  display: block;
}



@media screen and (max-width: 767px) {
  ul.blog li .left {
    width: 100%;
  }
  ul.blog li .right {
    width: 100%;
    text-align: center;
  }
}
.blogHalf .left {
  width: 40%;
  float: left;
  margin: 0 12px 12px 0;
}
@media screen and (max-width: 767px) {
  .blogHalf,
  ul.recentPosts {
    width: 100%;
    float: left;
  }
  ul.recentPosts {
    margin-top: 24px;
  }
}
@media screen and (max-width: 480px) {
  .blogHalf {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .blogHalf .left {
    width: 100%;
    text-align: center;
    margin: 0 0 18px;
  }
  .blogHalf .left img {
    max-width: 100%;
  }
  .blogHalf h3,
  .blogHalf p,
  .blogHalf ol,
  .blogHalf ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: block;
    float: left;
  }
}
