@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic);
@font-face {
  font-family: 'WebSymbolsRegular';
  src: url('websymbols-regular-webfont.eot');
  src: url('websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'), url('websymbols-regular-webfont.woff') format('woff'), url('websymbols-regular-webfont.ttf') format('truetype'), url('websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
#site-top-container {
  background: #000;
  border-bottom: 1px soild #CCC;
  height: 40px;
}
#top-content-container {
  background: #0192c2;
  margin-bottom: 1px;
}
.blue-container {
  background: #0192c2;
  height: 140px;
}
.blue-container .server-count {
  color: #fff;
  font-weight: 300;
  font-size: 40px;
  font-size: 4rem;
  display: block;
  margin-top: 40px;
}
.blue-container .button {
  background: #fff;
  color: #000;
  text-transform: uppercase;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 50px;
  height: 50px;
  margin-top: 45px;
}
.blue-container .button:hover {
  color: #fff;
  background: #000;
}
.white-container {
  background: #ededed;
  padding: 50px 0;
}
.white-container .startpage-box {
  display: block;
  height: 200px;
  padding-top: 30px;
  text-align: center;
}
.white-container .startpage-box * {
  text-decoration: none;
}
.white-container .startpage-box .title {
  text-transform: uppercase;
  font-size: 22px;
  font-size: 2.2rem;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.white-container .startpage-box .text {
  text-align: center;
  display: block;
}
.white-container .startpage-box i {
  text-align: center;
  display: block;
  margin-top: 15px;
}
.white-container .startpage-box:hover {
  background: #e4e4e4;
  text-decoration: none;
}
.white-container .startpage-box:hover i {
  color: #0192c2;
}
.middle-container {
  background: #ededed url(../images/theme/Serverhall-Suddig.jpg) repeat center center;
  padding-top: 100px;
}
.middle-container.white {
  background: #ededed url(../images/theme/Serverhall-Suddig-Vit.jpg) repeat center center;
  padding-top: 100px;
}
.start-text-link-wrapper a {
  font-size: 24px;
  font-size: 2.4rem;
  float: right;
  padding-right: 70px;
}
.start-text-link-wrapper a:after {
  content: "";
  width: 35px;
  height: 35px;
  background: #0192c2 url(../images/theme/white-arrow-right.png) no-repeat center center;
  position: absolute;
  margin-left: 20px;
}
.price-wrapper {
  margin-top: 60px;
}
.price-table {
  background: #fff;
  list-style: none;
}
.price-table li {
  text-align: center;
  padding: 10px 0;
}
.price-table li.title {
  border-bottom: 1px solid #000;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 10px 0;
}
.price-table li.price {
  border-bottom: 1px solid #000;
}
.price-table li.price span:first-child {
  display: block;
  font-size: 32px;
  font-size: 3.2rem;
}
.price-table li.price span:last-child {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
.price-table.recomended {
  background: #000;
  position: relative;
  overflow: hidden;
}
.price-table.recomended li {
  color: #fff;
}
.price-table.recomended li.title {
  border-bottom: 1px solid #fff;
}
.price-table.recomended li.price {
  border-bottom: 1px solid #fff;
}
.price-table.detailed li.title {
  font-size: 16px;
  font-size: 1.6rem;
}
.price-table.detailed li.active,
.price-table.detailed li:hover {
  background: #0192c2;
  color: #fff;
}
.big-signup-btn-wrapper {
  margin-top: 20px;
}
.recomended-text {
  background: #0192c2;
  color: #fff;
  padding: 5px 0;
  position: absolute;
  right: -37px;
  top: 30px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  writing-mode: lr-tb;
  min-width: 170px;
  text-align: center;
}
.lang-link-wrapper {
  margin-top: 35px;
  padding-left: 0;
}
.active-language {
  padding-bottom: 10px;
}
.active-language span {
  color: #fff;
  padding-right: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}
.active-language .active-language {
  width: 100%;
  height: 200px;
  position: absolute;
}
.active-language .language-switcher {
  position: absolute;
  margin-top: 30px;
  padding: 15px;
  list-style: none;
  background: #fff;
  display: none;
  -moz-box-shadow: 3px 3px 4px 1px rgba(0,0,0,0.5);
  -webkit-box-shadow: 3px 3px 4px 1px rgba(0,0,0,0.5);
  box-shadow: 3px 3px 4px 1px rgba(0,0,0,0.5);
  -moz-box-shadow: 3px 3px 4px 1px rgba(0,0,0,0.5) 0 1px 0 #000;
  -webkit-box-shadow: 3px 3px 4px 1px rgba(0,0,0,0.5) 0 1px 0 #000;
  box-shadow: 3px 3px 4px 1px rgba(0,0,0,0.5) 0 1px 0 #000;
  z-index: 99999;
}
.active-language .language-switcher a {
  display: block;
}
.active-language .language-switcher span {
  float: left;
  color: #333;
}
.active-language .language-switcher .flag-img {
  float: right;
}
.active-language:hover .language-switcher {
  display: block;
}
.login-link {
  margin-left: 15px;
}
.login-link i {
  color: #fff;
}
.login-link a:hover * {
  text-decoration: none;
}
.login-link span {
  color: #fff;
  margin-left: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}
.create-link {
  margin-left: 15px;
}
.create-link i {
  color: #fff;
  margin-left: 10px;
}
.create-link a:hover * {
  text-decoration: none;
}
.create-link span {
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
}
.footer-create-account {
  background: #0192c2;
  text-align: center;
  padding: 20px 20px 50px 20px;
}
.footer-create-account * {
  color: #fff;
}
.footer-create-account h3 {
  font-size: 32px;
  font-size: 3.2rem;
  text-transform: uppercase;
}
.footer-create-account div {
  margin-bottom: 20px;
}
.footer-create-account a {
  float: none;
  display: inline-block;
  text-transform: uppercase;
}
.footer-logo * {
  float: right;
  color: #fff;
}
.footer-logo div {
  margin-top: 50px;
  margin-right: 20px;
}
.footer-logo div a {
  float: none;
}
.footer-logo div a:hover {
  color: #fff;
}
.footer-logo > a {
  margin-top: 40px;
}
.content ul {
  list-style: disc outside;
  margin-left: 15px;
}
.content ul.no-list {
  list-style: none outside;
  margin-left: 0px;
}
.content a.read-more {
  background: transparent url(../images/theme/search-input-btn.png) no-repeat center right;
  padding-right: 25px;
  height: 18px;
  line-height: 18px;
  display: inline-block;
}
.content a {
  text-decoration: underline;
  color: #0192c2;
}
.home .content .title {
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 10px 0;
  padding: 0;
}
.widget_nav_menu,
.widget_sf_sub_menu_widget {
  padding: 0;
}
.widget_nav_menu .widget_content,
.widget_sf_sub_menu_widget .widget_content {
  margin: 0;
}
.widget_nav_menu li,
.widget_sf_sub_menu_widget li {
  padding: 0;
  border-bottom: 1px solid #f4f2ef;
}
.widget_nav_menu li a,
.widget_sf_sub_menu_widget li a {
  display: block;
  padding: 5px 10px;
  background: transparent url(../images/theme/search-input-btn.png) no-repeat 97% center;
}
.widget_nav_menu li a:hover,
.widget_sf_sub_menu_widget li a:hover {
  text-decoration: none;
  background-color: #f4f2ef;
}
.widget_nav_menu li:last-child,
.widget_sf_sub_menu_widget li:last-child {
  border-bottom: 0;
}
.widget_nav_menu li.current-menu-item a,
.widget_nav_menu li.current_page_item a,
.widget_nav_menu li.current_page_parent a,
.widget_sf_sub_menu_widget li.current-menu-item a,
.widget_sf_sub_menu_widget li.current_page_item a,
.widget_sf_sub_menu_widget li.current_page_parent a {
  background-color: #0192c2;
  color: #fff;
}
.widget_nav_menu .sub-menu,
.widget_sf_sub_menu_widget .sub-menu {
  display: block;
}
.blue-page li.current-menu-item a {
  background-color: #0192c2;
  color: #fff;
}
.orange-page li.current-menu-item a {
  background-color: #e16510;
  color: #fff;
}
.archive-post-wrapper h5 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.archive-post-wrapper ul {
  margin-bottom: 15px;
}
.archive-post-wrapper ul li {
  margin-bottom: 8px;
}
.archive-post-wrapper ul li a {
  display: block;
  text-transform: none;
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 10px;
}
.archive-post-wrapper ul li span {
  position: absolute;
}
.widget_transpa_did_you_know {
  background: #0192c2 url(../images/theme/did_you_know.png) no-repeat 90% center;
  border-left: 5px solid #0192c2;
}
.widget_transpa_did_you_know * {
  color: #fff;
}
.widget_transpa_did_you_know .text {
  margin-top: 20px;
  display: block;
  width: 65%;
  line-height: 1.3;
}
.widget_transpa_did_you_know a:hover {
  text-decoration: none;
}
.orange-page .widget_transpa_did_you_know {
  background-color: #f4f2ef;
  background-image: url(../images/theme/start-link-question.png);
}
.orange-page .widget_transpa_did_you_know * {
  color: #333;
}
.widget_transpa_links_widget {
  background: #f4f2ef;
  border-left: 5px solid #0192c2;
  height: 55px;
  position: relative;
}
.widget_transpa_links_widget * {
  color: #333;
}
.widget_transpa_links_widget .link-text {
  background: transparent url(../images/theme/arrow-down.png) no-repeat center right;
  padding-right: 25px;
  height: 18px;
  line-height: 18px;
  position: absolute;
  display: block;
  right: 20px;
  bottom: 15px;
}
.widget_transpa_links_widget a {
  height: 35px;
  display: block;
}
.widget_transpa_links_widget a:hover {
  text-decoration: none;
}
.widget_transpa_customer_voice_widget,
.widget_transpa_partner_widget,
.widget_transpa_video_widget {
  padding: 0;
  border: 0 !important;
  position: relative;
}
.startpage-links a {
  display: block;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 110px;
}
.startpage-links a img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.startpage-links a span {
  background-color: #000;
  background: -webkit-gradient(linear,left top,right top,from(transparent),to(#000));
  background: -webkit-linear-gradient(left,#000,transparent);
  background: -moz-linear-gradient(left,#000,transparent);
  background: -ms-linear-gradient(left,#000,transparent);
  background: -o-linear-gradient(left,#000,transparent);
  width: 92%;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  height: 22px;
  display: block;
  position: absolute;
  top: 15px;
  padding-top: 3px;
  padding-left: 8%;
}
.startpage-links a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-box-shadow: inset 3px 3px 4px 1px rgba(0,0,0,0.5);
  -webkit-box-shadow: inset 3px 3px 4px 1px rgba(0,0,0,0.5);
  box-shadow: inset 3px 3px 4px 1px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 3px 3px 4px 1px rgba(0,0,0,0.5) 0 1px 0 #000;
  -webkit-box-shadow: inset 3px 3px 4px 1px rgba(0,0,0,0.5) 0 1px 0 #000;
  box-shadow: inset 3px 3px 4px 1px rgba(0,0,0,0.5) 0 1px 0 #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.box-drop-shadow {
  -moz-box-shadow: 2px 6px 20px 2px rgba(100,100,100,0.8);
  -webkit-box-shadow: 2px 6px 20px 2px rgba(100,100,100,0.8);
  box-shadow: 2px 6px 20px 2px rgba(100,100,100,0.8);
  -moz-box-shadow: 2px 6px 20px 2px rgba(100,100,100,0.8) 0 1px 0 #000;
  -webkit-box-shadow: 2px 6px 20px 2px rgba(100,100,100,0.8) 0 1px 0 #000;
  box-shadow: 2px 6px 20px 2px rgba(100,100,100,0.8) 0 1px 0 #000;
}
.logins-wrapper {
  background: #e16510;
  height: 306px;
  padding: 40px 20px 20px 20px;
  color: #fff;
  -moz-box-shadow: 0px 6px 5px -5px rgba(100,100,100,0.3);
  -webkit-box-shadow: 0px 6px 5px -5px rgba(100,100,100,0.3);
  box-shadow: 0px 6px 5px -5px rgba(100,100,100,0.3);
  -moz-box-shadow: 0px 6px 5px -5px rgba(100,100,100,0.3) 0 1px 0 #000;
  -webkit-box-shadow: 0px 6px 5px -5px rgba(100,100,100,0.3) 0 1px 0 #000;
  box-shadow: 0px 6px 5px -5px rgba(100,100,100,0.3) 0 1px 0 #000;
  text-align: center;
  font-size: 18px;
}
.logins-wrapper h3 {
  color: #fff;
  margin-bottom: 30px;
}
.logins-wrapper h4 {
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-top: 30px;
  padding: 10px 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.logins-wrapper .info-row {
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.logins-wrapper .info-row .close-btn {
  display: block;
  width: 18px;
  height: 18px;
  float: right;
  background: transparent url(../images/theme/search-input-btn.png) no-repeat center right;
}
.logins-wrapper .login-row {
  margin-top: 15px;
}
.logins-wrapper .login-row span {
  float: left;
  padding-top: 5px;
}
.search-wrapper {
  margin-top: 20px;
}
.search-wrapper form {
  margin: 0;
  padding: 0;
}
input.search-input {
  margin-bottom: 0;
  width: 150px;
  padding-right: 23px;
}
input.search-btn {
  position: absolute;
  margin-left: 125px;
  margin-top: -25px;
  width: 18px;
  border: 0;
  height: 18px;
  background: transparent url(../images/theme/search-input-btn.png) no-repeat center right;
}
.input.search-btn:hover {
  cursor: pointer;
}
.absolute-container {
  float: right;
}
.top-menu {
  list-style: none;
  margin-top: 57px;
  margin-bottom: 0px;
  padding: 0;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  float: left;
  text-transform: uppercase;
}
.top-menu li {
  float: left;
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
}
.top-menu li > a {
  position: relative;
  display: block;
  padding: 0 10px;
  text-decoration: none;
  color: #666666;
  white-space: nowrap;
  font-size: 13px;
  font-size: 1.3rem;
}
.top-menu>li:first-child {
  border-left: 0 !important;
}
.top-menu>li:last-child,
.top-menu>li:last-child a {
  border-right: 0 !important;
  margin-right: 0;
  padding-right: 0;
}
.top-menu>li:first-child a,
.top-menu>li:first-child {
  margin-left: 0;
}
.top-menu>li>a:hover,
.top-menu>li.current_page_item:hover>a,
.top-menu>li:hover>li>a,
.top-menu>li>li>a {
  text-decoration: underline;
}
.top-menu>li.current_page_item>a,
.top-menu>li.current-menu-parent>a {
  font-weight: bold;
}
.footer-menu {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
}
.footer-menu li {
  display: block;
  padding: 0;
  margin: 0;
}
.footer-menu > li {
  float: left;
  width: 200px;
}
.footer-menu > li > a {
  position: relative;
  display: block;
  padding: 0;
  text-decoration: none;
  color: #fff;
  word-wrap: break-word;
  text-transform: none;
  font-size: 36px;
  font-size: 3.6rem;
}
.footer-menu > li:hover {
  text-decoration: none;
}
.footer-menu>li:hover,
.footer-menu>li:hover>li {
  text-decoration: none;
}
.footer-menu>li>a:hover,
.footer-menu>li.current_page_item:hover>a,
.footer-menu>li:hover>li>a,
.footer-menu>li>li>a {
  text-decoration: none;
}
.footer-menu > li > ul {
  margin: 0;
}
.footer-menu > li > ul > li {
  display: block;
}
.footer-menu > li > ul > li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-top: 5px;
}
.footer-menu > li > ul > li > a {
  position: relative;
  display: block;
  padding: 0 0 0 30px;
  text-decoration: none;
  color: #fff;
  word-wrap: break-word;
  text-transform: none;
  font-size: 14px;
  font-size: 1.4rem;
}
.product-single-page .left-sidebar-widget h5 {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 15px;
}
.product-single-page .left-sidebar-widget .tech-spec-wrapper ul li {
  padding: 0;
  display: block;
  float: none;
  margin-bottom: 15px;
}
.product-single-page .left-sidebar-widget .tech-spec-wrapper ul li span {
  font-size: 12px;
  font-size: 1.2rem;
  float: left;
}
.product-single-page .left-sidebar-widget .tech-spec-wrapper ul li a {
  font-size: 11px;
  font-size: 1.1rem;
  float: right;
  padding: 0 30px 0 0;
  background: transparent url(../images/theme/search-input-btn.png) no-repeat center right;
  height: 18px;
  line-height: 18px;
  text-transform: none;
}
.product-single-page .left-sidebar-widget .tech-spec-wrapper ul li:before {
  content: none;
}
.product-single-page .left-sidebar-widget .links-wrapper ul li {
  padding: 0;
  display: block;
  float: none;
  margin-bottom: 15px;
}
.product-single-page .left-sidebar-widget .links-wrapper ul li h5 {
  text-transform: none;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}
.product-single-page .left-sidebar-widget .links-wrapper ul li div {
  font-size: 12px;
  font-size: 1.2rem;
}
.product-single-page .left-sidebar-widget .links-wrapper ul li a {
  font-size: 11px;
  font-size: 1.1rem;
  text-align: right;
  display: block;
  padding: 0 30px 0 0;
  background: transparent url(../images/theme/search-input-btn.png) no-repeat center right;
  height: 18px;
  line-height: 18px;
  text-transform: none;
}
.product-single-page .left-sidebar-widget .links-wrapper ul li:before {
  content: none;
}
.product-single-page .product-featured {
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.product-single-page .product-featured img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.product-single-page .product-featured:before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  -moz-box-shadow: inset 3px 3px 6px -2px rgba(0,0,0,0.8);
  -webkit-box-shadow: inset 3px 3px 6px -2px rgba(0,0,0,0.8);
  box-shadow: inset 3px 3px 6px -2px rgba(0,0,0,0.8);
  -moz-box-shadow: inset 3px 3px 6px -2px rgba(0,0,0,0.8) 0 1px 0 #000;
  -webkit-box-shadow: inset 3px 3px 6px -2px rgba(0,0,0,0.8) 0 1px 0 #000;
  box-shadow: inset 3px 3px 6px -2px rgba(0,0,0,0.8) 0 1px 0 #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.contacts-wrapper ul li {
  padding: 0;
  display: block;
  float: none;
  margin-bottom: 15px;
}
.contacts-wrapper ul li .info-wrapper {
  float: left;
  width: 138px;
}
.contacts-wrapper ul li .info-wrapper span {
  display: block;
}
.contacts-wrapper ul li .info-wrapper span.name {
  font-weight: 700;
}
.contacts-wrapper ul li .info-wrapper span.title {
  margin-bottom: 10px;
}
.contacts-wrapper ul li .thumb-wrapper {
  float: right;
  width: 60px;
  height: 75px;
  overflow: hidden;
}
.contacts-wrapper ul li h5 {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.contacts-wrapper ul li div {
  font-size: 12px;
  font-size: 1.2rem;
}
.contacts-wrapper ul li a {
  display: block;
  text-transform: none;
}
.contacts-wrapper ul li:before {
  content: none;
}
.slider-quote {
  position: absolute;
  z-index: 100;
  padding: 20px 10px;
  width: 161px;
  min-height: 79px;
  background: transparent url(../images/theme/citat-bg.png) no-repeat;
  margin-top: 271px;
  margin-left: 50px;
  color: #000;
  font-size: 20px;
  font-size: 2rem;
}
.slider-quote .quote {
  display: inline-block;
  background: transparent url(../images/theme/citat-tecken.png) no-repeat;
  width: 24px;
  height: 21px;
}
.slider-quote .text span {
  color: #0192c2;
}
.map {
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.map:before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  -moz-box-shadow: inset 3px 3px 6px -2px rgba(0,0,0,0.8);
  -webkit-box-shadow: inset 3px 3px 6px -2px rgba(0,0,0,0.8);
  box-shadow: inset 3px 3px 6px -2px rgba(0,0,0,0.8);
  -moz-box-shadow: inset 3px 3px 6px -2px rgba(0,0,0,0.8) 0 1px 0 #000;
  -webkit-box-shadow: inset 3px 3px 6px -2px rgba(0,0,0,0.8) 0 1px 0 #000;
  box-shadow: inset 3px 3px 6px -2px rgba(0,0,0,0.8) 0 1px 0 #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.locations-wrapper ul.locations li {
  padding: 0;
  display: block;
  float: none;
  margin-bottom: 15px;
}
.locations-wrapper ul.locations li a h5 {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}
.locations-wrapper ul.locations li:before {
  content: none;
}
.country-list h2 {
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  text-transform: uppercase;
  margin: 20px 0;
}
.country-list ul li {
  float: left;
  width: 200px;
  display: block;
}
.country-list ul li span {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
}
.country-list ul li span.name {
  font-weight: 700;
}
.country-select-wrapper .customSelect {
  background: #0192c2 url(../images/theme/select-arrows.png) 95% center no-repeat;
  color: #fff;
  padding: 5px 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 200px;
  -moz-box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.4);
  -webkit-box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.4);
  box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.4) 0 1px 0 #000;
  -webkit-box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.4) 0 1px 0 #000;
  box-shadow: inset 3px 3px 5px 0px rgba(0,0,0,0.4) 0 1px 0 #000;
}
a.open-lightbox-link:hover {
  text-decoration: none;
  color: #000;
}
#colorbox {
  background: #fff !important;
  border: 2px solid #0192c2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#colorbox .lightbox-content {
  padding: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: 'Lato', sans-serif;
}
#colorbox .lightbox-content p {
  margin-top: 20px;
}
#colorbox h3 {
  background-color: #0192c2;
  background: -webkit-gradient(linear,left top,right top,from(transparent),to(#0192c2));
  background: -webkit-linear-gradient(left,#0192c2,transparent);
  background: -moz-linear-gradient(left,#0192c2,transparent);
  background: -ms-linear-gradient(left,#0192c2,transparent);
  background: -o-linear-gradient(left,#0192c2,transparent);
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  height: 20px;
  display: block;
  margin-top: 20px;
  padding-top: 5px;
  padding-left: 15px;
}
#colorbox .text-info {
  float: left;
  width: 45%;
}
#colorbox .text-info span {
  display: block;
  margin-bottom: 5px;
}
#colorbox .text-info .contact-info .name {
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
}
#colorbox .text-info .contact-info .title {
  margin-bottom: 20px;
}
#colorbox .text-info .location {
  margin-top: 20px;
}
#colorbox .text-info .location .name {
  font-weight: 700;
}
#colorbox .photo {
  float: right;
  width: 45%;
}
#cboxContent {
  background: none !important;
}
#cboxClose {
  top: 3px !important;
  right: 5px !important;
  background: transparent url(../images/theme/close-btn.png) no-repeat !important;
  width: 15px !important;
  height: 15px !important;
}
.startpage-block {
  background: #f4f2ef;
  border-left: 5px solid #0192c2;
  display: block;
  height: 125px;
  padding: 20px;
  overflow: hidden;
  -moz-box-shadow: 0px 6px 5px -5px rgba(100,100,100,0.3);
  -webkit-box-shadow: 0px 6px 5px -5px rgba(100,100,100,0.3);
  box-shadow: 0px 6px 5px -5px rgba(100,100,100,0.3);
  -moz-box-shadow: 0px 6px 5px -5px rgba(100,100,100,0.3) 0 1px 0 #000;
  -webkit-box-shadow: 0px 6px 5px -5px rgba(100,100,100,0.3) 0 1px 0 #000;
  box-shadow: 0px 6px 5px -5px rgba(100,100,100,0.3) 0 1px 0 #000;
}
.startpage-block .title {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 15px;
  width: 60%;
}
.startpage-block .text {
  display: block;
  width: 66%;
  line-height: 1.3;
}
.startpage-block .link {
  display: none;
}
.startpage-block .img-wrapper {
  width: 85px;
  height: 85px;
  display: block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  top: 20px;
  right: 30px;
  background-repeat: no-repeat;
}
.startpage-block .play {
  display: block;
  width: 32px;
  height: 32px;
  background: transparent url(../images/theme/play.png) no-repeat;
  position: absolute;
  top: 74px;
  right: 38px;
  z-index: 2;
}
.market-news-block .title,
.market-news-block .text {
  width: 95%;
}
.startpage-block:hover {
  background: #0192c2;
  color: #fff;
  text-decoration: none;
}
.startpage-block:hover .title {
  color: #fff;
}
.startpage-block:hover .text,
.startpage-block:hover .img-wrapper,
.startpage-block:hover .play {
  display: none;
}
.startpage-block:hover .link {
  display: block;
  margin: 40px 0 0 0;
  padding: 0 30px 0 0;
  background: transparent url(../images/theme/search-input-btn.png) no-repeat center right;
  height: 18px;
  line-height: 18px;
  float: right;
}
.content-block {
  background: transparent;
  border-left: 5px solid #0192c2;
  display: block;
  padding: 20px;
}
.startpage-quick {
  background: #f4f2ef url(../images/theme/start-link-support.png) no-repeat center center;
  border-left: 5px solid #e16510;
  display: block;
  height: 125px;
  padding: 20px;
  -moz-box-shadow: 0px 6px 5px -5px rgba(100,100,100,0.3);
  -webkit-box-shadow: 0px 6px 5px -5px rgba(100,100,100,0.3);
  box-shadow: 0px 6px 5px -5px rgba(100,100,100,0.3);
  -moz-box-shadow: 0px 6px 5px -5px rgba(100,100,100,0.3) 0 1px 0 #000;
  -webkit-box-shadow: 0px 6px 5px -5px rgba(100,100,100,0.3) 0 1px 0 #000;
  box-shadow: 0px 6px 5px -5px rgba(100,100,100,0.3) 0 1px 0 #000;
}
.startpage-quick .title {
  color: #fff;
  display: none;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 85px;
  text-align: center;
}
.startpage-quick.question {
  background-image: url(../images/theme/start-link-question.png);
}
.startpage-quick.support {
  background-image: url(../images/theme/start-link-support.png);
}
.startpage-quick.tools {
  background-image: url(../images/theme/start-link-tools.png);
}
.startpage-quick.education {
  background-image: url(../images/theme/start-link-education.png);
}
.startpage-quick:hover {
  background: #e16510;
  color: #fff;
  text-decoration: none;
}
.startpage-quick:hover .title {
  display: block;
}
.video-expander {
  background: #0192c2;
  width: 0px;
  padding: 10px 8px 40px 8px;
  height: 0;
  position: absolute;
  z-index: 10;
  margin: -20px 0 0 -25px;
  display: none;
}
.video-expander iframe {
  display: none;
  width: 100%;
  height: 100%;
}
.video-expander .close-video {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  right: 10px;
  margin-top: 10px;
  background: transparent url(../images/theme/arrow-up.png) no-repeat;
}
.customer-voice-items-wrapper .customer-voice-item,
.customer-voice-page .customer-voice-item {
  background: #f4f2ef;
  border-left: 5px solid #0192c2;
  padding: 20px;
  margin-bottom: 20px;
  height: 242px;
  position: relative;
  box-shadow: 0px 6px 5px -5px rgba(100,100,100,0.3);
}
.customer-voice-items-wrapper .customer-voice-item .citat,
.customer-voice-page .customer-voice-item .citat {
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
}
.customer-voice-items-wrapper .customer-voice-item .info,
.customer-voice-page .customer-voice-item .info {
  bottom: 20px;
  position: absolute;
}
.customer-voice-items-wrapper .customer-voice-item .info .title,
.customer-voice-page .customer-voice-item .info .title {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  display: block;
}
.customer-voice-items-wrapper .customer-voice-item .info .name,
.customer-voice-page .customer-voice-item .info .name {
  width: 185px;
}
.customer-voice-items-wrapper .customer-voice-item .info .read-more,
.customer-voice-page .customer-voice-item .info .read-more {
  background: transparent url(../images/theme/search-input-btn.png) no-repeat center right;
  padding-right: 25px;
  height: 18px;
  line-height: 18px;
  margin-top: 10px;
  display: inline-block;
}
.customer-voice-items-wrapper .customer-voice-item .img-wrapper,
.customer-voice-page .customer-voice-item .img-wrapper {
  width: 85px;
  height: 85px;
  display: block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.customer-voice-items-wrapper {
  margin-top: 20px;
}
.single-customer-voice .citat-wrapper {
  float: right;
  width: 220px;
}
.single-customer-voice .citat-wrapper img {
  margin-bottom: 10px;
  padding-left: 20px;
}
.single-customer-voice .citat-wrapper h3 {
  margin-bottom: 2px;
  margin-left: 20px;
}
.single-customer-voice .citat-wrapper .title {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  display: block;
  padding-left: 20px;
}
#breadcrumbs {
  margin: 5px 0 10px 0;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  color: #666666;
}
#breadcrumbs a {
  color: #666666;
}
.market-boxes-wrapper {
  margin-bottom: 40px;
}
.market-top-wrapper {
  margin-bottom: 40px;
}
.market-top {
  height: 306px;
  -moz-box-shadow: 0px 6px 5px -5px rgba(100,100,100,0.3);
  -webkit-box-shadow: 0px 6px 5px -5px rgba(100,100,100,0.3);
  box-shadow: 0px 6px 5px -5px rgba(100,100,100,0.3);
  -moz-box-shadow: 0px 6px 5px -5px rgba(100,100,100,0.3) 0 1px 0 #000;
  -webkit-box-shadow: 0px 6px 5px -5px rgba(100,100,100,0.3) 0 1px 0 #000;
  box-shadow: 0px 6px 5px -5px rgba(100,100,100,0.3) 0 1px 0 #000;
}
.market-top .caption {
  width: 67%;
  height: auto;
  margin: 0;
  position: absolute;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  height: 100%;
  top: 0;
  background: #0192c2 url(../images/theme/TransPA-Slider-Shape-1.png) no-repeat -252px -6px;
  padding: 40px 20px 20px 20px;
}
.market-top .caption h2 {
  font-size: 44px;
  font-size: 4.4rem;
  color: #fff;
  text-transform: none;
}
.market-top .caption div {
  margin-top: 40px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-transform: none;
  line-height: 1.3;
}
.market-top img {
  float: right;
}
.price-faq {
  margin-top: 30px;
}
.price-faq .item-wrapper {
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  cursor: pointer;
}
.price-faq .item-wrapper .item-title .text {
  padding: 0 20px;
  font-size: 24px;
  font-size: 2.4rem;
  float: left;
  display: block;
  width: 90%;
  height: 50px;
  line-height: 50px;
  font-weight: 200;
}
.price-faq .item-wrapper .item-title .link {
  background: #0192c2;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
}
.price-faq .item-wrapper .item-title .link:before {
  position: absolute;
  text-align: center;
  width: 50px;
  font-size: 40px;
  font-size: 4rem;
  color: #fff;
  content: "+";
}
.price-faq .item-wrapper .item-answer {
  display: none;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 20px;
  position: relative;
  line-height: 1.5;
}
.price-faq .item-wrapper.active .link:before {
  content: "-";
}
.price-included {
  list-style: none;
}
.price-included li > span {
  height: 100px;
  background: #fff;
  display: block;
  margin-bottom: 40px;
  padding: 22px 15px;
}
.price-included li > span span {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  float: left;
  width: 205px;
  padding-top: 13px;
}
.price-included li > span i {
  color: #fff;
}
.price-included li > span .icon-stack {
  font-size: 28px;
  font-size: 2.8rem;
  display: block;
  float: left;
  margin-right: 10px;
  color: #000;
}
.price-included li > span .icon-circle {
  color: #0192c2;
}
.price-included li:hover span {
  color: #fff;
  background: #0192c2;
}
.price-included li:hover i {
  color: #0192c2;
}
.price-included li:hover .icon-circle {
  color: #fff;
}
.members-container {
  margin-top: 50px !important;
}
.members-container #members-slider {
  height: 145px;
  overflow: hidden;
  position: relative;
}
.members-container #members-slider ul {
  list-style: none outside none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 99999px;
}
.members-container #members-slider ul li {
  float: left;
  height: 145px;
  line-height: 145px;
  width: 225px;
  text-align: center;
  margin: 0 15px;
}
.members-container #members-slider ul li a img {
  max-height: 100%;
}
.members-container #members-slider ul li:first-child {
  margin: 0 15px 0 0;
}
.members-container #members-slider li:nth-child(4n+5) {
  margin-left: -15px;
}
.members-container #members-nav {
  position: relative;
}
.members-container #members-nav .prev {
  position: absolute;
  width: 34px;
  height: 34px;
  background: #0192c2 url(../images/theme/white-arrow-left.png) no-repeat center center;
  margin: 50px 0 0 -50px;
  cursor: pointer;
}
.members-container #members-nav .next {
  position: absolute;
  width: 34px;
  height: 34px;
  background: #0192c2 url(../images/theme/white-arrow-right.png) no-repeat center center;
  margin: 50px -50px 0 0;
  right: 0;
  cursor: pointer;
}
.members-container #members-nav .prev:hover {
  background-color: #000;
}
.members-container #members-nav .next:hover {
  background-color: #000;
}
.partner-doc-wrapper a {
  display: block;
  position: relative;
}
.partner-doc-wrapper a .info {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  background: #0192c2;
  color: #fff;
  text-decoration: none;
  top: 0;
  text-align: center;
}
.partner-doc-wrapper a .info span {
  display: block;
  margin-top: 20px;
  padding: 0 20px;
}
.partner-doc-wrapper a .info span.img {
  text-align: center;
  margin-top: 50px;
  background: transparent url(../images/theme/white-download-arrow.png) no-repeat center center;
  height: 90px;
  width: 100%;
}
.partner-doc-wrapper a:hover .info {
  display: block;
}
.partner-contact-form-wrapper {
  margin-top: 40px;
}
.partner-contact-form-wrapper div.wpcf7,
.partner-contact-form-wrapper .wpcf7-form {
  max-width: none;
}
.partner-contact-form-wrapper div.wpcf7 .ajax-loader,
.partner-contact-form-wrapper .wpcf7-form .ajax-loader {
  position: absolute;
  right: 0;
}
.partner-contact-form-wrapper div.wpcf7 input[type="text"],
.partner-contact-form-wrapper div.wpcf7 input[type="password"],
.partner-contact-form-wrapper div.wpcf7 input[type="date"],
.partner-contact-form-wrapper div.wpcf7 input[type="datetime"],
.partner-contact-form-wrapper div.wpcf7 input[type="email"],
.partner-contact-form-wrapper div.wpcf7 input[type="number"],
.partner-contact-form-wrapper div.wpcf7 input[type="search"],
.partner-contact-form-wrapper div.wpcf7 input[type="tel"],
.partner-contact-form-wrapper div.wpcf7 input[type="time"],
.partner-contact-form-wrapper div.wpcf7 input[type="url"],
.partner-contact-form-wrapper div.wpcf7 textarea,
.partner-contact-form-wrapper .wpcf7-form input[type="text"],
.partner-contact-form-wrapper .wpcf7-form input[type="password"],
.partner-contact-form-wrapper .wpcf7-form input[type="date"],
.partner-contact-form-wrapper .wpcf7-form input[type="datetime"],
.partner-contact-form-wrapper .wpcf7-form input[type="email"],
.partner-contact-form-wrapper .wpcf7-form input[type="number"],
.partner-contact-form-wrapper .wpcf7-form input[type="search"],
.partner-contact-form-wrapper .wpcf7-form input[type="tel"],
.partner-contact-form-wrapper .wpcf7-form input[type="time"],
.partner-contact-form-wrapper .wpcf7-form input[type="url"],
.partner-contact-form-wrapper .wpcf7-form textarea {
  font-weight: 200;
  height: 50px;
}
.partner-contact-form-wrapper div.wpcf7 .wpcf7-submit,
.partner-contact-form-wrapper .wpcf7-form .wpcf7-submit {
  display: block;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0px 40px;
  background: #0192c2;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  line-height: 50px;
  float: right;
  height: 50px;
  font-weight: 200;
  position: absolute;
  right: 20px;
  margin-top: -22px;
}
.partner-contact-form-wrapper div.wpcf7 .wpcf7-submit:hover,
.partner-contact-form-wrapper .wpcf7-form .wpcf7-submit:hover {
  background: #000;
}
.partner-contact-form-wrapper div.wpcf7 .wpcf7-form-control-wrap.quiz .wpcf7-quiz,
.partner-contact-form-wrapper .wpcf7-form .wpcf7-form-control-wrap.quiz .wpcf7-quiz {
  position: absolute;
  width: 51%;
  left: 75px;
  top: 0;
}
.partner-contact-form-wrapper div.wpcf7 .wpcf7-form-control-wrap.quiz .wpcf7-quiz-label,
.partner-contact-form-wrapper .wpcf7-form .wpcf7-form-control-wrap.quiz .wpcf7-quiz-label {
  padding-top: 10px;
  display: block;
  font-size: 18px;
  float: left;
}
.partner-contact-form-wrapper div.wpcf7 span.wpcf7-form-control-wrap,
.partner-contact-form-wrapper .wpcf7-form span.wpcf7-form-control-wrap {
  display: block;
}
.partner-contact-form-wrapper div.wpcf7 span.wpcf7-not-valid-tip,
.partner-contact-form-wrapper .wpcf7-form span.wpcf7-not-valid-tip {
  position: absolute;
  z-index: 100;
  right: 5px;
  top: 0px;
}
.partner-contact-form-wrapper div.wpcf7 div.wpcf7-validation-errors,
.partner-contact-form-wrapper .wpcf7-form div.wpcf7-validation-errors {
  border: 2px solid #ff0000;
  background: #f9caca;
  padding: 20px !important;
  font-style: italic;
}
.partner-contact-form-wrapper .thank-you {
  font-size: 25px;
  text-align: center;
  background: #0192c2;
  padding: 75px;
  color: #fff;
  min-height: 300px;
  display: none;
}
.support-top-item {
  display: block;
  background: #e16510;
  height: 125px;
  margin-bottom: 40px;
  padding: 20px;
  color: #fff;
  -moz-box-shadow: 0px 6px 5px -5px rgba(100,100,100,0.3);
  -webkit-box-shadow: 0px 6px 5px -5px rgba(100,100,100,0.3);
  box-shadow: 0px 6px 5px -5px rgba(100,100,100,0.3);
  -moz-box-shadow: 0px 6px 5px -5px rgba(100,100,100,0.3) 0 1px 0 #000;
  -webkit-box-shadow: 0px 6px 5px -5px rgba(100,100,100,0.3) 0 1px 0 #000;
  box-shadow: 0px 6px 5px -5px rgba(100,100,100,0.3) 0 1px 0 #000;
}
.support-top-item h3 {
  color: #fff;
}
.support-top-item .text {
  color: #fff;
}
.support-top-item:hover {
  text-decoration: none;
}
.support-top-item:hover .text {
  color: #fff;
}
.support-top-item.question {
  background: #e16510 url(../images/theme/support-box-question.png) no-repeat 90% center;
}
.support-top-item.question .text {
  width: 65%;
}
.support-top-item.tools {
  background: #e16510 url(../images/theme/support-box-tools.png) no-repeat 90% center;
}
.support-top-item.tools .text {
  width: 65%;
}
.email-signup-wrapper {
  margin-top: 45px;
  position: relative;
}
.email-signup-wrapper .title {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  color: #222;
  margin-bottom: 10px;
}
.email-signup-wrapper form {
  margin: 0;
  padding: 0;
}
input.email_signup_input {
  margin-bottom: 0;
  width: 100%;
  padding-right: 23px;
  float: none !important;
  border: 1px solid #f3f3f3;
}
button.email_signup_input_submit {
  position: absolute;
  right: 7px;
  top: 28px;
  width: 18px;
  border: 0;
  height: 18px;
  background: transparent url(../images/theme/search-input-btn.png) no-repeat center right;
}
.email_signup_input_submit:hover {
  cursor: pointer;
}
.f-title {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  color: #222;
  margin-bottom: 10px;
}
.contact-item {
  margin-bottom: 20px;
}
.contact-item div {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  color: #222;
}
.contact-item div a {
  color: #e16510;
}
.single-product-content {
  margin-bottom: 20px;
}
.product-grid .product-grid-item {
  background: #f4f2ef;
  border-left: 5px solid #0192c2;
  padding: 20px;
  height: 150px;
  -moz-box-shadow: 0px 6px 5px -5px rgba(100,100,100,0.3);
  -webkit-box-shadow: 0px 6px 5px -5px rgba(100,100,100,0.3);
  box-shadow: 0px 6px 5px -5px rgba(100,100,100,0.3);
  -moz-box-shadow: 0px 6px 5px -5px rgba(100,100,100,0.3) 0 1px 0 #000;
  -webkit-box-shadow: 0px 6px 5px -5px rgba(100,100,100,0.3) 0 1px 0 #000;
  box-shadow: 0px 6px 5px -5px rgba(100,100,100,0.3) 0 1px 0 #000;
}
.product-grid .product-grid-item .read-more {
  background: transparent url(../images/theme/search-input-btn.png) no-repeat center right;
  padding-right: 25px;
  height: 18px;
  line-height: 18px;
  bottom: 20px;
  right: 20px;
  position: absolute;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.register-form-wrapper {
  min-height: 600px;
}
.orgno-loader,
.username-loader {
  position: absolute;
  right: 30px;
  margin-top: 12px;
  display: none;
}
.reg-content input.disabled {
  opacity: 0.25;
}
.reg-content input.error {
  background: #ff0000 url("../images/theme/error-check.png") no-repeat scroll 98% 10px;
  color: #fff;
}
#BigLoader {
  margin: 170px auto;
  width: 120px;
  display: none;
}
.form-extra-info {
  width: 50%;
  float: right;
}
#nav-below {
  margin-top: 40px;
}
#nav-below a * {
  text-decoration: none;
}
#nav-below span {
  line-height: 40px;
  font-size: 20px;
  font-size: 2rem;
}
#nav-below i.prev,
#nav-below i.next {
  background: #0192c2;
  color: #fff;
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 40px;
  float: left;
  margin-right: 20px;
}
#nav-below i.next {
  margin-right: 0px;
  margin-left: 20px;
  float: right;
}
.share {
  margin: 20px 0;
}
.comments-wrapper h3 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.single-meta {
  margin-bottom: 20px;
}
.single-meta .date {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  background: #0192c2;
  padding: 10px;
  margin: 5px 5px 0 0;
  float: left;
}
.single-meta .comment-count {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  background: #0192c2;
  padding: 10px;
  margin: 5px 0 0 0;
  float: left;
}
.single-meta .comment-count a {
  color: #fff;
}
.tech-items {
  list-style: none;
  margin-top: 40px !important;
}
.tech-items li {
  display: block;
}
.tech-items li span.item-wrapper {
  display: block;
  height: 250px;
  padding: 20px;
  text-align: center;
}
.tech-items li span.item-wrapper h6 {
  margin-bottom: 10px;
}
.tech-items li span.item-wrapper i {
  color: #fff;
}
.tech-items li span.item-wrapper .icon-stack {
  font-size: 36px;
  font-size: 3.6rem;
  margin-right: 20px;
  color: #000;
}
.tech-items li span.item-wrapper .icon-circle {
  color: #0192c2;
}
.tech-items li span.item-wrapper span.text {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.tech-items li span.item-wrapper:hover {
  background: #e4e4e4;
}
.app-items {
  list-style: none;
  margin-top: 40px !important;
}
.app-items li {
  display: block;
  margin-bottom: 20px;
}
.app-items li span.item-wrapper {
  display: block;
}
.app-items li span.item-wrapper img {
  float: left;
  max-height: 50px;
}
.app-items li span.item-wrapper h6 {
  display: block;
  float: left;
  padding-top: 20px;
  padding-left: 20px;
}
.app-items li span.item-wrapper:hover {
  background: #e4e4e4;
}
.ctrl-items {
  list-style: none;
  margin-top: 40px !important;
}
.ctrl-items li {
  display: block;
  margin-bottom: 20px;
}
.ctrl-items li span.item-wrapper {
  display: block;
  height: 120px;
  padding: 20px;
}
.ctrl-items li span.item-wrapper h6 {
  display: block;
  float: none;
}
.ctrl-items li span.item-wrapper img {
  float: left;
  max-width: 70px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.ctrl-items li span.item-wrapper:hover {
  background: #e4e4e4;
}
.sec-items {
  list-style: none;
  margin-top: 40px !important;
}
.sec-items li {
  display: block;
  margin-bottom: 20px;
}
.sec-items li span.item-wrapper {
  display: block;
}
.sec-items li span.item-wrapper span.center {
  display: block;
  text-align: center;
}
.sec-items li span.item-wrapper span.center i {
  font-size: 300px;
  font-size: 30rem;
}
.sec-items li span.item-wrapper h4 {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.support-items {
  list-style: none;
  margin-top: 40px !important;
}
.support-items li {
  display: block;
}
.support-items li span.item-wrapper {
  display: block;
  height: 200px;
  padding: 20px;
  text-align: center;
}
.support-items li span.item-wrapper span.row,
.support-items li span.item-wrapper .row .columns span {
  display: block;
}
.support-items li span.item-wrapper h4 {
  margin-bottom: 0px;
}
.support-items li span.item-wrapper h6 {
  margin-bottom: 20px;
}
.support-items li span.item-wrapper .header-margin {
  margin-bottom: 40px;
}
.support-items li span.item-wrapper i {
  color: #fff;
}
.support-items li span.item-wrapper .icon-stack {
  font-size: 36px;
  font-size: 3.6rem;
  color: #000;
}
.support-items li span.item-wrapper .icon-circle {
  color: #0192c2;
}
.support-items li span.item-wrapper span.text {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.support-items li span.item-wrapper .mailto-link {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 15px;
  font-weight: 200;
}
.support-items li .icon-stack:hover {
  text-decoration: none;
}
.support-items li span.item-wrapper:hover {
  background: #e4e4e4;
}
.support-items.big span.item-wrapper {
  height: 300px;
  margin-bottom: 50px;
}
.closed-text {
  font-size: 12px;
  color: #ff0000;
}
.jquery-safari-checkbox {
  display: inline;
  font-size: 40px;
  line-height: 40px;
  cursor: pointer;
  cursor: hand;
}
.jquery-safari-checkbox .mark {
  display: inline;
}
.jquery-safari-checkbox img {
  vertical-align: middle;
  width: 40px;
  height: 40px;
}
.jquery-safari-checkbox img {
  background: transparent url(../images/theme/checkbox-sprite.png) no-repeat;
}
.error .jquery-safari-checkbox img {
  background: transparent url(../images/theme/checkbox-sprite-error.png) no-repeat;
}
.error .jquery-safari-checkbox.jquery-safari-checkbox-checked img {
  background: transparent url(../images/theme/checkbox-sprite.png) no-repeat 0px -40px;
}
.jquery-safari-checkbox img {
  background-position: 0px 0px;
}
.jquery-safari-checkbox-hover img {
  background-position: -40px 0px;
}
.jquery-safari-checkbox-checked img {
  background-position: 0px -40px;
}
.jquery-safari-checkbox-checked .jquery-safari-checkbox-hover img {
  background-position: -40px -40px;
}
.jquery-safari-radio {
  cursor: pointer;
  cursor: hand;
  float: left;
}
.jquery-safari-radio img {
  background: transparent url(../images/theme/radio-sprite.png) no-repeat;
  background-position: 0px 0px;
  vertical-align: middle;
  height: 40px;
  width: 40px;
  margin-right: 3px;
}
.jquery-safari-radio-checked img {
  background-position: 0px -40px;
}
.jquery-safari-checkbox-disabled img {
  background-position: 0px -48px;
}
.jquery-safari-checkbox-checked .jquery-safari-checkbox-disabled img {
  background-position: 0px -48px;
}
.blog-top-wrapper {
  margin-bottom: 40px;
}
.sub-title-blog {
  margin-bottom: 40px;
}
.staff-input-text,
.selectBox-dropdown {
  position: relative;
  line-height: 1.5;
  border: 0;
  text-decoration: none;
  text-align: left;
  color: #000;
  outline: none;
  vertical-align: middle;
  background: #fff;
  display: inline-block;
  font-size: 20px;
  margin: 0 0 12px 0;
  padding: 0 20px;
  height: 40px;
  width: 100%;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.staff-input-text .selectBox-label,
.selectBox-dropdown .selectBox-label {
  padding: 5px 0;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  font-size: 20px;
}
.staff-input-text {
  min-width: 180px;
  padding: 10px;
  height: 20px;
  margin: 0px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.staff-filter-wrapper {
  margin-bottom: 40px;
}
.selectBox-dropdown {
  cursor: pointer;
}
.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
  color: #666;
}
.selectBox-dropdown:hover {
  color: #000;
}
.selectBox-dropdown.selectBox-menuShowing-bottom {
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.selectBox-dropdown.selectBox-menuShowing-top {
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.selectBox-dropdown .selectBox-arrow {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 23px;
  height: 100%;
  background: url(jquery.selectBox-arrow.gif) 50% center no-repeat;
  border-left: solid 1px #BBB;
}
.selectBox-dropdown:after {
  content: "+";
  position: absolute;
  text-align: center;
  color: #fff;
  background: #0192c2;
  height: 40px;
  width: 40px;
  font-size: 40px;
  font-size: 4rem;
  line-height: 40px;
  right: 0px;
  margin-top: 0;
}
.selectBox-dropdown-menu {
  position: absolute;
  z-index: 99999;
  max-height: 250px;
  min-height: 1em;
  background: #FFF;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.selectBox-inline {
  min-width: 150px;
  outline: none;
  border: solid 1px #BBB;
  background: #FFF;
  display: inline-block;
  overflow: auto;
}
.selectBox-inline:focus {
  border-color: #666;
}
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
  list-style: none;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.selectBox-options {
  background: #fff;
  border: 0;
}
.selectBox-options LI A {
  line-height: 1.5;
  padding: 10px 20px;
  white-space: nowrap;
  overflow: hidden;
  background: 6px center no-repeat;
  font-size: 14px;
  color: #000;
}
.selectBox-options.selectBox-options-top {
  border-bottom: none;
  margin-top: 1px;
}
.selectBox-options.selectBox-options-bottom {
  border-top: none;
}
.selectBox-options LI.selectBox-hover A {
  background-color: #fff;
}
.selectBox-options LI.selectBox-disabled A {
  color: #888;
  background-color: transparent;
}
.selectBox-options LI.selectBox-selected A {
  background-color: #fff;
}
.selectBox-options .selectBox-optgroup {
  color: #666;
  background: #EEE;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 .3em;
  white-space: nowrap;
}
.selectBox.selectBox-disabled {
  color: #888 !important;
}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
  opacity: .5;
  filter: alpha(opacity=50);
  border-color: #666;
}
.selectBox-inline.selectBox-disabled {
  color: #888 !important;
}
.selectBox-inline.selectBox-disabled .selectBox-options A {
  background-color: transparent !important;
}

.ezfc-label {
    text-align: left !important;
}
.ezfc-element-select {
  display: inline-block;
  width: 250px;
  margin-top: 12px;
}

.ezfc-element-radio-container,
.ezfc-element-checkbox-container {
    margin-top: 10px;
}

.ezfc-element hr {
  border: 1px solid #999;
}

.ezfc-element label {
    width: 300px !important;
    height: auto;
    text-align: left !important;
}

.calc-form-wrapper {
    background: #ddd;
    padding:40px;
}
.calc-form-text {
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: -20px;
    width: 300px;
}
.ezfc-price:before {

}

.page-template-page-price .ezfc-element label {
    width: auto !important;
}