/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal
}
.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.fa-lg {
	font-size: 1.3333333333333333em;
	line-height: .75em;
	vertical-align: -15%
}
.fa-2x {
	font-size: 2em
}
.fa-3x {
	font-size: 3em
}
.fa-4x {
	font-size: 4em
}
.fa-5x {
	font-size: 5em
}
.fa-fw {
	width: 1.2857142857142858em;
	text-align: center
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.142857142857143em;
	list-style-type: none
}
.fa-ul>li {
	position: relative
}
.fa-li {
	position: absolute;
	left: -2.142857142857143em;
	width: 2.142857142857143em;
	top: .14285714285714285em;
	text-align: center
}
.fa-li.fa-lg {
	left: -1.8571428571428572em
}
.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}
.pull-right {
	float: right
}
.pull-left {
	float: left
}
.fa.pull-left {
	margin-right: .3em
}
.fa.pull-right {
	margin-left: .3em
}
.fa-spin {
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear
}
@-moz-keyframes spin {
0% {
-moz-transform:rotate(0deg)
}
100% {
-moz-transform:rotate(359deg)
}
}
@-webkit-keyframes spin {
0% {
-webkit-transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(359deg)
}
}
@-o-keyframes spin {
0% {
-o-transform:rotate(0deg)
}
100% {
-o-transform:rotate(359deg)
}
}
@-ms-keyframes spin {
0% {
-ms-transform:rotate(0deg)
}
100% {
-ms-transform:rotate(359deg)
}
}
@keyframes spin {
0% {
transform:rotate(0deg)
}
100% {
transform:rotate(359deg)
}
}
.fa-rotate-90 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg)
}
.fa-rotate-180 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}
.fa-rotate-270 {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg)
}
.fa-flip-horizontal {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1)
}
.fa-flip-vertical {
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1)
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}
.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}
.fa-stack-1x {
	line-height: inherit
}
.fa-stack-2x {
	font-size: 2em
}
.fa-inverse {
	color: #fff
}
.fa-glass:before {
	content: "\f000"
}
.fa-music:before {
	content: "\f001"
}
.fa-search:before {
	content: "\f002"
}
.fa-envelope-o:before {
	content: "\f003"
}
.fa-heart:before {
	content: "\f004"
}
.fa-star:before {
	content: "\f005"
}
.fa-star-o:before {
	content: "\f006"
}
.fa-user:before {
	content: "\f007"
}
.fa-film:before {
	content: "\f008"
}
.fa-th-large:before {
	content: "\f009"
}
.fa-th:before {
	content: "\f00a"
}
.fa-th-list:before {
	content: "\f00b"
}
.fa-check:before {
	content: "\f00c"
}
.fa-times:before {
	content: "\f00d"
}
.fa-search-plus:before {
	content: "\f00e"
}
.fa-search-minus:before {
	content: "\f010"
}
.fa-power-off:before {
	content: "\f011"
}
.fa-signal:before {
	content: "\f012"
}
.fa-gear:before, .fa-cog:before {
	content: "\f013"
}
.fa-trash-o:before {
	content: "\f014"
}
.fa-home:before {
	content: "\f015"
}
.fa-file-o:before {
	content: "\f016"
}
.fa-clock-o:before {
	content: "\f017"
}
.fa-road:before {
	content: "\f018"
}
.fa-download:before {
	content: "\f019"
}
.fa-arrow-circle-o-down:before {
	content: "\f01a"
}
.fa-arrow-circle-o-up:before {
	content: "\f01b"
}
.fa-inbox:before {
	content: "\f01c"
}
.fa-play-circle-o:before {
	content: "\f01d"
}
.fa-rotate-right:before, .fa-repeat:before {
	content: "\f01e"
}
.fa-refresh:before {
	content: "\f021"
}
.fa-list-alt:before {
	content: "\f022"
}
.fa-lock:before {
	content: "\f023"
}
.fa-flag:before {
	content: "\f024"
}
.fa-headphones:before {
	content: "\f025"
}
.fa-volume-off:before {
	content: "\f026"
}
.fa-volume-down:before {
	content: "\f027"
}
.fa-volume-up:before {
	content: "\f028"
}
.fa-qrcode:before {
	content: "\f029"
}
.fa-barcode:before {
	content: "\f02a"
}
.fa-tag:before {
	content: "\f02b"
}
.fa-tags:before {
	content: "\f02c"
}
.fa-book:before {
	content: "\f02d"
}
.fa-bookmark:before {
	content: "\f02e"
}
.fa-print:before {
	content: "\f02f"
}
.fa-camera:before {
	content: "\f030"
}
.fa-font:before {
	content: "\f031"
}
.fa-bold:before {
	content: "\f032"
}
.fa-italic:before {
	content: "\f033"
}
.fa-text-height:before {
	content: "\f034"
}
.fa-text-width:before {
	content: "\f035"
}
.fa-align-left:before {
	content: "\f036"
}
.fa-align-center:before {
	content: "\f037"
}
.fa-align-right:before {
	content: "\f038"
}
.fa-align-justify:before {
	content: "\f039"
}
.fa-list:before {
	content: "\f03a"
}
.fa-dedent:before, .fa-outdent:before {
	content: "\f03b"
}
.fa-indent:before {
	content: "\f03c"
}
.fa-video-camera:before {
	content: "\f03d"
}
.fa-picture-o:before {
	content: "\f03e"
}
.fa-pencil:before {
	content: "\f040"
}
.fa-map-marker:before {
	content: "\f041"
}
.fa-adjust:before {
	content: "\f042"
}
.fa-tint:before {
	content: "\f043"
}
.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044"
}
.fa-share-square-o:before {
	content: "\f045"
}
.fa-check-square-o:before {
	content: "\f046"
}
.fa-arrows:before {
	content: "\f047"
}
.fa-step-backward:before {
	content: "\f048"
}
.fa-fast-backward:before {
	content: "\f049"
}
.fa-backward:before {
	content: "\f04a"
}
.fa-play:before {
	content: "\f04b"
}
.fa-pause:before {
	content: "\f04c"
}
.fa-stop:before {
	content: "\f04d"
}
.fa-forward:before {
	content: "\f04e"
}
.fa-fast-forward:before {
	content: "\f050"
}
.fa-step-forward:before {
	content: "\f051"
}
.fa-eject:before {
	content: "\f052"
}
.fa-chevron-left:before {
	content: "\f053"
}
.fa-chevron-right:before {
	content: "\f054"
}
.fa-plus-circle:before {
	content: "\f055"
}
.fa-minus-circle:before {
	content: "\f056"
}
.fa-times-circle:before {
	content: "\f057"
}
.fa-check-circle:before {
	content: "\f058"
}
.fa-question-circle:before {
	content: "\f059"
}
.fa-info-circle:before {
	content: "\f05a"
}
.fa-crosshairs:before {
	content: "\f05b"
}
.fa-times-circle-o:before {
	content: "\f05c"
}
.fa-check-circle-o:before {
	content: "\f05d"
}
.fa-ban:before {
	content: "\f05e"
}
.fa-arrow-left:before {
	content: "\f060"
}
.fa-arrow-right:before {
	content: "\f061"
}
.fa-arrow-up:before {
	content: "\f062"
}
.fa-arrow-down:before {
	content: "\f063"
}
.fa-mail-forward:before, .fa-share:before {
	content: "\f064"
}
.fa-expand:before {
	content: "\f065"
}
.fa-compress:before {
	content: "\f066"
}
.fa-plus:before {
	content: "\f067"
}
.fa-minus:before {
	content: "\f068"
}
.fa-asterisk:before {
	content: "\f069"
}
.fa-exclamation-circle:before {
	content: "\f06a"
}
.fa-gift:before {
	content: "\f06b"
}
.fa-leaf:before {
	content: "\f06c"
}
.fa-fire:before {
	content: "\f06d"
}
.fa-eye:before {
	content: "\f06e"
}
.fa-eye-slash:before {
	content: "\f070"
}
.fa-warning:before, .fa-exclamation-triangle:before {
	content: "\f071"
}
.fa-plane:before {
	content: "\f072"
}
.fa-calendar:before {
	content: "\f073"
}
.fa-random:before {
	content: "\f074"
}
.fa-comment:before {
	content: "\f075"
}
.fa-magnet:before {
	content: "\f076"
}
.fa-chevron-up:before {
	content: "\f077"
}
.fa-chevron-down:before {
	content: "\f078"
}
.fa-retweet:before {
	content: "\f079"
}
.fa-shopping-cart:before {
	content: "\f07a"
}
.fa-folder:before {
	content: "\f07b"
}
.fa-folder-open:before {
	content: "\f07c"
}
.fa-arrows-v:before {
	content: "\f07d"
}
.fa-arrows-h:before {
	content: "\f07e"
}
.fa-bar-chart-o:before {
	content: "\f080"
}
.fa-twitter-square:before {
	content: "\f081"
}
.fa-facebook-square:before {
	content: "\f082"
}
.fa-camera-retro:before {
	content: "\f083"
}
.fa-key:before {
	content: "\f084"
}
.fa-gears:before, .fa-cogs:before {
	content: "\f085"
}
.fa-comments:before {
	content: "\f086"
}
.fa-thumbs-o-up:before {
	content: "\f087"
}
.fa-thumbs-o-down:before {
	content: "\f088"
}
.fa-star-half:before {
	content: "\f089"
}
.fa-heart-o:before {
	content: "\f08a"
}
.fa-sign-out:before {
	content: "\f08b"
}
.fa-linkedin-square:before {
	content: "\f08c"
}
.fa-thumb-tack:before {
	content: "\f08d"
}
.fa-external-link:before {
	content: "\f08e"
}
.fa-sign-in:before {
	content: "\f090"
}
.fa-trophy:before {
	content: "\f091"
}
.fa-github-square:before {
	content: "\f092"
}
.fa-upload:before {
	content: "\f093"
}
.fa-lemon-o:before {
	content: "\f094"
}
.fa-phone:before {
	content: "\f095"
}
.fa-square-o:before {
	content: "\f096"
}
.fa-bookmark-o:before {
	content: "\f097"
}
.fa-phone-square:before {
	content: "\f098"
}
.fa-twitter:before {
	content: "\f099"
}
.fa-facebook:before {
	content: "\f09a"
}
.fa-github:before {
	content: "\f09b"
}
.fa-unlock:before {
	content: "\f09c"
}
.fa-credit-card:before {
	content: "\f09d"
}
.fa-rss:before {
	content: "\f09e"
}
.fa-hdd-o:before {
	content: "\f0a0"
}
.fa-bullhorn:before {
	content: "\f0a1"
}
.fa-bell:before {
	content: "\f0f3"
}
.fa-certificate:before {
	content: "\f0a3"
}
.fa-hand-o-right:before {
	content: "\f0a4"
}
.fa-hand-o-left:before {
	content: "\f0a5"
}
.fa-hand-o-up:before {
	content: "\f0a6"
}
.fa-hand-o-down:before {
	content: "\f0a7"
}
.fa-arrow-circle-left:before {
	content: "\f0a8"
}
.fa-arrow-circle-right:before {
	content: "\f0a9"
}
.fa-arrow-circle-up:before {
	content: "\f0aa"
}
.fa-arrow-circle-down:before {
	content: "\f0ab"
}
.fa-globe:before {
	content: "\f0ac"
}
.fa-wrench:before {
	content: "\f0ad"
}
.fa-tasks:before {
	content: "\f0ae"
}
.fa-filter:before {
	content: "\f0b0"
}
.fa-briefcase:before {
	content: "\f0b1"
}
.fa-arrows-alt:before {
	content: "\f0b2"
}
.fa-group:before, .fa-users:before {
	content: "\f0c0"
}
.fa-chain:before, .fa-link:before {
	content: "\f0c1"
}
.fa-cloud:before {
	content: "\f0c2"
}
.fa-flask:before {
	content: "\f0c3"
}
.fa-cut:before, .fa-scissors:before {
	content: "\f0c4"
}
.fa-copy:before, .fa-files-o:before {
	content: "\f0c5"
}
.fa-paperclip:before {
	content: "\f0c6"
}
.fa-save:before, .fa-floppy-o:before {
	content: "\f0c7"
}
.fa-square:before {
	content: "\f0c8"
}
.fa-bars:before {
	content: "\f0c9"
}
.fa-list-ul:before {
	content: "\f0ca"
}
.fa-list-ol:before {
	content: "\f0cb"
}
.fa-strikethrough:before {
	content: "\f0cc"
}
.fa-underline:before {
	content: "\f0cd"
}
.fa-table:before {
	content: "\f0ce"
}
.fa-magic:before {
	content: "\f0d0"
}
.fa-truck:before {
	content: "\f0d1"
}
.fa-pinterest:before {
	content: "\f0d2"
}
.fa-pinterest-square:before {
	content: "\f0d3"
}
.fa-google-plus-square:before {
	content: "\f0d4"
}
.fa-google-plus:before {
	content: "\f0d5"
}
.fa-money:before {
	content: "\f0d6"
}
.fa-caret-down:before {
	content: "\f0d7"
}
.fa-caret-up:before {
	content: "\f0d8"
}
.fa-caret-left:before {
	content: "\f0d9"
}
.fa-caret-right:before {
	content: "\f0da"
}
.fa-columns:before {
	content: "\f0db"
}
.fa-unsorted:before, .fa-sort:before {
	content: "\f0dc"
}
.fa-sort-down:before, .fa-sort-asc:before {
	content: "\f0dd"
}
.fa-sort-up:before, .fa-sort-desc:before {
	content: "\f0de"
}
.fa-envelope:before {
	content: "\f0e0"
}
.fa-linkedin:before {
	content: "\f0e1"
}
.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2"
}
.fa-legal:before, .fa-gavel:before {
	content: "\f0e3"
}
.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4"
}
.fa-comment-o:before {
	content: "\f0e5"
}
.fa-comments-o:before {
	content: "\f0e6"
}
.fa-flash:before, .fa-bolt:before {
	content: "\f0e7"
}
.fa-sitemap:before {
	content: "\f0e8"
}
.fa-umbrella:before {
	content: "\f0e9"
}
.fa-paste:before, .fa-clipboard:before {
	content: "\f0ea"
}
.fa-lightbulb-o:before {
	content: "\f0eb"
}
.fa-exchange:before {
	content: "\f0ec"
}
.fa-cloud-download:before {
	content: "\f0ed"
}
.fa-cloud-upload:before {
	content: "\f0ee"
}
.fa-user-md:before {
	content: "\f0f0"
}
.fa-stethoscope:before {
	content: "\f0f1"
}
.fa-suitcase:before {
	content: "\f0f2"
}
.fa-bell-o:before {
	content: "\f0a2"
}
.fa-coffee:before {
	content: "\f0f4"
}
.fa-cutlery:before {
	content: "\f0f5"
}
.fa-file-text-o:before {
	content: "\f0f6"
}
.fa-building-o:before {
	content: "\f0f7"
}
.fa-hospital-o:before {
	content: "\f0f8"
}
.fa-ambulance:before {
	content: "\f0f9"
}
.fa-medkit:before {
	content: "\f0fa"
}
.fa-fighter-jet:before {
	content: "\f0fb"
}
.fa-beer:before {
	content: "\f0fc"
}
.fa-h-square:before {
	content: "\f0fd"
}
.fa-plus-square:before {
	content: "\f0fe"
}
.fa-angle-double-left:before {
	content: "\f100"
}
.fa-angle-double-right:before {
	content: "\f101"
}
.fa-angle-double-up:before {
	content: "\f102"
}
.fa-angle-double-down:before {
	content: "\f103"
}
.fa-angle-left:before {
	content: "\f104"
}
.fa-angle-right:before {
	content: "\f105"
}
.fa-angle-up:before {
	content: "\f106"
}
.fa-angle-down:before {
	content: "\f107"
}
.fa-desktop:before {
	content: "\f108"
}
.fa-laptop:before {
	content: "\f109"
}
.fa-tablet:before {
	content: "\f10a"
}
.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b"
}
.fa-circle-o:before {
	content: "\f10c"
}
.fa-quote-left:before {
	content: "\f10d"
}
.fa-quote-right:before {
	content: "\f10e"
}
.fa-spinner:before {
	content: "\f110"
}
.fa-circle:before {
	content: "\f111"
}
.fa-mail-reply:before, .fa-reply:before {
	content: "\f112"
}
.fa-github-alt:before {
	content: "\f113"
}
.fa-folder-o:before {
	content: "\f114"
}
.fa-folder-open-o:before {
	content: "\f115"
}
.fa-smile-o:before {
	content: "\f118"
}
.fa-frown-o:before {
	content: "\f119"
}
.fa-meh-o:before {
	content: "\f11a"
}
.fa-gamepad:before {
	content: "\f11b"
}
.fa-keyboard-o:before {
	content: "\f11c"
}
.fa-flag-o:before {
	content: "\f11d"
}
.fa-flag-checkered:before {
	content: "\f11e"
}
.fa-terminal:before {
	content: "\f120"
}
.fa-code:before {
	content: "\f121"
}
.fa-reply-all:before {
	content: "\f122"
}
.fa-mail-reply-all:before {
	content: "\f122"
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "\f123"
}
.fa-location-arrow:before {
	content: "\f124"
}
.fa-crop:before {
	content: "\f125"
}
.fa-code-fork:before {
	content: "\f126"
}
.fa-unlink:before, .fa-chain-broken:before {
	content: "\f127"
}
.fa-question:before {
	content: "\f128"
}
.fa-info:before {
	content: "\f129"
}
.fa-exclamation:before {
	content: "\f12a"
}
.fa-superscript:before {
	content: "\f12b"
}
.fa-subscript:before {
	content: "\f12c"
}
.fa-eraser:before {
	content: "\f12d"
}
.fa-puzzle-piece:before {
	content: "\f12e"
}
.fa-microphone:before {
	content: "\f130"
}
.fa-microphone-slash:before {
	content: "\f131"
}
.fa-shield:before {
	content: "\f132"
}
.fa-calendar-o:before {
	content: "\f133"
}
.fa-fire-extinguisher:before {
	content: "\f134"
}
.fa-rocket:before {
	content: "\f135"
}
.fa-maxcdn:before {
	content: "\f136"
}
.fa-chevron-circle-left:before {
	content: "\f137"
}
.fa-chevron-circle-right:before {
	content: "\f138"
}
.fa-chevron-circle-up:before {
	content: "\f139"
}
.fa-chevron-circle-down:before {
	content: "\f13a"
}
.fa-html5:before {
	content: "\f13b"
}
.fa-css3:before {
	content: "\f13c"
}
.fa-anchor:before {
	content: "\f13d"
}
.fa-unlock-alt:before {
	content: "\f13e"
}
.fa-bullseye:before {
	content: "\f140"
}
.fa-ellipsis-h:before {
	content: "\f141"
}
.fa-ellipsis-v:before {
	content: "\f142"
}
.fa-rss-square:before {
	content: "\f143"
}
.fa-play-circle:before {
	content: "\f144"
}
.fa-ticket:before {
	content: "\f145"
}
.fa-minus-square:before {
	content: "\f146"
}
.fa-minus-square-o:before {
	content: "\f147"
}
.fa-level-up:before {
	content: "\f148"
}
.fa-level-down:before {
	content: "\f149"
}
.fa-check-square:before {
	content: "\f14a"
}
.fa-pencil-square:before {
	content: "\f14b"
}
.fa-external-link-square:before {
	content: "\f14c"
}
.fa-share-square:before {
	content: "\f14d"
}
.fa-compass:before {
	content: "\f14e"
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "\f150"
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "\f151"
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "\f152"
}
.fa-euro:before, .fa-eur:before {
	content: "\f153"
}
.fa-gbp:before {
	content: "\f154"
}
.fa-dollar:before, .fa-usd:before {
	content: "\f155"
}
.fa-rupee:before, .fa-inr:before {
	content: "\f156"
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "\f157"
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "\f158"
}
.fa-won:before, .fa-krw:before {
	content: "\f159"
}
.fa-bitcoin:before, .fa-btc:before {
	content: "\f15a"
}
.fa-file:before {
	content: "\f15b"
}
.fa-file-text:before {
	content: "\f15c"
}
.fa-sort-alpha-asc:before {
	content: "\f15d"
}
.fa-sort-alpha-desc:before {
	content: "\f15e"
}
.fa-sort-amount-asc:before {
	content: "\f160"
}
.fa-sort-amount-desc:before {
	content: "\f161"
}
.fa-sort-numeric-asc:before {
	content: "\f162"
}
.fa-sort-numeric-desc:before {
	content: "\f163"
}
.fa-thumbs-up:before {
	content: "\f164"
}
.fa-thumbs-down:before {
	content: "\f165"
}
.fa-youtube-square:before {
	content: "\f166"
}
.fa-youtube:before {
	content: "\f167"
}
.fa-xing:before {
	content: "\f168"
}
.fa-xing-square:before {
	content: "\f169"
}
.fa-youtube-play:before {
	content: "\f16a"
}
.fa-dropbox:before {
	content: "\f16b"
}
.fa-stack-overflow:before {
	content: "\f16c"
}
.fa-instagram:before {
	content: "\f16d"
}
.fa-flickr:before {
	content: "\f16e"
}
.fa-adn:before {
	content: "\f170"
}
.fa-bitbucket:before {
	content: "\f171"
}
.fa-bitbucket-square:before {
	content: "\f172"
}
.fa-tumblr:before {
	content: "\f173"
}
.fa-tumblr-square:before {
	content: "\f174"
}
.fa-long-arrow-down:before {
	content: "\f175"
}
.fa-long-arrow-up:before {
	content: "\f176"
}
.fa-long-arrow-left:before {
	content: "\f177"
}
.fa-long-arrow-right:before {
	content: "\f178"
}
.fa-apple:before {
	content: "\f179"
}
.fa-windows:before {
	content: "\f17a"
}
.fa-android:before {
	content: "\f17b"
}
.fa-linux:before {
	content: "\f17c"
}
.fa-dribbble:before {
	content: "\f17d"
}
.fa-skype:before {
	content: "\f17e"
}
.fa-foursquare:before {
	content: "\f180"
}
.fa-trello:before {
	content: "\f181"
}
.fa-female:before {
	content: "\f182"
}
.fa-male:before {
	content: "\f183"
}
.fa-gittip:before {
	content: "\f184"
}
.fa-sun-o:before {
	content: "\f185"
}
.fa-moon-o:before {
	content: "\f186"
}
.fa-archive:before {
	content: "\f187"
}
.fa-bug:before {
	content: "\f188"
}
.fa-vk:before {
	content: "\f189"
}
.fa-weibo:before {
	content: "\f18a"
}
.fa-renren:before {
	content: "\f18b"
}
.fa-pagelines:before {
	content: "\f18c"
}
.fa-stack-exchange:before {
	content: "\f18d"
}
.fa-arrow-circle-o-right:before {
	content: "\f18e"
}
.fa-arrow-circle-o-left:before {
	content: "\f190"
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "\f191"
}
.fa-dot-circle-o:before {
	content: "\f192"
}
.fa-wheelchair:before {
	content: "\f193"
}
.fa-vimeo-square:before {
	content: "\f194"
}
.fa-turkish-lira:before, .fa-try:before {
	content: "\f195"
}
.fa-plus-square-o:before {
	content: "\f196"
}
.calibri-light {
	font-family: 'Calibri W06';
	font-weight: 200;
	font-style: normal
}
.calibri-light-italic {
	font-family: 'Calibri W06';
	font-weight: 200;
	font-style: italic
}
.calibri-regular {
	font-family: 'Calibri W01';
	font-weight: 400;
	font-style: normal
}
.calibri-italic {
	font-family: 'Calibri W01';
	font-weight: 400;
	font-style: italic
}
.calibri-bold {
	font-family: 'Calibri W01';
	font-weight: 700;
	font-style: normal
}
.calibri-bold-italic {
	font-family: 'Calibri W01';
	font-weight: 700;
	font-style: italic
}
body {
	min-width: 1060px
}
.hide {
	visibility: hidden !important
}
.clearfix {
	zoom: 1
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
* html .clearfix {
	zoom: 1
}
*:first-child+html .clearfix {
	zoom: 1
}
iframe {
	max-width: 100%;
	border: 0
}
.base-font-style {
	font-size: 16px;
	font-weight: 300;
	line-height: 20px
}
.block-title-style {
	display: block;
	color: #515151;
	font-weight: 300;
	font-size: 22px
}
.box-shadow-none {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
.section-shadow-below {
	-webkit-box-shadow: 0 7px 6px -6px #ddd;
	-moz-box-shadow: 0 7px 6px -6px #ddd;
	box-shadow: 0 7px 6px -6px #ddd
}
a {
	color: #ed6906;
	text-decoration: none
}
a:hover {
	text-decoration: underline
}
a.link, a.more, a.register, a.download, a.link-button, .solutions p a, .toggler, .read-more {
	color: #fff;
	display: inline-block;
	font-size: 13px;
	line-height: 13px !important;
	padding: 5px 10px;
	text-decoration: none;
	cursor: pointer
}
a.link:hover, a.more:hover, a.register:hover, a.download:hover, a.link-button:hover, .solutions p a:hover, .toggler:hover, .read-more:hover {
	background: #515151;
	text-decoration: none;
	transition: background .25s ease-in-out 0s
}
a.link, a.more, a.download, a.link-button, .solutions p a, .toggler, .read-more {
	background-color: #00af43
}
a.register {
	background-color: #ed6906
}
a.more {
	position: relative;
	padding-right: 27px
}
a.more:after {
	content: "\f138";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #fff;
	font-size: 13px;
	position: absolute;
	right: 10px
}
body {
	color: #656565;
	font-family: 'Calibri W01';
	font-weight: 400;
	font-style: normal;
	line-height: 14px;
	background: url("/sites/all/themes/basestation/images/bground-main.gif") top repeat-x #515151
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	line-height: 1em;
	font-weight: normal
}
#main {
	max-width: 1060px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 20px 0;
	position: relative
}
#main1727 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1060px;
    padding: 0 0 20px;
    position: relative;
}
#main #page-title {
	color: #fff;
	background: #ed6906;
	font-weight: normal;
	padding: 15px;
	margin: 0;
	line-height: 40px !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 41px
}
#main1727 #page-title {
    background: none repeat scroll 0 0 #ed6906;
    color: #fff;
    font-weight: normal;
    left: 0;
    line-height: 40px !important;
    margin: 0;
    min-height: 41px;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 0;
}
#main p {
	font-size: 16px;
	font-weight: 300;
	line-height: 20px
}
#main1727 p {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}
.not-front #main {
	padding-top: 80px
}
#block-block-23 a.contact, #block-block-23 a.free-trial, #block-locale-language .block-title {
	color: #fff;
	cursor: pointer;
	font-size: .9em;
	font-weight: normal;
	line-height: 1em;
	padding: 5px 10px;
	margin-left: 10px;
	width: 100px;
	text-align: center;
	display: inline-block;
	background: #979797
}
#block-block-23 a.contact:hover, #block-block-23 a.free-trial:hover, #block-locale-language .block-title:hover {
	text-decoration: none;
	background: #515151
}
#block-block-23 {
	float: right;
	margin: 16px 0 0 0
}
#block-block-23 p {
	margin: 0
}
#block-locale-language {
	float: right;
	width: 120px;
	margin: 16px 0 0 0
}
#block-locale-language .block-title {
	margin-left: 0
}
#block-locale-language .language-switcher-locale-url {
	display: none;
	position: absolute;
	background: #515151;
	z-index: 333;
	margin: 0;
	padding: 0
}
#block-locale-language .language-switcher-locale-url li {
	list-style: none;
	margin-right: 0
}
#block-locale-language .language-switcher-locale-url li.it, #block-locale-language .language-switcher-locale-url li.nl {
	display: none
}
#block-locale-language .language-switcher-locale-url li span, #block-locale-language .language-switcher-locale-url li a {
	color: #fff;
	display: block;
	font-size: 12px;
	line-height: 1em;
	padding: 6px 10px;
	width: 100px;
	text-align: center
}
#block-locale-language .language-switcher-locale-url li.locale-untranslated {
	color: #888
}
#block-locale-language .language-switcher-locale-url li a:hover {
	background: none repeat scroll 0 0 #ed6906;
	text-decoration: none
}
#block-locale-language .language-switcher-locale-url li.active a {
	background: none repeat scroll 0 0 #00af43;
	text-decoration: none
}
#block-views-partner-alliance-block ul, #block-views-partner-alliance-block-1 ul, #block-views-partner-alliance-block-2 ul {
        margin: 0.5em 0;
        padding: 0 0 0 30px;
}
#header-wrapper {
	padding-top: 2px
}
#header-below {
	width: 100%;
	max-height: 324px;
	background: #ed6906
}
#nav {
	zoom: 1;
	background: #515151;
	height: 30px;
	line-height: 30px
}
#nav:before, #nav:after {
	content: "";
	display: table
}
#nav:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
#nav .region-navigation {
	margin: auto;
	max-width: 1060px
}
#nav .region-navigation #block-om-maximenu-om-maximenu-6, #nav .region-navigation #block-om-maximenu-om-maximenu-5, #nav .region-navigation #block-om-maximenu-om-maximenu-4, #nav .region-navigation #block-om-maximenu-om-maximenu-3, #nav .region-navigation #block-om-maximenu-om-maximenu-2, #nav .region-navigation #block-om-maximenu-om-maximenu-1 {
	margin: 0
}
#nav .region-navigation .block-om-maximenu .first .om-maximenu-content {
	min-width: 620px
}
#nav .region-navigation .block-om-maximenu .om-maximenu-content {
	left: 0;
	min-width: 770px;
	width: 100%;
	border: 2px solid #ed6906
}
#nav .region-navigation .block-om-maximenu .om-maximenu-content .block-block-id-26 {
	width: 160px;
	padding-left: 2%;
	margin: 0 0 0 20px;
	border-left: 1px solid #ddd
}
#nav .region-navigation .block-om-maximenu .om-maximenu-content .block-block-id-26 p {
	line-height: 16px
}
#nav .region-navigation .block-om-maximenu .om-maximenu-middle-right .block {
	float: left
}
#nav .region-navigation .block-om-maximenu .om-maximenu-middle-right .block-views {
	float: none;
	margin: 0
}
#nav .region-navigation .block-om-maximenu .om-maximenu-middle-right .block-block-id-22 {
	border-left: 1px solid #ddd;
	margin-left: 20px;
	padding-left: 25px;
	width: 230px
}
#nav .region-navigation .block-om-maximenu .om-maximenu-middle-right .block-block-id-22 p {
	font-size: 12px;
	line-height: 14px
}
#nav .region-navigation .block-om-maximenu .om-maximenu-middle-right .block-menu_block {
	margin: 0;
	padding: 5px 10px !important
}
#nav .region-navigation .block-om-maximenu .om-maximenu-middle-right .view-id-solutions .views-row, #nav .region-navigation .block-om-maximenu .om-maximenu-middle-right .view-id-products .views-row {
	float: left;
	padding: 10px;
	text-align: center
}
#nav .region-navigation .block-om-maximenu .om-maximenu-middle-right .view-id-solutions .views-row:hover a, #nav .region-navigation .block-om-maximenu .om-maximenu-middle-right .view-id-products .views-row:hover a, #nav .region-navigation .block-om-maximenu .om-maximenu-middle-right .view-id-solutions .views-row:hover span, #nav .region-navigation .block-om-maximenu .om-maximenu-middle-right .view-id-products .views-row:hover span, #nav .region-navigation .block-om-maximenu .om-maximenu-middle-right .view-id-solutions .views-row:hover h3, #nav .region-navigation .block-om-maximenu .om-maximenu-middle-right .view-id-products .views-row:hover h3 {
	color: #ed6906 !important
}
#nav .region-navigation .block-om-maximenu .om-maximenu-middle-right .view-id-solutions .views-row a, #nav .region-navigation .block-om-maximenu .om-maximenu-middle-right .view-id-products .views-row a {
	font-size: 14px;
	color: #515151;
	font-weight: normal;
	display: block
}
#nav .region-navigation .block-om-maximenu .om-maximenu-middle-right .view-id-solutions .views-row a img, #nav .region-navigation .block-om-maximenu .om-maximenu-middle-right .view-id-products .views-row a img {
	vertical-align: middle;
	margin-bottom: 10px
}
#nav .region-navigation .block-om-maximenu .om-maximenu-middle-right .view-id-solutions .views-row a:hover, #nav .region-navigation .block-om-maximenu .om-maximenu-middle-right .view-id-products .views-row a:hover {
	color: #ed6906;
	text-decoration: none
}
#nav .region-navigation .block-om-maximenu .om-maximenu-middle-right .view-id-solutions .views-row .views-field-field-page-img a, #nav .region-navigation .block-om-maximenu .om-maximenu-middle-right .view-id-products .views-row .views-field-field-page-img a {
	line-height: normal;
	display: block
}
#nav .region-navigation .block-om-maximenu .om-maximenu-middle-right .view-id-solutions .views-row .views-field-field-page-img a img, #nav .region-navigation .block-om-maximenu .om-maximenu-middle-right .view-id-products .views-row .views-field-field-page-img a img {
	vertical-align: middle
}
#nav .region-navigation .block-om-maximenu .om-maximenu-middle-right .view-id-solutions .views-row .views-field-title, #nav .region-navigation .block-om-maximenu .om-maximenu-middle-right .view-id-products .views-row .views-field-title {
	line-height: normal
}
#nav .region-navigation .block-om-maximenu .om-maximenu-middle-right .view-id-products .views-row {
	width: auto
}
#nav .region-navigation .block-om-maximenu .om-maximenu-middle-right .block-menu_block-id-2, #nav .region-navigation .block-om-maximenu .om-maximenu-middle-right .block-menu_block-id-3 {
	float: left;
	width: 20%;
	padding: 2%
}
#nav .region-navigation .block-om-maximenu .om-maximenu-middle-right .block-menu_block-id-2 li h3 a, #nav .region-navigation .block-om-maximenu .om-maximenu-middle-right .block-menu_block-id-3 li h3 a {
	color: #515151;
	font-weight: normal;
	font-size: 14px
}
#nav .region-navigation .block-om-maximenu .om-maximenu-middle-right .block-menu_block-id-2 li h3 a:hover, #nav .region-navigation .block-om-maximenu .om-maximenu-middle-right .block-menu_block-id-3 li h3 a:hover {
	color: #ed6906;
	text-decoration: none
}
#nav .region-navigation .block-om-maximenu .om-maximenu-middle-right .block-block-id-22 {
	float: left;
	width: 42%;
	padding: 2%
}
#nav .region-navigation .block-om-maximenu .block-menu_block ul {
	margin: 0;
	padding: 0
}
#nav .region-navigation .block-om-maximenu .block-menu_block ul li {
	list-style: none
}
#nav .region-navigation .block-om-maximenu .block-menu_block h3 {
	margin-bottom: 10px;
	margin-top: 5px;
	line-height: 1em
}
#nav .region-navigation .block-om-maximenu .om-maximenu.om-maximenu-row ul.om-menu li.om-leaf div a:hover {
	background: none
}
#nav .region-navigation .block-om-maximenu .om-maximenu.om-maximenu-row ul.om-menu li.om-leaf .om-link {
	color: #fff;
	display: block;
	padding: 0 10px
}
#nav .region-navigation .block-om-maximenu .om-maximenu.om-maximenu-row ul.om-menu li.om-leaf .om-link.active {
	background: #ed6906;
	padding-bottom: 0
}
#nav .region-navigation .block-om-maximenu .om-maximenu.om-maximenu-row ul.om-menu li.om-leaf .om-maximenu-content a.active {
	background: none;
	color: #ed6906
}
#nav .region-navigation .block-om-maximenu .om-maximenu.om-maximenu-row ul.om-menu li.leaf-support .om-link:hover, #nav .region-navigation .block-om-maximenu .om-maximenu.om-maximenu-row ul.om-menu li.leaf-how-to-buy .om-link:hover {
	background: #ed6906;
	padding-bottom: 0
}
#nav .region-navigation #block-block-15 {
	color: #fff;
	float: right;
	margin: 0
}
#nav .region-navigation #block-block-15 .wrapper span {
	display: none
}
#nav .region-navigation #block-block-15 .wrapper ul {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative
}
#nav .region-navigation #block-block-15 .wrapper ul li {
	display: block;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
	float: left;
	height: 30px
}
#nav .region-navigation #block-block-15 .wrapper ul li:first-child a {
	border-left: none
}
#nav .region-navigation #block-block-15 .wrapper ul li a {
	color: #fff;
	display: block;
	font-family: calibri, sans-serif;
	font-weight: normal;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	padding: 0 10px
}
#nav .region-navigation #block-block-15 .wrapper ul li a:hover {
	background: #ed6906;
	text-decoration: none;
	color: #fff
}
#nav .region-navigation #block-search-form {
	color: #515151;
	float: right;
	padding: 6px 10px 0 0;
	margin: 0;
	position: relative;
	height: 24px
}
#nav .region-navigation #block-search-form .slideToggle img {
	cursor: pointer;
	margin: 0 0 0 0
}
#nav .region-navigation #block-search-form .toggled_content {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 444;
	border: 0 none;
	top: 0;
	right: 40px
}
#nav .region-navigation #block-search-form .toggled_content .form-item {
	margin: 0
}
#nav .region-navigation #block-search-form .toggled_content .form-item input {
	background: #fff;
	color: #515151;
	border: none;
	font-size: 14px;
	font-style: italic;
	padding: 5px 13px;
	vertical-align: middle;
	width: 200px;
	height: 14px
}
#nav .region-navigation #block-search-form #edit-actions {
	display: none
}
#nav .om-maximenu.om-maximenu-block.om-maximenu-row ul.om-menu li.om-leaf .om-link:hover, #nav .om-maximenu.om-maximenu-block.om-maximenu-row ul.om-menu li.om-leaf.open .om-link {
	background: #ed6906;
	background: url("/sites/all/themes/basestation/images/mainmenu-bkgrd-rollover.png") no-repeat scroll center bottom;
	padding-bottom: 11px;
	z-index: 501
}
#nav #om-leaf-om-u1-1999889078-7 .om-maximenu-content, #nav #om-leaf-om-u1-1604948460-1 .om-maximenu-content, #nav #om-leaf-om-u1-1881896828-1 .om-maximenu-content, #nav #om-leaf-om-u1-1379812269-1 .om-maximenu-content, #nav #om-leaf-om-u1-220417934-1 .om-maximenu-content, #nav #om-leaf-om-u1-1801999158-1 .om-maximenu-content {
	min-width: 210px
	/**min-width: 420px**/
}
#nav #om-leaf-om-u1-1999889078-2 .om-maximenu-content, #nav #om-leaf-om-u1-1604948460-2 .om-maximenu-content, #nav #om-leaf-om-u1-1881896828-2 .om-maximenu-content, #nav #om-leaf-om-u1-1379812269-2 .om-maximenu-content, #nav #om-leaf-om-u1-220417934-2 .om-maximenu-content, #nav #om-leaf-om-u1-1801999158-2 .om-maximenu-content {
	min-width: 144px;
	/**min-width: 333px;**/
	/**min-width: 685px**/
}
#nav #om-leaf-om-u1-1999889078-4 .om-maximenu-content, #nav #om-leaf-om-u1-1604948460-4 .om-maximenu-content, #nav #om-leaf-om-u1-1881896828-4 .om-maximenu-content, #nav #om-leaf-om-u1-1379812269-4 .om-maximenu-content, #nav #om-leaf-om-u1-220417934-4 .om-maximenu-content, #nav #om-leaf-om-u1-1801999158-4 .om-maximenu-content {
	min-width: 210px
}
#nav #om-leaf-om-u1-1999889078-5 .om-maximenu-content, #nav #om-leaf-om-u1-1604948460-5 .om-maximenu-content, #nav #om-leaf-om-u1-1881896828-5 .om-maximenu-content, #nav #om-leaf-om-u1-1379812269-5 .om-maximenu-content, #nav #om-leaf-om-u1-220417934-5 .om-maximenu-content, #nav #om-leaf-om-u1-1801999158-5 .om-maximenu-content {
	min-width: 530px
}
#front-message {
	border-top: 15px solid #fff;
	background: #ed6906;
	height: 30px;
	overflow: hidden
}
#front-message .region-f-message {
	margin: auto;
	max-width: 1060px;
	height: 30px;
	color: #fff
}
#front-message .region-f-message #block-block-10 {
	margin-left: 10px;
	width: 78%;
	overflow: hidden
}
#front-message h2 {
	font-weight: normal;
	font-size: 18px;
	margin-right: 15px;
	height: 30px;
	line-height: 30px;
	display: inline-block
}
#front-message h2 a {
	color: #fff
}
#front-message p {
	background: #ed6906;
	margin: 0
}
#page {
	background: #fff
}
#page.inner {
	background: #fff url("/sites/all/themes/basestation/images/bground-main.gif") left top repeat-x
}
#page #content {
	padding-bottom: 20px
}
#page #content h1, #page #content h2, #page #content h3, #page #content h4, #page #content h5, #page #content h6 {
	line-height: 1.3em
}
#page #content h2 {
	font-size: 22px
}
#page #content #article-wrapper {
	zoom: 1;
	margin-top: 20px
}
#page #content #article-wrapper:before, #page #content #article-wrapper:after {
	content: "";
	display: table
}
#page #content #article-wrapper:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
#page #content #article-wrapper article ul, #page #content #article-wrapper article ol {
	margin: 15px 0
}
#page #content #article-wrapper article ul li, #page #content #article-wrapper article ol li {
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
	margin: 0;
	padding: 1px 0
}
#page #content #article-wrapper article p {
	margin: 15px 0
}
#page #content #article-wrapper article .firstChild, #page #content #article-wrapper article p:first-child {
	margin-top: 0
}
#page #content #article-wrapper article .product {
	width: 27%;
	margin-right: 15px;
	float: left;
	min-height: 80px;
	padding: 10px;
	background: #ddd;
	border-bottom: 1px solid
}
#page #content #article-wrapper article .product h3 {
	display: block;
	color: #515151;
	font-weight: 300;
	font-size: 22px
}
#page #content #article-wrapper article .field-name-field-page-img {
	float: left;
	padding: 3px 15px 0 0
}
#page #content #article-wrapper .view-header {
	zoom: 1;
	margin-bottom: 20px
}
#page #content #article-wrapper .view-header:before, #page #content #article-wrapper .view-header:after {
	content: "";
	display: table
}
#page #content #article-wrapper .view-header:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
#page #content #article-wrapper .view-header ul {
	margin: 0;
	padding: 0
}
#page #content #article-wrapper .view-header ul li {
	list-style: none;
	display: block;
	float: left;
	margin-right: 10px
}
#page #content #article-wrapper .view-header ul li a {
	color: #fff;
	display: inline-block;
	font-size: 13px;
	line-height: 13px !important;
	padding: 5px 10px;
	text-decoration: none;
	cursor: pointer;
	background: #979797
}
#page #content #article-wrapper .view-header ul li a:hover {
	background: #515151;
	text-decoration: none;
	transition: background .25s ease-in-out 0s
}
.page-company-media-news-nl .view-news .view-header ul li a.nl, .page-company-media-news-it .view-news .view-header ul li a.it, .page-company-media-news-en .view-news .view-header ul li a.en, .page-company-media-news-de .view-news .view-header ul li a.de {
	background: #515151 !important
}
body.section-how-buy #page #content #article-wrapper article ol li {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #808080;
	margin-bottom: 10px
}
body.section-how-buy #page #content #article-wrapper article ol li:last-child {
	padding: 0 0 10px 0;
	border-bottom: none;
	margin-bottom: 10px
}
body.section-how-buy #page #content #article-wrapper article ol li h2 {
	font-size: 30px;
	color: #00af43
}
body.section-contact-us #lpeCDiv_5017 {
	float: left;
	margin-right: 4%;
	width: 30%
}
body.section-contact-us #page #content #article-wrapper article .address-first {
	float: left;
	margin-right: 2%;
	width: 30%
}
body.section-contact-us #page #content #article-wrapper article .address-second {
	float: left;
	margin-right: 0;
	width: 225px
}
body.section-contact-us #page #content #article-wrapper article .address-second p {
	border-bottom: 1px solid #ddd;
	padding-bottom: 6px
}
body.section-partners #page #content #article-wrapper #block-views-reseller-block table, body.section-partners #page #content #article-wrapper #block-views-reseller-block-1 table {
	width: 100%
}
body.section-partners #page #content #article-wrapper #block-views-reseller-block table tr th, body.section-partners #page #content #article-wrapper #block-views-reseller-block-1 table tr th {
	background: #ddd;
	border: 1px solid #979797;
	color: #707070;
	font-size: 16px;
	line-height: 18px;
	padding: 5px 0 5px 5px;
	text-align: left;
	vertical-align: top;
	position: relative
}
body.section-partners #page #content #article-wrapper #block-views-reseller-block table tr th .ajax-progress {
	position: absolute;
	right: 0;
	top: 5px
}
body.section-partners #page #content #article-wrapper #block-views-reseller-block table tr td, body.section-partners #page #content #article-wrapper #block-views-reseller-block-1 table tr td {
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-size: 14px;
	line-height: 16px;
	min-width: 60px;
	padding: 4px 5px
}
body.section-partners #page #content #article-wrapper #block-views-reseller-block table tr td.active, body.section-partners #page #content #article-wrapper #block-views-reseller-block-1 table tr td.active {
	background: #eee
}
body.section-partners #page #content #article-wrapper #block-views-partners-block-6,body.section-partners #page #content #article-wrapper #block-views-partners-block-7,body.section-partners #page #content #article-wrapper #block-views-partners-block-8,body.section-partners #page #content #article-wrapper #block-views-partners-block-5, body.section-partners #page #content #article-wrapper #block-views-partners-block-1, body.section-partners #page #content #article-wrapper #block-views-partners-block-2, body.section-partners #page #content #article-wrapper #block-views-partners-block-3, body.section-partners #page #content #article-wrapper #block-views-partners-block-4 {
	width: 100%;
	float: left;
	clear: both;
	margin: 0 0 20px 0
}
body.section-partners #page #content #article-wrapper #block-views-partner-alliance-block h2.block-title, body.section-partners #page #content #article-wrapper #block-views-partner-alliance-block-1 h2.block-title, body.section-partners #page #content #article-wrapper #block-views-partner-alliance-block-2 h2.block-title, body.section-partners #page #content #article-wrapper #block-views-partners-block-6 h2.block-title,body.section-partners #page #content #article-wrapper #block-views-partners-block-7 h2.block-title, body.section-partners #page #content #article-wrapper #block-views-partners-block-8 h2.block-title, body.section-partners #page #content #article-wrapper #block-views-partners-block-5 h2.block-title, body.section-partners #page #content #article-wrapper #block-views-partners-block-1 h2.block-title, body.section-partners #page #content #article-wrapper #block-views-partners-block-2 h2.block-title, body.section-partners #page #content #article-wrapper #block-views-partners-block-3 h2.block-title, body.section-partners #page #content #article-wrapper #block-views-partners-block-4 h2.block-title {
	background: #979797;
	color: #fff;
	display: block;
	line-height: 1em;
	padding: 10px 0 10px 10px
}
body.section-partners #page #content #article-wrapper #block-views-partners-block-6 #partners-lp,body.section-partners #page #content #article-wrapper #block-views-partners-block-7 #partners-lp,body.section-partners #page #content #article-wrapper #block-views-partners-block-8 #partners-lp,body.section-partners #page #content #article-wrapper #block-views-partners-block-5 #partners-lp, body.section-partners #page #content #article-wrapper #block-views-partners-block-1 #partners-lp, body.section-partners #page #content #article-wrapper #block-views-partners-block-2 #partners-lp, body.section-partners #page #content #article-wrapper #block-views-partners-block-3 #partners-lp, body.section-partners #page #content #article-wrapper #block-views-partners-block-4 #partners-lp {
	float: left;
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px solid #ddd;
	clear: both;
	width: 100%;
	-webkit-box-shadow: 0 7px 6px -6px #ddd;
	-moz-box-shadow: 0 7px 6px -6px #ddd;
	box-shadow: 0 7px 6px -6px #ddd
}
body.section-partners #page #content #article-wrapper #block-views-partners-block-6 #partners-lp .left,body.section-partners #page #content #article-wrapper #block-views-partners-block-7 #partners-lp .left,body.section-partners #page #content #article-wrapper #block-views-partners-block-8 #partners-lp .left,body.section-partners #page #content #article-wrapper #block-views-partners-block-5 #partners-lp .left, body.section-partners #page #content #article-wrapper #block-views-partners-block-1 #partners-lp .left, body.section-partners #page #content #article-wrapper #block-views-partners-block-2 #partners-lp .left, body.section-partners #page #content #article-wrapper #block-views-partners-block-3 #partners-lp .left, body.section-partners #page #content #article-wrapper #block-views-partners-block-4 #partners-lp .left {
	max-width: 105px;
	float: left;
	text-align: center
}
body.section-partners #page #content #article-wrapper #block-views-partners-block-6 #partners-lp .right, body.section-partners #page #content #article-wrapper #block-views-partners-block-7 #partners-lp .right, body.section-partners #page #content #article-wrapper #block-views-partners-block-8 #partners-lp .right,body.section-partners #page #content #article-wrapper #block-views-partners-block-5 #partners-lp .right, body.section-partners #page #content #article-wrapper #block-views-partners-block-1 #partners-lp .right, body.section-partners #page #content #article-wrapper #block-views-partners-block-2 #partners-lp .right, body.section-partners #page #content #article-wrapper #block-views-partners-block-3 #partners-lp .right, body.section-partners #page #content #article-wrapper #block-views-partners-block-4 #partners-lp .right {
	margin-left: 120px
}
body.section-partners #page #content #article-wrapper #block-views-partners-block-6 .views-row-last #partners-lp,body.section-partners #page #content #article-wrapper #block-views-partners-block-7 .views-row-last #partners-lp,body.section-partners #page #content #article-wrapper #block-views-partners-block-8 .views-row-last #partners-lp,body.section-partners #page #content #article-wrapper #block-views-partners-block-5 .views-row-last #partners-lp, body.section-partners #page #content #article-wrapper #block-views-partners-block-1 .views-row-last #partners-lp, body.section-partners #page #content #article-wrapper #block-views-partners-block-2 .views-row-last #partners-lp, body.section-partners #page #content #article-wrapper #block-views-partners-block-3 .views-row-last #partners-lp, body.section-partners #page #content #article-wrapper #block-views-partners-block-4 .views-row-last #partners-lp {
	border-bottom: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
body.section-company #page #content #article-wrapper #team-page {
	float: left;
	width: 100%;
	clear: both;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding-bottom: 20px;
	-webkit-box-shadow: 0 7px 6px -6px #ddd;
	-moz-box-shadow: 0 7px 6px -6px #ddd;
	box-shadow: 0 7px 6px -6px #ddd
}
body.section-company #page #content #article-wrapper #team-page img {
	float: left;
	margin-right: 15px;
	border: 5px solid #ddd
}
body.section-company #page #content #article-wrapper #team-page h4 {
	color: #ed6906;
	font-size: 21px;
	line-height: 21px;
	font-weight: normal
}
body.section-company #page #content #article-wrapper #team-page h4 span {
	color: #707070
}
body.section-company #page #content #article-wrapper #team-page .toggled_content {
	border: none;
	padding: 0;
	float: left;
	clear: inherit;
	margin-bottom: 0
}
body.section-company #page #content #article-wrapper #team-page .right {
	margin-left: 125px
}
body.section-company #page #content #article-wrapper .views-row-last #team-page {
	margin-bottom: 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
body.section-company #page #content #article-wrapper #events, body.section-company #page #content #article-wrapper #news, body.section-company #page #content #article-wrapper #case-study {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	float: none;
	clear: both;
	width: 100%;
	position: relative
}
body.section-company #page #content #article-wrapper #events .event-info, body.section-company #page #content #article-wrapper #news .event-info, body.section-company #page #content #article-wrapper #case-study .event-info, body.section-company #page #content #article-wrapper #events .news, body.section-company #page #content #article-wrapper #news .news, body.section-company #page #content #article-wrapper #case-study .news {
	zoom: 1
}
body.section-company #page #content #article-wrapper #events .event-info:before, body.section-company #page #content #article-wrapper #news .event-info:before, body.section-company #page #content #article-wrapper #case-study .event-info:before, body.section-company #page #content #article-wrapper #events .news:before, body.section-company #page #content #article-wrapper #news .news:before, body.section-company #page #content #article-wrapper #case-study .news:before, body.section-company #page #content #article-wrapper #events .event-info:after, body.section-company #page #content #article-wrapper #news .event-info:after, body.section-company #page #content #article-wrapper #case-study .event-info:after, body.section-company #page #content #article-wrapper #events .news:after, body.section-company #page #content #article-wrapper #news .news:after, body.section-company #page #content #article-wrapper #case-study .news:after {
	content: "";
	display: table
}
body.section-company #page #content #article-wrapper #events .event-info:after, body.section-company #page #content #article-wrapper #news .event-info:after, body.section-company #page #content #article-wrapper #case-study .event-info:after, body.section-company #page #content #article-wrapper #events .news:after, body.section-company #page #content #article-wrapper #news .news:after, body.section-company #page #content #article-wrapper #case-study .news:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
body.section-company #page #content #article-wrapper #events .event-info span, body.section-company #page #content #article-wrapper #news .event-info span, body.section-company #page #content #article-wrapper #case-study .event-info span, body.section-company #page #content #article-wrapper #events .news span, body.section-company #page #content #article-wrapper #news .news span, body.section-company #page #content #article-wrapper #case-study .news span {
	font-style: italic
}
body.section-company #page #content #article-wrapper #events .event-info h2, body.section-company #page #content #article-wrapper #news .event-info h2, body.section-company #page #content #article-wrapper #case-study .event-info h2, body.section-company #page #content #article-wrapper #events .news h2, body.section-company #page #content #article-wrapper #news .news h2, body.section-company #page #content #article-wrapper #case-study .news h2 {
	color: #707070
}
body.section-company #page #content #article-wrapper #events .event-link, body.section-company #page #content #article-wrapper #news .event-link, body.section-company #page #content #article-wrapper #case-study .event-link, body.section-company #page #content #article-wrapper #events .read-more, body.section-company #page #content #article-wrapper #news .read-more, body.section-company #page #content #article-wrapper #case-study .read-more {
	position: absolute;
	right: 0;
	bottom: 10px
}
body.section-company #page #content #article-wrapper #news .news h2 {
	font-size: 20px;
	line-height: 21px;
	margin: 5px 100px 0 0
}
body.section-company #page #content #article-wrapper #case-study h2 {
	font-size: 20px;
	line-height: 22px;
	margin: 5px 100px 0 0
}
body.section-company #page #content #article-wrapper #case-study .toggler {
	position: absolute;
	right: 0;
	bottom: 10px
}
body.section-company #page #content #article-wrapper .award-listing {
	display: block;
	margin: 15px 0 5px;
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
	-webkit-box-shadow: 0 7px 6px -6px #ddd;
	-moz-box-shadow: 0 7px 6px -6px #ddd;
	box-shadow: 0 7px 6px -6px #ddd
}
body.section-company #page #content #article-wrapper .award-listing:last-child {
	border-bottom: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
body.section-company #page #content #article-wrapper .award-listing h3 {
	color: #ed6906;
	font-size: 21px;
	line-height: 21px
}
body.section-company #page #content #article-wrapper .award-listing #award_image {
	float: left
}
body.section-company #page #content #article-wrapper .award-listing #award_description {
	margin-left: 150px;
	display: block
}
body.section-company #page #content #article-wrapper .award-listing #award_description p:first-child {
	color: #ed6906;
	font-size: 21px;
	line-height: 21px
}
body.section-company #page #content #article-wrapper .award-listing #award_description p:first-child b {
	color: #656565
}
body.section-company #page #content #article-wrapper .award-listing #award_description-noimage {
	margin-left: 0;
	display: block
}
body.section-company .download-cs {
	zoom: 1;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0;
	margin-top: 10px;
	padding-bottom: 10px;
	/*width: 100%*/
}
body.section-company .download-cs:before, body.section-company .download-cs:after {
	content: "";
	display: table
}
body.section-company .download-cs:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
body.section-company .download-cs a.download[href$=".pdf"] {
	background: url("/modules/file/icons/application-pdf.png") no-repeat scroll 2px 2px;
	padding-left: 24px;
	color: #ed6906
}
body.section-company.page-node-194 .field-item p {
	display: inline-block
}
body.section-company.page-node-194 .field-item p.firstChild {
	display: block
}
body.section-company.page-node-194 .field-item p a {
	background: #ed6906;
	color: #fff;
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 10px;
	display: inline-block
}
body.section-company.page-node-194 .field-item p a:hover {
	background: #515151;
	color: #fff;
	text-decoration: none
}

/* Pre-new case study css for node 195... 
body.section-company.page-node-195 .download-cs {
	background-color: #eee;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 5px;
	padding-top: 5px
}*/
body.section-company.page-node-195 .download-cs {
    background-color: #fff;
    border: 1px solid #ddd;
    float: left;
    height: 240px;
	width:240px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;
    padding-top: 15px;
	position: relative;
	transition: all 0.2s ease 0s;
	border-radius: 5px; 
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
body.section-company.page-node-939 .download-cs {
    background-color: #fff;
    border: 1px solid #ddd;
    float: left;
    height: 240px;
	width:240px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;
    /*padding-top: 15px;*/
	position: relative;
	transition: all 0.2s ease 0s;
	border-radius: 5px; 
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
body.section-company.page-node-939 .download-cs a.download{
  margin-right: 0.5em;
  
}

.page-node-939 .download-cs-logo img{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
article.node-939 {
  margin: 1em;
}
.download-cs-logo {
	height:115px;
}
.download-cs-detail {
	overflow:hidden;
	height: 114px;
	width: 220px;
	padding:10px;
	background-color: #f7f7f7;
	border-color: #cccccc;
	border-radius: 0 0 4px 4px;
	border-style: solid none;
	border-width: 1px medium;
}
table.download-cs-table {
	font-size:16px;
    border-collapse: collapse;
    border-spacing: 0;
	width: 230px;
	margin-top:5px;
	line-height: 18px;
}

body.section-company.page-node-195 .download-cs h2 {
	font-size: 14px;
	line-height: 16px !important;
	padding-left: 10px
}
body.section-company.page-node-195 .download-cs a {
    font-size: 16px;
	line-height:18px !important;
}
body.section-company.page-node-196 .download-cs {
	border: none;
	margin-top: 0;
	padding-bottom: 0
}
body.section-company.page-company-media-press-releases #block-views-case-study-archive-block-1, body.section-company.node-type-case-study #block-views-case-study-archive-block-1 {
	zoom: 1;
	margin-bottom: 20px
}
body.section-company.page-company-media-press-releases #block-views-case-study-archive-block-1:before, body.section-company.node-type-case-study #block-views-case-study-archive-block-1:before, body.section-company.page-company-media-press-releases #block-views-case-study-archive-block-1:after, body.section-company.node-type-case-study #block-views-case-study-archive-block-1:after {
	content: "";
	display: table
}
body.section-company.page-company-media-press-releases #block-views-case-study-archive-block-1:after, body.section-company.node-type-case-study #block-views-case-study-archive-block-1:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
body.section-company.page-company-media-press-releases #block-views-case-study-archive-block-1 .view-header, body.section-company.node-type-case-study #block-views-case-study-archive-block-1 .view-header {
	margin-bottom: 0 !important
}
body.section-support #page #content #article-wrapper .supp-top {
	zoom: 1;
	width: 100%;
	margin-top: 15px
}
body.section-support #page #content #article-wrapper .supp-top:before, body.section-support #page #content #article-wrapper .supp-top:after {
	content: "";
	display: table
}
body.section-support #page #content #article-wrapper .supp-top:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
body.section-support #page #content #article-wrapper .supp-top .top {
	padding: 10px;
	width: 30.666%;
	margin-right: 1%;
	float: left;
	background: #ed6906;
	min-height: 165px
}
body.section-support #page #content #article-wrapper .supp-top .top h3 {
	font-size: 30px
}
body.section-support #page #content #article-wrapper .supp-top .top.customer, body.section-support #page #content #article-wrapper .supp-top .top.partner {
	color: #fff
}
body.section-support #page #content #article-wrapper .supp-top .top.customer h3, body.section-support #page #content #article-wrapper .supp-top .top.partner h3 {
	color: #fff
}
body.section-support #page #content #article-wrapper .supp-top .top.training {
	margin: 0;
	background: #ddd
}
body.section-support #page #content #article-wrapper .supp-bot {
	margin-top: 20px;
	zoom: 1
}
body.section-support #page #content #article-wrapper .supp-bot:before, body.section-support #page #content #article-wrapper .supp-bot:after {
	content: "";
	display: table
}
body.section-support #page #content #article-wrapper .supp-bot:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
body.section-support #page #content #article-wrapper .supp-bot>div {
	padding: 10px;
	width: 30.5%;
	margin-right: 1%;
	float: left
}
body.section-support #page #content #article-wrapper .supp-bot>div.community {
	margin: 0
}
body.section-support #page #content #article-wrapper .supp-bot>div a.ext[href$=".pdf"] {
	display: block;
	background: url("/modules/file/icons/application-pdf.png") no-repeat scroll 2px 2px;
	padding: 0 0 0 20px
}
body.section-solutions #page #content #article-wrapper article .field-name-field-page-img, body.section-products #page #content #article-wrapper article .field-name-field-page-img {
	padding-top: 3px
}
body.section-solutions #page #content #article-wrapper article p.intro, body.section-products #page #content #article-wrapper article p.intro {
	min-height: 100px;
	line-height: 23px;
	padding-top: 5px;
	margin-bottom: 25px;
	margin-left: 115px
}
.view-hp-slider {
	width: 100%;
	height: 324px
}
.view-hp-slider .hp-slider {
	height: 324px;
	position: relative
}
.view-hp-slider .hp-slider img {
	width: 1060px;
	height: 324px
}
.view-hp-slider .hp-slider .hp-slider-body {
	width: 60%;
	margin-left: 15px;
	margin-top: -290px
}
.view-hp-slider .hp-slider .hp-slider-body h2 {
	background: #ed6906;
	color: #fff;
	font-family: 'Calibri W01';
	font-weight: 400;
	font-style: normal;
	font-size: 31px;
	line-height: 33px;
	padding: 0;
	display: none
}
.view-hp-slider .hp-slider .hp-slider-body p {
	width: 500px;
	color: #fff;
	font-family: 'Calibri W06' !important;
	font-size: 18px !important;
	line-height: 20px !important;
	font-weight: 200 !important;
	font-style: normal !important
}
.view-hp-slider .hp-slider .hp-slider-body p.cta {
	font-size: 28px !important;
	line-height: 30px !important;
	font-weight: 500
}
.view-hp-slider .hp-slider .hp-slider-body a.more {
	position: absolute;
	left: 15px;
	bottom: 40px
}
.view-hp-slider .hp-slider .field-content img {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	min-width: 1060px
}
.view-hp-slider .views-slideshow-controls-bottom {
	position: absolute;
	z-index: 99;
	right: 0;
	bottom: -37px;
	width: 202px
}
.view-hp-slider .views-slideshow-controls-bottom .views-content-counter {
	cursor: pointer;
	font-size: 0;
	position: relative;
	float: left;
	margin-right: 10px;
	border-radius: 10px;
	text-ident: -999px;
	padding: 5px;
	background: #fff;
	width: 5px;
	height: 5px
}
.view-hp-slider .views-slideshow-controls-bottom .views-content-counter:hover {
	background: #00af43
}
.view-hp-slider .views-slideshow-controls-bottom .active .views-content-counter {
	background: #515151
}
#breadcrumb {
	padding: 18px 0 0 0;
	padding-left: 10px;
	padding-right: 10px;
	clear: both;
	border-top: 1px solid #707070
}
#breadcrumb .block {
	margin: 0
}
#footer-wrapper {
	background: #515151
}
#footer-wrapper footer {
	margin: 0 auto;
	max-width: 1060px;
	height: 80px;
	color: #fff;
	font-size: 12px;
	padding-top: 15px
}
#footer-wrapper footer .block {
	margin: 0
}
.region-front-content, .region-f-content-below {
	zoom: 1;
	width: 100%
}
.region-front-content:before, .region-f-content-below:before, .region-front-content:after, .region-f-content-below:after {
	content: "";
	display: table
}
.region-front-content:after, .region-f-content-below:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
.region-front-content .block, .region-f-content-below .block {
	width: 233px;
	float: left;
	margin-right: 15px;
	margin-bottom: 0;
	padding-right: 15px
}
.region-front-content .block:last-child, .region-f-content-below .block:last-child {
	margin-right: 0;
	padding-right: 0;
	width: 247px
}
.region-front-content .block h2, .region-f-content-below .block h2 {
	border-bottom: 1px solid #ddd;
	color: #ed6906;
	font-weight: normal;
	line-height: 23px;
	margin-bottom: 10px;
	padding: 0 5px 5px 5px;
	font-size: 23px
}
.region-front-content .block h3, .region-f-content-below .block h3 {
	line-height: 18px;
	margin: 0;
	color: #242021;
	font-size: 18px;
	font-weight: normal
}
.region-front-content .block p, .region-f-content-below .block p {
	margin-right: 10px
}
.region-front-content #block-block-11, .region-front-content #block-block-12, .region-front-content #block-block-35 {
	margin-top: 20px;
	border-right: solid 1px #ddd;
	position: relative;
	padding-bottom: 20px
}
.region-front-content #block-block-11 h2, .region-front-content #block-block-12 h2, .region-front-content #block-block-35 h2 {
	padding-left: 0;
	border: none
}
.region-front-content #block-block-11 h3, .region-front-content #block-block-12 h3, .region-front-content #block-block-35 h3 {
	color: #707070 !important;
	margin: 0 !important
}
.region-front-content #block-block-11 p, .region-front-content #block-block-12 p, .region-front-content #block-block-35 p {
	color: #979797 !important
}
.region-front-content #block-block-11 p a.more, .region-front-content #block-block-12 p a.more, .region-front-content #block-block-35 p a.more {
	position: absolute;
	left: 0;
	bottom: 10px
}
.region-front-content #block-block-35 img {
	width: 112px;
	vertical-align: middle
}
.region-front-content #block-block-36 {
	margin-top: 20px;
	background: #f0f0f0;
	position: relative; /* add to make boxes right size */	
	padding-bottom: 20px
}
.region-front-content #block-block-36 a.more {
        position: absolute; /* add to line up more buttons */
	left: 0;
	bottom: 10px
}
.region-front-content #block-block-36 img {
	width: 175px; /* video size */
}
.region-front-content #block-block-36 h2 {
	padding-left: 0;
	border: none
}
.region-front-content #block-block-36 p {
	margin: 0
}
.region-front-content #block-block-36 #nexenta-homepage-video {
	margin: 10px
}
.region-front-content #block-block-36 #nexenta-homepage-video.video-js .vjs-time-controls, .region-front-content #block-block-36 #nexenta-homepage-video.video-js .vjs-time-divider, .region-front-content #block-block-36 #nexenta-homepage-video.video-js .vjs-big-play-button {
	display: none
}
.region-f-content-below #block-block-38 {
	margin-top: 20px;
	padding-top: 20px;
	width: 100%;
	border-top: 1px solid #ddd;
	overflow: hidden;
	height: 0
}
.region-f-content-below #block-block-38 img {
	margin-right: 20px
}
body.front #page #content {
	padding-bottom: 0
}
.sidebars #block-block-32 {
	margin: 15px 0;
	padding: 0;
	border: 0;
	float: left
}
.sidebars #block-block-32 #grey_bg {
	background-color: #ddd;
	border: 1px solid #979797;
	border-radius: 4px;
	display: inline-block;
	float: left;
	margin: 0 0 10px;
	padding: 15px 8px 0 8px;
	text-align: center
}
.sidebars #block-block-32 #grey_bg a {
	color: #66ba60;
	font-weight: bold;
	text-decoration: none
}
.sidebars {
	zoom: 1
}
.sidebars:before, .sidebars:after {
	content: "";
	display: table
}
.sidebars:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
.sidebars section.sidebar {
	margin-top: 20px
}
.sidebars #block-views-resources-block h2, .sidebars #block-views-resources-block-1 h2, .sidebars #block-views-resources-block-2 h2, .sidebars #block-views-resources-block-3 h2 {
	padding-bottom: 10px
}
.sidebars #block-views-resources-block .view-id-resources ul, .sidebars #block-views-resources-block-1 .view-id-resources ul, .sidebars #block-views-resources-block-2 .view-id-resources ul, .sidebars #block-views-resources-block-3 .view-id-resources ul {
	margin: 0 10px 0 0;
	padding: 0
}
.sidebars #block-views-resources-block .view-id-resources ul li, .sidebars #block-views-resources-block-1 .view-id-resources ul li, .sidebars #block-views-resources-block-2 .view-id-resources ul li, .sidebars #block-views-resources-block-3 .view-id-resources ul li {
	list-style: none
}
.sidebars #block-views-resources-block .view-id-resources ul li a, .sidebars #block-views-resources-block-1 .view-id-resources ul li a, .sidebars #block-views-resources-block-2 .view-id-resources ul li a, .sidebars #block-views-resources-block-3 .view-id-resources ul li a {
	display: block;
	padding: 4px 5px 4px 24px;
	background: url("/sites/all/themes/basestation/images/double-arrow.png") no-repeat 2px 5px transparent;
	transition: background .25s ease-in-out 0s
}
.sidebars #block-views-resources-block .view-id-resources ul li a[href$=".pdf"], .sidebars #block-views-resources-block-1 .view-id-resources ul li a[href$=".pdf"], .sidebars #block-views-resources-block-2 .view-id-resources ul li a[href$=".pdf"], .sidebars #block-views-resources-block-3 .view-id-resources ul li a[href$=".pdf"] {
	background: url("/modules/file/icons/application-pdf.png") no-repeat scroll 2px 2px
}
.sidebars #block-views-resources-block .view-id-resources ul li a[href$=".doc"], .sidebars #block-views-resources-block-1 .view-id-resources ul li a[href$=".doc"], .sidebars #block-views-resources-block-2 .view-id-resources ul li a[href$=".doc"], .sidebars #block-views-resources-block-3 .view-id-resources ul li a[href$=".doc"] {
	background: url("/modules/file/icons/x-office-document.png") no-repeat scroll 2px 2px
}
.sidebars #block-views-resources-block .view-id-resources ul li a[href$=".zip"], .sidebars #block-views-resources-block-1 .view-id-resources ul li a[href$=".zip"], .sidebars #block-views-resources-block-2 .view-id-resources ul li a[href$=".zip"], .sidebars #block-views-resources-block-3 .view-id-resources ul li a[href$=".zip"] {
	background: url("/sites/all/themes/basestation/images/icon-zip.png") no-repeat scroll -2px 0
}
.sidebars #block-views-resources-block .view-id-resources ul li a[href*="http://youtu.be"], .sidebars #block-views-resources-block .view-id-resources ul li a[href*="http://www.youtube.com"], .sidebars #block-views-resources-block .view-id-resources ul li a[href*="https://www.youtube.com"], .sidebars #block-views-resources-block-3 .view-id-resources ul li a[href*="http://youtu.be"] {
	background: url("/modules/file/icons/video-x-generic.png") no-repeat scroll 2px 2px
}
.sidebars #block-views-resources-block .view-id-resources ul li .file .file-icon, .sidebars #block-views-resources-block-1 .view-id-resources ul li .file .file-icon, .sidebars #block-views-resources-block-2 .view-id-resources ul li .file .file-icon, .sidebars #block-views-resources-block-3 .view-id-resources ul li .file .file-icon {
	display: none
}
.sidebars .product {
	padding: 10px;
	background: #ddd;
	margin: 5px 0;
	border-bottom: 1px solid
}
.sidebars .product h3 {
	display: block;
	color: #515151;
	font-weight: 300;
	font-size: 22px
}
.sidebars .block {
	border-bottom: 1px solid;
	padding: 0 0 15px 0;
	margin: 15px 0
}
.sidebars .block:first-child {
	margin-top: 0
}
.sidebars .block:last-child {
	border-bottom: none
}
.sidebars .block#block-block-16 {
	border: none;
	padding: 0
}
.sidebars .block#block-block-29, .sidebars .block#block-block-30 {
	padding-bottom: 0;
	border-bottom: none
}
.sidebars .block h2 {
	display: block;
	color: #515151;
	font-weight: 300;
	font-size: 22px
}
.download-box {
	background: #eee;
	border: 1px solid #ddd;
	clear: both;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	max-width: 575px;
	padding: 10px;
	width: 100%
}
.download-box h4 {
	color: #ed6906
}
.download-box p:last-child {
	margin-bottom: 0 !important
}
.faq {
	background: #fafafa;
	border: 1px solid #ddd;
	clear: both;
	cursor: pointer;
	display: block;
	overflow: hidden;
	padding: 5px 10px;
	margin: 10px 0 0 0;
	background: url("/sites/all/themes/basestation/images/minus.jpg") 999px 999px no-repeat
}
.faq .left {
	float: none
}
.faq .left img {
	float: left;
	margin-right: 15px;
	max-width: 60px
}
.faq .right {
	margin-right: 15px;
	margin-top: -19px;
	position: absolute;
	right: 11px
}
.faq h2 {
	background: url("/sites/all/themes/basestation/images/plus.jpg") right center no-repeat;
	color: #ed6906;
	font-size: 25px;
	font-weight: 300;
	margin: 0;
	height: 37px;
	overflow: hidden;
	line-height: 37px !important
}
.faq.active h2 {
	background: url("/sites/all/themes/basestation/images/minus.jpg") right center no-repeat
}
.toggled_content {
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	clear: both;
	display: none;
	margin-bottom: 5px;
	padding: 1px 15px 1px 15px
}

.stoggler {
	color: #fff;
	background-color: #00af43;
	display: inline-block;
	font-size: 13px;
	line-height: 13px !important;
	padding: 5px 10px;
	text-decoration: none;
	cursor: pointer;
}
.stoggler:hover {
	background: #515151;
	text-decoration: none;
	transition: background .25s ease-in-out 0.25s;
}


.section-partners .stoggled_content {
	border: 0px;
	display: none;
	margin-bottom: 5px;
	padding: 0px;
}

.toggled_content h1:first-child, .toggled_content h2:first-child, .toggled_content h3:first-child, .toggled_content h4:first-child, .toggled_content h5:first-child, .toggled_content h6:first-child, .toggled_content p:first-child, .toggled_content ul:first-child, .toggled_content ol:first-child {
	margin-top: 15px !important
}
.page-node-876 .field-items form ul, .page-node-872 .field-items form ul, .page-node-172 .field-items form ul, .page-node-871 .field-items form ul, .page-node-870 .field-items form ul, .page-node-868 .field-items form ul, .page-node-867 .field-items form ul, .page-node-839 .field-items form ul {
	margin: 0 !important;
	padding: 0
}
.page-node-876 .field-items form ul li, .page-node-872 .field-items form ul li, .page-node-172 .field-items form ul li, .page-node-871 .field-items form ul li, .page-node-870 .field-items form ul li, .page-node-868 .field-items form ul li, .page-node-867 .field-items form ul li, .page-node-839 .field-items form ul li {
	list-style: none;
	margin-bottom: 10px !important
}
.page-node-876 .field-items form ul li .mktError input, .page-node-872 .field-items form ul li .mktError input, .page-node-172 .field-items form ul li .mktError input, .page-node-871 .field-items form ul li .mktError input, .page-node-870 .field-items form ul li .mktError input, .page-node-868 .field-items form ul li .mktError input, .page-node-867 .field-items form ul li .mktError input, .page-node-839 .field-items form ul li .mktError input, .page-node-876 .field-items form ul li .mktError textarea, .page-node-872 .field-items form ul li .mktError textarea, .page-node-172 .field-items form ul li .mktError textarea, .page-node-871 .field-items form ul li .mktError textarea, .page-node-870 .field-items form ul li .mktError textarea, .page-node-868 .field-items form ul li .mktError textarea, .page-node-867 .field-items form ul li .mktError textarea, .page-node-839 .field-items form ul li .mktError textarea {
	border: 1px solid #eb0000
}
.page-node-876 .field-items form ul li .mktError .mktFormMsg, .page-node-872 .field-items form ul li .mktError .mktFormMsg, .page-node-172 .field-items form ul li .mktError .mktFormMsg, .page-node-871 .field-items form ul li .mktError .mktFormMsg, .page-node-870 .field-items form ul li .mktError .mktFormMsg, .page-node-868 .field-items form ul li .mktError .mktFormMsg, .page-node-867 .field-items form ul li .mktError .mktFormMsg, .page-node-839 .field-items form ul li .mktError .mktFormMsg {
	color: #eb0000;
	display: block
}
.page-node-876 .field-items form input, .page-node-872 .field-items form input, .page-node-172 .field-items form input, .page-node-871 .field-items form input, .page-node-870 .field-items form input, .page-node-868 .field-items form input, .page-node-867 .field-items form input, .page-node-839 .field-items form input, .page-node-876 .field-items form textarea, .page-node-872 .field-items form textarea, .page-node-172 .field-items form textarea, .page-node-871 .field-items form textarea, .page-node-870 .field-items form textarea, .page-node-868 .field-items form textarea, .page-node-867 .field-items form textarea, .page-node-839 .field-items form textarea {
	max-width: 350px;
	border: 1px solid #979797;
	width: 100%;
	padding: 5px 5px 2px 5px;
	color: #707070
}
html body.page-node form button, html body.page-search form button, html body.page-node form input, html body.page-search form input, html body.page-node form select, html body.page-search form select, html body.page-node form textarea, html body.page-search form textarea {
	font-family: 'Calibri W01';
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 18px
}
html body.page-node form input[type="submit"], html body.page-search form input[type="submit"], html body.page-node form button, html body.page-search form button {
	background: #00af43;
	border: none;
	color: #fff;
	padding: 5px 10px !important;
	display: inline-block;
	font-size: 16px;
	line-height: 16px !important
}
html body.page-node form table, html body.page-search form table {
	margin: 15px 0;
	border: none
}
html body.page-node form table tbody, html body.page-search form table tbody {
	border: none
}
html body.page-node form table tbody tr, html body.page-search form table tbody tr, html body.page-node form table tbody th, html body.page-search form table tbody th, html body.page-node form table tbody td, html body.page-search form table tbody td {
	border: none
}
html body.page-node form table tbody th, html body.page-search form table tbody th {
	vertical-align: bottom
}
html body.page-node form table tbody td, html body.page-search form table tbody td {
	vertical-align: top;
	padding-bottom: 15px
}
#error-trial-registration {
	line-height: 20px;
	color: #eb0000
}
.node-899 table td {
	vertical-align: top;
	padding: 1%;
	width: 20% !important
}
.node-899 table ul {
	padding: 0 0 0 20px;
	margin: .5em 0
}
.pager {
	text-align: left;
	padding: 10px 0 0 0
}
.pager li {
	display: inline-block;
	position: relative
}
.pager li .ajax-progress {
	position: absolute;
	top: -20px;
	left: -2px
}
.pager li.pager-current {
	font-size: 13px;
	line-height: 13px !important;
	padding: 5px 10px;
	color: #515151;
	font-family: 'Calibri W01';
	font-weight: 700;
	font-style: normal
}
.pager li a {
	background: #00af43;
	color: #fff;
	font-size: 13px;
	line-height: 13px !important;
	padding: 5px 10px;
	text-decoration: none;
	display: inline-block
}
.pager li a:hover {
	background: #515151
}
.pager li.pager-item, .pager li.pager-first, .pager li.pager-previous, .pager li.pager-next, .pager li.pager-last, .pager li.pager-ellipsis {
	padding: 0
}
.view-filters {
	margin-bottom: 20px
}
.view-filters #edit-submit-downloads {
	margin: 15px 0 0 0
}
.view-filters #edit-submit-reseller {
	margin: 18px 0 0 0
}
.view-filters .views-exposed-widgets label {
	margin-bottom: 5px
}
#lightbox #article-wrapper {
	color: #707070;
	padding-top: 70px
}
#lightbox #article-wrapper #page-title {
	color: #fff;
	background: #ed6906;
	width: 100%;
	font-weight: normal;
	padding: 15px;
	margin: 0;
	line-height: 60px !important;
	position: absolute;
	top: 0;
	left: 0;
	height: 41px
}
#lightbox #article-wrapper .company-name {
	display: none
}
#lightbox #article-wrapper .company-website, #lightbox #article-wrapper .company-phone, #lightbox #article-wrapper .company-email, #lightbox #article-wrapper .company-certification, #lightbox #article-wrapper .company-city, #lightbox #article-wrapper .company-description {
	margin: 10px 0
}
#block-block-1 p {
	margin: 0
}
#block-block-1 a {
	display: inline-block;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	background-repeat: no-repeat
}
#block-block-1 a.facebook {
	background: url("../images/social-media/facebook.png")
}
#block-block-1 a.twitter {
	background: url("../images/social-media/twitter.png")
}
#block-block-1 a.youtube {
	background: url("../images/social-media/youtube.png")
}
#block-block-1 a.linkedin {
	background: url("../images/social-media/linkedin.png")
}
.view-id-videos #video-wrapper {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	-webkit-box-shadow: 0 7px 6px -6px #ddd;
	-moz-box-shadow: 0 7px 6px -6px #ddd;
	box-shadow: 0 7px 6px -6px #ddd;
	float: left
}
.view-id-videos #video-wrapper .right h2 {
	margin: 0;
	line-height: 1em
}
.view-id-videos #video-wrapper #media-video {
	float: left;
	max-width: 305px;
	width: 100%;
	margin-right: 3%
}
.view-id-videos #video-wrapper #media-video .video-container {
	position: relative
}
.view-id-videos #video-wrapper #media-video .video-container a img {
	border: 5px solid #ddd
}
.view-id-videos #video-wrapper #media-video .video-container a span.video-button {
	background-image: url("../images/video-buttons-off.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	overflow: hidden;
	opacity: .8
}
.view-id-videos #video-wrapper #media-video .video-container a:hover span.video-button {
	background-image: url("../images/video-buttons-on.png")
}
.view-id-videos .views-row-last #video-wrapper {
	border-bottom: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
.node-type-videos #media-video {
	max-width: 510px;
	float: none
}
#media-video iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}
#events p {
	clear: both;
	float: left;
	margin: 0;
	font-size: 1em
}
#top-header-menu {
	background: #ddd
}
#top-header-menu .region-top {
	margin: 0 auto;
	max-width: 1060px;
	padding-left: 10px;
	padding-right: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word
}
.region-highlighted {
	margin: auto;
	max-width: 1060px;
	overflow: hidden;
	height: 370px
}
#block-superfish-1 {
	display: none;
	float: left;
	margin: 0
}
#block-superfish-1 #superfish-1-toggle {
	background: none repeat scroll 0 0 #00af43;
	padding: 7px;
	float: left
}
#block-superfish-1 #superfish-1-toggle:hover {
	background: none repeat scroll 0 0 #000;
	padding: 7px;
	float: left;
	text-decoration: none
}
#superfish-1-toggle {
	color: #fff
}
#block-superfish-1 ul {
	background: none repeat scroll 0 0 #515151;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%
}
#block-superfish-1 ul li a {
	padding: 7px 15px;
	font-size: 1.1em;
	color: #fff;
	border-bottom: 1px solid #fff;
	color: #66ba60
}
#block-superfish-1 ul li#menu-577-1 {
	border-top: 1px solid #fff
}
#block-superfish-1 ul li a:hover, #block-superfish-1 ul li.sf-expanded ul li a:hover {
	text-decoration: none;
	background-color: #ed6906;
	color: #fff
}
#block-superfish-1 ul li.sf-expanded a {
	text-decoration: none;
	background-color: #66ba60;
	color: #fff
}
#block-superfish-1 ul li.sf-expanded ul li a {
	padding: 5px 10px 5px 35px;
	font-size: 1em;
	color: #fff;
	border-bottom: 1px solid #fff;
	background-color: #000
}
#block-superfish-1 ul li.sf-expanded ul li ul li a {
	padding: 5px 10px 5px 50px;
	font-size: .9em;
	color: #fff;
	border-bottom: 1px solid #fff;
	background-color: #888
}
#block-superfish-1 ul ul {
	background: #000;
	width: 100%
}
#block-block-2 {
	float: left;
	margin: 2px 0 0 0;
	font-family: calibri2, calibri, sans-serif;
	color: #515151;
	font-size: 1.2em
}
#block-block-2 img {
	float: left;
	margin-right: 10px;
	margin-top: -6px
}
#block-block-2 span {
	color: #ed6906;
	text-transform: uppercase
}
#block-views-hp-slider-block {
	margin: 0;


	width: 100%;
	position: relative;
	float: left
}
#header-wrapper {
	background: #f3f4f4
}
#header {
	margin: auto;
	max-width: 1060px;
	padding-top: 20px;
	padding-bottom: 20px
}
#block-block-7 {
	float: left;
	padding-top: 5px
}
#block-block-7 a {
	color: #fff
}
#block-block-7 a:hover {
	color: #ed6906;
	text-decoration: none
}
#block-block-1 {
	float: right;
	font-size: 18px;
	padding-top: 3px
}
#video-front #media-video {
	margin-right: 6%;
	max-width: 46%;
	position: relative
}
.views-row-last #video-front #media-video {
	margin-right: 0
}
.region-front-content #block-views-videos-block-1 {
	width: 51%;
	margin-right: 0
}
.solutions {
	clear: both;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	border-top: solid 1px #979797
}
.solutions .solutions-text {
	margin: 0 0 0 75px
}
.solutions .solutions-text h2 {
	color: #515151;
	font-weight: normal
}
.solutions .solutions-text h2 a {
	color: #515151;
	font-weight: normal
}
.solutions .solutions-text h2:nth-child(2) {
	color: #ed6906;
	font-weight: normal;
	font-size: 1.2em
}
.section-products .solutions img, .section-solutions .solutions img, #block-views-solutions-block-2 .solutions img, .section-products .solutions img {
	max-width: 60px
}
.solutions img {
	float: left;
	margin-right: 15px
}
.solutions h2 {
	line-height: 1em;
	margin: 0
}
.solutions-menu {
	text-align: center;
	float: left;
	margin-right: 10px
}
.solutions-menu h3 {
	margin: 0;
	line-height: 1em
}
#block-views-news-block-2 .views-summary a:hover, #block-views-case-study-archive-block-1 .link:hover, #block-views-case-study-archive-block-1 .views-summary a:hover, #case-study .toggleHolder span:hover {
	background: #000;
	text-decoration: none
}

.section-products .toggled_content,
#case-study .toggled_content {
	float: left;
	clear: both;
	width: 100%;
	border: none;
	margin-bottom: 5px;
	padding: 1% 2%;
	width: 96%
}
#block-views-news-block-2 .views-summary a, .page-company-media-press-releases-archive #block-views-case-study-archive-block-1 .link, #block-views-case-study-archive-block-1 .link, #block-views-case-study-archive-block-1 .views-summary a {
	background: none repeat scroll 0 0 #888;
	color: #fff;
	cursor: pointer;
	display: table;
	float: left;
	font-size: 13px;
	line-height: 1em;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 6px 14px
}
.page-company-media-press-releases #block-views-case-study-archive-block-1 .link, #block-views-case-study-archive-block-1 .views-summary a.active {
	background: #515151
}
.page-company-media-press-releases-archive #block-views-case-study-archive-block-1 .link {
	background: none repeat scroll 0 0 #888
}
.page-company-media-press-releases-archive #block-views-case-study-archive-block-1 .link:hover {
	background: none repeat scroll 0 0 #000
}
.sidebar a.register, .sidebar a.download {
	margin-right: 20px;
	float: left
}
#block-block-21, #block-block-20, #block-block-27, #block-views-downloads-block-2 {
	width: 30.5%;
	float: left;
	background: #ddd;
	padding: 1%;
	margin-right: 1%
}
#block-block-21 {
	margin-right: 0
}
#block-views-downloads-block-2 .download-cs {
	margin: 0;
	padding: 0;
	float: inherit;
	border: none
}
.lightbox2-alt-layout-data #bottomNavClose, .lightbox2-alt-layout #bottomNavClose {
	margin-top: 10px !important;
	margin-bottom: 7px
}
#imageData #bottomNav {
	height: 0 !important;
	margin-bottom: 0 !important
}
.section-partners #lightbox {
	text-align: left
}
.section-products #main .toggled_content p:first-child, .section-solutions #main .toggled_content p:first-child {
	font-size: 1em
}
.section-products #main1727 .toggled_content p:first-child, .section-solutions #main1727 .toggled_content p:first-child {
    font-size: 1em;
}
#block-views-solutions-block, #block-views-solutions-block-2 {
	padding-top: 15px
}
.view-id-events #events:first-line, .view-id-case_study #case-study:first-line, .view-id-case_study_archive #case-study:first-line {
	font-style: italic
}
#news a:hover {
	text-decoration: none
}
#news span.ext {
	display: none
}
#news a span.post-date {
	font-style: italic;
	color: #656565
}
#news a:hover~.read-more a.link {
	background: #000
}
#block-block-20 p a, #block-block-21 p a, #block-block-27 p a {
	background: none repeat scroll 0 0 #888;
	color: #fff;
	display: table;
	font-size: 13px;
	line-height: 1em;
	padding: 3px 10px 4px;
	text-decoration: none
}
#block-block-20 p a:hover, #block-block-21 p a:hover, #block-block-27 p a:hover {
	background: #000;
	text-decoration: none
}
#block-views-downloads-block-1 .views-widget {
	font-size: .9em
}

#events span.ext,
.download span.ext {
	display: none
}

/**
 * vsan page
 */
.webform-component-fieldset {
	width: 42%;
	border:0;
	padding:0
}
fieldset#webform-component-column1 {
	float:left;
}
fieldset#webform-component-column2 {
}
fieldset#webform-component-column3 {
  clear:both;
  width:50%;
}
div#webform-component-column3--machine-code {
  margin-top:0;
}
/**
 * changes for quicktabs
 */
.page-node-2131 #page-title,
.page-node-2124 #page-title,
article.node-webform header {
  display:none;
}


.quicktabs_main.quicktabs-style-zen{
  clear:both;
}
ul.quicktabs-tabs.quicktabs-style-zen{
  margin:0 0 10px 0;
  padding:0 0 3px;
  font-size:1em;
  list-style: none;
  height:26px;
  /**background:none;**/
  /**background:transparent url(images/tab-bar.png) repeat-x left bottom;**/
}
*html ul.quicktabs-tabs.quicktabs-style-zen li{
  margin-bottom:-5px;
}
ul.quicktabs-tabs.quicktabs-style-zen li{
  float: left;
  margin:0 5px;
  padding: 0 0 0 3px;
  /**background:none;**/
  background:transparent url(../images/tab-left-ie62.png) no-repeat left -48px;
}
ul.quicktabs-tabs.quicktabs-style-zen li a{
  font: bold 17px/170% Calibri W01;
  font-size-adjust:none;
  display: block;
  margin: 0;
  padding:4px 17px 0px 12px;
  border-width: 0;
  font-weight:bold;
  text-decoration:none;
  background:transparent url(../images/tab-right-ie62.png) no-repeat right -48px;
  /**background:none;**/
}
ul.quicktabs-tabs.quicktabs-style-zen li:hover a{
  border-width: 0;
  /**background:none;**/
  background:transparent url(../images/tab-right-ie62.png) no-repeat right -96px;
}
quicktabs-tabs.quicktabs-style-zen li:hover{
  /**background:none;**/
  background:transparent url(../images/tab-left-ie62.png) no-repeat left -96px;
}
ul.quicktabs-tabs.quicktabs-style-zen li.active a,
ul.quicktabs-tabs.quicktabs-style-zen li.active a:hover{
  text-decoration:none;
  border-width: 0;
  /**background:none;**/
  background:transparent url(../images/tab-right-ie62.png) no-repeat right 0;
}
ul.quicktabs-tabs.quicktabs-style-zen li.active {
  /**background:none;**/
  background:transparent url(../images/tab-left-ie62.png) no-repeat left 0;
}


#block-views-nexenta-blog-block-1 .views-row {
  margin: .5em 0;
}
