body a {
  -webkit-transition: all 0.2s snap;
  -moz-transition: all 0.2s snap;
  -ms-transition: all 0.2s snap;
  -o-transition: all 0.2s snap;
  transition: all 0.2s snap;
  -webkit-transition: all 0.2s snap ease-in-out 0.2s;
  -moz-transition: all 0.2s snap ease-in-out 0.2s;
  -o-transition: all 0.2s snap ease-in-out 0.2s;
  transition: all 0.2s snap ease-in-out 0.2s;
}
body ul,
body ol {
  font-size: 0.875em;
  color: #333;
}
body p {
  font-size: 0.875em;
  color: #333;
}
body p strong {
  font-family: 'ns-medium';
  font-weight: normal;
}
body h6 {
  color: #6d6d6d;
}
body .label {
  background-color: #6d6d6d;
}
body .btn-techday {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #1393b9;
  background-image: -moz-linear-gradient(top, #16a4c7, #0e7aa3);
  background-image: -ms-linear-gradient(top, #16a4c7, #0e7aa3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#16a4c7), to(#0e7aa3));
  background-image: -webkit-linear-gradient(top, #16a4c7, #0e7aa3);
  background-image: -o-linear-gradient(top, #16a4c7, #0e7aa3);
  background-image: linear-gradient(top, #16a4c7, #0e7aa3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#16a4c7', endColorstr='#0e7aa3', GradientType=0);
  border-color: #0e7aa3 #0e7aa3 #08455d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.45);
  *background-color: #0e7aa3;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
body .btn-techday:hover,
body .btn-techday:active,
body .btn-techday.active,
body .btn-techday.disabled,
body .btn-techday[disabled] {
  background-color: #0e7aa3;
  *background-color: #0c688c;
}
body .btn-techday:active,
body .btn-techday.active {
  background-color: #0a5774 \9;
}
body .btn-techday:hover {
  background-color: #0e6e8a;
  background-image: -moz-linear-gradient(top, #117e99, #0a5774);
  background-image: -ms-linear-gradient(top, #117e99, #0a5774);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#117e99), to(#0a5774));
  background-image: -webkit-linear-gradient(top, #117e99, #0a5774);
  background-image: -o-linear-gradient(top, #117e99, #0a5774);
  background-image: linear-gradient(top, #117e99, #0a5774);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#117e99', endColorstr='#0a5774', GradientType=0);
  border-color: #0a5774 #0a5774 #04222e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.45);
  *background-color: #0a5774;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
body .btn-techday:hover:hover,
body .btn-techday:hover:active,
body .btn-techday:hover.active,
body .btn-techday:hover.disabled,
body .btn-techday:hover[disabled] {
  background-color: #0a5774;
  *background-color: #08455d;
}
body .btn-techday:hover:active,
body .btn-techday:hover.active {
  background-color: #063445 \9;
}
body .table {
  /* tbody tr:first-child {
        th, td {
        border-top:none;
        }
        }
        tfoot {

        } */
}
#viewport {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #161719;
}
#viewport_menu {
  width: 13.875em;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #161719;
  -webkit-transform: translate3d(0, 0, 0);
  filter: alpha(opacity=0);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
#viewport_menu .menu_header {
  height: 5.25em;
  background-color: #161719;
}
#viewport_menu .menu_header .network_logo {
  width: 160px;
  height: 58px;
  position: absolute;
  top: 20px;
  left: 10px;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url("../images/logo_techday_sml.85dd5bb3df6c.png");
  background-repeat: no-repeat;
}
#viewport_menu .nav {
  margin: 0;
  padding: 0;
}
#viewport_menu .nav li a {
  margin: 0;
  padding: 8px 20px;
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.8);
  background-color: #252729;
  background-image: -moz-linear-gradient(top, #27292b, #232426);
  background-image: -ms-linear-gradient(top, #27292b, #232426);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#27292b), to(#232426));
  background-image: -webkit-linear-gradient(top, #27292b, #232426);
  background-image: -o-linear-gradient(top, #27292b, #232426);
  background-image: linear-gradient(top, #27292b, #232426);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#27292b', endColorstr='#232426', GradientType=0);
  border-color: #232426 #232426 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.45);
  *background-color: #232426;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-top: 1px solid #2f3133;
}
#viewport_menu .nav li a:hover,
#viewport_menu .nav li a:active,
#viewport_menu .nav li a.active,
#viewport_menu .nav li a.disabled,
#viewport_menu .nav li a[disabled] {
  background-color: #232426;
  *background-color: #161719;
}
#viewport_menu .nav li a:active,
#viewport_menu .nav li a.active {
  background-color: #0a0b0b \9;
}
#viewport_menu .nav .current-cat > a {
  font-family: "ns-bold";
  font-weight: normal;
  background-color: #2e3032;
  background-image: -moz-linear-gradient(top, #2f3133, #2c2e31);
  background-image: -ms-linear-gradient(top, #2f3133, #2c2e31);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2f3133), to(#2c2e31));
  background-image: -webkit-linear-gradient(top, #2f3133, #2c2e31);
  background-image: -o-linear-gradient(top, #2f3133, #2c2e31);
  background-image: linear-gradient(top, #2f3133, #2c2e31);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f3133', endColorstr='#2c2e31', GradientType=0);
  border-color: #2c2e31 #2c2e31 #080809;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.45);
  *background-color: #2c2e31;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#viewport_menu .nav .current-cat > a:hover,
#viewport_menu .nav .current-cat > a:active,
#viewport_menu .nav .current-cat > a.active,
#viewport_menu .nav .current-cat > a.disabled,
#viewport_menu .nav .current-cat > a[disabled] {
  background-color: #2c2e31;
  *background-color: #202123;
}
#viewport_menu .nav .current-cat > a:active,
#viewport_menu .nav .current-cat > a.active {
  background-color: #141516 \9;
}
#viewport_menu .nav .nav-header {
  margin: 0;
  padding: 10px 20px;
  color: #474a4e;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  background-color: #161719;
}
#viewport_menu .nav .menu {
  list-style-type: none;
}
#viewport_menu .nav .menu li {
  display: block;
}
#viewport_menu .nav .menu li a {
  display: block;
}
#viewport_menu .nav .menu li a:hover {
  opacity: 0.55;
  filter: alpha(opacity=55);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 55;
  -khtml-opacity: 55;
  opacity: 55;
  text-decoration: none;
}
#outline {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
  background-color: #eaebec;
  -webkit-transform: translate3d(0, 0, 0);
}
#header_outline {
  width: 100%;
  z-index: 501;
  background-color: #eaebec;
  position: absolute;
}
#header_outline .outline_container {
  padding-top: 0;
  box-shadow: none;
  background-color: transparent;
}
.outline_container {
  padding: 0 1.875em;
  padding-top: 5.25em;
  position: relative;
  left: 0;
  z-index: 500;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.outline_container.no_leaderbanner #outline_head {
  height: 5.25em;
}
.outline_container.no_leaderbanner #outline_head .head_logo {
  height: auto;
  margin-top: -2.5em;
}
#takeover {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 200;
}
#takeover img {
  display: block;
  margin: 0 auto;
}
#outline_head {
  position: relative;
  height: 12em;
  background-color: #474a4e;
  background-image: url("../images/head_bg_light.3ff81d9c4706.png");
  background-repeat: no-repeat;
  background-position: 0 -55px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.head_topbar {
  height: 50px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 0;
  background-color: #fff;
}
.topbar_nav .search-field {
  display: flex;
  position: relative;
}
.topbar_nav .search-field input[type=text] {
  padding: 6px 7px;
  border: 1px solid #ccc;
  border-radius: inherit;
  font-size: 14px;
  margin: 0;
  line-height: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.topbar_nav .search-field input[type=text]:focus,
.topbar_nav .search-field input[type=text]:hover {
  outline: none;
  cursor: text;
  border: 1px solid #8c8c8c;
}
.topbar_nav .search-field button {
  padding: 5px 10px;
  color: white;
  border: none;
}
.topbar_nav .search-field button:hover {
  cursor: pointer;
}
.navbar-profile {
  float: right;
}
.navbar-profile .btn {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  border: none;
  font-size: 18px;
  padding: 6px 10px;
  color: #000;
  opacity: .55;
}
.navbar-profile .btn i.fa span {
  font-size: 14px;
}
.navbar-profile .btn i.fa.guest {
  color: #424242;
  font-size: 1.3em;
}
.navbar-profile .btn i.fa.login {
  padding-right: 3px;
}
.navbar-profile .btn:focus,
.navbar-profile .btn:hover {
  outline: none;
  opacity: 1;
}
.navbar-profile .btn .caret {
  margin-top: 10px;
}
.navbar-profile .dropdown.open {
  text-align: right;
}
.navbar-profile .dropdown .dropdown-menu {
  right: 0;
  left: inherit;
  top: 42px;
  width: 310px;
  margin: 0;
  padding: 14px;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.navbar-profile .dropdown .dropdown-menu > li {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  text-align: center;
}
.navbar-profile .dropdown .dropdown-menu > li > a {
  line-height: 2;
  padding: 3px 7px;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.navbar-profile .dropdown .dropdown-menu > li > a img {
  display: block;
  margin: 0 auto;
}
.navbar-profile .dropdown .dropdown-menu > li > a:hover {
  background-color: transparent;
  border: 1px solid #ccc;
  color: #333;
  opacity: 1;
}
.navbar-profile .dropdown .dropdown-menu > li.wide-item {
  width: 150px;
}
.navbar {
  float: right;
  margin: 0 25px 0 0;
  display: inline-block;
  background-image: url("../images/topbar_bg.9f227f322756.jpg");
  background-repeat: repeat-x;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  height: auto;
}
.navbar .icon {
  margin-top: 2px;
  opacity: 0.75;
  filter: alpha(opacity=75);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 75;
  -khtml-opacity: 75;
  opacity: 75;
}
.navbar .navbar-inner {
  height: 50px;
  padding: 0;
  font-family: 'ns-bold';
  color: #666;
  line-height: 1;
  font-weight: normal;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar .navbar-inner .container {
  height: 34px;
  padding: 8px;
  background: none;
}
.navbar .navbar-inner .container .divider-vertical {
  float: left;
}
.navbar .navbar-inner .container a {
  color: #555;
}
.navbar .navbar-inner .container .dropdown-menu {
  font-family: "ns-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.navbar .navbar-inner .container .dropdown-menu a {
  padding: 6px 15px 6px 10px;
  font-weight: normal;
}
.navbar .navbar-inner .container .dropdown-menu a i {
  margin-right: 5px;
}
.navbar .navbar-inner .container .dropdown-menu a:hover {
  color: #fff;
}
.navbar .nav li a {
  color: #555;
}
.navbar .nav li.dropdown .caret {
  border-top-color: #777 !important;
}
.navbar .navbar-search {
  margin: 0;
  padding: 0;
}
.navbar .navbar-search .input-append {
  margin-bottom: 0;
}
.navbar .navbar-search .btn {
  margin: 0 0 0 -5px;
}
.navbar .navbar-search #search {
  width: 8.625em;
  height: 24px;
  padding: 4px 10px;
  font-size: 16px;
  line-height: 24px;
}
.navbar .navbar-right .btn-group {
  margin-left: 10px;
  padding: 0;
  float: left;
}
.navbar .navbar-right .btn-group button {
  margin-left: -1px;
}
.navbar .navbar-logo {
  width: 80px;
  margin: 1px -19px 0 0;
  float: left;
}
.navbar .navbar-logo a {
  padding: 0;
  display: block;
}
.navbar .navbar-logo img {
  max-width: 100%;
}
.head_logo {
  margin: -3.15em 0 0.5em 6em;
  position: absolute;
  bottom: 15px;
}
.head_logo p {
  color: #fff;
  margin: 5px 0 0;
  padding-right: 2em;
  font-size: 13px;
  line-height: 1.2;
}
.head_logo a:focus {
  outline: none;
  text-decoration: none;
}
.home .head_logo {
  margin-left: 1em;
}
.head_banner {
  display: none;
  margin: 70px -10px 20px;
}
.head_banner.hidden {
  display: none !important;
}
.pagination .active a {
  color: #6d6d6d;
}
#outline_body {
  padding: 2.188em 1.875em 0 0;
  margin-right: -1.875em;
  background-image: url("../images/body_foot_shade.ec61b88ab24d.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
}
div[class^="story_section_"] {
  float: left;
}
#body_section,
.body_section {
  width: 34.875em;
  position: relative;
  /* background-color:#e0e0e0; */
}
#body_section .isotope-row,
.body_section .isotope-row {
  float: none;
}
#body_section .isotope-row article,
.body_section .isotope-row article {
  filter: alpha(opacity=0);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0, 0.9, 0.3, 1);
  -moz-transition: all 0.5s cubic-bezier(0, 0.9, 0.3, 1);
  -ms-transition: all 0.5s cubic-bezier(0, 0.9, 0.3, 1);
  -o-transition: all 0.5s cubic-bezier(0, 0.9, 0.3, 1);
  transition: all 0.5s cubic-bezier(0, 0.9, 0.3, 1);
  -webkit-transition: all 0.5s cubic-bezier(0, 0.9, 0.3, 1) ease-in-out 0.2s;
  -moz-transition: all 0.5s cubic-bezier(0, 0.9, 0.3, 1) ease-in-out 0.2s;
  -o-transition: all 0.5s cubic-bezier(0, 0.9, 0.3, 1) ease-in-out 0.2s;
  transition: all 0.5s cubic-bezier(0, 0.9, 0.3, 1) ease-in-out 0.2s;
}
#body_section > .row,
.body_section > .row {
  margin-bottom: 1.875em;
  border-bottom: 1px solid #eeeeee;
}
#body_section .row-full,
.body_section .row-full {
  float: none;
}
#body_section .row-full .span,
.body_section .row-full .span {
  float: none;
}
#body_section .row-border,
.body_section .row-border {
  padding-top: 1.875em;
  border-top: 1px solid #eee;
}
#body_section .alert-info .btn,
.body_section .alert-info .btn {
  margin-left: 1.875em;
  color: #fff;
  background-color: #1393b9;
  background-image: -moz-linear-gradient(top, #16a4c7, #0e7aa3);
  background-image: -ms-linear-gradient(top, #16a4c7, #0e7aa3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#16a4c7), to(#0e7aa3));
  background-image: -webkit-linear-gradient(top, #16a4c7, #0e7aa3);
  background-image: -o-linear-gradient(top, #16a4c7, #0e7aa3);
  background-image: linear-gradient(top, #16a4c7, #0e7aa3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#16a4c7', endColorstr='#0e7aa3', GradientType=0);
  border-color: #0e7aa3 #0e7aa3 #08455d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.45);
  *background-color: #0e7aa3;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#body_section .alert-info .btn:hover,
.body_section .alert-info .btn:hover,
#body_section .alert-info .btn:active,
.body_section .alert-info .btn:active,
#body_section .alert-info .btn.active,
.body_section .alert-info .btn.active,
#body_section .alert-info .btn.disabled,
.body_section .alert-info .btn.disabled,
#body_section .alert-info .btn[disabled],
.body_section .alert-info .btn[disabled] {
  background-color: #0e7aa3;
  *background-color: #0c688c;
}
#body_section .alert-info .btn:active,
.body_section .alert-info .btn:active,
#body_section .alert-info .btn.active,
.body_section .alert-info .btn.active {
  background-color: #0a5774 \9;
}
#body_section .pagination,
.body_section .pagination {
  float: none;
  clear: both;
}
#body_section .pagination a,
.body_section .pagination a {
  padding: 0 10px;
}
a {
  color: inherit;
}
a:hover {
  text-decoration: none;
  opacity: 0.005;
  filter: alpha(opacity=0.5);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
a:hover h1,
a:hover h2,
a:hover h3 {
  color: #005580;
}
article .label-brand {
  margin: 14px 5px 0 0;
  float: left;
}
article .author-date {
  padding-top: 0.75em;
  display: block;
  font-size: 0.6em;
  text-transform: uppercase;
  color: #6d6d6d;
}
article .author-date [class*="icon"] {
  margin-right: 1px;
  opacity: 0.0035;
  filter: alpha(opacity=0.35);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0.35;
  -khtml-opacity: 0.35;
  opacity: 0.35;
  vertical-align: top;
}
article .author-date .ad-item {
  display: inline !important;
  margin-right: 5px;
}
article .article-tag {
  margin-bottom: 1em;
}
article .article-tag h6 {
  display: inline-block;
  padding-right: 1em;
}
article .article-tag p {
  color: #888;
  display: inline-block;
}
article .read-more {
  color: #005580;
  display: inline-block;
  font-family: "ns-medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .7em;
  text-transform: uppercase;
}
.article_link {
  display: block;
}
[class*="span"] {
  margin-bottom: 1.40625em;
}
.thumbnail {
  margin-bottom: 0.9375em;
}
.body_menu {
  display: none;
}
.tab-content {
  padding-top: 1.40625em;
  overflow: visible;
}
.section_featured {
  width: 19.125em;
}
.section_featured .featured_top {
  width: 19.125em;
}
.section_featured .featured_top .thumbnail {
  margin-bottom: 0;
  padding: 0;
  border: none;
  background-color: #3e3e3e;
  background-image: none;
  filter: none;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.section_featured .featured_top .thumbnail > a {
  display: block;
  background-image: url("../images/thumbnail_diag_bg.5e9f9ff5ee4d.png");
}
.section_featured .featured_top .thumbnail .caption {
  padding: 0.9375em;
  padding-bottom: 0.46875em;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  background-image: url("../images/featured_light.5e8df9d344d8.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.section_featured .featured_top .thumbnail .caption p {
  color: white;
}
.section_featured .featured_top .thumbnail .caption a {
  color: #fff;
}
.section_featured .featured_top .thumbnail .caption a h2 {
  color: #fff;
  font-size: 1.16em;
}
.section_featured .featured_top .thumbnail .caption .label-brand {
  margin-top: 17px;
  font-size: 0.675em;
}
.section_featured .featured_top .thumbnail .caption .author-date {
  color: #ffffff;
}
.section_featured .featured_top .thumbnail .caption .author-date [class*=icon] {
  vertical-align: text-bottom;
}
.section_featured .featured_sub {
  width: 8.625em;
}
.section_featured .featured_sub .author-date .ad-item {
  display: block;
}
.section_featured .featured_sub h3 {
  font-size: 1em;
}
.section_hot {
  width: 13.875em;
}
.section_hot h2 {
  font-size: .875em;
  color: #6d6d6d;
}
.section_hot article {
  border-bottom: 1px dotted #dddddd;
}
.section_hot .thumbnail {
  margin: 0.275em 0.9375em 0.46875em 0;
  width: 6.75em;
  float: left;
}
.section_leftpanel {
  width: 11.25em;
}
#story_section {
  width: 100%;
  position: relative;
}
#story_section .section_intro {
  width: 10.625em!important;
}
#story_section .section_intro .intro {
  border-bottom: none;
}
#story_section h2 {
  font-size: .875em;
  color: #6d6d6d;
}
.section_news {
  width: 43.375em;
}
.section_intro {
  width: 10.625em;
}
.section_intro img {
  max-width: 100%;
}
.page-title {
  margin-bottom: 0.5em;
  font-family: "ns-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  max-width: 75%;
  font-size: 2em;
  line-height: 1;
}
.page-title::first-line {
  font-family: "ns-bold";
}
.list-nav h6 {
  padding-bottom: 1.5em;
}
.list-nav h6 i {
  margin-right: 15px;
}
.list-nav ul {
  margin: 0;
}
.list-nav ul li {
  padding: 0 0 0 25px;
  display: block;
  line-height: 1.5;
}
.list-nav ul li.current {
  font-weight: bold;
}
.list-nav-icons li {
  padding: 0;
  border: none;
}
.list-nav-icons li a {
  padding: 0 0 0 0;
}
.list-nav-icons li a i {
  margin: 5px 15px 0 0;
}
.section_intro .intro {
  margin-bottom: 1.875em;
  border-bottom: 1px solid #eee;
}
.section_intro .intro .page-title {
  font-size: 1.625em;
  color: #333;
}
.section_intro .intro p {
  font-size: 0.75em;
}
.section_intro .intro .span {
  padding-right: 1.875em;
}
.section_intro .list-nav ul li {
  font-size: 0.75em;
  padding: 0 0 0 15px;
  line-height: 1.75;
}
.section_primary {
  width: 22.375em;
}
.section_primary article {
  width: 6.8925em;
  position: relative;
}
.section_primary .prizes-holder {
  float: none;
}
.section_primary .prizes-holder article {
  width: 11.25em;
}
.section_primary .prizes-holder .prize-i-0,
.section_primary .prizes-holder .prize-i-1 {
  width: 11.25em;
}
.section_primary .featured article {
  width: 11.25em;
}
.section_primary .fbLoginButton {
  width: 100%;
  margin-bottom: 1em;
  float: left;
  background-color: #3b5998;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.section_primary .fbLoginButton .fb_iframe_widget {
  padding: 8px 10px 9px;
}
.section_primary #tab_address .addresses .span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.prize-ribbon {
  width: 40px;
  padding: 8px 0 4px;
  position: absolute;
  top: -3px;
  right: 1em;
  font-family: "ns-bold";
  font-size: 0.75em;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
  background-color: #1393b9;
  background-image: -moz-linear-gradient(top, #16a4c7, #0e7aa3);
  background-image: -ms-linear-gradient(top, #16a4c7, #0e7aa3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#16a4c7), to(#0e7aa3));
  background-image: -webkit-linear-gradient(top, #16a4c7, #0e7aa3);
  background-image: -o-linear-gradient(top, #16a4c7, #0e7aa3);
  background-image: linear-gradient(top, #16a4c7, #0e7aa3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#16a4c7', endColorstr='#0e7aa3', GradientType=0);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.45);
}
.prize-ribbon:after {
  content: '';
  position: absolute;
  bottom: -6px;
  right: 0;
  display: inline-block;
  border-top: 6px solid #0E7AA3;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}
.primary_columns {
  width: 19.125em;
}
.section_article {
  width: 34.875em;
}
.section_article .title_banner {
  background: url("../images/head_bg_light.3ff81d9c4706.png") #474a4e;
  padding: 10px;
  border-radius: 4px;
  color: #000000;
}
.section_article article {
  width: 34.875em;
}
.section_article article p {
  margin: 1.5em 0;
  font-size: .95em;
  clear: both;
}
.section_article article .article-tag p {
  margin: 0.5em 0;
}
.section_article article .thumbnail {
  border: none;
  background: none;
  box-shadow: none;
  padding: 0;
}
.section_article article .article_text ul {
  padding-left: 1em;
}
.section_article .article_text p img {
  width: auto!important;
  max-width: 100%!important;
  height: auto!important;
  display: block;
  margin: 0 auto;
}
.article_header {
  width: 24.375em;
  padding: 0 0 1.40625em 0;
  margin: 0 0 0.9375em 0;
  border-bottom: 1px dotted #eee;
  /* .social_buttons {
    .width(1.75); height:100%;
    margin:0 0 0 2em; padding:0 0 0 1.25em;
    float:right; position:relative;
    border-left:1px solid #eee;

    .button {
    width:90px; height:24px;
    }
    } */
}
.article_header:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.article_header h1 {
  /*margin-bottom: 0.2em;
        max-width:75%;       */
}
.article_label {
  margin-top: 0.75em;
  margin-left: 5px;
  float: right;
}
.article_info {
  width: 8.625em;
  margin-right: 1.875em;
  float: left;
}
.article_info p {
  color: #6d6d6d;
}
.article_info .social_buttons {
  padding-left: 1em;
  border-left: 2px solid #eee;
}
.section_skyscraper {
  display: none;
}
.storygallery .article_text {
  width: 100%;
}
.storygallery .article_text .article_header {
  width: 100%;
}
.storygallery .article_info {
  width: 100%;
}
.storygallery .article_info p {
  margin: .5em 0;
}
.article_text {
  width: 24.375em;
  float: left;
}
.article_text .text_intro {
  font-size: 1.25em;
}
.article_text .thumbnail {
  margin: 3px 0 1.875em -5.25em;
}
.article_text .thumbnail img {
  width: auto;
  height: auto;
}
.article_review #review-wrapper {
  float: left;
  background: #444;
  color: #FFF;
}
.article_review #review-header {
  background: #111;
  padding-top: 11px;
}
.section_related {
  width: 34.875em;
}
.section_related article {
  width: 10.3575em;
}
.section_related article p {
  font-size: 0.75em;
  color: #555555;
  display: none;
}
.section_related h3 {
  font-size: .875em;
  color: #6d6d6d;
  text-transform: uppercase;
}
.section_relatedad {
  display: none;
}
.section_relatedad.span {
  float: right;
}
.section_comments {
  width: 34.875em;
}
.section_comments #disqus_thread {
  width: 34.875em;
}
.section_border {
  margin-left: -1px !important;
  padding-left: 1.875em;
  border-left: 1px solid #eee;
}
.article_wide article {
  width: 100%;
  padding: 0 0 1em 0;
  border-bottom: 1px dotted #dddddd;
  float: none;
  position: relative;
}
.article_wide article.span {
  margin-left: .875em;
}
.article_wide article:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.article_wide article .article_side {
  width: 19.125em;
  height: 40px;
  margin: 0;
  position: absolute;
  bottom: 0;
  border: 1px solid #eee;
  border-width: 1px 0 0 0;
}
.article_wide article .article_side h6 {
  padding-top: 1.25em;
  float: left;
}
.article_wide article .article_side .social_buttons {
  float: right;
  padding-top: 0.6em;
}
.article_wide article .article_side .social_buttons .button {
  width: 65px;
  height: 24px;
  float: left;
}
.article_wide .thumbnail {
  width: 7em;
  margin: 0.275em 0.9375em 0.46875em 0;
  float: left;
}
#side_section,
.side_section {
  width: 19.125em;
  text-align: center;
}
#side_section .side-article h4,
.side_section .side-article h4,
#side_section .side-article h5,
.side_section .side-article h5 {
  text-align: left;
}
#side_section .side-article h5,
.side_section .side-article h5 {
  font-size: .85em;
  display: inline;
}
#side_section .side-article h3,
.side_section .side-article h3 {
  font-size: .875em;
  color: #6d6d6d;
  text-transform: uppercase;
}
#side_section .side-article.sponsored article.span,
.side_section .side-article.sponsored article.span {
  margin-bottom: .85em;
  line-height: 1.2;
}
#side_section .side-article.sponsored article.span a:focus,
.side_section .side-article.sponsored article.span a:focus,
#side_section .side-article.sponsored article.span a:hover,
.side_section .side-article.sponsored article.span a:hover {
  text-decoration: none;
}
#side_section .side-article.sponsored article.span .article-tags,
.side_section .side-article.sponsored article.span .article-tags {
  font-size: .75em;
  color: #696969;
}
#side_section .side-article.featured,
.side_section .side-article.featured {
  margin-top: 1em;
}
#side_section .side-article article p,
.side_section .side-article article p {
  font-size: 0.75em;
}
#side_section .side-article article .thumbnail,
.side_section .side-article article .thumbnail {
  width: 5.625em;
  margin: 0.275em 0.9375em 0.46875em 0;
  float: left;
}
#side_section .well,
.side_section .well {
  padding: 10px 19px;
}
#side_section .well .viewport,
.side_section .well .viewport {
  margin: 0 auto;
}
#side_section .well.subscription,
.side_section .well.subscription {
  padding: 19px;
  margin-bottom: .9375em;
}
.well .viewpoert {
  margin: 0 auto;
}
.well.subscription .viewport {
  position: relative;
}
.well.subscription .viewport img {
  position: absolute;
  right: 10px;
}
.well.subscription input[type="submit"] {
  background-image: url("../images/head_bg_light.3ff81d9c4706.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.well .well_title {
  margin-bottom: 1em;
  font-size: .6888em;
  color: #6d6d6d;
  text-transform: uppercase;
}
.well article {
  padding-top: 1em;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
}
.share-horzontal-social {
  padding: 1em 0;
}
.total .side_social {
  padding-bottom: 16px;
  margin-bottom: 7px;
  border-bottom: 1px solid #dfdddd;
}
.side_social .social_nav {
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
}
.side_social .social_nav li {
  width: 20%;
  padding: 0;
  float: left;
  border: none;
  overflow: hidden;
}
.side_social .social_nav li:first-child a {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.side_social .social_nav li:last-child a {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.side_social .social_nav li a {
  width: auto;
  height: 24px;
  padding: 6px;
  display: block;
  text-align: center;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  *border: 0;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 2px rgba(0,0,0,.05);
}
.side_social .social_nav li a:first-child {
  *margin-left: 0;
}
.side_social .social_nav li a img {
  vertical-align: top;
}
.side_social .social_nav li a:hover {
  text-decoration: none;
  background-position: 0 -15px;
}
.side_social .social_nav li.active a {
  background-position: 0 -15px;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.side_social .social_nav li.facebook {
  background-color: #677ca9;
  background-image: -moz-linear-gradient(top, #8594b4, #3b5998);
  background-image: -ms-linear-gradient(top, #8594b4, #3b5998);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8594b4), to(#3b5998));
  background-image: -webkit-linear-gradient(top, #8594b4, #3b5998);
  background-image: -o-linear-gradient(top, #8594b4, #3b5998);
  background-image: linear-gradient(top, #8594b4, #3b5998);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8594b4', endColorstr='#3b5998', GradientType=0);
  border-color: #3b5998 #3b5998 #263961;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.45);
  *background-color: #3b5998;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.side_social .social_nav li.facebook:hover,
.side_social .social_nav li.facebook:active,
.side_social .social_nav li.facebook.active,
.side_social .social_nav li.facebook.disabled,
.side_social .social_nav li.facebook[disabled] {
  background-color: #3b5998;
  *background-color: #344e86;
}
.side_social .social_nav li.facebook:active,
.side_social .social_nav li.facebook.active {
  background-color: #2d4373 \9;
}
.side_social .social_nav li.twitter {
  background-color: #72c7db;
  background-image: -moz-linear-gradient(top, #99cfdc, #36bbd9);
  background-image: -ms-linear-gradient(top, #99cfdc, #36bbd9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#99cfdc), to(#36bbd9));
  background-image: -webkit-linear-gradient(top, #99cfdc, #36bbd9);
  background-image: -o-linear-gradient(top, #99cfdc, #36bbd9);
  background-image: linear-gradient(top, #99cfdc, #36bbd9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99cfdc', endColorstr='#36bbd9', GradientType=0);
  border-color: #36bbd9 #36bbd9 #1f8ba4;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.45);
  *background-color: #36bbd9;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.side_social .social_nav li.twitter:hover,
.side_social .social_nav li.twitter:active,
.side_social .social_nav li.twitter.active,
.side_social .social_nav li.twitter.disabled,
.side_social .social_nav li.twitter[disabled] {
  background-color: #36bbd9;
  *background-color: #27b0ce;
}
.side_social .social_nav li.twitter:active,
.side_social .social_nav li.twitter.active {
  background-color: #239db9 \9;
}
.side_social .social_nav li.youtube {
  background-color: #ac4642;
  background-image: -moz-linear-gradient(top, #be5c59, #912420);
  background-image: -ms-linear-gradient(top, #be5c59, #912420);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#be5c59), to(#912420));
  background-image: -webkit-linear-gradient(top, #be5c59, #912420);
  background-image: -o-linear-gradient(top, #be5c59, #912420);
  background-image: linear-gradient(top, #be5c59, #912420);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#be5c59', endColorstr='#912420', GradientType=0);
  border-color: #912420 #912420 #521412;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.45);
  *background-color: #912420;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.side_social .social_nav li.youtube:hover,
.side_social .social_nav li.youtube:active,
.side_social .social_nav li.youtube.active,
.side_social .social_nav li.youtube.disabled,
.side_social .social_nav li.youtube[disabled] {
  background-color: #912420;
  *background-color: #7c1f1b;
}
.side_social .social_nav li.youtube:active,
.side_social .social_nav li.youtube.active {
  background-color: #671a17 \9;
}
.side_social .social_nav li.googleplus {
  background-color: #c0484f;
  background-image: -moz-linear-gradient(top, #cc656b, #ad1e26);
  background-image: -ms-linear-gradient(top, #cc656b, #ad1e26);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cc656b), to(#ad1e26));
  background-image: -webkit-linear-gradient(top, #cc656b, #ad1e26);
  background-image: -o-linear-gradient(top, #cc656b, #ad1e26);
  background-image: linear-gradient(top, #cc656b, #ad1e26);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc656b', endColorstr='#ad1e26', GradientType=0);
  border-color: #ad1e26 #ad1e26 #6c1318;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.45);
  *background-color: #ad1e26;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.side_social .social_nav li.googleplus:hover,
.side_social .social_nav li.googleplus:active,
.side_social .social_nav li.googleplus.active,
.side_social .social_nav li.googleplus.disabled,
.side_social .social_nav li.googleplus[disabled] {
  background-color: #ad1e26;
  *background-color: #971a21;
}
.side_social .social_nav li.googleplus:active,
.side_social .social_nav li.googleplus.active {
  background-color: #82161c \9;
}
.side_social .social_nav li.linkedin {
  background-color: #0f8ac7;
  background-image: -moz-linear-gradient(top, #19a2e6, #006699);
  background-image: -ms-linear-gradient(top, #19a2e6, #006699);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#19a2e6), to(#006699));
  background-image: -webkit-linear-gradient(top, #19a2e6, #006699);
  background-image: -o-linear-gradient(top, #19a2e6, #006699);
  background-image: linear-gradient(top, #19a2e6, #006699);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19a2e6', endColorstr='#006699', GradientType=0);
  border-color: #006699 #006699 #00334d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.45);
  *background-color: #006699;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.side_social .social_nav li.linkedin:hover,
.side_social .social_nav li.linkedin:active,
.side_social .social_nav li.linkedin.active,
.side_social .social_nav li.linkedin.disabled,
.side_social .social_nav li.linkedin[disabled] {
  background-color: #006699;
  *background-color: #005580;
}
.side_social .social_nav li.linkedin:active,
.side_social .social_nav li.linkedin.active {
  background-color: #004466 \9;
}
.side_social .social_nav li.rss {
  background-color: #ee8446;
  background-image: -moz-linear-gradient(top, #ec9e71, #f25c05);
  background-image: -ms-linear-gradient(top, #ec9e71, #f25c05);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ec9e71), to(#f25c05));
  background-image: -webkit-linear-gradient(top, #ec9e71, #f25c05);
  background-image: -o-linear-gradient(top, #ec9e71, #f25c05);
  background-image: linear-gradient(top, #ec9e71, #f25c05);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec9e71', endColorstr='#f25c05', GradientType=0);
  border-color: #f25c05 #f25c05 #a74003;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.45);
  *background-color: #f25c05;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.side_social .social_nav li.rss:hover,
.side_social .social_nav li.rss:active,
.side_social .social_nav li.rss.active,
.side_social .social_nav li.rss.disabled,
.side_social .social_nav li.rss[disabled] {
  background-color: #f25c05;
  *background-color: #d95304;
}
.side_social .social_nav li.rss:active,
.side_social .social_nav li.rss.active {
  background-color: #c04904 \9;
}
.side_social .tab-content {
  padding: 0;
  margin-bottom: 0;
  margin-top: 0.9375em;
  overflow: visible;
  display: none;
}
.side_social .tab-content .tab-pane {
  padding: 12px;
  color: #fff;
  position: relative;
}
.side_social .tab-content .tab-pane .btn {
  margin-bottom: 6px;
  color: #fff;
  font-weight: bold;
}
.side_social .tab-content .tab-pane:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #404246;
  position: absolute;
  top: -7px;
  left: 120px;
}
.side_social .tab-content .tab-facebook {
  background-color: #2e4677;
  background-image: -moz-linear-gradient(top, #263961, #3b5998);
  background-image: -ms-linear-gradient(top, #263961, #3b5998);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#263961), to(#3b5998));
  background-image: -webkit-linear-gradient(top, #263961, #3b5998);
  background-image: -o-linear-gradient(top, #263961, #3b5998);
  background-image: linear-gradient(top, #263961, #3b5998);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#263961', endColorstr='#3b5998', GradientType=0);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.side_social .tab-content .tab-facebook:before {
  border-bottom-color: #1a2843;
}
.side_social .tab-content .tab-facebook:before {
  left: 20px;
}
.side_social .tab-content .tab-facebook .btn {
  background-color: #677ca9;
  background-image: -moz-linear-gradient(top, #8594b4, #3b5998);
  background-image: -ms-linear-gradient(top, #8594b4, #3b5998);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8594b4), to(#3b5998));
  background-image: -webkit-linear-gradient(top, #8594b4, #3b5998);
  background-image: -o-linear-gradient(top, #8594b4, #3b5998);
  background-image: linear-gradient(top, #8594b4, #3b5998);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8594b4', endColorstr='#3b5998', GradientType=0);
  border-color: #3b5998 #3b5998 #263961;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.45);
  *background-color: #3b5998;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.side_social .tab-content .tab-facebook .btn:hover,
.side_social .tab-content .tab-facebook .btn:active,
.side_social .tab-content .tab-facebook .btn.active,
.side_social .tab-content .tab-facebook .btn.disabled,
.side_social .tab-content .tab-facebook .btn[disabled] {
  background-color: #3b5998;
  *background-color: #344e86;
}
.side_social .tab-content .tab-facebook .btn:active,
.side_social .tab-content .tab-facebook .btn.active {
  background-color: #2d4373 \9;
}
.side_social .tab-content .tab-twitter {
  background-color: #289eb9;
  background-image: -moz-linear-gradient(top, #1f8ba4, #36bbd9);
  background-image: -ms-linear-gradient(top, #1f8ba4, #36bbd9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1f8ba4), to(#36bbd9));
  background-image: -webkit-linear-gradient(top, #1f8ba4, #36bbd9);
  background-image: -o-linear-gradient(top, #1f8ba4, #36bbd9);
  background-image: linear-gradient(top, #1f8ba4, #36bbd9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f8ba4', endColorstr='#36bbd9', GradientType=0);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.side_social .tab-content .tab-twitter:before {
  border-bottom-color: #186e81;
}
.side_social .tab-content .tab-twitter:before {
  left: 70px;
}
.side_social .tab-content .tab-twitter .btn {
  background-color: #72c7db;
  background-image: -moz-linear-gradient(top, #99cfdc, #36bbd9);
  background-image: -ms-linear-gradient(top, #99cfdc, #36bbd9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#99cfdc), to(#36bbd9));
  background-image: -webkit-linear-gradient(top, #99cfdc, #36bbd9);
  background-image: -o-linear-gradient(top, #99cfdc, #36bbd9);
  background-image: linear-gradient(top, #99cfdc, #36bbd9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99cfdc', endColorstr='#36bbd9', GradientType=0);
  border-color: #36bbd9 #36bbd9 #1f8ba4;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.45);
  *background-color: #36bbd9;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.side_social .tab-content .tab-twitter .btn:hover,
.side_social .tab-content .tab-twitter .btn:active,
.side_social .tab-content .tab-twitter .btn.active,
.side_social .tab-content .tab-twitter .btn.disabled,
.side_social .tab-content .tab-twitter .btn[disabled] {
  background-color: #36bbd9;
  *background-color: #27b0ce;
}
.side_social .tab-content .tab-twitter .btn:active,
.side_social .tab-content .tab-twitter .btn.active {
  background-color: #239db9 \9;
}
.side_social .tab-content .tab-youtube {
  background-color: #6b1b18;
  background-image: -moz-linear-gradient(top, #521412, #912420);
  background-image: -ms-linear-gradient(top, #521412, #912420);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#521412), to(#912420));
  background-image: -webkit-linear-gradient(top, #521412, #912420);
  background-image: -o-linear-gradient(top, #521412, #912420);
  background-image: linear-gradient(top, #521412, #912420);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#521412', endColorstr='#912420', GradientType=0);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.side_social .tab-content .tab-youtube:before {
  border-bottom-color: #310c0b;
}
.side_social .tab-content .tab-youtube:before {
  left: 123px;
}
.side_social .tab-content .tab-youtube .btn {
  background-color: #ac4642;
  background-image: -moz-linear-gradient(top, #be5c59, #912420);
  background-image: -ms-linear-gradient(top, #be5c59, #912420);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#be5c59), to(#912420));
  background-image: -webkit-linear-gradient(top, #be5c59, #912420);
  background-image: -o-linear-gradient(top, #be5c59, #912420);
  background-image: linear-gradient(top, #be5c59, #912420);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#be5c59', endColorstr='#912420', GradientType=0);
  border-color: #912420 #912420 #521412;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.45);
  *background-color: #912420;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.side_social .tab-content .tab-youtube .btn:hover,
.side_social .tab-content .tab-youtube .btn:active,
.side_social .tab-content .tab-youtube .btn.active,
.side_social .tab-content .tab-youtube .btn.disabled,
.side_social .tab-content .tab-youtube .btn[disabled] {
  background-color: #912420;
  *background-color: #7c1f1b;
}
.side_social .tab-content .tab-youtube .btn:active,
.side_social .tab-content .tab-youtube .btn.active {
  background-color: #671a17 \9;
}
.side_social .tab-content .tab-googleplus {
  background-color: #86171d;
  background-image: -moz-linear-gradient(top, #6c1318, #ad1e26);
  background-image: -ms-linear-gradient(top, #6c1318, #ad1e26);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6c1318), to(#ad1e26));
  background-image: -webkit-linear-gradient(top, #6c1318, #ad1e26);
  background-image: -o-linear-gradient(top, #6c1318, #ad1e26);
  background-image: linear-gradient(top, #6c1318, #ad1e26);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c1318', endColorstr='#ad1e26', GradientType=0);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.side_social .tab-content .tab-googleplus:before {
  border-bottom-color: #490d10;
}
.side_social .tab-content .tab-googleplus:before {
  left: 123px;
}
.side_social .tab-content .tab-googleplus .btn {
  background-color: #c0484f;
  background-image: -moz-linear-gradient(top, #cc656b, #ad1e26);
  background-image: -ms-linear-gradient(top, #cc656b, #ad1e26);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cc656b), to(#ad1e26));
  background-image: -webkit-linear-gradient(top, #cc656b, #ad1e26);
  background-image: -o-linear-gradient(top, #cc656b, #ad1e26);
  background-image: linear-gradient(top, #cc656b, #ad1e26);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc656b', endColorstr='#ad1e26', GradientType=0);
  border-color: #ad1e26 #ad1e26 #6c1318;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.45);
  *background-color: #ad1e26;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.side_social .tab-content .tab-googleplus .btn:hover,
.side_social .tab-content .tab-googleplus .btn:active,
.side_social .tab-content .tab-googleplus .btn.active,
.side_social .tab-content .tab-googleplus .btn.disabled,
.side_social .tab-content .tab-googleplus .btn[disabled] {
  background-color: #ad1e26;
  *background-color: #971a21;
}
.side_social .tab-content .tab-googleplus .btn:active,
.side_social .tab-content .tab-googleplus .btn.active {
  background-color: #82161c \9;
}
.side_social .tab-content .tab-linkedin {
  background-color: #00476b;
  background-image: -moz-linear-gradient(top, #00334d, #006699);
  background-image: -ms-linear-gradient(top, #00334d, #006699);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00334d), to(#006699));
  background-image: -webkit-linear-gradient(top, #00334d, #006699);
  background-image: -o-linear-gradient(top, #00334d, #006699);
  background-image: linear-gradient(top, #00334d, #006699);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00334d', endColorstr='#006699', GradientType=0);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.side_social .tab-content .tab-linkedin:before {
  border-bottom-color: #001824;
}
.side_social .tab-content .tab-linkedin:before {
  left: 175px;
}
.side_social .tab-content .tab-linkedin .btn {
  background-color: #0f8ac7;
  background-image: -moz-linear-gradient(top, #19a2e6, #006699);
  background-image: -ms-linear-gradient(top, #19a2e6, #006699);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#19a2e6), to(#006699));
  background-image: -webkit-linear-gradient(top, #19a2e6, #006699);
  background-image: -o-linear-gradient(top, #19a2e6, #006699);
  background-image: linear-gradient(top, #19a2e6, #006699);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19a2e6', endColorstr='#006699', GradientType=0);
  border-color: #006699 #006699 #00334d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.45);
  *background-color: #006699;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.side_social .tab-content .tab-linkedin .btn:hover,
.side_social .tab-content .tab-linkedin .btn:active,
.side_social .tab-content .tab-linkedin .btn.active,
.side_social .tab-content .tab-linkedin .btn.disabled,
.side_social .tab-content .tab-linkedin .btn[disabled] {
  background-color: #006699;
  *background-color: #005580;
}
.side_social .tab-content .tab-linkedin .btn:active,
.side_social .tab-content .tab-linkedin .btn.active {
  background-color: #004466 \9;
}
.side_social .tab-content .tab-rss {
  background-color: #c54b04;
  background-image: -moz-linear-gradient(top, #a74003, #f25c05);
  background-image: -ms-linear-gradient(top, #a74003, #f25c05);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a74003), to(#f25c05));
  background-image: -webkit-linear-gradient(top, #a74003, #f25c05);
  background-image: -o-linear-gradient(top, #a74003, #f25c05);
  background-image: linear-gradient(top, #a74003, #f25c05);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a74003', endColorstr='#f25c05', GradientType=0);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.side_social .tab-content .tab-rss:before {
  border-bottom-color: #7f3003;
}
.side_social .tab-content .tab-rss:before {
  left: 228px;
}
.side_social .tab-content .tab-rss .btn {
  background-color: #ee8446;
  background-image: -moz-linear-gradient(top, #ec9e71, #f25c05);
  background-image: -ms-linear-gradient(top, #ec9e71, #f25c05);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ec9e71), to(#f25c05));
  background-image: -webkit-linear-gradient(top, #ec9e71, #f25c05);
  background-image: -o-linear-gradient(top, #ec9e71, #f25c05);
  background-image: linear-gradient(top, #ec9e71, #f25c05);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec9e71', endColorstr='#f25c05', GradientType=0);
  border-color: #f25c05 #f25c05 #a74003;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.45);
  *background-color: #f25c05;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.side_social .tab-content .tab-rss .btn:hover,
.side_social .tab-content .tab-rss .btn:active,
.side_social .tab-content .tab-rss .btn.active,
.side_social .tab-content .tab-rss .btn.disabled,
.side_social .tab-content .tab-rss .btn[disabled] {
  background-color: #f25c05;
  *background-color: #d95304;
}
.side_social .tab-content .tab-rss .btn:active,
.side_social .tab-content .tab-rss .btn.active {
  background-color: #c04904 \9;
}
.side_social .tab-content .fb-like-box span {
  background-color: #fff;
}
.disqus-container {
  margin-top: 30px;
}
.viewport {
  width: 266px;
  overflow: hidden;
}
form.subscribe {
  width: 532px;
  position: relative;
  left: 0;
  float: left;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  -webkit-transition: all 500ms ease-in-out 0.2s;
  -moz-transition: all 500ms ease-in-out 0.2s;
  -o-transition: all 500ms ease-in-out 0.2s;
  transition: all 500ms ease-in-out 0.2s;
}
form.subscribe.select {
  left: -264px;
}
form.subscribe h3 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.1em;
  margin-top: 5px;
  text-align: center;
  color: #4D4D4D;
}
form.subscribe p {
  text-align: left;
  padding-left: 9px;
  color: #626262;
  margin: 10px 0;
}
form.subscribe .fieldWrapper {
  width: 266px;
  position: relative;
  float: left;
}
form.subscribe .fieldWrapper label.error {
  position: absolute;
  right: 0;
  color: #e87171;
  font-size: 11px;
  font-style: normal;
}
form.subscribe .fieldWrapper input.error {
  background: rgba(255, 0, 0, 0.25);
}
form.subscribe .fieldWrapper input.valid {
  background: rgba(0, 255, 0, 0.25);
}
form.subscribe .fieldWrapper input[type="submit"] {
  width: 260px;
  line-height: 1;
  padding: 8px 0;
  margin-top: 10px;
  margin-bottom: 0;
  color: #fff;
}
form.subscribe ul {
  list-style: none;
  text-align: left;
  padding-left: 20px;
  margin-bottom: 0;
}
form.subscribe input {
  height: auto;
}
form.subscribe input[type="checkbox"] {
  display: inline;
}
form.subscribe input[type="text"] {
  width: 250px;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
form.subscribe input[type="text"]::-webkit-input-placeholder {
  padding-left: 8px;
}
form.subscribe input[type="text"]::-moz-placeholder {
  padding-left: 8px;
}
form.subscribe input[type="text"]:-moz-placeholder {
  padding-left: 8px;
}
form.subscribe input[type="text"]:-ms-input-placeholder {
  padding-left: 8px;
}
.ad_zone {
  padding: 2px;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  background: none;
}
.ad_zone img {
  width: auto;
  height: auto;
}
#outline_foot .foot_brand {
  width: 100%;
  height: 20px;
  padding: 0 1.875em 0 0;
  float: left;
  position: relative;
  z-index: 10;
  background-image: url("../images/foot_bg_light.5eec2039ecde.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #6d6e71;
}
#outline_foot .foot_brand:after {
  content: '';
  display: inline-block;
  border-top: 8px solid #6d6e71;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  bottom: -8px;
  left: 30px;
}
#outline_foot .foot_dropshadow {
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-image: url("../images/foot_bg_dropshadow.157b1e07a59b.png");
  background-repeat: no-repeat;
  background-position: top center;
}
#outline_foot .foot_primary {
  width: 100%;
  padding: 3.375em 1.875em 1.375em 0;
  float: left;
  position: relative;
  z-index: 5;
  background-image: url("../images/foot_bg_light.5eec2039ecde.png");
  background-repeat: no-repeat;
  background-position: 0 -20px;
  background-color: #474a4e;
}
#outline_foot .foot_section {
  color: #fff;
}
#outline_foot .foot_section .foot_nav {
  width: 11.25em;
}
#outline_foot .foot_section .foot_nav h3,
#outline_foot .foot_section .foot_nav h6 {
  padding-bottom: 1.5em;
  color: #ffffff;
  font-size: 15px;
}
#outline_foot .foot_section .foot_nav h3 i,
#outline_foot .foot_section .foot_nav h6 i {
  margin-right: 15px;
}
#outline_foot .foot_section .foot_nav ul {
  margin: 0 0 1.5em ;
}
#outline_foot .foot_section .foot_nav ul li {
  padding: 0 0 0 25px;
  display: block;
  line-height: 1;
  border: none;
  vertical-align: top;
}
#outline_foot .foot_section .foot_nav ul li a {
  color: #fff;
  line-height: 1.5;
  display: block;
  font-size: 1em;
  padding: 2px 0;
}
#outline_foot .foot_section .foot_nav ul li a:hover,
#outline_foot .foot_section .foot_nav ul li a:focus {
  color: #B3B3B3;
  opacity: 0.7;
  filter: alpha(opacity=70);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 70;
  -khtml-opacity: 70;
  opacity: 70;
}
#outline_foot .foot_section .foot_nav .foot_nav_network li a {
  font-size: 1em;
}
#outline_foot .foot_section .foot_nav .foot_nav_extra {
  margin-top: 25px;
}
#outline_foot .foot_section .foot_nav .foot_nav_icons li {
  padding: 0;
  border: none;
}
#outline_foot .foot_section .foot_nav .foot_nav_icons li a {
  padding: 2px 0;
  font-size: 1em;
}
#outline_foot .foot_section .foot_nav .foot_nav_icons li a i {
  margin: 5px 15px 0 0;
}
#outline_foot .foot_section .foot_nav_primary {
  width: 13.875em;
}
#outline_foot .foot_section .foot_social .well {
  background-color: #2f3133;
}
#outline_foot .foot_section .foot_about a:hover,
#outline_foot .foot_section .foot_about a:focus {
  color: #B3B3B3;
  opacity: 0.7;
  filter: alpha(opacity=70);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 70;
  -khtml-opacity: 70;
  opacity: 70;
}
#outline_foot .foot_section .foot_about .foot_logo {
  width: 141px;
  height: 41px;
  text-indent: -9999px;
  overflow: hidden;
}
#outline_foot .foot_section .foot_about h4 {
  margin-bottom: 0.5em;
  font-size: 0.688em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
  color: #c8cacc;
}
#outline_foot .foot_section .foot_about h5 {
  margin-bottom: 0.75em;
  font-family: 'ns-medium';
  font-size: 1.143em;
}
#outline_foot .foot_section .foot_about h5 i {
  margin-top: 4px;
}
#outline_foot .foot_section .foot_about p {
  margin-bottom: 1.5em;
  font-size: 1em;
  color: #c8cacc;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
}
#outline_foot .foot_section .foot_about small {
  font-size: 0.75em;
  color: #858990;
}
#outline_foot .foot_section .menu {
  list-style-type: none;
}
#outline_foot .foot_section .menu li a {
  color: #fff;
}
#outline_foot .foot_section_main {
  width: 34.875em;
}
#outline_foot .foot_section_side {
  width: 19.125em;
}
#outline_foot .foot_detail {
  width: 100%;
  text-align: center;
  clear: both;
  padding-left: 1.5em;
}
#outline_foot .foot_detail p {
  color: #ffffff;
  margin: 5px 0 0 0;
  font-size: .785em;
}
/*-- User page --*/
.userpage {
  margin-bottom: 60px;
}
.userpage .row {
  float: none!important;
  clear: both!important;
  margin: 0!important;
  padding-left: 1.875em;
}
.userpage form.form-horizontal {
  margin: 15px 0;
}
.userpage form.form-horizontal .form-group {
  margin: 0;
}
.userpage form.form-horizontal .form-group .row > .required {
  position: relative;
}
.userpage form.form-horizontal .form-group .row > .required:after {
  content: ' *';
  position: absolute;
  top: 5px;
  right: 25px;
  display: inline-block;
}
.userpage form.form-horizontal .form-group .form-control {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 48px;
  margin-bottom: 12px;
}
.userpage form.form-horizontal .form-group .form-control.alert {
  padding: 6px 12px;
}
.userpage form.form-horizontal .form-group ul.errorlist {
  list-style: none;
  margin: 0;
  text-align: right;
  color: #D22020;
}
.userpage form.form-horizontal .form-group .row {
  padding-left: 0;
}
.userpage form.form-horizontal .form-group .row .col-sm-7 {
  float: none;
  margin: 0 auto;
}
.userpage form.form-horizontal .form-group .row .col-sm-7 label {
  margin-top: 7px;
}
.userpage form.form-horizontal .form-group [type="submit"] {
  margin-top: 15px;
}
.userpage .small {
  font-size: 14px;
  padding-top: 10px;
}
.userpage .small span {
  color: #333;
}
.userpage .margin-bottom30 {
  margin-bottom: 30px;
}
.userpage .margin-top20 {
  margin-top: 20px;
}
.userpage .adpanel {
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 320px) {
  .userpage .adpanel .side-ad {
    margin-left: -25px;
  }
}
.userpage .adpanel .side-ad.top {
  margin-bottom: 50px;
}
.userpage form.SubscribeForm .form-group ul {
  list-style: none;
  text-align: left;
  font-size: 1em;
}
.userpage form.SubscribeForm .form-group ul li [type="checkbox"] {
  margin-right: 10px;
}
#takeover_left,
#takeover_right {
  width: 220px;
  height: 900px;
  position: absolute;
  top: 0;
}
#takeover_left {
  left: -220px;
}
#takeover_right {
  right: -220px;
}
.messagelist {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 998;
  top: 0;
  left: 0;
  position: fixed;
  cursor: pointer;
}
.messagelist .message {
  padding: 40px 20px 10px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #E8E6E6;
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 60%;
  left: 20%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-transition: all 300ms ease-in-out 0.2s;
  -moz-transition: all 300ms ease-in-out 0.2s;
  -o-transition: all 300ms ease-in-out 0.2s;
  transition: all 300ms ease-in-out 0.2s;
}
.messagelist .message.success h1,
.messagelist .message.success p,
.messagelist .message.success span {
  color: #626262;
}
.messagelist .fa {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #000000;
}
.messagelist .error {
  color: #9d261d;
}
.scrollTop {
  padding: 10px;
  font-size: 32px;
  color: #353535;
  opacity: .5;
}
#overlay,
#tag-overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 502;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  cursor: pointer;
}
#overlay03 {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  position: fixed;
  overflow-y: scroll;
}
#overlay_ad {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ff0000;
  background-color: #ffffff;
  z-index: 100;
  width: 480px;
  height: 480px;
  margin-left: -240px;
  margin-top: -240px;
}
#overlay_ad03 {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ff0000;
  background-color: #ffffff;
  z-index: 100;
  width: 600px;
  margin-left: -300px;
}
#overlay .ov_close,
#tag-overlay .ov_close {
  z-index: 999;
  position: absolute;
  top: -34px;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 3px 16px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #ffffff;
  font-size: 19px;
  cursor: pointer;
  border: 0;
}
#overlay .ov_close .fa,
#tag-overlay .ov_close .fa {
  font-size: 19px;
  margin-left: 3px;
}
#quick-sub {
  display: none;
}
#quick-sub .quick-sub-header {
  background-image: url("../images/head_bg_light.3ff81d9c4706.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#quick-sub .quick-sub-header .logo {
  padding: 10px 20px 7px;
}
#quick-sub .quick-sub-message {
  padding: 10px;
}
#quick-sub .quick-sub-message h1 {
  font-size: 2em;
}
#quick-sub .quick-sub-message p {
  font-size: 16px;
  margin: 0 0 2em 0;
}
#quick-sub form.quick-subscribe {
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1000;
}
#quick-sub form.quick-subscribe input[name='email'] {
  width: 180px;
}
#quick-sub form.quick-subscribe input[name='quicksub'] {
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  padding: 7px 10px;
}
#quick-sub form.quick-subscribe label.error {
  display: none!important;
}
#quick-sub .exit_btn {
  margin: 7px 0;
}
#quick-sub .exit_btn button {
  background: none;
  border: 0;
  border-bottom: 1px solid #d0d0d0;
  font-size: 12px;
  padding: 2px;
  color: #000;
  cursor: pointer;
}
#quick-sub .exit_btn button:hover {
  color: rgba(0, 0, 0, 0.8);
}
#landing-quick-sub {
  position: relative;
  width: 100%;
}
#landing-quick-sub .overlay {
  background: #fff;
  width: 100%;
}
#landing-quick-sub .overlay .quick-sub-box {
  position: relative;
  max-height: 100%;
}
#landing-quick-sub .overlay .quick-sub-box * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#landing-quick-sub .overlay .quick-sub-box .quick-sub-header {
  background-image: url("../images/head_bg_light.3ff81d9c4706.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#landing-quick-sub .overlay .quick-sub-box .quick-sub-header .logo {
  padding: 10px 20px 7px;
}
#landing-quick-sub .overlay .quick-sub-box .newsletter-item .landing-table {
  width: 600px;
  margin: 0 auto;
  background: #fff;
}
#landing-quick-sub .overlay .quick-sub-box .newsletter-item .landing-table > tbody > tr:nth-of-type(odd),
#landing-quick-sub .overlay .quick-sub-box .newsletter-item .landing-table > tbody > tr:nth-of-type(odd) > td > table {
  background: #f1f1f1;
}
#landing-quick-sub .overlay .quick-sub-box .newsletter-item .table > tbody > tr > td,
#landing-quick-sub .overlay .quick-sub-box .newsletter-item .table > tbody > tr > th,
#landing-quick-sub .overlay .quick-sub-box .newsletter-item .table > tfoot > tr > td,
#landing-quick-sub .overlay .quick-sub-box .newsletter-item .table > tfoot > tr > th,
#landing-quick-sub .overlay .quick-sub-box .newsletter-item .table > thead > tr > td,
#landing-quick-sub .overlay .quick-sub-box .newsletter-item .table > thead > tr > th {
  border: none;
}
#landing-quick-sub .overlay .quick-sub-box .quick-sub-message {
  padding: 20px;
  width: 100%;
  background-color: #fff;
}
#landing-quick-sub .overlay .quick-sub-box .quick-sub-message h1 {
  margin-bottom: 3px;
  font-size: 2em;
}
#landing-quick-sub .overlay .quick-sub-box .quick-sub-message p {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 2em;
}
#landing-quick-sub .overlay .quick-sub-box .quick-sub-message form.quick-subscribe {
  margin-top: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1000;
}
#landing-quick-sub .overlay .quick-sub-box .quick-sub-message form.quick-subscribe input[name='email'] {
  width: 180px;
}
#landing-quick-sub .overlay .quick-sub-box .quick-sub-message form.quick-subscribe input[name='quicksub'] {
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  padding: 7px 10px;
}
#landing-quick-sub .overlay .quick-sub-box .quick-sub-message form.quick-subscribe label.error {
  display: none!important;
}
#landing-quick-sub .overlay .quick-sub-box .quick-sub-bottom {
  width: 100%;
  padding: 20px 20px 0;
}
#landing-quick-sub .overlay .quick-sub-box .quick-sub-bottom .exit_btn {
  margin-bottom: 7px;
  border-bottom: 1px solid #d0d0d0;
  font-size: 13px;
  padding: 2px;
  color: #000;
}
#landing-quick-sub .overlay .quick-sub-box .quick-sub-bottom .exit_btn:hover {
  opacity: .8;
}
."netguide" {
  /* article {
        h1,h2,h3,h4,h5,h6 {
          color:@brandColor;
        }
      } */
  /* #cart-dropdown {
        background:  darken(@brandColor, 15%);
        li {
            padding:5px;
            
          a {
            font-size: 0.7em;
            margin-right: 5px;
          }
          a:hover {
            background: @brandColor;
            opacity: 1;
          }
        }
      } */
}
."netguide" #outline_head {
  background-color: #bed600;
}
."netguide" .head_logo h1 {
  background-image: url("../images/logo_netguide_sml.101ea68ce6fc.png");
}
."netguide" a {
  color: #91a300;
}
."netguide" a h1,
."netguide" a h2,
."netguide" a h3 {
  color: #91a300;
}
."netguide" a:hover {
  color: #91a300;
}
."netguide" a:hover h1,
."netguide" a:hover h2,
."netguide" a:hover h3 {
  color: #91a300;
}
."netguide" a.btn {
  color: #333;
}
."netguide" .head_topbar #menu_dropdown .dropdown-toggle,
."netguide" .head_topbar #menu_toggle #btn_toggle {
  background-color: #a3b700;
  background-image: -moz-linear-gradient(top, #bed600, #7a8a00);
  background-image: -ms-linear-gradient(top, #bed600, #7a8a00);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bed600), to(#7a8a00));
  background-image: -webkit-linear-gradient(top, #bed600, #7a8a00);
  background-image: -o-linear-gradient(top, #bed600, #7a8a00);
  background-image: linear-gradient(top, #bed600, #7a8a00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bed600', endColorstr='#7a8a00', GradientType=0);
  border-color: #7a8a00 #7a8a00 #363d00;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.45);
  *background-color: #7a8a00;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
."netguide" .head_topbar #menu_dropdown .dropdown-toggle:hover,
."netguide" .head_topbar #menu_toggle #btn_toggle:hover,
."netguide" .head_topbar #menu_dropdown .dropdown-toggle:active,
."netguide" .head_topbar #menu_toggle #btn_toggle:active,
."netguide" .head_topbar #menu_dropdown .dropdown-toggle.active,
."netguide" .head_topbar #menu_toggle #btn_toggle.active,
."netguide" .head_topbar #menu_dropdown .dropdown-toggle.disabled,
."netguide" .head_topbar #menu_toggle #btn_toggle.disabled,
."netguide" .head_topbar #menu_dropdown .dropdown-toggle[disabled],
."netguide" .head_topbar #menu_toggle #btn_toggle[disabled] {
  background-color: #7a8a00;
  *background-color: #637000;
}
."netguide" .head_topbar #menu_dropdown .dropdown-toggle:active,
."netguide" .head_topbar #menu_toggle #btn_toggle:active,
."netguide" .head_topbar #menu_dropdown .dropdown-toggle.active,
."netguide" .head_topbar #menu_toggle #btn_toggle.active {
  background-color: #4d5700 \9;
}
."netguide" .featured_top .thumbnail {
  background-color: #a3b700;
  background-image: -moz-linear-gradient(top, #bed600, #7a8a00);
  background-image: -ms-linear-gradient(top, #bed600, #7a8a00);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bed600), to(#7a8a00));
  background-image: -webkit-linear-gradient(top, #bed600, #7a8a00);
  background-image: -o-linear-gradient(top, #bed600, #7a8a00);
  background-image: linear-gradient(top, #bed600, #7a8a00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bed600', endColorstr='#7a8a00', GradientType=0);
}
."netguide" #outline_foot .foot_brand {
  background-color: #bed600;
}
."netguide" #outline_foot .foot_brand:after {
  border-top-color: #bed600;
}
."netguide" .title_banner {
  background: url("../images/head_bg_light.3ff81d9c4706.png") #bed600;
  padding: 10px;
  border-radius: 4px;
  text-indent: 25px;
  color: #ffffff;
}
."netguide" .section_products .price-tag:after {
  border-top-color: #91a300;
}
."netguide" .section_products .featured .price-tag:after {
  border-top-color: #91a300;
}
."netguide"-tag {
  background-color: #bed600;
}
.foot_nav ."netguide"-link a:hover {
  color: #bed600 !important;
  opacity: 1;
  filter: alpha(opacity=100);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 100;
  -khtml-opacity: 100;
  opacity: 100;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
."game-console" {
  /* article {
        h1,h2,h3,h4,h5,h6 {
          color:@brandColor;
        }
      } */
  /* #cart-dropdown {
        background:  darken(@brandColor, 15%);
        li {
            padding:5px;
            
          a {
            font-size: 0.7em;
            margin-right: 5px;
          }
          a:hover {
            background: @brandColor;
            opacity: 1;
          }
        }
      } */
}
."game-console" #outline_head {
  background-color: #e98300;
}
."game-console" .head_logo h1 {
  background-image: url("../images/logo_game-console_sml.4e84a28241a5.png");
}
."game-console" a {
  color: #b66600;
}
."game-console" a h1,
."game-console" a h2,
."game-console" a h3 {
  color: #b66600;
}
."game-console" a:hover {
  color: #b66600;
}
."game-console" a:hover h1,
."game-console" a:hover h2,
."game-console" a:hover h3 {
  color: #b66600;
}
."game-console" a.btn {
  color: #333;
}
."game-console" .head_topbar #menu_dropdown .dropdown-toggle,
."game-console" .head_topbar #menu_toggle #btn_toggle {
  background-color: #ca7200;
  background-image: -moz-linear-gradient(top, #e98300, #9d5800);
  background-image: -ms-linear-gradient(top, #e98300, #9d5800);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e98300), to(#9d5800));
  background-image: -webkit-linear-gradient(top, #e98300, #9d5800);
  background-image: -o-linear-gradient(top, #e98300, #9d5800);
  background-image: linear-gradient(top, #e98300, #9d5800);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e98300', endColorstr='#9d5800', GradientType=0);
  border-color: #9d5800 #9d5800 #502d00;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.45);
  *background-color: #9d5800;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
."game-console" .head_topbar #menu_dropdown .dropdown-toggle:hover,
."game-console" .head_topbar #menu_toggle #btn_toggle:hover,
."game-console" .head_topbar #menu_dropdown .dropdown-toggle:active,
."game-console" .head_topbar #menu_toggle #btn_toggle:active,
."game-console" .head_topbar #menu_dropdown .dropdown-toggle.active,
."game-console" .head_topbar #menu_toggle #btn_toggle.active,
."game-console" .head_topbar #menu_dropdown .dropdown-toggle.disabled,
."game-console" .head_topbar #menu_toggle #btn_toggle.disabled,
."game-console" .head_topbar #menu_dropdown .dropdown-toggle[disabled],
."game-console" .head_topbar #menu_toggle #btn_toggle[disabled] {
  background-color: #9d5800;
  *background-color: #834a00;
}
."game-console" .head_topbar #menu_dropdown .dropdown-toggle:active,
."game-console" .head_topbar #menu_toggle #btn_toggle:active,
."game-console" .head_topbar #menu_dropdown .dropdown-toggle.active,
."game-console" .head_topbar #menu_toggle #btn_toggle.active {
  background-color: #6a3b00 \9;
}
."game-console" .featured_top .thumbnail {
  background-color: #ca7200;
  background-image: -moz-linear-gradient(top, #e98300, #9d5800);
  background-image: -ms-linear-gradient(top, #e98300, #9d5800);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e98300), to(#9d5800));
  background-image: -webkit-linear-gradient(top, #e98300, #9d5800);
  background-image: -o-linear-gradient(top, #e98300, #9d5800);
  background-image: linear-gradient(top, #e98300, #9d5800);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e98300', endColorstr='#9d5800', GradientType=0);
}
."game-console" #outline_foot .foot_brand {
  background-color: #e98300;
}
."game-console" #outline_foot .foot_brand:after {
  border-top-color: #e98300;
}
."game-console" .title_banner {
  background: url("../images/head_bg_light.3ff81d9c4706.png") #e98300;
  padding: 10px;
  border-radius: 4px;
  text-indent: 25px;
  color: #ffffff;
}
."game-console" .section_products .price-tag:after {
  border-top-color: #b66600;
}
."game-console" .section_products .featured .price-tag:after {
  border-top-color: #b66600;
}
."game-console"-tag {
  background-color: #e98300;
}
.foot_nav ."game-console"-link a:hover {
  color: #e98300 !important;
  opacity: 1;
  filter: alpha(opacity=100);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 100;
  -khtml-opacity: 100;
  opacity: 100;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
."macguide" {
  /* article {
        h1,h2,h3,h4,h5,h6 {
          color:@brandColor;
        }
      } */
  /* #cart-dropdown {
        background:  darken(@brandColor, 15%);
        li {
            padding:5px;
            
          a {
            font-size: 0.7em;
            margin-right: 5px;
          }
          a:hover {
            background: @brandColor;
            opacity: 1;
          }
        }
      } */
}
."macguide" #outline_head {
  background-color: #0039a6;
}
."macguide" .head_logo h1 {
  background-image: url("../images/logo_macguide_sml.0ebea33d2263.png");
}
."macguide" a {
  color: #002773;
}
."macguide" a h1,
."macguide" a h2,
."macguide" a h3 {
  color: #002773;
}
."macguide" a:hover {
  color: #002773;
}
."macguide" a:hover h1,
."macguide" a:hover h2,
."macguide" a:hover h3 {
  color: #002773;
}
."macguide" a.btn {
  color: #333;
}
."macguide" .head_topbar #menu_dropdown .dropdown-toggle,
."macguide" .head_topbar #menu_toggle #btn_toggle {
  background-color: #002e87;
  background-image: -moz-linear-gradient(top, #0039a6, #001f5a);
  background-image: -ms-linear-gradient(top, #0039a6, #001f5a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0039a6), to(#001f5a));
  background-image: -webkit-linear-gradient(top, #0039a6, #001f5a);
  background-image: -o-linear-gradient(top, #0039a6, #001f5a);
  background-image: linear-gradient(top, #0039a6, #001f5a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0039a6', endColorstr='#001f5a', GradientType=0);
  border-color: #001f5a #001f5a #00040d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.45);
  *background-color: #001f5a;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
."macguide" .head_topbar #menu_dropdown .dropdown-toggle:hover,
."macguide" .head_topbar #menu_toggle #btn_toggle:hover,
."macguide" .head_topbar #menu_dropdown .dropdown-toggle:active,
."macguide" .head_topbar #menu_toggle #btn_toggle:active,
."macguide" .head_topbar #menu_dropdown .dropdown-toggle.active,
."macguide" .head_topbar #menu_toggle #btn_toggle.active,
."macguide" .head_topbar #menu_dropdown .dropdown-toggle.disabled,
."macguide" .head_topbar #menu_toggle #btn_toggle.disabled,
."macguide" .head_topbar #menu_dropdown .dropdown-toggle[disabled],
."macguide" .head_topbar #menu_toggle #btn_toggle[disabled] {
  background-color: #001f5a;
  *background-color: #001640;
}
."macguide" .head_topbar #menu_dropdown .dropdown-toggle:active,
."macguide" .head_topbar #menu_toggle #btn_toggle:active,
."macguide" .head_topbar #menu_dropdown .dropdown-toggle.active,
."macguide" .head_topbar #menu_toggle #btn_toggle.active {
  background-color: #000d27 \9;
}
."macguide" .featured_top .thumbnail {
  background-color: #002e87;
  background-image: -moz-linear-gradient(top, #0039a6, #001f5a);
  background-image: -ms-linear-gradient(top, #0039a6, #001f5a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0039a6), to(#001f5a));
  background-image: -webkit-linear-gradient(top, #0039a6, #001f5a);
  background-image: -o-linear-gradient(top, #0039a6, #001f5a);
  background-image: linear-gradient(top, #0039a6, #001f5a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0039a6', endColorstr='#001f5a', GradientType=0);
}
."macguide" #outline_foot .foot_brand {
  background-color: #0039a6;
}
."macguide" #outline_foot .foot_brand:after {
  border-top-color: #0039a6;
}
."macguide" .title_banner {
  background: url("../images/head_bg_light.3ff81d9c4706.png") #0039a6;
  padding: 10px;
  border-radius: 4px;
  text-indent: 25px;
  color: #ffffff;
}
."macguide" .section_products .price-tag:after {
  border-top-color: #002773;
}
."macguide" .section_products .featured .price-tag:after {
  border-top-color: #002773;
}
."macguide"-tag {
  background-color: #0039a6;
}
.foot_nav ."macguide"-link a:hover {
  color: #0039a6 !important;
  opacity: 1;
  filter: alpha(opacity=100);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 100;
  -khtml-opacity: 100;
  opacity: 100;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
."start-up" {
  /* article {
        h1,h2,h3,h4,h5,h6 {
          color:@brandColor;
        }
      } */
  /* #cart-dropdown {
        background:  darken(@brandColor, 15%);
        li {
            padding:5px;
            
          a {
            font-size: 0.7em;
            margin-right: 5px;
          }
          a:hover {
            background: @brandColor;
            opacity: 1;
          }
        }
      } */
}
."start-up" #outline_head {
  background-color: #7ab800;
}
."start-up" .head_logo h1 {
  background-image: url("../images/logo_start-up_sml.51e032b66880.png");
}
."start-up" a {
  color: #588500;
}
."start-up" a h1,
."start-up" a h2,
."start-up" a h3 {
  color: #588500;
}
."start-up" a:hover {
  color: #588500;
}
."start-up" a:hover h1,
."start-up" a:hover h2,
."start-up" a:hover h3 {
  color: #588500;
}
."start-up" a.btn {
  color: #333;
}
."start-up" .head_topbar #menu_dropdown .dropdown-toggle,
."start-up" .head_topbar #menu_toggle #btn_toggle {
  background-color: #669900;
  background-image: -moz-linear-gradient(top, #7ab800, #476c00);
  background-image: -ms-linear-gradient(top, #7ab800, #476c00);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7ab800), to(#476c00));
  background-image: -webkit-linear-gradient(top, #7ab800, #476c00);
  background-image: -o-linear-gradient(top, #7ab800, #476c00);
  background-image: linear-gradient(top, #7ab800, #476c00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ab800', endColorstr='#476c00', GradientType=0);
  border-color: #476c00 #476c00 #151f00;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.45);
  *background-color: #476c00;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
."start-up" .head_topbar #menu_dropdown .dropdown-toggle:hover,
."start-up" .head_topbar #menu_toggle #btn_toggle:hover,
."start-up" .head_topbar #menu_dropdown .dropdown-toggle:active,
."start-up" .head_topbar #menu_toggle #btn_toggle:active,
."start-up" .head_topbar #menu_dropdown .dropdown-toggle.active,
."start-up" .head_topbar #menu_toggle #btn_toggle.active,
."start-up" .head_topbar #menu_dropdown .dropdown-toggle.disabled,
."start-up" .head_topbar #menu_toggle #btn_toggle.disabled,
."start-up" .head_topbar #menu_dropdown .dropdown-toggle[disabled],
."start-up" .head_topbar #menu_toggle #btn_toggle[disabled] {
  background-color: #476c00;
  *background-color: #365200;
}
."start-up" .head_topbar #menu_dropdown .dropdown-toggle:active,
."start-up" .head_topbar #menu_toggle #btn_toggle:active,
."start-up" .head_topbar #menu_dropdown .dropdown-toggle.active,
."start-up" .head_topbar #menu_toggle #btn_toggle.active {
  background-color: #253900 \9;
}
."start-up" .featured_top .thumbnail {
  background-color: #669900;
  background-image: -moz-linear-gradient(top, #7ab800, #476c00);
  background-image: -ms-linear-gradient(top, #7ab800, #476c00);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7ab800), to(#476c00));
  background-image: -webkit-linear-gradient(top, #7ab800, #476c00);
  background-image: -o-linear-gradient(top, #7ab800, #476c00);
  background-image: linear-gradient(top, #7ab800, #476c00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ab800', endColorstr='#476c00', GradientType=0);
}
."start-up" #outline_foot .foot_brand {
  background-color: #7ab800;
}
."start-up" #outline_foot .foot_brand:after {
  border-top-color: #7ab800;
}
."start-up" .title_banner {
  background: url("../images/head_bg_light.3ff81d9c4706.png") #7ab800;
  padding: 10px;
  border-radius: 4px;
  text-indent: 25px;
  color: #ffffff;
}
."start-up" .section_products .price-tag:after {
  border-top-color: #588500;
}
."start-up" .section_products .featured .price-tag:after {
  border-top-color: #588500;
}
."start-up"-tag {
  background-color: #7ab800;
}
.foot_nav ."start-up"-link a:hover {
  color: #7ab800 !important;
  opacity: 1;
  filter: alpha(opacity=100);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 100;
  -khtml-opacity: 100;
  opacity: 100;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
."educate" {
  /* article {
        h1,h2,h3,h4,h5,h6 {
          color:@brandColor;
        }
      } */
  /* #cart-dropdown {
        background:  darken(@brandColor, 15%);
        li {
            padding:5px;
            
          a {
            font-size: 0.7em;
            margin-right: 5px;
          }
          a:hover {
            background: @brandColor;
            opacity: 1;
          }
        }
      } */
}
."educate" #outline_head {
  background-color: #93509e;
}
."educate" .head_logo h1 {
  background-image: url("../images/logo_educate_sml.58f9fcef9140.png");
}
."educate" a {
  color: #733f7c;
}
."educate" a h1,
."educate" a h2,
."educate" a h3 {
  color: #733f7c;
}
."educate" a:hover {
  color: #733f7c;
}
."educate" a:hover h1,
."educate" a:hover h2,
."educate" a:hover h3 {
  color: #733f7c;
}
."educate" a.btn {
  color: #333;
}
."educate" .head_topbar #menu_dropdown .dropdown-toggle,
."educate" .head_topbar #menu_toggle #btn_toggle {
  background-color: #80468a;
  background-image: -moz-linear-gradient(top, #93509e, #64366b);
  background-image: -ms-linear-gradient(top, #93509e, #64366b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#93509e), to(#64366b));
  background-image: -webkit-linear-gradient(top, #93509e, #64366b);
  background-image: -o-linear-gradient(top, #93509e, #64366b);
  background-image: linear-gradient(top, #93509e, #64366b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93509e', endColorstr='#64366b', GradientType=0);
  border-color: #64366b #64366b #341d38;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.45);
  *background-color: #64366b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
."educate" .head_topbar #menu_dropdown .dropdown-toggle:hover,
."educate" .head_topbar #menu_toggle #btn_toggle:hover,
."educate" .head_topbar #menu_dropdown .dropdown-toggle:active,
."educate" .head_topbar #menu_toggle #btn_toggle:active,
."educate" .head_topbar #menu_dropdown .dropdown-toggle.active,
."educate" .head_topbar #menu_toggle #btn_toggle.active,
."educate" .head_topbar #menu_dropdown .dropdown-toggle.disabled,
."educate" .head_topbar #menu_toggle #btn_toggle.disabled,
."educate" .head_topbar #menu_dropdown .dropdown-toggle[disabled],
."educate" .head_topbar #menu_toggle #btn_toggle[disabled] {
  background-color: #64366b;
  *background-color: #542e5a;
}
."educate" .head_topbar #menu_dropdown .dropdown-toggle:active,
."educate" .head_topbar #menu_toggle #btn_toggle:active,
."educate" .head_topbar #menu_dropdown .dropdown-toggle.active,
."educate" .head_topbar #menu_toggle #btn_toggle.active {
  background-color: #442549 \9;
}
."educate" .featured_top .thumbnail {
  background-color: #80468a;
  background-image: -moz-linear-gradient(top, #93509e, #64366b);
  background-image: -ms-linear-gradient(top, #93509e, #64366b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#93509e), to(#64366b));
  background-image: -webkit-linear-gradient(top, #93509e, #64366b);
  background-image: -o-linear-gradient(top, #93509e, #64366b);
  background-image: linear-gradient(top, #93509e, #64366b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93509e', endColorstr='#64366b', GradientType=0);
}
."educate" #outline_foot .foot_brand {
  background-color: #93509e;
}
."educate" #outline_foot .foot_brand:after {
  border-top-color: #93509e;
}
."educate" .title_banner {
  background: url("../images/head_bg_light.3ff81d9c4706.png") #93509e;
  padding: 10px;
  border-radius: 4px;
  text-indent: 25px;
  color: #ffffff;
}
."educate" .section_products .price-tag:after {
  border-top-color: #733f7c;
}
."educate" .section_products .featured .price-tag:after {
  border-top-color: #733f7c;
}
."educate"-tag {
  background-color: #93509e;
}
.foot_nav ."educate"-link a:hover {
  color: #93509e !important;
  opacity: 1;
  filter: alpha(opacity=100);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 100;
  -khtml-opacity: 100;
  opacity: 100;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
."telco-review" {
  /* article {
        h1,h2,h3,h4,h5,h6 {
          color:@brandColor;
        }
      } */
  /* #cart-dropdown {
        background:  darken(@brandColor, 15%);
        li {
            padding:5px;
            
          a {
            font-size: 0.7em;
            margin-right: 5px;
          }
          a:hover {
            background: @brandColor;
            opacity: 1;
          }
        }
      } */
}
."telco-review" #outline_head {
  background-color: #0098db;
}
."telco-review" .head_logo h1 {
  background-image: url("../images/logo_telco-review_sml.833ab93dc4ad.png");
}
."telco-review" a {
  color: #0075a8;
}
."telco-review" a h1,
."telco-review" a h2,
."telco-review" a h3 {
  color: #0075a8;
}
."telco-review" a:hover {
  color: #0075a8;
}
."telco-review" a:hover h1,
."telco-review" a:hover h2,
."telco-review" a:hover h3 {
  color: #0075a8;
}
."telco-review" a.btn {
  color: #333;
}
."telco-review" .head_topbar #menu_dropdown .dropdown-toggle,
."telco-review" .head_topbar #menu_toggle #btn_toggle {
  background-color: #0083bc;
  background-image: -moz-linear-gradient(top, #0098db, #00638f);
  background-image: -ms-linear-gradient(top, #0098db, #00638f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0098db), to(#00638f));
  background-image: -webkit-linear-gradient(top, #0098db, #00638f);
  background-image: -o-linear-gradient(top, #0098db, #00638f);
  background-image: linear-gradient(top, #0098db, #00638f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0098db', endColorstr='#00638f', GradientType=0);
  border-color: #00638f #00638f #002e42;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.45);
  *background-color: #00638f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
."telco-review" .head_topbar #menu_dropdown .dropdown-toggle:hover,
."telco-review" .head_topbar #menu_toggle #btn_toggle:hover,
."telco-review" .head_topbar #menu_dropdown .dropdown-toggle:active,
."telco-review" .head_topbar #menu_toggle #btn_toggle:active,
."telco-review" .head_topbar #menu_dropdown .dropdown-toggle.active,
."telco-review" .head_topbar #menu_toggle #btn_toggle.active,
."telco-review" .head_topbar #menu_dropdown .dropdown-toggle.disabled,
."telco-review" .head_topbar #menu_toggle #btn_toggle.disabled,
."telco-review" .head_topbar #menu_dropdown .dropdown-toggle[disabled],
."telco-review" .head_topbar #menu_toggle #btn_toggle[disabled] {
  background-color: #00638f;
  *background-color: #005175;
}
."telco-review" .head_topbar #menu_dropdown .dropdown-toggle:active,
."telco-review" .head_topbar #menu_toggle #btn_toggle:active,
."telco-review" .head_topbar #menu_dropdown .dropdown-toggle.active,
."telco-review" .head_topbar #menu_toggle #btn_toggle.active {
  background-color: #00405c \9;
}
."telco-review" .featured_top .thumbnail {
  background-color: #0083bc;
  background-image: -moz-linear-gradient(top, #0098db, #00638f);
  background-image: -ms-linear-gradient(top, #0098db, #00638f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0098db), to(#00638f));
  background-image: -webkit-linear-gradient(top, #0098db, #00638f);
  background-image: -o-linear-gradient(top, #0098db, #00638f);
  background-image: linear-gradient(top, #0098db, #00638f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0098db', endColorstr='#00638f', GradientType=0);
}
."telco-review" #outline_foot .foot_brand {
  background-color: #0098db;
}
."telco-review" #outline_foot .foot_brand:after {
  border-top-color: #0098db;
}
."telco-review" .title_banner {
  background: url("../images/head_bg_light.3ff81d9c4706.png") #0098db;
  padding: 10px;
  border-radius: 4px;
  text-indent: 25px;
  color: #ffffff;
}
."telco-review" .section_products .price-tag:after {
  border-top-color: #0075a8;
}
."telco-review" .section_products .featured .price-tag:after {
  border-top-color: #0075a8;
}
."telco-review"-tag {
  background-color: #0098db;
}
.foot_nav ."telco-review"-link a:hover {
  color: #0098db !important;
  opacity: 1;
  filter: alpha(opacity=100);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 100;
  -khtml-opacity: 100;
  opacity: 100;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
."it-brief" {
  /* article {
        h1,h2,h3,h4,h5,h6 {
          color:@brandColor;
        }
      } */
  /* #cart-dropdown {
        background:  darken(@brandColor, 15%);
        li {
            padding:5px;
            
          a {
            font-size: 0.7em;
            margin-right: 5px;
          }
          a:hover {
            background: @brandColor;
            opacity: 1;
          }
        }
      } */
}
."it-brief" #outline_head {
  background-color: #a71930;
}
."it-brief" .head_logo h1 {
  background-image: url("../images/logo_it-brief_sml.f6336cebc51f.png");
}
."it-brief" a {
  color: #7b1223;
}
."it-brief" a h1,
."it-brief" a h2,
."it-brief" a h3 {
  color: #7b1223;
}
."it-brief" a:hover {
  color: #7b1223;
}
."it-brief" a:hover h1,
."it-brief" a:hover h2,
."it-brief" a:hover h3 {
  color: #7b1223;
}
."it-brief" a.btn {
  color: #333;
}
."it-brief" .head_topbar #menu_dropdown .dropdown-toggle,
."it-brief" .head_topbar #menu_toggle #btn_toggle {
  background-color: #8c1528;
  background-image: -moz-linear-gradient(top, #a71930, #640f1d);
  background-image: -ms-linear-gradient(top, #a71930, #640f1d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a71930), to(#640f1d));
  background-image: -webkit-linear-gradient(top, #a71930, #640f1d);
  background-image: -o-linear-gradient(top, #a71930, #640f1d);
  background-image: linear-gradient(top, #a71930, #640f1d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a71930', endColorstr='#640f1d', GradientType=0);
  border-color: #640f1d #640f1d #22050a;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.45);
  *background-color: #640f1d;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
."it-brief" .head_topbar #menu_dropdown .dropdown-toggle:hover,
."it-brief" .head_topbar #menu_toggle #btn_toggle:hover,
."it-brief" .head_topbar #menu_dropdown .dropdown-toggle:active,
."it-brief" .head_topbar #menu_toggle #btn_toggle:active,
."it-brief" .head_topbar #menu_dropdown .dropdown-toggle.active,
."it-brief" .head_topbar #menu_toggle #btn_toggle.active,
."it-brief" .head_topbar #menu_dropdown .dropdown-toggle.disabled,
."it-brief" .head_topbar #menu_toggle #btn_toggle.disabled,
."it-brief" .head_topbar #menu_dropdown .dropdown-toggle[disabled],
."it-brief" .head_topbar #menu_toggle #btn_toggle[disabled] {
  background-color: #640f1d;
  *background-color: #4e0c16;
}
."it-brief" .head_topbar #menu_dropdown .dropdown-toggle:active,
."it-brief" .head_topbar #menu_toggle #btn_toggle:active,
."it-brief" .head_topbar #menu_dropdown .dropdown-toggle.active,
."it-brief" .head_topbar #menu_toggle #btn_toggle.active {
  background-color: #380810 \9;
}
."it-brief" .featured_top .thumbnail {
  background-color: #8c1528;
  background-image: -moz-linear-gradient(top, #a71930, #640f1d);
  background-image: -ms-linear-gradient(top, #a71930, #640f1d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a71930), to(#640f1d));
  background-image: -webkit-linear-gradient(top, #a71930, #640f1d);
  background-image: -o-linear-gradient(top, #a71930, #640f1d);
  background-image: linear-gradient(top, #a71930, #640f1d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a71930', endColorstr='#640f1d', GradientType=0);
}
."it-brief" #outline_foot .foot_brand {
  background-color: #a71930;
}
."it-brief" #outline_foot .foot_brand:after {
  border-top-color: #a71930;
}
."it-brief" .title_banner {
  background: url("../images/head_bg_light.3ff81d9c4706.png") #a71930;
  padding: 10px;
  border-radius: 4px;
  text-indent: 25px;
  color: #ffffff;
}
."it-brief" .section_products .price-tag:after {
  border-top-color: #7b1223;
}
."it-brief" .section_products .featured .price-tag:after {
  border-top-color: #7b1223;
}
."it-brief"-tag {
  background-color: #a71930;
}
.foot_nav ."it-brief"-link a:hover {
  color: #a71930 !important;
  opacity: 1;
  filter: alpha(opacity=100);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 100;
  -khtml-opacity: 100;
  opacity: 100;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
."the-channel" {
  /* article {
        h1,h2,h3,h4,h5,h6 {
          color:@brandColor;
        }
      } */
  /* #cart-dropdown {
        background:  darken(@brandColor, 15%);
        li {
            padding:5px;
            
          a {
            font-size: 0.7em;
            margin-right: 5px;
          }
          a:hover {
            background: @brandColor;
            opacity: 1;
          }
        }
      } */
}
."the-channel" #outline_head {
  background-color: #1fbeca;
}
."the-channel" .head_logo h1 {
  background-image: url("../images/logo_the-channel_sml.7d07118ba39a.png");
}
."the-channel" a {
  color: #18949e;
}
."the-channel" a h1,
."the-channel" a h2,
."the-channel" a h3 {
  color: #18949e;
}
."the-channel" a:hover {
  color: #18949e;
}
."the-channel" a:hover h1,
."the-channel" a:hover h2,
."the-channel" a:hover h3 {
  color: #18949e;
}
."the-channel" a.btn {
  color: #333;
}
."the-channel" .head_topbar #menu_dropdown .dropdown-toggle,
."the-channel" .head_topbar #menu_toggle #btn_toggle {
  background-color: #1ba5af;
  background-image: -moz-linear-gradient(top, #1fbeca, #158088);
  background-image: -ms-linear-gradient(top, #1fbeca, #158088);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1fbeca), to(#158088));
  background-image: -webkit-linear-gradient(top, #1fbeca, #158088);
  background-image: -o-linear-gradient(top, #1fbeca, #158088);
  background-image: linear-gradient(top, #1fbeca, #158088);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1fbeca', endColorstr='#158088', GradientType=0);
  border-color: #158088 #158088 #0b4145;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.45);
  *background-color: #158088;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
."the-channel" .head_topbar #menu_dropdown .dropdown-toggle:hover,
."the-channel" .head_topbar #menu_toggle #btn_toggle:hover,
."the-channel" .head_topbar #menu_dropdown .dropdown-toggle:active,
."the-channel" .head_topbar #menu_toggle #btn_toggle:active,
."the-channel" .head_topbar #menu_dropdown .dropdown-toggle.active,
."the-channel" .head_topbar #menu_toggle #btn_toggle.active,
."the-channel" .head_topbar #menu_dropdown .dropdown-toggle.disabled,
."the-channel" .head_topbar #menu_toggle #btn_toggle.disabled,
."the-channel" .head_topbar #menu_dropdown .dropdown-toggle[disabled],
."the-channel" .head_topbar #menu_toggle #btn_toggle[disabled] {
  background-color: #158088;
  *background-color: #116b72;
}
."the-channel" .head_topbar #menu_dropdown .dropdown-toggle:active,
."the-channel" .head_topbar #menu_toggle #btn_toggle:active,
."the-channel" .head_topbar #menu_dropdown .dropdown-toggle.active,
."the-channel" .head_topbar #menu_toggle #btn_toggle.active {
  background-color: #0e565b \9;
}
."the-channel" .featured_top .thumbnail {
  background-color: #1ba5af;
  background-image: -moz-linear-gradient(top, #1fbeca, #158088);
  background-image: -ms-linear-gradient(top, #1fbeca, #158088);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1fbeca), to(#158088));
  background-image: -webkit-linear-gradient(top, #1fbeca, #158088);
  background-image: -o-linear-gradient(top, #1fbeca, #158088);
  background-image: linear-gradient(top, #1fbeca, #158088);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1fbeca', endColorstr='#158088', GradientType=0);
}
."the-channel" #outline_foot .foot_brand {
  background-color: #1fbeca;
}
."the-channel" #outline_foot .foot_brand:after {
  border-top-color: #1fbeca;
}
."the-channel" .title_banner {
  background: url("../images/head_bg_light.3ff81d9c4706.png") #1fbeca;
  padding: 10px;
  border-radius: 4px;
  text-indent: 25px;
  color: #ffffff;
}
."the-channel" .section_products .price-tag:after {
  border-top-color: #18949e;
}
."the-channel" .section_products .featured .price-tag:after {
  border-top-color: #18949e;
}
."the-channel"-tag {
  background-color: #1fbeca;
}
.foot_nav ."the-channel"-link a:hover {
  color: #1fbeca !important;
  opacity: 1;
  filter: alpha(opacity=100);
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 100;
  -khtml-opacity: 100;
  opacity: 100;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope .pagination {
  position: absolute;
  bottom: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}
.label {
  display: inline-block;
}
/* -----------------------------------------------------------------------------

  SLIDE AND PUSH MENUS COMPONENT
  
----------------------------------------------------------------------------- */
.c-menu {
  position: absolute;
  z-index: 900;
  background-color: #fff;
  webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.c-menu__items.row {
  float: none;
  margin: 0;
}
.c-menu__items ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-menu--slide-top {
  width: 250px;
  height: 100%;
  overflow-y: scroll;
  -webkit-transform: translateX(-270px);
  -ms-transform: translateX(-270px);
  transform: translateX(-270px);
}
.c-menu--slide-top.is-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.c-menu--slide-top .c-menu__item {
  display: block;
  text-align: left;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.c-menu--slide-top .c-menu__item:first-child {
  border-top: none;
}
.c-menu--slide-top .c-menu__item:last-child {
  border-bottom: none;
}
.c-menu--slide-top .c-menu__item ul li {
  display: block;
  padding: 12px 24px;
  color: #333;
}
.c-menu--slide-top .c-menu__item ul li a:hover {
  color: #000;
  opacity: .6;
}
.c-menu--slide-top .c-menu__close {
  display: block;
  padding: 4px 15px;
  width: 100%;
  text-align: right;
}
.c-menu--slide-top .c-menu__items .social-network li {
  float: left;
  padding: 0;
}
.c-menu--slide-top .c-menu__items .menu-info li {
  margin-bottom: 5px;
}
.c-menu--slide-top .c-menu__items .menu-info li h5 {
  font-size: 12px;
  margin-bottom: 2px;
  opacity: .85;
}
.c-menu__close {
  color: #fff;
  background-color: #6d6e71;
  font-size: 1.5em;
  border: none;
  box-shadow: none;
  border-radius: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.c-menu__close:focus {
  outline: none;
}
.c-buttons {
  margin-bottom: 48px;
  text-align: center;
}
.c-button {
  padding: 4px 7px;
  color: #000;
  background: none;
  font-size: 21px;
  line-height: initial;
  border: none;
  box-shadow: none;
  border-radius: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  opacity: .55;
}
.c-button:focus,
.c-button:hover {
  outline: none;
}
.c-button-box {
  z-index: 1;
  float: right;
}
@media (max-width: 767px) {
  .c-menu {
    position: fixed;
  }
  .c-menu--slide-top {
    top: 50px;
    left: 0;
    width: 270px;
    background-color: #424242;
  }
  .c-menu--slide-top.is-active {
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
  .c-menu--slide-top .c-menu__item {
    border-top: none;
    padding: 7px 0;
  }
  .c-menu__items ul.line-top-xs {
    border-top: solid 1px #fff;
    padding-top: 7px;
    margin-top: 7px;
  }
  .c-menu--slide-top .c-menu__item ul li {
    padding: 7px 14px;
    color: #E2E2E2;
  }
  .c-menu--slide-top .c-menu__item ul li a:active {
    color: #fff;
    opacity: .6;
  }
  .c-menu--slide-top .c-menu__item:last-child {
    margin-bottom: 90px;
  }
  nav ol,
  nav p,
  nav ul {
    font-size: 14px;
  }
  nav h3 {
    font-size: 1em;
  }
  .c-menu--slide-top .c-menu__items .social-network {
    margin: 7px 0 0 7px;
  }
  .cms-toolbar-expanded .c-menu--slide-top {
    top: 80px;
  }
}
@media (min-width: 768px) {
  .c-menu--slide-top {
    vertical-align: middle;
    width: auto;
    height: auto;
    text-align: center;
    overflow-x: scroll;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
  .c-menu--slide-top .c-menu__items {
    text-align: center;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .c-menu--slide-top .c-menu__item {
    border: none;
    padding: 15px 0;
  }
  .c-menu--slide-top .c-menu__item ul {
    display: block;
    line-height: 60px;
  }
  .c-menu--slide-top .c-menu__item ul:nth-child(2) {
    margin-top: 20px;
  }
  .c-menu--slide-top .c-menu__item ul li {
    display: block;
    padding: 3px 4px;
    color: #333;
  }
  .c-menu--slide-top {
    display: none;
  }
  .c-menu--slide-top.is-active {
    top: 50px;
    display: block;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .c-menu--slide-top .c-menu__items {
    width: 40.125em;
  }
}
@media (max-width: 1259px) and (min-width: 980px) {
  .c-menu--slide-top .c-menu__items {
    width: 55.875em;
  }
}
@media (min-width: 1260px) {
  .c-menu--slide-top .c-menu__items {
    width: 71.625em;
  }
  .c-button:hover {
    opacity: 1!important;
  }
}
@media (min-width: 1500px) {
  .c-menu--slide-top .c-menu__items {
    width: 82.125em;
  }
}
/*!
 * Techday Responsive
 *
 */
@media (max-width: 479px) {
  body p,
  body ul,
  body ol {
    font-size: 1em;
  }
  body.text-lg {
    font-size: 1.125em;
  }
  body.text-lg .well.subscription {
    font-size: .875em;
  }
  .row {
    margin-left: -1.875em;
    margin-right: 0;
    float: left;
    clear: left;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
  }
  .row:after {
    clear: both;
  }
  .row:after {
    content: "";
    display: block;
    clear: both;
  }
  [class*="span"] {
    float: left;
    margin-left: 1.875em;
  }
  .outline_container,
  .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 99%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span4 {
    width: 19.125em;
  }
  .span3 {
    width: 13.875em;
  }
  .span2 {
    width: 8.625em;
  }
  .span1 {
    width: 3.375em;
  }
  .offset4 {
    margin-left: 22.875em;
  }
  .offset3 {
    margin-left: 17.625em;
  }
  .offset2 {
    margin-left: 12.375em;
  }
  .offset1 {
    margin-left: 7.125em;
  }
  .outline_container {
    padding-left: 1em;
    padding-right: 1em;
  }
  .navbar-fixed-bottom .container {
    width: 99%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #outline_body {
    padding: 4.188em 0 0 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
  }
  #outline_head {
    height: 11.25em;
    background-position: 0 -10px;
  }
  .head_topbar .topbar_nav .search-field {
    margin-left: 3px;
  }
  .head_topbar .topbar_nav .search-field input[type=text] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 14px;
    background: #f5f5f5 url(http://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
    border: solid 1px #ccc;
    padding: 8px 10px 7px 32px;
    width: 55px;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
  }
  .head_topbar .topbar_nav .search-field input[type=text]:focus {
    width: 130px;
    background-color: #fff;
    border-color: #A0A0A0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }
  .head_topbar .topbar_nav .search-field input[type=text]::-webkit-search-decoration,
  .head_topbar .topbar_nav .search-field input[type=text]::-webkit-search-cancel-button {
    display: none;
  }
  .head_topbar .topbar_nav .search-field input[type=text]:-moz-placeholder {
    color: #999;
  }
  .head_topbar .topbar_nav .search-field input[type=text]::-webkit-input-placeholder {
    color: #999;
  }
  .outline_container {
    padding-top: 8.25em;
  }
  .outline_container.no_leaderbanner #outline_head .head_logo {
    margin-top: .9em;
  }
  .head_logo {
    margin: 50px 1em 10px 6.5em;
    bottom: 10px;
  }
  .navbar-profile .btn {
    font-size: 18px;
    padding: 6px 10px;
  }
  .navbar-profile .top-menu .dropdown-menu {
    display: block;
    width: 250px;
    background-color: #424242;
    -webkit-box-sizing: box-border;
    -moz-box-sizing: box-border;
    -ms-box-sizing: box-border;
    box-sizing: box-border;
    border: none;
    border-radius: 0;
    padding: 7px 0;
    position: fixed;
    left: 0;
    top: 50px;
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px);
    webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
  }
  .navbar-profile .top-menu .dropdown-menu > li {
    display: block;
    width: 100%;
    text-align: left;
  }
  .navbar-profile .top-menu .dropdown-menu > li > a {
    padding: 7px 14px;
    color: #e2e2e2;
    border: none;
    line-height: 1.5;
    outline: none;
  }
  .navbar-profile .top-menu .dropdown-menu > li > a:focus {
    outline: none;
  }
  .navbar-profile .top-menu .dropdown-menu > li > a:hover {
    border: none;
    color: #e2e2e2;
    opacity: .7;
  }
  .navbar-profile .top-menu .dropdown-menu > li > a > img {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 7px;
  }
  .navbar-profile .top-menu .dropdown-menu > li.wide-item {
    width: 100%;
  }
  .navbar-profile .top-menu .dropdown-menu hr {
    margin: 7px 0;
    border-top: none;
  }
  .navbar-profile .top-menu.open .dropdown-menu {
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  .navbar-profile .top-menu.open .clickable-mask {
    display: block!important;
  }
  .cms-toolbar-expanded .navbar-profile .top-menu .dropdown-menu {
    top: 80px;
  }
  .clickable-mask {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
  }
  #outline_body .thumbnail.ad_zone {
    padding: 0px;
    border: none;
    display: block;
  }
  div[class^="story_section_"] {
    width: 100%;
  }
  #body_section,
  .body_section {
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #body_section .section_intro,
  .body_section .section_intro {
    display: none;
  }
  #body_section h3,
  .body_section h3 {
    font-size: 1em;
  }
  #body_section .article_wide .author-date .dd-item,
  .body_section .article_wide .author-date .dd-item {
    font-size: 0.875em;
  }
  #body_section .article_wide article.span,
  .body_section .article_wide article.span {
    margin-left: 0;
  }
  #body_section .article_wide article p,
  .body_section .article_wide article p {
    margin: 3px 0 1em 0;
    font-size: .875em;
    line-height: 1.5;
    margin-left: 0;
    padding-right: 10px;
  }
  #body_section .span.section_primary.article_wide.section_border .row:nth-child(2),
  .body_section .span.section_primary.article_wide.section_border .row:nth-child(2) {
    width: 100%;
  }
  #body_section > .row,
  .body_section > .row {
    margin-bottom: 0;
    border-bottom: none;
    margin-left: 0;
  }
  .section_featured {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0;
  }
  .section_featured .featured_top {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0;
  }
  .section_featured .featured_top .thumbnail .caption .author-date {
    font-size: .875em;
    padding-top: .75em;
  }
  .section_featured .featured_top .thumbnail .caption .author-date [class*=icon] {
    vertical-align: top;
  }
  .section_featured .featured_top h3 {
    font-size: 1em;
  }
  .section_featured > .row {
    margin-bottom: 0;
    border-bottom: none;
    margin-left: 0;
  }
  .section_featured .featured_sub {
    width: 50%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .9375em;
  }
  .section_featured .featured_sub p {
    font-size: .875em;
    margin-top: 3px;
  }
  .section_featured .featured_sub .dd-item {
    display: inline-block;
    font-size: .875em;
  }
  .label {
    font-size: 0.875em;
  }
  .section_leftpanel {
    display: none;
  }
  .section_hot {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
  .section_hot article .dd-item {
    font-size: 0.875em;
  }
  .section_hot article p {
    font-size: .875em;
    margin-top: 3px;
  }
  .section_hot article.span {
    margin-left: 0;
  }
  .section_hot div.span {
    margin-left: 0;
  }
  .section_hot > .row {
    margin-bottom: 0;
    border-bottom: none;
    margin-left: 0;
  }
  .section_news {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  #storylist {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
  }
  #story_section {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
  }
  #story_section .section_intro {
    display: none;
  }
  #story_section h3 {
    font-size: 1em;
  }
  #story_section article .author-date .dd-item {
    font-size: 0.875em;
  }
  #story_section article p {
    margin: 3px 0 1em 0;
    font-size: .875em;
    line-height: 1.5;
    margin-left: 0;
  }
  #story_section .article_wide article.span {
    margin-left: 0;
  }
  #story_section .article_wide .thumbnail {
    width: 6.75em;
  }
  #story_section p .label {
    font-size: .875em;
  }
  #story_section > .row {
    margin-bottom: 0;
    border-bottom: none;
    margin-left: 0;
  }
  .section_intro .intro .intro-title,
  .section_intro .intro .intro-right {
    width: 8.625em;
    padding-right: 0;
  }
  .section_primary {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0!important;
    border-left: none;
    padding: 0;
  }
  .section_primary article {
    width: 5.055em;
  }
  .section_primary .prizes-holder article {
    width: 8.625em;
  }
  .section_primary .featured article {
    width: 8.625em;
  }
  .section_primary.article_wide > .row {
    margin-left: 0;
  }
  .section_primary.article_wide .thumbnail {
    width: 6.75em;
  }
  #overlay {
    display: none;
  }
  #overlay_ad03 {
    top: 50%;
    left: 50%;
    width: 300px;
    margin-left: -150px;
  }
  #quick-sub .quick-sub-message h1 {
    font-size: 1.5em;
  }
  #quick-sub .quick-sub-message p {
    margin: 0 0 1.5em 0;
  }
  #quick-sub form.quick-subscribe input[name=email] {
    width: 150px;
  }
  #quick-sub .exit_btn {
    margin: 1em 0 .5em 0;
  }
  #landing-quick-sub .overlay .quick-sub-box .newsletter-item .landing-table {
    width: 100%;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  .story-quick-sub .image-box {
    max-height: none;
    height: 100%;
    padding: 70px 0 10px;
  }
  .story-quick-sub .image-box img {
    display: none;
    min-width: 100%;
    min-height: 100%;
  }
  .story-quick-sub .quick-sub-box {
    width: 100%;
    left: 0;
    top: 0;
    margin-top: 0!important;
    margin-left: 0!important;
    display: block;
    background: rgba(255, 255, 255, 0.701961);
  }
  .story-quick-sub .quick-sub-box .quick-sub-message {
    background: none!important;
  }
  .story-quick-sub .quick-sub-box .quick-sub-message h1 {
    font-size: 1.5em;
  }
  .story-quick-sub .quick-sub-box .quick-sub-message p {
    margin: 0 0 1.5em 0;
  }
  .story-quick-sub .quick-sub-box .quick-sub-message h6 {
    color: #696969;
  }
  .story-quick-sub .quick-sub-box .quick-sub-message form.story-quick-subscribe input[name=email] {
    width: 150px;
  }
  .section_article {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0;
  }
  .section_article article {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0;
  }
  .section_article > .row {
    margin-left: 0;
  }
  .article_header {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .article_info {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .article_text {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .article_text .thumbnail {
    margin-left: 0;
  }
  .article_text .thumbnail-flex {
    width: 19.125em;
  }
  .article_text .thumbnail-flex .flexslider .flex-control-thumbs li {
    width: 24%;
  }
  .section_related {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0;
  }
  .section_related article {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0;
    padding: 0 .9375em;
  }
  .section_related article.featured-3 {
    float: right;
  }
  .section_related > .row {
    margin-left: 0;
  }
  .section_related > .row > * {
    margin-left: 0;
  }
  .section_related .gallery_related {
    width: 100%;
  }
  .section_comments {
    width: 19.125em;
  }
  .section_comments #disqus_thread {
    width: 19.125em;
  }
  .article_wide article {
    width: 100%;
  }
  #side_section.span,
  .side_section.span {
    float: none;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    width: 100%;
  }
  #side_section .well_title,
  .side_section .well_title {
    font-size: .875em;
  }
  #side_section .well .viewport,
  .side_section .well .viewport {
    width: 100%!important;
  }
  #side_section .well form.subscribe,
  .side_section .well form.subscribe {
    width: 200%;
  }
  #side_section .well form.subscribe .fieldWrapper,
  .side_section .well form.subscribe .fieldWrapper {
    width: 50%;
  }
  #side_section .well form.subscribe.select,
  .side_section .well form.subscribe.select {
    left: -100%;
  }
  #side_section .well .fieldWrapper,
  .side_section .well .fieldWrapper {
    width: 50%;
  }
  #side_section .well .fieldWrapper input[type="text"],
  .side_section .well .fieldWrapper input[type="text"] {
    width: 180px;
  }
  #side_section .well .fieldWrapper input[type="submit"],
  .side_section .well .fieldWrapper input[type="submit"] {
    width: 190px;
  }
  .well.story .viewport {
    width: 100%!important;
  }
  .well.story form.subscribe {
    width: 200%;
  }
  .well.story form.subscribe .fieldWrapper {
    width: 50%;
  }
  .well.story form.subscribe.select {
    left: -100%;
  }
  .well .fieldWrapper {
    width: 50%;
  }
  .well .fieldWrapper input[type="text"] {
    width: 180px;
  }
  .well .fieldWrapper input[type="submit"] {
    width: 190px;
  }
  .well.subscription .viewport img {
    height: 25px!important;
  }
  .side_social .tab-content .tab-facebook .fb-like-box span,
  .side_social .tab-content .tab-facebook .fb-like-box iframe {
    width: 182px !important;
  }
  #outline_foot .foot_section .foot_nav_primary {
    width: 90%;
  }
  #outline_foot .foot_section .foot_nav_primary .row {
    width: 100%;
  }
  #outline_foot .foot_section .foot_nav_primary .span {
    width: 100%;
  }
  #outline_foot .foot_section .foot_nav_primary .span li.netguide-link.menu-item {
    width: 35%;
    display: inline-block;
  }
  #outline_foot .foot_section .foot_nav {
    width: 90%;
  }
  #outline_foot .foot_section .foot_nav .row {
    width: 100%;
  }
  #outline_foot .foot_section .foot_nav .span {
    width: 100%;
  }
  #outline_foot .foot_section .foot_nav .span li.child {
    width: 35%;
    display: inline-block;
  }
  #outline_foot .foot_section .foot_nav .span .foot_nav_icons li {
    width: 45%;
    display: inline-block;
  }
  #outline_foot .foot_section .foot_about h6 {
    font-size: 1em;
  }
  #outline_foot .foot_section .foot_about h3 {
    font-size: 1.125em;
  }
  #outline_foot .foot_section_main {
    width: 96%;
  }
  #outline_foot .foot_section_side {
    width: 96%;
    padding-right: 1.875em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #outline_foot .foot_detail {
    padding: 0 1em 2em 1em;
  }
  #outline .meet-team .half.left {
    width: 100%;
    display: block;
  }
  #outline .meet-team .half.right {
    width: 100%;
    display: block;
    min-height: inherit;
    float: right;
  }
  #outline .meet-team .profile {
    text-align: center;
  }
  #outline .meet-team .p-info {
    text-align: center;
    position: relative;
  }
  #outline .position {
    padding: 0 5px;
    margin: 0 0 .5em 0;
  }
  .ad-sky {
    display: none;
  }
  /*Optimise typeform to mobile view*/
  .typeform-widget {
    height: 150px!important;
    width: 70%!important;
    margin: 0 auto;
  }
  .userpage.container {
    padding: 0;
  }
  .userpage .row {
    padding-left: 0;
  }
  .messagelist .message {
    width: 80%;
    left: 10%;
    padding: 20px 10px 5px;
  }
  article .author-date,
  .article_label {
    font-size: .875em;
  }
  article .author-date {
    padding-top: 3px;
    clear: both;
  }
  article .author-date [class*="icon"] {
    vertical-align: text-top;
  }
  .text-resize {
    margin: 10px 0;
  }
  .text-resize button.btn {
    width: 50px;
    height: 33px;
  }
  .text-resize button.btn .text-lg i {
    font-size: 1.5em;
  }
  .text-resize button.btn.active i {
    border-bottom: 2px solid #000;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .text-resize.visible-xs {
    display: none!important;
  }
  .row {
    margin-left: -1.875em;
    margin-right: 0;
    float: left;
    clear: left;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
  }
  .row:after {
    clear: both;
  }
  .row:after {
    content: "";
    display: block;
    clear: both;
  }
  [class*="span"] {
    float: left;
    margin-left: 1.875em;
  }
  .outline_container,
  .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 29.625em;
  }
  .span6 {
    width: 29.625em;
  }
  .span5 {
    width: 24.375em;
  }
  .span4 {
    width: 19.125em;
  }
  .span3 {
    width: 13.875em;
  }
  .span2 {
    width: 8.625em;
  }
  .span1 {
    width: 3.375em;
  }
  .offset6 {
    margin-left: 33.375em;
  }
  .offset5 {
    margin-left: 28.125em;
  }
  .offset4 {
    margin-left: 22.875em;
  }
  .offset3 {
    margin-left: 17.625em;
  }
  .offset2 {
    margin-left: 12.375em;
  }
  .offset1 {
    margin-left: 7.125em;
  }
  #outline_head {
    height: 10.25em;
    background-position: 0 -27px;
  }
  .head_topbar .topbar_nav .search-field {
    margin-left: 3px;
  }
  .head_topbar .topbar_nav .search-field input[type=text] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 14px;
    background: #f5f5f5 url(http://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
    border: solid 1px #ccc;
    padding: 7px 10px 8px 32px;
    width: 55px;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
  }
  .head_topbar .topbar_nav .search-field input[type=text]:focus {
    width: 130px;
    background-color: #fff;
    border-color: #A0A0A0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }
  .head_topbar .topbar_nav .search-field input[type=text]::-webkit-search-decoration,
  .head_topbar .topbar_nav .search-field input[type=text]::-webkit-search-cancel-button {
    display: none;
  }
  .head_topbar .topbar_nav .search-field input[type=text]:-moz-placeholder {
    color: #999;
  }
  .head_topbar .topbar_nav .search-field input[type=text]::-webkit-input-placeholder {
    color: #999;
  }
  .outline_container {
    padding-top: 8.25em;
  }
  .outline_container.no_leaderbanner #outline_head .head_logo {
    margin-top: .9em;
  }
  .head_logo {
    margin: 50px 0 0 6.5em;
    bottom: 10px;
  }
  .navbar-profile .btn {
    font-size: 18px;
    padding: 6px 10px;
  }
  .navbar-profile .top-menu .dropdown-menu {
    display: block;
    width: 250px;
    background-color: #424242;
    -webkit-box-sizing: box-border;
    -moz-box-sizing: box-border;
    -ms-box-sizing: box-border;
    box-sizing: box-border;
    border: none;
    border-radius: 0;
    padding: 7px 0;
    position: fixed;
    left: 0;
    top: 50px;
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px);
    webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
  }
  .navbar-profile .top-menu .dropdown-menu > li {
    display: block;
    width: 100%;
    text-align: left;
  }
  .navbar-profile .top-menu .dropdown-menu > li > a {
    padding: 7px 14px;
    color: #e2e2e2;
    border: none;
    line-height: 1.5;
    outline: none;
  }
  .navbar-profile .top-menu .dropdown-menu > li > a:focus {
    outline: none;
  }
  .navbar-profile .top-menu .dropdown-menu > li > a:hover {
    border: none;
    color: #e2e2e2;
    opacity: .7;
  }
  .navbar-profile .top-menu .dropdown-menu > li > a > img {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 7px;
  }
  .navbar-profile .top-menu .dropdown-menu > li.wide-item {
    width: 100%;
  }
  .navbar-profile .top-menu .dropdown-menu hr {
    margin: 7px 0;
    border-top: none;
  }
  .navbar-profile .top-menu.open .dropdown-menu {
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  .navbar-profile .top-menu.open .clickable-mask {
    display: block!important;
  }
  .cms-toolbar-expanded .navbar-profile .top-menu .dropdown-menu {
    top: 80px;
  }
  .clickable-mask {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
  }
  #outline_body {
    padding: 3.188em 1.875em 0 0;
  }
  #body_section {
    width: 29.625em;
  }
  .section_featured {
    width: 29.625em;
  }
  .section_featured .featured_top {
    width: 29.625em;
  }
  .section_featured .featured_sub {
    width: 13.875em;
  }
  .section_featured .featured_sub .author-date .ad-item {
    display: inline;
  }
  .section_hot {
    width: 29.625em;
  }
  .section_leftpanel {
    display: none;
  }
  .section_news {
    width: 29.625em;
  }
  .section_intro {
    width: 29.625em;
  }
  .section_intro .intro .span {
    width: 13.875em;
    padding-right: 0;
  }
  .section_primary {
    width: 29.625em;
  }
  .section_primary article {
    width: 8.5725em;
  }
  .section_primary .prizes-holder article {
    width: 13.8225em;
  }
  .section_primary .featured article {
    width: 13.875em;
  }
  .prizes-list .prize-i-0,
  .prizes-list .prize-i-1 {
    width: 13.875em;
  }
  #overlay_ad03 {
    top: 50%;
    left: 50%;
    width: 300px;
    margin-left: -150px;
  }
  #quick-sub .quick-sub-message h1 {
    font-size: 1.5em;
  }
  #quick-sub .quick-sub-message p {
    margin: 0 0 1.5em 0;
  }
  #quick-sub .exit_btn {
    margin: 1em 0 .5em 0;
  }
  #landing-quick-sub .overlay .quick-sub-box .newsletter-item .landing-table {
    width: 100%;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  .story-quick-sub .quick-sub-box .quick-sub-message p {
    margin: .5em 0;
  }
  .section_products article .price-tag {
    top: 100px;
  }
  .section_products .featured article .price-tag {
    top: 160px;
  }
  .section_article article {
    width: 29.625em;
  }
  .section_article {
    width: 29.625em;
  }
  .article_header {
    width: 29.625em;
  }
  .article_info {
    width: 29.625em;
    /* display:none; */
  }
  .article_text {
    width: 29.625em;
  }
  .article_text .thumbnail {
    margin-left: 0;
  }
  .article_text .thumbnail-flex {
    width: 29.625em;
  }
  .section_related {
    width: 29.625em;
  }
  .section_related article {
    width: 13.875em;
  }
  .section_related article.featured-3 {
    float: right;
  }
  .section_comments {
    width: 29.625em;
  }
  .section_comments #disqus_thread {
    width: 29.625em;
  }
  .article_wide article {
    width: 100%;
  }
  .article_wide article.span {
    margin-left: 1.875em;
  }
  #side_section,
  .side_section {
    width: 29.625em;
  }
  #side_section > div,
  .side_section > div {
    width: 19.125em;
    margin: 0 auto 15px auto;
    padding: 19px;
  }
  #side_section .side-article,
  .side_section .side-article {
    width: auto;
    margin: 0 0 0 -1.875em;
    padding: 0;
  }
  #side_section .side-article article,
  .side_section .side-article article {
    margin-left: 0;
    width: 100%;
    padding: 0 0 0 1.875em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .side_social .tab-content .tab-facebook .fb-like-box span,
  .side_social .tab-content .tab-facebook .fb-like-box iframe {
    width: 348px !important;
  }
  #outline_foot .foot_section .foot_nav_primary {
    width: 90%;
  }
  #outline_foot .foot_section .foot_nav_primary .row {
    width: 100%;
  }
  #outline_foot .foot_section .foot_nav_primary .span {
    width: 100%;
  }
  #outline_foot .foot_section .foot_nav_primary .span li.netguide-link.menu-item {
    width: 25%;
    display: inline-block;
  }
  #outline_foot .foot_section .foot_nav {
    width: 90%;
  }
  #outline_foot .foot_section .foot_nav .row {
    width: 100%;
  }
  #outline_foot .foot_section .foot_nav .span {
    width: 100%;
  }
  #outline_foot .foot_section .foot_nav .span li.child {
    width: 25%;
    display: inline-block;
  }
  #outline_foot .foot_section .foot_nav .span .foot_nav_icons li {
    width: 18%;
    display: inline-block;
  }
  #outline_foot .foot_section .foot_nav .foot_nav_network li a,
  #outline_foot .foot_section .foot_nav ul li a,
  #outline_foot .foot_section .foot_nav .foot_nav_icons li a {
    font-size: 1.2em;
  }
  #outline_foot .foot_section_main {
    width: 96%;
  }
  #outline_foot .foot_section_side {
    width: 96%;
  }
  /* Relocate google ad*/
  .thumbnail.ad_zone {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    overflow: hidden;
    background-image: none!important;
    background: none;
    width: 100%!important;
    padding: 0!important;
  }
  .thumbnail.ad_zone:nth-child(2) {
    bottom: 280px;
  }
  .ad-sky {
    display: none;
  }
  .typeform-widget {
    height: 210px!important;
  }
  .userpage.container {
    padding: 0;
  }
  .userpage .row {
    padding-left: 0;
  }
  #mob_s_toggle {
    display: block;
    position: absolute;
    top: 20px;
    right: 55px;
    padding: 4px 7px;
    background: #f7f7f7;
    border-radius: 3px;
    border: solid #ebebeb 1px;
    z-index: 98;
  }
  #mob_s_toggle .icon-search {
    margin-top: 25%;
  }
  .topbar_nav2 {
    display: block;
  }
  .topbar_nav2 .input-append input {
    position: absolute;
    top: 20px;
    right: 83px;
    width: 100px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
  }
  .topbar_nav2 .input-append .btn {
    position: absolute;
    top: 20px;
    right: 55px;
    padding: 6.5px 7px;
    background: #EAE9E9;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    z-index: 99;
    font-size: 16px;
  }
  .messagelist .message {
    width: 80%;
    left: 10%;
    padding: 30px 20px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -1.875em;
    margin-right: 0;
    float: left;
    clear: left;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
  }
  .row:after {
    clear: both;
  }
  .row:after {
    content: "";
    display: block;
    clear: both;
  }
  [class*="span"] {
    float: left;
    margin-left: 1.875em;
  }
  .outline_container,
  .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 40.125em;
  }
  .span8 {
    width: 40.125em;
  }
  .span7 {
    width: 34.875em;
  }
  .span6 {
    width: 29.625em;
  }
  .span5 {
    width: 24.375em;
  }
  .span4 {
    width: 19.125em;
  }
  .span3 {
    width: 13.875em;
  }
  .span2 {
    width: 8.625em;
  }
  .span1 {
    width: 3.375em;
  }
  .offset8 {
    margin-left: 43.875em;
  }
  .offset7 {
    margin-left: 38.625em;
  }
  .offset6 {
    margin-left: 33.375em;
  }
  .offset5 {
    margin-left: 28.125em;
  }
  .offset4 {
    margin-left: 22.875em;
  }
  .offset3 {
    margin-left: 17.625em;
  }
  .offset2 {
    margin-left: 12.375em;
  }
  .offset1 {
    margin-left: 7.125em;
  }
  #outline_head {
    height: 10.25em;
    background-position: 0 -28px;
  }
  .head_logo {
    margin: 50px 0 0 1em;
    position: relative;
    bottom: 0;
  }
  .head_banner {
    float: left;
    margin-top: 28px;
  }
  .tablet-banner {
    margin: 30px auto;
  }
  .outline_container {
    padding: 8.25em 1.875em 0;
  }
  #outline_body {
    margin-top: 7.25em;
  }
  #body_section {
    width: 40.125em;
  }
  #body_section > .row {
    margin-bottom: 0;
    border-bottom: none;
  }
  .section_hot {
    width: 40.125em;
  }
  .section_featured {
    width: 40.125em;
  }
  .section_leftpanel {
    display: none;
  }
  .section_news {
    width: 26.125em;
  }
  .section_article {
    width: 40.125em;
    margin-bottom: 0;
  }
  .section_article article {
    width: 40.125em;
  }
  .article_header {
    width: 40.125em;
  }
  .article_header h1 {
    font-size: 1.5em;
  }
  .article_info {
    width: 100%;
  }
  .article_text {
    width: 40.125em;
    margin-left: 0;
  }
  .article_text .thumbnail {
    max-width: 100%;
    margin-left: 0;
  }
  .article_text .thumbnail-flex {
    width: 19.125em;
  }
  .article_text .thumbnail-flex .flexslider .flex-control-thumbs li {
    width: 24%;
  }
  #story_section .section_intro {
    width: 12.125em;
  }
  .section_intro {
    width: 12.125em;
  }
  .section_intro .page-title {
    margin-bottom: 0.5em;
    font-size: 2em;
    line-height: 1;
  }
  .section_primary {
    width: 26.125em;
  }
  .section_primary article {
    width: 5.1075em;
    position: relative;
  }
  .section_primary .prizes-holder article {
    width: 8.625em;
  }
  .section_primary .featured article {
    width: 8.625em;
  }
  .section_related {
    width: 40.125em;
  }
  .section_related article {
    width: 19.125em;
  }
  .section_related article.featured-3 {
    float: right;
  }
  .section_comments {
    width: 19.125em;
  }
  .section_comments #disqus_thread {
    width: 19.125em;
  }
  .article_wide article {
    width: 100%;
  }
  #outline_foot .foot_section .foot_nav {
    width: 8.625em;
  }
  #outline_foot .foot_section .foot_nav_primary {
    width: 9.9375em;
  }
  #outline_foot .foot_section_main {
    width: 24.375em;
  }
  #outline_foot .foot_section_side {
    width: 13.875em;
  }
  #side_section,
  .side_section {
    width: 40.125em;
  }
  #side_section > div,
  .side_section > div {
    width: 19.125em;
    margin: 0 auto 15px auto;
    padding: 19px;
  }
  #side_section .side-article,
  .side_section .side-article {
    width: auto;
    margin: 0 0 0 -1.875em;
    padding: 0;
  }
  #side_section .side-article article,
  .side_section .side-article article {
    margin-left: 0;
    width: 100%;
    padding: 0 0 0 1.875em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #side_section .well .viewport,
  .side_section .well .viewport {
    margin: 0 auto;
  }
  .well.subscription.story {
    width: 19.125em;
    margin: 0 auto;
  }
  /*Optimise typeform to tablet view*/
  .typeform-widget {
    height: 270px!important;
  }
}
@media (min-width: 980px) and (max-width: 1258px) {
  #outline_head {
    background-position: 0 0;
    background-size: cover;
    height: 16em;
  }
  .outline_container {
    padding-top: 16em;
  }
  .head_logo {
    position: relative;
    bottom: 0;
    margin-top: 50px;
  }
  .head_banner {
    width: 760px;
    height: 120px;
    float: right;
    display: block;
    margin: 0;
  }
  .tablet-banner {
    margin: 30px auto;
  }
  .article_info {
    width: 34.875em;
  }
  .article_text {
    width: 34.875em;
  }
  .article_text .article_header {
    width: 34.875em;
  }
  .section_related article {
    width: 16.5em;
  }
  .head_second_logo {
    display: none;
  }
  #landing-quick-sub .overlay .quick-sub-box .quick-sub-message .text-box {
    max-width: 800px;
    margin: 0 auto;
  }
  /*Optimise typeform to tablet view*/
  .typeform-widget {
    height: 210px!important;
  }
}
@media (min-width: 1260px) {
  .row {
    margin-left: -1.875em;
    margin-right: 0;
    float: left;
    clear: left;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
  }
  .row:after {
    clear: both;
  }
  .row:after {
    content: "";
    display: block;
    clear: both;
  }
  [class*="span"] {
    float: left;
    margin-left: 1.875em;
  }
  .outline_container,
  .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 71.625em;
  }
  .span14 {
    width: 71.625em;
  }
  .span13 {
    width: 66.375em;
  }
  .span12 {
    width: 61.125em;
  }
  .span11 {
    width: 55.875em;
  }
  .span10 {
    width: 50.625em;
  }
  .span9 {
    width: 45.375em;
  }
  .span8 {
    width: 40.125em;
  }
  .span7 {
    width: 34.875em;
  }
  .span6 {
    width: 29.625em;
  }
  .span5 {
    width: 24.375em;
  }
  .span4 {
    width: 19.125em;
  }
  .span3 {
    width: 13.875em;
  }
  .span2 {
    width: 8.625em;
  }
  .span1 {
    width: 3.375em;
  }
  .offset14 {
    margin-left: 75.375em;
  }
  .offset13 {
    margin-left: 70.125em;
  }
  .offset12 {
    margin-left: 64.875em;
  }
  .offset11 {
    margin-left: 59.625em;
  }
  .offset10 {
    margin-left: 54.375em;
  }
  .offset9 {
    margin-left: 49.125em;
  }
  .offset8 {
    margin-left: 43.875em;
  }
  .offset7 {
    margin-left: 38.625em;
  }
  .offset6 {
    margin-left: 33.375em;
  }
  .offset5 {
    margin-left: 28.125em;
  }
  .offset4 {
    margin-left: 22.875em;
  }
  .offset3 {
    margin-left: 17.625em;
  }
  .offset2 {
    margin-left: 12.375em;
  }
  .offset1 {
    margin-left: 7.125em;
  }
  #header_outline {
    position: fixed;
  }
  #header_outline #outline_head {
    -webkit-transition: height 0.1s;
    -moz-transition: height 0.1s;
    -ms-transition: height 0.1s;
    -o-transition: height 0.1s;
    transition: height 0.1s;
    -webkit-transition: height 0.1s ease-in-out 0.2s;
    -moz-transition: height 0.1s ease-in-out 0.2s;
    -o-transition: height 0.1s ease-in-out 0.2s;
    transition: height 0.1s ease-in-out 0.2s;
  }
  #header_outline .head_logo {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-transition: all 0.1s ease-in-out 0.2s;
    -moz-transition: all 0.1s ease-in-out 0.2s;
    -o-transition: all 0.1s ease-in-out 0.2s;
    transition: all 0.1s ease-in-out 0.2s;
  }
  .small #outline_head {
    height: 5.25em;
  }
  .small .head_logo {
    width: 160px;
    height: 58px;
    margin: -2.15em 0 0 2em;
    float: left;
  }
  .outline_container {
    padding-top: 180px;
  }
  #outline_head {
    height: 11em;
    background-position: 0 0;
  }
  #outline_head.no_leaderbanner {
    height: 5.25em;
  }
  .head_topbar {
    height: 50px;
  }
  .head_topbar .topbar_menu {
    width: 150px;
    padding-left: 60px;
    float: left;
  }
  .head_topbar .topbar_nav #search {
    width: 13.875em;
  }
  .head_banner {
    width: 760px;
    height: 120px;
    display: block;
    position: absolute;
    right: 0;
  }
  .head_logo {
    width: 350px;
    margin: 0 0 0 30px;
  }
  .head_logo h1 {
    width: 276px;
    height: 80px;
    background-image: url("../images/logo_techday.c6ae6cd8506b.png");
  }
  #menu_dropdown {
    display: block;
  }
  #menu_toggle {
    display: none;
  }
  .messagelist .message {
    width: 600px;
    left: 50%;
    margin-left: -300px;
  }
  #body_section,
  .body_section {
    width: 50.625em;
  }
  #body_section .pagination a,
  .body_section .pagination a {
    padding: 0 15px;
  }
  .section_featured {
    width: 29.625em;
  }
  .section_featured .featured_top {
    width: 29.625em;
  }
  .section_featured .featured_top .caption_intro {
    margin-right: 8.625em;
  }
  .section_featured .featured_top .caption_side {
    position: absolute;
    top: 1.875em;
    right: 1.875em;
  }
  .section_featured .featured_sub {
    width: 13.875em;
  }
  .section_featured .featured_sub .author-date .ad-item {
    display: inline;
  }
  .section_hot {
    width: 19.125em;
  }
  .section_hot .thumbnail {
    width: 9em;
  }
  .section_intro {
    width: 13.875em;
  }
  .section_intro .intro .page-title {
    font-size: 2em;
  }
  .section_intro .list-nav ul li {
    font-size: 0.875em;
    padding: 0 0 0 15px;
  }
  .section_primary {
    width: 34.875em;
  }
  .section_primary article {
    width: 7.3125em;
    position: relative;
  }
  .section_primary .prizes-holder article {
    width: 10.3575em;
  }
  .section_primary .prizes-holder .prize-i-0,
  .section_primary .prizes-holder .prize-i-1 {
    width: 16.5em;
  }
  .section_primary .featured article {
    width: 16.5em;
  }
  .section_primary table.shop_table {
    width: 100%;
  }
  .section_primary table.shop_table .product-thumbnail {
    display: block !important;
  }
  .section_primary table.shop_table .product-name a {
    font-size: 1em;
  }
  #landing-quick-sub .overlay .quick-sub-box .quick-sub-message .text-box {
    max-width: 900px;
    margin: 0 auto;
  }
  .section_news {
    width: 55.875em;
  }
  .section_article {
    width: 48.75em;
    margin-right: -1px;
    padding-right: 1.875em;
    border-right: 1px solid #eee;
  }
  .section_article article {
    width: 48.75em;
  }
  .article_header {
    width: 36.25em;
  }
  .article_info {
    width: 10.625em;
    margin-right: 1.875em;
  }
  .section_skyscraper {
    display: block;
  }
  .article_text {
    width: 36.25em;
  }
  .article_text .thumbnail {
    margin: 1.5em 1.875em 1.875em -10.5em;
    float: left;
  }
  .article_text .thumbnail-flex {
    width: 29.625em;
    margin-top: 1em;
    margin-left: 0;
    padding: 0;
  }
  .article_text .thumbnail-flex .flexslider .slides img {
    max-height: 450px;
  }
  .section_related {
    width: 48.75em;
  }
  .section_related article {
    width: 10.78em;
  }
  .section_comments {
    width: 50.625em;
  }
  .section_comments #disqus_thread {
    width: 29.625em;
    margin-left: 10.5em;
  }
  .article_wide article {
    width: 100%;
  }
  .article_wide article h3,
  .article_wide article .author-date,
  .article_wide article p {
    margin-left: 178px;
  }
  .article_wide .thumbnail {
    width: 9.25em;
    margin: 0.325em 1.875em 1.875em 0;
  }
  #outline_foot .foot_section .foot_nav_primary {
    width: 11.25em;
  }
  #outline_foot .foot_section_main {
    width: 50.625em;
  }
  #outline_foot .foot_section_side {
    width: 19.125em;
  }
  /*****
  ********* Skin style
  *****/
  body.skin {
    background-color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% top;
    /***
      **** Scrolling style
      ***/
  }
  body.skin #viewport {
    background-color: transparent;
  }
  body.skin #viewport .outline_container {
    padding-top: 0;
    margin-top: 215px;
  }
  body.skin #outline {
    background-color: transparent;
  }
  body.skin .outline_container {
    box-shadow: none;
  }
  body.skin #header_outline {
    position: relative;
    top: 215px;
  }
  body.skin #header_outline .outline_container {
    padding: 1.875em 1.875em 0;
    background-color: #fff;
  }
  body.skin #sitewarp {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 500;
  }
  body.skin #sitewrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    cursor: pointer;
    z-index: 500;
  }
  body.skin #sitewrap-header {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 215px;
    cursor: pointer;
    z-index: 500;
  }
  body.skin.skin-scrolling #header_outline {
    position: fixed;
    top: 0;
  }
  body.skin.skin-scrolling #header_outline .outline_container {
    padding-top: 0;
  }
  body.skin.skin-scrolling #viewport {
    margin-top: 179px;
  }
  body.takeover {
    background-color: #fff;
    background-position: top, center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  body.takeover #viewport {
    background-color: transparent;
  }
  body.takeover #outline {
    background-color: transparent;
  }
  body.takeover #sitewrap {
    display: block;
    cursor: pointer;
    z-index: 500;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1500px) {
  .row {
    margin-left: -1.875em;
    margin-right: 0;
    float: left;
    clear: left;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
  }
  .row:after {
    clear: both;
  }
  .row:after {
    content: "";
    display: block;
    clear: both;
  }
  [class*="span"] {
    float: left;
    margin-left: 1.875em;
  }
  .outline_container,
  .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 82.125em;
  }
  .span16 {
    width: 82.125em;
  }
  .span15 {
    width: 76.875em;
  }
  .span14 {
    width: 71.625em;
  }
  .span13 {
    width: 66.375em;
  }
  .span12 {
    width: 61.125em;
  }
  .span11 {
    width: 55.875em;
  }
  .span10 {
    width: 50.625em;
  }
  .span9 {
    width: 45.375em;
  }
  .span8 {
    width: 40.125em;
  }
  .span7 {
    width: 34.875em;
  }
  .span6 {
    width: 29.625em;
  }
  .span5 {
    width: 24.375em;
  }
  .span4 {
    width: 19.125em;
  }
  .span3 {
    width: 13.875em;
  }
  .span2 {
    width: 8.625em;
  }
  .span1 {
    width: 3.375em;
  }
  .offset16 {
    margin-left: 85.875em;
  }
  .offset15 {
    margin-left: 80.625em;
  }
  .offset14 {
    margin-left: 75.375em;
  }
  .offset13 {
    margin-left: 70.125em;
  }
  .offset12 {
    margin-left: 64.875em;
  }
  .offset11 {
    margin-left: 59.625em;
  }
  .offset10 {
    margin-left: 54.375em;
  }
  .offset9 {
    margin-left: 49.125em;
  }
  .offset8 {
    margin-left: 43.875em;
  }
  .offset7 {
    margin-left: 38.625em;
  }
  .offset6 {
    margin-left: 33.375em;
  }
  .offset5 {
    margin-left: 28.125em;
  }
  .offset4 {
    margin-left: 22.875em;
  }
  .offset3 {
    margin-left: 17.625em;
  }
  .offset2 {
    margin-left: 12.375em;
  }
  .offset1 {
    margin-left: 7.125em;
  }
  .head_logo {
    width: 500px;
    margin: 0 0 0 30px;
  }
  .messagelist .message {
    width: 600px;
    left: 50%;
    margin-left: -300px;
  }
  #body_section,
  .body_section {
    width: 61.125em;
  }
  .section_featured {
    width: 29.625em;
  }
  .section_featured .featured_top {
    width: 29.625em;
  }
  .section_featured .featured_sub .author-date .ad-item {
    display: inline;
  }
  .section_hot {
    width: 29.625em;
  }
  .section_hot article {
    width: 29.625em;
    margin-bottom: 2em;
  }
  .section_intro {
    width: 13.4445em;
  }
  .section_primary {
    width: 45.375em;
  }
  .section_primary article {
    width: 9.9375em;
    position: relative;
  }
  .section_primary .prizes-holder article {
    width: 13.875em;
  }
  .section_primary .prizes-holder .prize-i-0,
  .section_primary .prizes-holder .prize-i-1 {
    width: 21.75em;
  }
  .section_primary .featured article {
    width: 21.75em;
  }
  #landing-quick-sub .overlay .quick-sub-box .quick-sub-message .text-box {
    max-width: 1000px;
    margin: 0 auto;
  }
  .section_news {
    width: 66.375em;
  }
  .section_news.article_wide article {
    width: 31.25em;
    float: left;
    height: 200px;
    overflow: hidden;
    padding-bottom: 10px!important;
    margin-bottom: 1em!important;
  }
  .section_article {
    width: 58.75em;
    /*.width(9);*/
  }
  .section_article article {
    width: 58.75em;
    /*.width(9);*/
  }
  .article_header {
    width: auto;
  }
  .article_info {
    width: 10.625em;
    margin-right: 1.875em;
  }
  .article_text {
    width: 46.25em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 3em;
  }
  .article_text .thumbnail {
    width: auto;
    margin-left: -10.5em;
  }
  .article_text .thumbnail-flex {
    width: 34.875em;
    margin-left: 0;
    padding: 0;
  }
  .article_text .thumbnail-flex .flexslider .slides img {
    max-height: 450px;
  }
  .section_related {
    width: 58.75em;
  }
  .section_related article {
    width: 13.25em;
    padding-bottom: 1em;
  }
  .section_related article .thumbnail {
    margin-right: 0.9375em;
  }
  .section_relatedad {
    display: block;
  }
  .section_skyscraper {
    display: block;
  }
  .section_comments {
    width: 61.125em;
  }
  .section_comments #disqus_thread {
    width: 34.875em;
    margin-left: 10.5em;
  }
  .article_wide article {
    width: 39.125em;
    float: left;
  }
  .article_wide article h3,
  .article_wide article .author-date,
  .article_wide article p {
    margin-left: 178px;
  }
  #outline_foot .foot_section {
    width: 82.125em;
  }
  #outline_foot .foot_section .foot_nav_primary {
    width: 15.875em;
  }
  #outline_foot .foot_section_main {
    width: 61.125em;
  }
  #outline_foot .foot_section_side {
    width: 19.125em;
  }
  #side_section article .thumbnail,
  .side_section article .thumbnail {
    width: 8.375em;
    float: none;
  }
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
/*
// Phones only
@media (max-width: 767px) {
  // Show
  .visible-phone     { display: inherit !important; } // Use inherit to restore previous behavior
  // Hide
  .hidden-phone      { display: none !important; }
  // Hide everything else
  .hidden-desktop    { display: inherit !important; }
  .visible-desktop   { display: none !important; }
}

// Tablets & small desktops only
@media (min-width: 768px) and (max-width: 979px) {
  // Show
  .visible-tablet    { display: inherit !important; }
  // Hide
  .hidden-tablet     { display: none !important; }
  // Hide everything else
  .hidden-desktop    { display: inherit !important; }
  .visible-desktop   { display: none !important ; }
} 

*/
@media (max-width: 979px) {
  .hide_tablet_v {
    display: none;
  }
}
@media (max-width: 1259px) {
  .hide_tablet_v {
    display: none;
  }
  #body_section .row-full {
    overflow: hidden;
  }
  #outline_foot .foot_section .foot_nav_primary {
    width: 95%;
    margin-bottom: 0;
  }
  #outline_foot .foot_section .foot_nav {
    width: 95%;
    margin-bottom: 0;
  }
  #outline_foot .foot_section .foot_nav .row,
  #outline_foot .foot_section .foot_nav .span {
    width: 100%;
    margin-bottom: 10px;
  }
  #outline_foot .foot_section .foot_nav li.netguide-link,
  #outline_foot .foot_section .foot_nav li.child {
    width: 25%;
    display: inline-block !important;
  }
  #outline_foot .foot_section .foot_nav h6 {
    padding-bottom: 10px;
  }
  #outline_foot .foot_section .foot_nav .foot_nav_icons {
    padding-left: 29px;
  }
  #outline_foot .foot_section .foot_nav .foot_nav_icons li {
    width: 18%;
    display: inline-block !important;
  }
  #outline_foot .foot_section .foot_nav .foot_nav_icons li a i {
    display: none;
  }
}
@media tv {
#header_outline {
    position: fixed;
  }
}
#example6 {
  float: left;
  margin: 5px 27% 0 27%;
}
#infscr-loading .pagination {
  display: none !important;
}
.alert .close {
  top: 0px;
  line-height: 1.1;
  font-size: 20px;
}

/*# sourceMappingURL=maps/techday.css.map */