/*===========================================================
  MAIN STYLES
  Author  : Sebastian Nitu
  Company : Avelient
  Website : http://avelient.co
  Email   : seb@avelient.com
=============================================================
  @Structure
===========================================================*/
/**
 * Clearfix
 */
.clearfix:before, .clearfix:after {
    content: "\0020"; display: block;
    overflow: hidden; visibility: hidden;
    width: 0; height: 0;
}
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* Simple Clear */
.clear, .clear-left, .clear-right { display: block; }
.clear { clear: both; }
.clear-left { clear: left; }
.clear-right { clear: right; }

/**
 * Base Structure
 */
body {
    background: #f1f1f1 url("../img/bg/body.png") repeat-y 50% 0;
}
#header {
    position: relative;
}
#main {
    float: left;
    width: 670px;
    margin: 15px 30px 0 30px;
}
#leftside {
    float : left;
    width: 230px;
    padding-bottom: 10px;
}

/* Full Width */
#main.full-width:before, #main.full-width:after {
    content: "\0020"; display: block;
    overflow: hidden; visibility: hidden;
    width: 0; height: 0;
}
#main.full-width:after { clear: both; }
#main.full-width {
    width: auto;
    float: none;
    margin: 0;
    padding: 15px 100px;
    *zoom: 1;
}
#main.full-width.landing {
    padding: 15px 32px;
}

/*===========================================================
  @Typography
===========================================================*/

body {
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #666;
}

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    padding: 0;
    color: #333;
}
h1 {
	font-family: "myriad-pro", Arial, Verdana, sans-serif;
	font-weight: 100;
    font-size: 28px;
    line-height: 32px;

}
h2 {

    font-size: 18px;
    line-height: 26px;
    color: #00b0f5;
}
h3 {
	font-family: "myriad-pro", Arial, Verdana, sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
}
h4 {}
h5 {}
h6 {}

p {
    margin: 10px 0;
    padding: 0;
}
p.highlight {
    font-style: italic;
    color: #333;
}

strong {
    color: #333;
}

img {
    display: block;
    margin: 20px 0;
}
img.align-left,
img.align_left {
    float: left;
    margin: 5px 20px 10px 0;
}
img.align-right,
img.align_right {
    float: right;
    margin: 5px 0 10px 20px;
}
img.left, img.align_left { float: left; }
img.right, img.align_right { float: right; }

img.align_center {
	display: block;
	margin: 0 auto 10px auto;
}

/**
 * Links
 */
a {
    color: #2764A1;
    text-decoration: none;
}
a:hover {
    color: #333;
    text-decoration: none;
}

/**
 * Lists
 */
ul, ol {
    margin: 10px 0 10px 20px;
    padding: 0;
}
ul {
    list-style-type: none;
    list-style-image: url("../img/features/square.png");
}
ul li, ol li {
    margin: 5px 0;
}

/* Horizontal Lists */
ul.horizontal, ol.horizontal {
    margin: 0;
    list-style: none;
    float: left;
}
ul.horizontal li, ol.horizontal li {
    margin: 0;
    float: left;
}

/**
 * Horizontal Rule
 */
hr {
    background: #efefef;
    clear: both;
    border: 0 none;
    margin: 40px 0;
    padding: 0;
    height: 6px;
}
hr.thin-border {
    background: #e0e0e0;
    height: 1px;
}

/**
 * Tables
 */
table.bordered {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-collapse: separate;
    padding: 0;
    margin: 20px 0;
    width: 100%;
    border-spacing: 0;
}
table.bordered td, table.bordered th {
    padding: 10px 15px;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}
table.bordered thead tr th {
    background: #274060;
    border-bottom: 1px solid #395476;
    border-color: #395476;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}
table.bordered tr:first-child td, table.bordered tr:first-child th { border-top: 0 none; }
table.bordered tr td:first-child, table.bordered tr th:first-child { border-left: 0 none; }

/**
 * Buttons
 */
.btn {
    display: inline-block;
    background: #adadad;
    border: 1px solid #adadad;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    padding: 8px 20px;
    color: #fff;
    text-decoration: none;
    cursor: hand;

}
.btn:hover {
    color: #fff;
    text-decoration: none;
    cursor: hand;
}

.btn-darkblue {
    background-color: #274060;
    border-color: #274060;
}


.btn-lightblue {
    background-color: #50acc5;
    border-color: #50acc5;
}

.btn-lightblue:hover { background-color: #223E62; border-color: #223E62; }

.btn.align-left {
    float: left;
    margin: 0 20px 0 0;
}
.btn.align-right {
    float: right;
    margin: 0 0 0 20px;
}

/*===========================================================
  @Header
===========================================================*/
/**
 * Logo
 */
#header .logo {
    float: left;
    display: inline;
    margin: 25px 0 10px 30px;
}
#header .logo img {
    margin: 0;
}

/**
 * Locations Dropdown
 */
.location-dropdown {
    position: absolute;
    top: -8px;
    right: 0;
    z-index: 100;
    font-size: 11px;
    line-height: 18px;
    padding: 5px;
    zoom: 1;
}
.location-dropdown p {
    margin: 0;
    padding: 5px 10px;
}
.location-dropdown ul {
    margin: 0;
    padding: 5px 0 0;
    list-style: none;
}
.location-dropdown ul li { margin: 0; }
.location-dropdown a {
    display: block;
    padding: 5px 10px;
}
.location-dropdown a:hover { background: #2e4c6e; }
.location-dropdown img {
    float: left;
    margin: 0 10px 0 0;
    height: 18px;
    width: auto;
}
.location-dropdown span {
    padding-left: 5px;
    color: #aaa;
}
.location-dropdown .country-listing { display: none; }

/* Hover */
.location-dropdown:hover {
    background: #f4f4f4;
    cursor: pointer;
}

/* Active */
.location-dropdown.active {
    color: #fff;
    background: #244060;
    border-bottom: 8px solid #50ACC5;
}
.location-dropdown.active p {
    padding: 5px 10px 10px;
    border-bottom: 1px solid #355579;
}
.location-dropdown.active a { color: #fff; }
.location-dropdown.active span { color: #7e9aba; }
/* Hover Toggle */
.location-dropdown.active .country-listing { display: block; }

/**
 * Seconday Navigation
 */
#header .secondary-nav {
    float: right;
    margin: 30px 30px 10px 0;
}
#header .secondary-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}
#header .secondary-nav ul li {
    float: left;
    list-style: none;
    border-left: 1px solid #e0e0e0;
}
#header .secondary-nav ul li:first-child {
    border: 0 none;
}
#header .secondary-nav ul li a {
    display: block;
    text-decoration: none;
    padding: 2px 10px;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #adadad;
}
#header .secondary-nav ul li a:hover {
    color: #50acc5;
}

#header .secondary-nav ul li a.shop-icon {
    background: url('../img/icon-cart.png') no-repeat center center;
    display: inline-block;
    text-indent: -99999px;
    overflow: hidden;
    width: 17px;
    height: 14px;
}

/**
 * Search in Secondary Navigation
 */
#header .secondary-nav form {
    display: inline;
    float: right;
    margin: -5px 0 -5px 10px;
}
#header .secondary-nav form label {
    display: none;
}
#header .secondary-nav form .submit {
    display: none;
}

#header .secondary-nav form .field {
		cursor: pointer;
    background: #fff url("../img/search-icon.png") no-repeat left top;
    padding: 5px 14px;
    margin: 0;
    border: 1px solid #fff;
    color: #909090;
    font-family: helvetica, arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    -webkit-transition-duration: 400ms;
    -webkit-transition-property: width, border, padding;
    -webkit-transition-timing-function: ease;
    -moz-transition-duration: 400ms;
    -moz-transition-property: width, border, padding;
    -moz-transition-timing-function: ease;
    -o-transition-duration: 400ms;
    -o-transition-property: width, border, padding;
    -o-transition-timing-function: ease;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 0;
    height: auto;
}
#header .secondary-nav form .field:focus {
    background-position: left bottom;
    border-color: #50acc4;
    color: #50acc4;
    width: 160px;
    padding: 5px 15px 5px 30px;
}

/*===========================================================
  @Navigation
===========================================================*/
/**
 * Navigation
 */
.nav {
    z-index: 15;
    position: relative;
    background: #50acc5;
    margin: 0 0 0 -8px;
    height: 40px;
    clear: both;
    width:980px;
}
.nav ul, .nav ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav ul {
    float: right;
    margin: 0 40px;
}
.nav ul li {
    position: relative;
    float: left;
}
.nav ul li a {
    z-index: 10;
    position: relative;
    display: block;
    padding: 0 20px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}
.nav ul li a:hover, .nav ul li:hover > a {
    background: #26415f;
    border-color: #fff;
}

/**
 * Dropdown Navigation
 */
.nav ul ul {
    background: #26415f;
    border: 1px solid #fff;
    z-index: 5;
    position: absolute;
    top: 39px;
    left: 0;
    width: 220px;
    float: none;
    margin: 0;
    padding: 10px;
}
.nav ul li.last ul {
    left: auto;
    right: 0;
}
.nav ul li:last-child ul {
    left: auto;
    right: 0;
}

.nav ul ul li {
    float: none;
    border-bottom: 1px solid #4b6684;
}
.nav ul ul li:last-child {
    border: 0 none;
}
.nav ul ul li a {
    font-size: 13px;
    line-height: 20px;
    padding: 8px 10px;
    border: 0 none;
}
.nav ul ul li a:hover, .nav ul ul li:hover > a {
    color: #889fb9;
}

/* Sub Dropdown Navigation */
.nav ul ul ul {
    top: -11px;
    left: 220px;
}
.nav ul li.last ul ul {
    left: -220px;
}
.nav ul li:last-child ul ul {
    left: -220px;
}

/* Navigation Subnav Toggle */
.nav ul ul {
    display: none;
}
.nav ul li:hover > ul {
    display: block;
}

/*===========================================================
  @Widgets Styles
===========================================================*/
/**
 * Subpage Header
 */
.header {
    border-bottom: 4px solid #efefef;
    margin: 0 0 20px 0;
}
.header p, .intro {
	font-family: "myriad-pro", Arial, Verdana, sans-serif;
	font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #2764A1;
    margin-top: -5px;
}
.header .share {
    float: right;
}

/**
 * Inline Columns
 */
.column-wrap:before, .column-wrap:after {
    content: "\0020"; display: block;
    overflow: hidden; visibility: hidden;
    width: 0; height: 0;
}
.column-wrap:after { clear: both; }
.column-wrap {
    margin-left: -20px;
    *zoom: 1;
}
.column {
    position: relative;
    float: left;
    width: 325px;
    padding: 0;
    margin: 0 0 0 20px;
}
.column.full {
	width: auto;
	float: none;
}
.column .inner-column {
    padding: 10px 20px 80px 20px;
}
.column img {
    margin: 10px auto;
}
.column .btn {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

/**
 * Article Listing
 */
.article-listing {
    margin: 0;
    list-style: none;
}
.article-listing li {
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: 1px solid #f2f2f2;
}
.article-listing li:last-child {
    border: 0 none;
}

/**
 * Item Listing
 */
.item-listing:before, .item-listing:after {
    content: "\0020"; display: block;
    overflow: hidden; visibility: hidden;
    width: 0; height: 0;
}
.item-listing:after { clear: both; }
.item-listing {
    margin: 0;
    *zoom: 1;
}
.item-listing li {
    list-style: none;
    margin: 0;
}

/* Four Columns */
.item-listing.four-columns {
    margin-left: -2%;
}
.item-listing.four-columns li {
    width: 23%;
    margin-left: 2%;
    float: left;
}
.item-listing.four-columns li:nth-child(4n+1) {
    clear: left;
}

/**
 * Toggle Widget
 */
.toggle-btn {
    margin: 20px 0;
}
.toggle-container {
    margin: 20px 0;
}
.toggle-btn.hide { display: none; }
.toggle-btn.show { display: block; }

.toggle-btn .less { display: none; }
.toggle-btn .active .less { display: inline; }
.toggle-btn .active .more { display: none; }
.toggle-btn. { display: inline; }
.toggle-container.hide { display: none; }
.toggle-container.show { display: block; }

/**
 * Thumbnails
 */
.thumbnail-box:before, .thumbnail-box:after {
    content: "\0020"; display: block;
    overflow: hidden; visibility: hidden;
    width: 0; height: 0;
}
.thumbnail-box:after { clear: both; }
.thumbnail-box {
    *zoom: 1;
}
.thumbnail-box .thumbnail {
    float: left;
}
.thumbnail-box .thumbnail img {
    margin: 0;
}
.thumbnail-box .details {
    padding-left: 150px; /* This should be adjusted based on image width */
}

/**
 * Specific Thumbnail Widgets
 */
.related-box {
	margin: 30px 0;
}
.related-box .thumbnail-box {
	padding: 10px 0;
	border-top: 1px solid #eaeaea;
}
.related-box .thumbnail-box .details { margin: 5px 0; }
.related-box .thumbnail-box .details h4 { margin: 0; }
.related-box .thumbnail-box .details p { margin: 0; }

/* Left padding for thumbnails */
.related-box .thumbnail-box .details { padding-left: 120px; }
.related-box .thumbnail-box .details.full { padding-left: 0; }
.sidebar .related-box .thumbnail-box .details { padding-left: 65px; }

/**
 * Boxes
 */
.box {
    position: relative;
    display: block;
}
.box .inner-box {
    position: relative;
    display: block;
    padding: 10px 20px;
}
/* Box Icon */
.box .inner-box .box-icon {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
}
.box .inner-box .box-icon img {
	margin: 0 auto;
}

/* Bordered */
.box.box-bordered {}
.box.box-bordered .inner-box {
    border: 1px solid #dcddde;
}
/* Colored */
.box.box-darkblue { background-color: #223e62; }
.box.box-lightblue { background-color: #50acc5; }
.box.box-grey { background-color: #dcddde; }
.box.box-lightgrey { background-color: #f2f2f2; }

.box.box-darkblue, .box.box-lightblue,
.box.box-darkblue h2, .box.box-lightblue h2,
.box.box-darkblue a, .box.box-lightblue a { color: #fff; }
.box.box-grey, .box.box-grey h1, .box.box-grey a { color: #999; }

/* Box Wrap */
.boxes-wrap { margin: 10px 0 0; }
.boxes-wrap .box {
    float: left;
    margin: 0 10px 10px 0;
}
.boxes-wrap .box:last-child,
.boxes-wrap .box.last { margin: 0; }

.boxes-wrap .box h2 {
	font-family: "myriad-pro", Arial, Verdana, sans-serif;
	color: #666;
	font-weight: normal;
	font-size: 21px;
}

/* Clickable Boxes */
.boxes-wrap .box.clickable { cursor: pointer; }
.boxes-wrap .box.clickable a { display: none; }
.boxes-wrap .box.clickable:hover { background-color: #f3f3f4; }

/**
 * Pagination
 */
.MarkupPagerNav:before,
.pagination:before,
.MarkupPagerNav:after,
.pagination:after {
    content: "\0020"; display: block;
    overflow: hidden; visibility: hidden;
    width: 0; height: 0;
}
MarkupPagerNav:after,
.pagination:after { clear: both; }

.MarkupPagerNav,
.pagination {
    border-top:1px solid #F2F2F2;
    margin: 20px 0;
    padding: 10px 0;
    font-size: 12px;
    line-height: 18px;
    *zoom: 1;
}

.MarkupPagerNav .page-details,
.pagination .page-details {
    float: left;
    color: #adadad;
    padding: 5px 0;
}

.pagination ul {
    float: right;
    margin: 10px 0;
    list-style: none;
}

.MarkupPagerNav li,
.pagination ul li {
    display: inline-block;
    margin: 0;
}

.MarkupPagerNav li a,
.pagination ul li a {
    display: block;
    background: #adadad;
    color: #fff;
    padding: 5px 10px;
}

.MarkupPagerNav li a:hover,
.pagination ul li a:hover {
    background:#50acc5;
    text-decoration: none;
}

.MarkupPagerNav li.MarkupPagerNavOn a,
.pagination ul li a.current {
    background:#203e61;
}

/**
 * Share
 */
.share {
    list-style: none;
    margin: 0;
    font-size: 14px;
    line-height: 26px;
    color: #adadad;
    float: left;
}
.share li {
    margin: 0 2px;
    display: inline-block;
    float: left;
}
.share li img {
    margin: 0;
}

/**
 * To Top Button
 */
.top-link {
    background: url('../img/features/uarrow.gif') no-repeat left center;
    float: right;
    clear: both;
    margin: 10px 0;
    font-size: 12px;
    line-height: 18px;
}
.top-link a {
    padding-left: 18px;
    text-decoration: none;
    color: #adadad;
}
.top-link a:hover {
    color: #2764a1;
}

/**
 * Logo Holder
 */
.logo-holder {
    margin: 20px 0;
    display: block;
    float: left;
    width: 650px;
    height: 130px;
    border: 1px solid #d9d9d9;
}
.logo-holder a {
    display: block;
    width: 120px;
    height: 120px;
    float: left;
    margin: 5px;
}
.logo-holder a img {
    display: block;
    float: left;
    margin: 0;
}

/**
 * Page Footer
 */
.page-footer {
    padding: 30px 0 0;
    color: #adadad;
}

/*===========================================================
  @Specific Pages
===========================================================*/
/**
 * About Page
 */
.about-landing-subpage .about-timeline,
.about-landing-subpage .about-locations {
    margin: 40px 0;
}

/* Timeline Styles */
.about-landing-subpage .about-timeline {
    background: url("../img/about-timeline-bg.png") 26px 0 repeat-y;
    width: 460px;
    float: left;
    padding: 15px 0;
}
.about-landing-subpage .about-timeline h2 {
    background: #203e61;
    color: #fff;
    float: left;
    clear: both;
    width: 90px;
    text-align: center;
    padding: 10px 0;
    margin: 0 0 35px;
}
.about-landing-subpage .about-timeline p {
    border-bottom: 1px solid #0d223f;
    float: left;
    width: 350px;
    padding: 5px 0 5px 20px;
    margin: 0;
}

/* Location Box Styles */
.about-landing-subpage .about-locations {
    background: #203e61;
    color: #fff;
    width: 220px;
    float: right;
    padding: 15px 30px;
}
.about-landing-subpage .about-locations h2 {
    font-size: 26px;
    line-height: 34px;
    color: #fff;
}
.about-landing-subpage .about-locations h3 {
    font-size: 18px;
    color: #fff;
    margin: 15px 0 0 0;

}
.about-landing-subpage .about-locations p {
    margin: 0 0 15px 0;
}

/**
 * News Page
 */
/* News - Splash */
.news-splash{
    background: #203e61;
    width: 950px;
    height: 230px;
    margin: 15px auto 0;
}
.news-splash img {
    float: right;
    margin: 0;
}
.news-splash .content {
    width: 520px;
    float: left;
    margin: 25px 0 0 40px;
    color: #fff;
}
.news-splash .content h1 {
    color: #fff;
    font-weight: normal;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: -10px;
}
.news-splash .content h1 a {
	color: #fff;
}
.news-splash .content h1 a:hover {
	color: #50ACC5;
}
.news-splash .content p {
    font-size: 18px;
    line-height: 26px;
    margin: 20px 0;
}

/* News - Base */
.news-landing .news-box {
    width: 350px;
    float: left;
    margin-bottom: 20px;
}

.news-landing .news-box.alt {
	float: right;
	width: 380px;
}

.news-landing .news-box.full {
	width: auto;
	float: none;
    clear: both;
}

/* News - Typography */
.news-landing h2 {
    color: #7f7f7f;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #f2f2f2;
}
.news-landing h3, .news-landing p {
    margin: 5px 0;
}
.news-landing ul {
    margin: 0;
    list-style: none;
}
.news-landing ul li {
    padding: 0 0 10px 0;
    margin: 15px 0;
    border-bottom: 1px solid #f2f2f2;
}

/* News - Events */
.event-item {
    display: block;
    width: 100%;
    clear: both;
    float: left;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #f2f2f2;
}
.event-item h3, .event-item p {
    margin: 5px 0;
}

/**
 * Partners Page
 */
.partners-listing {
    margin: 0;
    padding: 30px 0 0 0;
    list-style: none;
}
.partners-listing li {
    list-style: none;
    float: left;
    text-align: center;
    width: 33%;
    height: 120px;
}
.partners-inner-subpage .logo-column {
    float: left;
    width: 220px;
}
.partners-inner-subpage .content-column {
    padding-left: 220px;
}
.partners-inner-subpage .content-column h3 {
    font-weight: normal;
    border-bottom: 1px solid #e0e0e0;
    padding: 5px 0;
    margin: 15px 0;
}
.partners-inner-subpage .related ul {
    list-style: none;
    margin: 0;
    width: 300px;
}
.partners-inner-subpage .related li {
    list-style: none;
    margin: 0;
    padding: 5px;
    border-bottom: 1px solid #efefef;
}

.partners-inner-subpage .related li.last {
	border-bottom: none;
}

.partners-inner-subpage .content-column .btn {
    float: right;
}

/**
 * Careers & Jobs Page
 */
.careers-landing-subpage .left-col {
    display: block;
    width: 550px;
    float: left;
}
.careers-landing-subpage .contact-box {
    display: block;
    width: 160px;
    float: right;
}
.careers-landing-subpage .contact-box a {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    border: 1px solid #d9d9d9;
    width: 75px;
    height: 75px;
    float: left;
}
.careers-landing-subpage .contact-box a.mail {
    margin-right: 5px;
    background: url("../img/icn-mail.png") no-repeat center center;
}
.careers-landing-subpage .contact-box a.phone {
    background: url("../img/icn-phone.png") no-repeat center center;
}
.careers-landing-subpage .contact-box p {
    color: #7f7f7f;
}

/**
 * Contact Page
 */
/* Contact - Splash */
.contact-splash {
    background: #203e61;
    width: 950px;
    margin: 15px auto 0;
    padding: 15px 0;
    text-align: center;
    color: #fff;
}

.contact-splash h1, .contact-splash p, .contact-splash strong {
    color:#fff;
}
.contact-splash h1 {
    margin: 20px 0;
}
.contact-splash p {
    font-size: 18px;
    margin: 20px 0;
}
.contact-splash p.email-action {
    margin: 30px 0;
}

/* Contact - Content */
#main.contact-landing {
    width: auto;
    float: none;
    padding: 30px 0;
    margin: 0 auto;
    width: 880px;
}
.contact-landing-intro-area {
    border-bottom: 1px solid #f2f2f2;
    clear: both;
}
.contact-item {
    display: block;
    float: left;
    width: 23%;
    padding: 0 2% 0 0;
    margin: 15px 0;
}

/**
 * Distributors Page
 */
.distributor-item {
	display: block;
	float: left;
	width: 25%;
	border-bottom: 1px solid #F2F2F2;
	margin: 0 0 10px 10px;
}

.distributors-landing .item-listing {
    font-size: 12px;
    line-height: 18px;
}
.distributors-landing .item-listing li {
	border-top: 1px solid #F2F2F2;
	margin-bottom: 15px;
}
.distributors-landing .item-listing li.no-border { border: 0 none; }
.distributors-landing .item-listing li:nth-child(-n+4) { border: 0 none; }

/**
 * Software Sub Page
 */
/* Tools */
.tools-boxes .box { width: 330px; }
.tools-boxes .box .inner-box {
    padding-bottom: 80px;
    min-height: 380px;
}
.tools-boxes .box img { margin: 10px auto; }
.tools-boxes .box .btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin-top: 20px;
}

/**
 * Solutions Page
 */
.solutions-landing {
	display: block;
	width: 780px;
	margin: 0 auto;
	margin-top: 30px;
}
.solutions-landing ul {
    list-style: none;
    margin: 30px 0 0 -55px;
}
.solutions-landing ul li {
	float: left;
	width: 218px;
    margin: 0 0 30px 55px;
}
.solutions-landing img {
    margin: 0;
}
.solutions-landing a {
    display: block;
    color: #2764A1;
}
.solutions-landing a:hover {
    text-decoration: none;
    color: #fff;
}
.solutions-landing a span {
	display: block;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-top: none;
	padding: 10px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
.solutions-landing a:hover span {
    background: #50ACC5;
    border-color: #50ACC5;
}

/*===========================================================
  @Landing Pages
===========================================================*/
/**
 * Landing Splash
 */
.landing-splash { color: #fff; }
.landing-splash .inner-box {
	padding: 25px 45px;
}
.landing-splash h2 {
	font-family: "myriad-pro", Arial, Verdana, sans-serif;
	font-weight: 100;
	color: #fff;
	font-size: 36px;
	line-height: 44px;
	margin-top: 5px;
}
.landing-splash p {
	font-size: 16px;
	line-height: 24px;
}

/* Clickable Landing Splash */
.landing-splash.clickable { cursor: pointer; }
.landing-splash.clickable:hover { background-color: #50acc5; }
.landing-splash.clickable a { display: none; }

/**
 * Root Products Landing Page
 */
/* Product Nav */
.products-landing-top-nav {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
}
.products-landing-top-nav li {
    width: 25%;
	float: left;
	margin: 0;
	padding: 5px 0 0 0;
}
.products-landing-top-nav li a {
	border-right: 1px solid #e7e8e9;
	display: block;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #76787b;
}
.products-landing-top-nav li:last-child a,
.products-landing-top-nav li.last a{
    border: 0 none;
}
.products-landing-top-nav li a img {
    margin: 0 auto 5px;
}
.products-landing-top-nav li a:hover {
	color: #4bacc6;
}

/* Products Landing Splash */
.products-landing-splash {
	background-image: url("../img/placeholder/products-mid-som.png");
	background-position: 690px bottom;
	background-repeat: no-repeat;
}
.products-landing-splash .inner-box {
	padding: 25px 300px 25px 45px;
}

/* Product Featuerd Boxes */
.products-boxes .product-box { width: 293px; }
.products-boxes .product-box .inner-box { height: 265px; }
.products-boxes .product-box-single-board-computers { background: url("../img/placeholder/products-block-0.png") bottom no-repeat #fff; }
.products-boxes .product-box-industrial-cameras { background: url("../img/placeholder/products-block-1.png") bottom no-repeat #fff; }
.products-boxes .product-box-can-network-solutions, .products-boxes .product-box-industrial-network-solutions { background: url("../img/placeholder/products-block-2.png") bottom no-repeat #fff; }
.products-boxes .product-box-software { background: url("../img/placeholder/products-block-3.png") bottom no-repeat #fff; }

/* Product Extras */
.products-extra .box { width: 187px; }
.products-extra .box .inner-box { height: 200px; }
.products-extra .products-extra-featured-box { width: 506px; }

/* Featured Products */
.products-extra-featured-box ul {
    margin: 10px 0 30px;
    list-style: none;
}
.products-extra-featured-box ul li {
	display: block;
	width: 80px;
	float: left;
	margin: 0 15px 0 0;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
}
.products-extra-featured-box ul li:last-child,
.products-extra-featured-box ul li.last {
    margin-right: 0;
}
.products-extra-featured-box li img {
	margin: 0 auto 5px;
}

/**
 * Services Page
 */
.services-boxes .service-box { width: 293px; }
.services-boxes .service-box .inner-box { height: 265px; }

/**
 * Support Page
 */
.support-boxes .support-box { width: 293px; }
.support-boxes .support-box .inner-box { height: 235px; }

/**
 * Sub Products Landing
 */
.product-landing:before, .product-landing:after {
    content: "\0020"; display: block;
    overflow: hidden; visibility: hidden;
    width: 0; height: 0;
}
.product-landing:after { clear: both; }
.product-landing {
	border: 1px solid #E0E0E0;
	margin: 0 0 10px 0;
	*zoom: 1;
}

/* Boxes */
.product-landing .box {
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	float: left;
}
.product-landing .box.last-right { border-right: 0 none; }
.product-landing .box.last-bottom { border-bottom: 0 none; }
.product-landing .box.full-width {
    width: 100%;
	float: none;
	clear: both;
}
.product-landing .box.full-width .inner-box {
    height: auto;
}
.product-landing .box .inner-box h2,
.product-landing .box .inner-box h3 {
	color: #333;
	font-size: 15px;
	line-height: 26px;
	font-weight: bold;
}
.product-landing .box .inner-box img { margin: 5px auto; }
.product-landing .box .inner-box img.logo { margin: 5px auto 0; }
.product-landing .box .inner-box p {
    font-size: 13px;
    line-height: 18px;
}
.product-landing .box .highlight {
    color: #00b0F5;
    font-style: normal;
}

/* Boxes - Clickable */
.product-landing .clickable { cursor: pointer; }
.product-landing .clickable a { display: none; }

/* Boxes - Clickable Hover */
.product-landing .clickable:hover {
    background: #F2F2F2;
    /* color: #fff; */
}
.product-landing .clickable:hover h1,
.product-landing .clickable:hover h2,
.product-landing .clickable:hover p {
    /* color: #fff; */
}

/* Box - Header */
.product-landing .box.box-lightgrey.full-width .inner-box { height: auto; }
.product-landing .box.box-lightgrey p {
    font-size: 14px;
	line-height: 22px;
}

/**
 * SOM Landing Page
 */
.som-product-landing .box { width:222px; }
.som-product-landing .box .inner-box { height:335px; }
.som-product-landing .box .inner-box hr {
    margin: 15px 20px;
}
.som-product-landing .box.box-featured { background: none; }
.som-product-landing .box.box-featured .inner-box { height: auto; }

/* Horizontal Listing */
.som-product-landing .box-featured .inner-box ul { margin: 10px 0; }
.som-product-landing .box-featured .inner-box ul li {
    text-align: center;
    margin: 0 25px 0 0;
}
.som-product-landing .box-featured .inner-box ul li:last-child,
.som-product-landing .box-featured .inner-box ul li.last { margin-right: 0; }
.som-product-landing .box-featured .inner-box ul li a { display: block; font-size: 11px; }
.som-product-landing .box-featured .inner-box ul li a img {
    position: relative;
    margin: 0 0 5px 0;

}

/* Box Accessories */
.box-accessories {
	float: left;
	width: 150px;
	margin-right: 10px;
}
.box-accessories .inner-box { height: 160px; }
.box-accessories ul {
    margin: 10px 0;
    list-style: none;
    font-size: 13px;
    line-height: 18px;
}
.box-accessories ul li { margin: 0; }

/* Video Listing */
ul.video-listing { text-align: center; }
ul.video-listing li {
    width: 160px;
    margin-right: 15px;
}
ul.video-listing li.last,
ul.video-listing li:last-child { margin-right: 0; }
ul.video-listing li a { display: block; }
ul.video-listing li a img { margin: 0 auto 5px; }

/**
 * Software Landing Page
 */
.software-product-landing .box { width: 222px; }
.software-product-landing .box .inner-box { height: 140px; }
.software-product-landing .box .inner-box img {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
}
.software-product-landing .box-tools { width: 333px; }
.software-product-landing .box-custom { width: 334px; }

/**
 * SBC Landing Page
 */

.sbc-product-landing .box-lightgrey .inner-box img {
    position: relative;
    float: right;
    margin: 10px -20px 0 0;
}
 
.sbc-product-landing .last-bottom { width: 333px; }
.sbc-product-landing .last-bottom.last-right {
    width: 334px;
    margin: 0;
}
.sbc-product-landing .last-bottom .inner-box { height: 150px; }

.sbc-product-landing .box.box-featured { background: none; border-top: 1px solid #E0E0E0; }
.sbc-product-landing .box.box-featured .inner-box { height: auto; }

/* Horizontal Listing */
.sbc-product-landing .box-featured .inner-box ul { margin: 10px 0; }
.sbc-product-landing .box-featured .inner-box ul li {
    text-align: center;
    margin: 0 25px 0 0;
}
.sbc-product-landing .box-featured .inner-box ul li:last-child,
.sbc-product-landing .box-featured .inner-box ul li.last { margin-right: 0; }
.sbc-product-landing .box-featured .inner-box ul li a { display: block; font-size: 11px; }
.sbc-product-landing .box-featured .inner-box ul li a img {
    position: relative;
    margin: 0 0 5px 0;

}

/**
 * Cameras Landing Page
 */
.camera-product-landing .box { width: 222px; }
.camera-product-landing .box .inner-box { height: 275px; }

.camera-product-landing .box .inner-box img {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
}
.camera-product-landing .box-lightgrey .inner-box img {
    position: relative;
    float: right;
    margin: 0 -20px 0 0;
}

.camera-product-landing .last-bottom { width: 333px; }
.camera-product-landing .last-bottom.last-right {
    width: 334px;
    margin: 0;
}

.camera-product-landing .last-bottom .inner-box { height: 150px; }

/**
 * Network Landing Page
 */

 .can-landing-mid-box:hover {
   background-color: white;
 }

 .network-product-landing .box .inner-box .wrap {
	 padding-right: 240px;
 }

.network-product-landing .box { width: 222px; }
.network-product-landing .box .inner-box { height: 225px; }
.network-product-landing .box .inner-box img {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
}

.network-product-landing .box .inner-box img.middle {
    position: relative !important;
    padding-top: 10px;
}

.network-product-landing .box-featured .inner-box ul { margin: 10px 0; }
.network-product-landing .box-featured .inner-box ul li {
    text-align: center;
    margin: 0 9px 0 0;
}
.network-product-landing .box-featured .inner-box ul li:last-child,
.network-product-landing .box-featured .inner-box ul li.last { margin-right: 0; }
.network-product-landing .box-featured .inner-box ul li a { display: block; }
.network-product-landing .box-featured .inner-box ul li a img {
    position: relative;
    margin: 0 0 5px 0;
}
.network-product-landing .box-contact { width: 333px; }
.network-product-landing .box-accessories {
    width: 334px;
    margin: 0;
}
.network-product-landing .box-contact .inner-box,
.network-product-landing .box-accessories .inner-box { height: 150px; }

/*===========================================================
  @Product Subpages
===========================================================*/
/**
 * General Product Subpages
 */
.som-product-subpage .box.box-lightgrey img.align-left { margin: 10px 40px 10px 10px; }
.som-product-subpage .box.box-lightgrey img.align-right { margin: 10px 10px 10px 40px; }
.som-product-subpage .box.box-lightgrey img.logo { margin: 10px 0; }

/* Product Footer */
.product-subpage-footer .box { width: 180px; }
.product-subpage-footer .box .inner-box { height: 190px; }
.product-subpage-footer .box ul {
    line-height: 22px;
    margin: 10px 0;
    list-style: none;
}
.product-subpage-footer .box ul li { margin: 0; }
/* SOM Product Footer */
.som-product-subpage-footer .box-related { width: 290px; }
/* CAN Product Footer */
.can-product-subpage-footer .box-contact { width: 290px; }
.can-product-subpage-footer .box-legacy { width: 370px; }

/**
 * Product Listing
 */
.product-listing:before, .product-listing:after {
    content: "\0020"; display: block;
    overflow: hidden; visibility: hidden;
    width: 0; height: 0;
}
.product-listing:after { clear: both; }
.product-listing {
    margin: 10px 0;
    list-style: none;
    *zoom: 1;
}
.product-listing li {
    float: left;
    width: 50%;
    margin: 10px 0;
}
.product-listing li.even {
	float: right;
}
.product-listing li.odd {
	clear: left;
}
.product-listing li.odd .inner-product-item {
	padding-right: 40px;
}
.product-listing li.even .inner-product-item {
    padding-left: 40px;
    padding-right: 0;
    border-left: 1px solid #e0e0e0;
}
.product-listing li h3 { margin: 0 0 5px 0; }
.product-landing .box .inner-box .product-listing li img { margin: 0; }
.product-landing .box .inner-box .product-listing li p {
    font-size: 12px;
    line-height: 16px;
    margin: 5px 0;
}

.product-listing-linear {
    margin: 10px 0;
    list-style: none;
    *zoom: 1;
}

.product-listing-linear li {
	margin: 10px 0;
}

.product-listing-linear li:before, .product-listing-linear li:after {
    content: "\0020"; display: block;
    overflow: hidden; visibility: hidden;
    width: 0; height: 0;
}

.product-listing-linear li h3 { margin: 0 0 5px 0; }
.product-landing .box .inner-box .product-listing-linear li img { margin: 0; }
.product-landing .box .inner-box .product-listing-linear li p {
    font-size: 12px;
    line-height: 16px;
    margin: 5px 0;
}

.product-listing-linear li .left {
	float: left;
	width: 480px;
}

.product-listing-linear li .right {
	float: right;
}

/**
 * SOM Accessories Subpage
 */
.som-accessories-product-subpage {

}
.som-accessories-product-subpage .box { width: 222px; }
.som-accessories-product-subpage .box .inner-box { height: 225px; }
.som-accessories-product-subpage .box .inner-box h2 {
    margin: -10px 0 10px;
    color: #00b0f5;
}
.som-accessories-product-subpage .box-featured .inner-box ul { margin: 10px 0; }
.som-accessories-product-subpage .box-featured .inner-box ul li {
    text-align: center;
    margin: 0 9px 0 0;
}
.som-accessories-product-subpage .box-featured .inner-box ul li:last-child,
.som-accessories-product-subpage .box-featured .inner-box ul li.last { margin-right: 0; }
.som-accessories-product-subpage .box-featured .inner-box ul li a { display: block; }
.som-accessories-product-subpage .box-featured .inner-box ul li a img {
    margin: 0 0 5px 0;
}
.som-accessories-product-subpage .box-contact { width: 333px; }
.som-accessories-product-subpage .box-accessories {
    width: 334px;
    margin: 0;
}
.som-accessories-product-subpage .box-contact .inner-box,
.som-accessories-product-subpage .box-accessories .inner-box { height: 120px; }

/**
 * CAN Products
 */
.can-product-subpage .box-lightgrey .inner-box img {
    margin: 80px -21px -10px 40px;
}

/**
 * Single Products
 */
.product-intro {}
.product-intro h1 {
    font-size: 30px;
    line-height: 38px;
    font-weight: normal;
    color: #303030;
    clear: none;
}
.product-intro h2 {
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    color: #909090;
}
.product-intro h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: normal;
    padding: 5px 0;
    margin: 20px 0 0 0;
    color: #303030;
}
.product-intro h1.sbc-title {
    margin-top: 0;
}
.product-intro h2.sbc-title-before {
    color: #303030;
    margin-bottom: 0;
}

/* Gallery */
.product-intro .product-gallery {
    position: relative;
    width: 280px;
    float: left;
    text-align: center;
    margin-top: 8px; /* line up with product title */
}
.product-intro .product-gallery ul {
    list-style: none;
    margin: 0;
}
.product-intro .product-gallery ul li {
    list-style: none;
}
.product-intro .product-gallery img {
	display: block;
	border: 0px solid #e0e0e0;
    margin: 0 auto;
}

.product-intro .product-gallery img.can-product-image {
	border: 1px solid #e0e0e0;
}

/* Header */
.product-intro .product-header {
    padding-left: 300px;
    margin-bottom: 20px;
    border-bottom: 0px solid #e0e0e0;
}
.can-product.product-intro .product-header {
    border-bottom: 0 none;
}

.product-intro .product-header h3 {
    border-bottom: 1px solid #e0e0e0;
}
.product-intro .product-header p, .product-intro .product-content p {
    font-size: 14px;
    line-height: 22px;
    padding: 0;
    margin: 10px 0;
    color: #303030;
}
.product-intro .product-header .contact {

}
.product-intro .product-header .contact .buttons,
.product-intro .product-header .contact .phone {
    float: left;
    margin: 15px 0;
}
.product-intro .product-header .contact .buttons {
    width: 35%;
    margin-right: 8%;
}
.product-intro .product-header .contact .phone {
    width: 57%;
}

.product-intro .product-header .contact .buttons a {
    background: #274060;
    color: #fff;
    display: block;
    text-align: center;
    padding: 8px 0;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    text-transform: normal;
}

.product-intro .product-header .contact .buttons a:hover {
    background: #50ACC5;
}

.product-intro .product-header .contact .buttons a.btn {
    border: 0px solid #adadad !important;
}

.product-intro .product-header .phone p {
    background: url(../img/icon-phone-lightgray.png) no-repeat 0 5px;
    padding-left: 45px;
    font-size: 15px;
    line-height: 22px;
    color: #909090;
}

/* Content */
.product-intro .product-content {
    clear: both;
}

.single-product-footer {
  clear: both;
  border-top: 5px solid #ebebeb;
  padding-top: 20px;
  margin-top: 20px;
}
.single-product-footer .box-action {
  width: 280px;
}
.single-product-footer .box-action .inner-box {
  background: url("../img/bg-som-footer-action.png") no-repeat 90px bottom;
  height: 178px;
}
.single-product-footer .box-action p {
  font-size: 13px;
  line-height: 20px;
}
.single-product-footer .box-video {
  display: block;
  width: 380px;
  height: 200px;
  text-indent: -9999px;
}
.single-product-footer .box-video img {
  margin: 0;
  display: block;
}

/* Blue Text */
.text-blue {
  color: #00b0f5;
}

/**
 * Tabs & Panels
 */
/* Tabs */
.tabs {
    margin: 15px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.tabs ul {
    margin: 0;
    float: left;
}
.tabs ul li {
    list-style: none;
    float: left;
}
.tabs ul li a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    text-decoration: none;
    color: #303030;
    padding: 12px 20px;
}
.tabs ul li a.active, .tabs ul li a:hover {
    color: #888888;
}
.tabs ul li a.active:before {
    content: "\0020";
    background: url(../img/tab-active.png) no-repeat center center;
    width: 11px;
    height: 18px;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -5px;
}

/* Panels */
.TabbedPanelsContent {
    margin: 20px 0;
}
.TabbedPanelsContent hr {
    margin: 20px 0;
}
.TabbedPanelsContent table tr {
    vertical-align: top;
}
.TabbedPanelsContent table td {}

.TabbedPanelsContent img.left,
.TabbedPanelsContent img.align_left {
    float: left;
    margin: 0 20px 20px 0;
}
.TabbedPanelsContent img.right,
.TabbedPanelsContent img.align_right {
    float: right;
    margin: 0 0 20px 20px;
}

.TabbedPanelsContent .highlight,
.TabbedPanelsContent blockquote {
    background: #efefef;
    padding: 10px 20px;
    margin: 20px 0;
    clear: both;
}
.TabbedPanelsContent .highlight img,
.TabbedPanelsContent blockquote img {
    float: left;
    margin: 15px 30px 15px 10px;
}
.TabbedPanelsContent .highlight p,
.TabbedPanelsContent blockquote p {
    font-size: 14px;
    line-height: 22px;
}

/* Final Details */
.TabbedPanelsContent .final-details .box, .TabbedPanelsContent .final-details .video {
    float: left;
}
.TabbedPanelsContent .final-details .box {
    background: url(../img/placeholder/products-img-1.jpg) no-repeat center bottom;
    width: 270px;
    margin-right: 20px;
}
.TabbedPanelsContent .final-details .box .inner-box {
    padding: 10px 20px;
    border: 1px solid #e0e0e0;
    border-color: rgba(0,0,0, 0.1);
    height: 178px;
}
.TabbedPanelsContent .final-details .video {
    background: url(../img/placeholder/products-img-2.jpg) no-repeat center bottom;
    width: 380px;
    height: auto;
    margin: 0;
    padding: 0;
}
.TabbedPanelsContent .final-details .video .inner-video {
    border: 1px solid #e0e0e0;
    border-color: rgba(0,0,0, 0.1);
    height: 198px;
}

.TabbedPanelsContent .final-details .video h2 {
    padding: 10px 20px;
    margin: -1px -1px 0 -1px;
    color: #fff;
    background-color: #606060;
    background-color: rgba(0,0,0, 0.5);
}

/* Software Packages */
.TabbedPanelsContent .software-package {
    position: relative;
    margin: 20px 0;
    padding-left: 150px;
    padding-right: 150px;
}
.TabbedPanelsContent .software-package img {
    position: absolute;
    top: 0;
    left: 0;
}
.TabbedPanelsContent .software-package h3 {
    background: #efefef;
    margin: 0 0 10px 0;
    padding: 5px 15px;
}

/* Development Area */
#developer-content table tr td {
    padding: 5px 20px 5px 70px;
    width: 50%;
}
.TabbedPanelsContent table td.support {
    background: url(../img/icon-question.png) no-repeat 0 15px;
}
.TabbedPanelsContent table td.wiki {
    background: url(../img/icon-wiki.png) no-repeat 0 15px;
}
.TabbedPanelsContent table td.knowledge {
    background: url(../img/icon-exclamation.png) no-repeat 0 15px;
}
.TabbedPanelsContent table td.schematic {
    background: url(../img/icon-computer.png) no-repeat 0 15px;
}

/* Buy Now */
#buy-content h2 {
  display: none;
}

/* Forms */
.TabbedPanelsContent form {
    position: relative;
    border: 1px solid #e0e0e0;
    padding: 10px 20px;
    margin: 20px 0;
    min-height: 280px;
}
.TabbedPanelsContent form .img-group {
    width: 280px;
    float: left;
    margin: 0;
}
.TabbedPanelsContent form .img-group img {
    max-width: 280px;
    display: block;
    float: left;
    margin-bottom: 0;
}
.TabbedPanelsContent form .img-group img.thumb {
    margin: 0px 20px 0 0;
    width: 80px;
}
.TabbedPanelsContent form .img-group img.thumb:last-child {
  margin-right: 0;
}

.TabbedPanelsContent form .buy-options {
	float: right;
	width: 320px;
	padding: 20px 0 0;
}

.TabbedPanelsContent form .group:before,
.TabbedPanelsContent form .group:after {
    content: "\0020"; display: block;
    overflow: hidden; visibility: hidden;
    width: 0; height: 0;
}
.TabbedPanelsContent form .group:after {
    clear: both;
}
.TabbedPanelsContent form .group {
    padding: 5px 0;
    *zoom: 1;
}
.TabbedPanelsContent form .group .group-key {
    float: left;
    width: 130px;
    text-align: right;
    font-size: 14px;
    color: #303030;
    font-weight: normal;
}
.TabbedPanelsContent form .group .group-value {
    padding-left: 140px;
}

.TabbedPanelsContent form .group .group-value select {
    width: 160px;
}
.TabbedPanelsContent form .group .group-value .helper {
    display: inline;
    color: #909090;
}

.TabbedPanelsContent form .group-action {
    border-top: 1px solid #e0e0e0;
    margin-top: 10px;
    padding: 0;
}
.TabbedPanelsContent form .group-action p {
    font-size: 16px;
    line-height: 20px;
    color: #52ACC5;
}
.TabbedPanelsContent form .group-action input {
    font-family: arial, helvetica, sans-serif;
    background: #50ACC5;
    border: 1px solid #50ACC5;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    padding: 8px 20px;
    margin: 0;
    text-decoration: none;
    cursor: hand;
}

.TabbedPanelsContent form .group-action input:hover {
    font-family: arial, helvetica, sans-serif;
    background: #274060;
    border: 1px solid #274060;
}

/**
 * Related Products
 */
.related-products ul {
    list-style: none;
    margin: 0 0 0 -20px;
    width: 690px;
    float: left;
}
.related-products ul li {
    list-style: none;
    width: 210px;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
}
.related-products ul li img {
    margin: 0 0 10px 0;
}
.related-products ul li h3 {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
}
.related-products ul li p {
    margin: 0;
}
.related-products ul li p.price {
    font-size: 16px;
    line-height: 22px;
}
.related-products ul li p.price a {
    text-decoration: none;
    font-weight: normal;
}

/*===========================================================
  @Forms
===========================================================*/
/**
 * General Forms
 */
.req-item {
    color: #FF7F00;
    font-weight: bold;
}

/**
 * Status Colors
 */
.error { color: red; }

/**
 * Request Schematic
 */
#schematic-table td {
    padding: 0 0 10px 0;
    margin: 0;
}
#schematic-table ul {
    list-style: none;
    padding: 10px 0 0 0;
}
#schematic-table ul li {
    list-style-type: none;
    padding: 0 0 3px 0;
}

ul#schematic-errors {
    list-style-image: none;
    list-style-type: circle;
}
ul#schematic-errors li {
    list-style-image: none;
    list-style-type: circle;
}

#schematic-table-inbed {
    padding: 10px 0 0 15px;
}
.support-inner-subpage form {
    border-top: 0px solid #e0e0e0;
    padding-top: 0px;
}
.support-inner-subpage form ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 10px 15px !important;
}
.support-inner-subpage form ul li {
    list-style: none;
}
.support-inner-subpage form button {
    font-family: Arial, Verdana, sans-serif;
    cursor: pointer;
}

/*===========================================================
  @Sidebar
===========================================================*/
/**
 * Sidebar Navigation
 */
.sub-nav {
    border-bottom: 1px dotted #ccc;
    font-size: 12px;
    line-height: 18px;
    list-style: none;
    margin: 110px 0 20px;
    padding: 0;
}
.sub-nav li {
    border-top: 1px dotted #ccc;
    margin: 0;
    padding: 0;
}
.sub-nav li a {
    display: block;
    clear: both;
    padding: 8px 10px;
    font-weight: normal;
    text-decoration: none;
    color: #333;
}
.sub-nav li a:hover, .sub-nav li a.active {
    background: #f1f1f1;
    color: #0084a9;
}

/* Sidebar Sub Navigation */
.sub-nav li ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sub-nav li ul li a { padding-left: 30px; }

/**
 * Sidebar Typography
 */
.sidebar {
    font-size: 13px;
    line-height: 18px;
}
.sidebar h2 {
	color: #333;
	font-size: 18px;
	font-weight: normal;
}
.sidebar ul { margin-left: 15px; }
.sidebar img { margin: 10px 0; }

/**
 * Sidebar Widgets
 */
.widget {
    padding-left: 10px;
    margin-bottom: 20px;
}

/* Related */
.widget-related .thumbnail-box img { margin: 5px 0; }

.widget.kit-evaluation {
	padding: 0;
	margin: 0 0 20px 15px;
	background-color: #ef8b47;
}

.widget.kit-evaluation a {
	display: block;
	padding: 15px;
	color: #fff;
}

.widget.kit-evaluation a p {
	font-size: 15px;
	font-weight: 100;
	line-height: 1.5em;
	margin: 0 0 .75em 0;
}

.widget.kit-evaluation a p:last-of-type {
	margin-bottom: 0;
}

.widget.kit-evaluation a h2 {
	margin: 0 0 .5em 0;
	color: #fff;
}

.widget.kit-evaluation a em {
	font-style: normal;
	color: #f7daa3;
}

/*===========================================================
  @Footer
===========================================================*/

#footer {
    border-top: 1px solid #d9d9d9;
    padding: 25px;
    margin: 50px 0 0;
    color: #7F7F90;
}
#footer p {
    color: #7f7f7f;
    font-size: 15px;
    line-height: 1.5em;
}
#footer a {
    color: #7f7f7f;
    text-decoration: none;
}
#footer a:hover {
    color: #50acc4;
}
#footer h2 {
	font-family: "myriad-pro", Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 1em;
	margin: 0 0 .625em 0;
	color: #7f7f7f;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer ul li {
	margin: 0 0 .5em 0;
	padding: 0;
    font-size: 14px;
	line-height: 1.25em;
}
#footer ul.social li {
	vertical-align: middle;
	line-height: 32px;
}
#footer ul.social li img {
	vertical-align: middle;
	display: inline;
	margin: 0;
	padding-right: .5em;
}
#footer .cm-form .input-text {
	display: block;
	border: 1px solid #d9d9d9;
	width: 210px;
	padding: 10px;
	margin: 0 0 10px 0;
    font-size: 13px;
	line-height: 1em;
}
#footer .btn {
	border: none;
	cursor: pointer;
	padding: 10px 15px;
    font-size: 13px;
	line-height: 1em;
	margin: 0;
}
#footer .btn:hover {
	background: #50acc4;
}
#footer .cm-form {
	margin: 0;
	padding: 0;
}
#footer .left {
    float: left;
    width: 600px;
}
#footer .left .column {
    float: left;
    width: 200px;
    margin: 0;
    padding: 0;
}
#footer .right {
    float: right;
    width: 280px;
}
#footer .copyright {
	text-align: right;
	margin: 1em 0;
}
#footer .copyright small {
	font-size: 12px;
	line-height: 1em;
}

/*===========================================================
  @Fancybox Modals
===========================================================*/

.fancybox-modal {
    width: 570px;
}
.fancybox-modal .header {
    position: relative;
}
.fancybox-modal .header .close_fancybox {
    background: url('../img/btn-close.png') no-repeat center bottom;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 30px;
    width: 22px;
    height: 22px;
    text-indent: -99999px;
    overflow: hidden;
}
.fancybox-type-ajax .fancybox-skin {
    border-radius: 0;
    background: #000;
    background: rgba(0,0,0, 0.5);
}

.modal-get-a-quote {

}

/*===========================================================
  @JavaScript Styles
===========================================================*/
/**
 * FlexSlider
 */
/* Reset
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.flexslider ul.slides{
	list-style-type:none;
	padding:0;margin:0;
}
.flexslider ul.slides li{
	background:none;
	list-style-image:none;
	padding:0;margin:0;
}
/* Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
/* .flexslider .slides img {width: 100%; display: block;} */
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* Default Theme
*********************************/
.flexslider {margin: 15px 0; background: #fff; position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("images/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -22px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 10px; height: 10px; display: block; background: #666; background: #a6a6a6; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px;}
.flex-control-paging li a:hover { background: #333; background:#a6a6a6 }
.flex-control-paging li a.flex-active {  background:#497ebe; cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

/**
 * Quovolver
 */
.quovolve-nav {
    height: 20px;
    position: relative;
    z-index: 10;
}
.nav-numbers {
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
.nav-numbers li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.nav-numbers li a {
    width: 10px;
    height: 10px;
    display: block;
    background: #a6a6a6;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
.nav-numbers li a:hover {
    background: #333; background:#a6a6a6;
}
.nav-numbers li.active a {
    background:#497ebe; cursor: default;
}

/*===========================================================
  @End of Main Styles
===========================================================*/

/*===========================================================
  @CMS (ProcessWire) Styles
===========================================================*/

#edit-page {
	display: inline;
	position: fixed;
	top: 20px;
	left: 0;
	padding: 10px 20px;
	color: #fff;
  background: #50acc5;
}


/* SPECIAL SECTION TO HIDE SOM PRODUCTS THAT ARE NOT AVAILABLE FOR SALE YET */


body.page-1657 a#buy-tab,
body.page-1670 a#buy-tab,
body.page-1675 a#buy-tab,
body.page-1652 a#buy-tab,
body.page-1647 a#buy-tab,
body.page-1642 a#buy-tab,
body.page-1637 a#buy-tab,
body.page-1632 a#buy-tab,
body.page-1627 a#buy-tab,
body.page-1622 a#buy-tab,
body.page-1617 a#buy-tab,
body.page-1599 a#buy-tab,
body.page-1611 a#buy-tab,
body.page-1680 a#buy-tab,
body.page-1906 a#buy-tab,
body.page-1852 a#buy-tab,
body.page-1685 a#buy-tab,
body.page-1999 a#buy-tab { display: none !important; }


