/* Colors:
* Orange: #fbaf42
*/


/*-------- general style ---------*/

html, body {
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	line-height: 1.3;
	background-color: white;
	height: 100%;
	min-width: 850px;
}

#wrapper {
    min-height: 100%;
    position: relative;
}

#push {
    visibility: hidden;
    background: red;
}

#push iframe {
	display: none;
}

#footer {
    position: absolute;
    width: 100%;
    bottom: 0;
}

a {
	text-decoration: none;
	color: #FBAF42
}

img {
	border: none;
}

table {
    border-collapse: collapse;
}

td {
    padding: 0px;
}

*:focus{
	outline:none;
}

.w {
	max-width: 1250px;
}

.page-padding-left, 
.content-holder, 
.content-holder.with-columns > .columns > *:first-child
{
	padding-left: 25px;
}

.page-padding-right,
.content-holder, 
.content-holder.with-columns > .columns > *:last-child
{
	padding-right: 25px;
}

.content-holder.with-columns {
	padding-left: 0px;
	padding-right: 0px;
}

.content {
	max-width: 1200px;
	margin: 0px auto;
}

.content-no-padding {
	max-width: 1250px;  /* paddings will be added within container */
	margin: 0px auto;
}

.with-columns {
	display: table;
	width: 100%;
}

.columns {
	display: table-row;
}

.columns > * {
	display: table-cell;
}

.logos {
    display: inline-block;
}

.logos img {
    width: 143px;
    height: 40px;
}

.link-button {
    display: inline-block;
    white-space: nowrap;
    background: #fbaf42;
    color: #ffffff !important;
    padding: 12px 20px 12px 20px;
    border-radius: 3px;
    box-shadow: 0px 2px 2px 1px #dbdbdb;
    cursor: pointer;
    transition: background 0.2s;
}

.link-button:hover {
    background-color: #fb9400;
}

.link-button.secondary {
    background: #676767;
}

.link-button.secondary:hover {
    background: #4d4d4d;
}

.link-button.small {
    background: #b9b9b9;
    color: #ffffff;
    padding: 2px 4px 2px 4px;
}

.link-button.small:hover {
    background: #919191;
}


/*------ fonts -------*/

.page-title .description,
.filter-group label,
.dijitSelect td,
.servSubLabel,
.feedbackForm,
.answer
{
	color: #858585;
}

h1, h2, h3 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", 'Open Sans', 'Lato', 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-weight: 300;  
}

h1 {
    font-size: 36px;
    line-height: 1.3;
}

.page-title h1 {
	white-space: nowrap;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", 'Open Sans Condensed', Arial, Helvetica, sans-serif;
}

h2 {
    font-size: 28px;
}

/*------- top menu ---------*/

.header-row {
	width: 100%;
	background-color: black;
	overflow-x: hidden; /* poorman responsiveness - just don't allow to wrap & no scroll on it. */
}

.header-row div {
	height: 100%;
}

.menu {
	text-align: right;
	line-height: 3em;
	vertical-align: middle;
	white-space: nowrap;
}

.menu a {
	color: #a0a0a0;
	margin-left: 38px;
	display: inline-block;
	height: 48px;
	line-height: 48px;
}

.menu a:hover {
	color: white;
}

/*------ page title row ----------*/

.page-title {
	margin-top: 25px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #c0c0c0;
}

.page-title h1 {
	display: inline;
	color: black;
}

.page-title h1 img {
	margin-right: 14px;
	vertical-align: middle;
}

.page-title div {
	padding: 0px;
	vertical-align: middle;
}

.page-title .description {
	font-size: 14px;
	padding-left: 25px;
}

/*------ footer -----*/

.footer-row {
	background-color: #c0c0c0;
	color: white;
    margin-top: 30px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.footer-row .link-column {
	width: 16%;
	vertical-align: top;
	display: inline-block;
}

.link-column h3 {
	margin-top: 0px;
	font-weight: bold;
	font-size: 14px;
}

.link-column > div {
	margin-bottom: 0.4em;
}

.link-column a {
	color: white;
}

/*---------- dojo -----------*/

.dijitCheckBox {
	width: 17px !important;
	height: 17px !important;
	border: 1px solid #bebebe !important;
	border-radius: 3px !important;
	background-image: none !important;
	background-color: white;
}

.dijitCheckBoxChecked {
    background-image: url("/img/dojo/check.cache.png") !important;
    background-repeat: no-repeat;
    background-position: 2px 1px !important;
}

.dijitCheckBoxInput {
    opacity: 0.01;
    margin: 2px !important;
}

.dijitSelect {
	border-collapse: collapse;
}

.dijitSelect td {
	border: 1px solid #dadada;
    padding: 0.1em 0.5em 0.1em 0.5em;
}

.editor-container ol {
    display: none;
}

.dijitTextBox, .claro .dijitTextBox .dijitButtonNode, .dijitSelect, .dijitButtonContents, .dijitComboBoxMenu, .dijitSelectMenu,
.dijitInlineEditBoxDisplayModeHover  {
    border-color: #bebebe !important;
}

.dijitSliderFocused * {
    box-shadow: none !important;
}

.dijitFocusedLabel {
    outline-style: none !important;
}

label {
	user-select: none;
}

.claro .dijitComboBox .dijitButtonNode, .dijitSelect, .dijitArrowButton, .dijitInlineEditBoxDisplayModeHover {
    background-image: none !important;
    background-color: white !important;
}

.claro .dijitTextBox .dijitInputField.dijitInputContainer {
    background-color: white;
}

.dijitSelect {
    margin: 0px !important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.dijitSelect .dijitButtonContents {
     width: 100%;
}

.dijitMenuItem, .claro .dijitTextBox, .claro .dijitInputInner {
    color: #858585 !important;
}

.dijitMenuItem.dijitMenuItemSelected, .dijitMenuItem.dijitMenuItemHover, .dijitMenuItemSelected .dijitMenuItemLabel, .dijitMenuItem.dijitSelectSelectedOption {
    color: white !important;
    background-color: #858585 !important;
    background-image: none !important;
    border-color: #858585 !important;
}

.dijitRuleContainer {
	margin: 0px 25px;
} 

.claro .dijitRuleLabel{
	color: #858585 !important;
	font-size: 12px;
	white-space: nowrap;
}

.claro .cloudSlider .dijitSliderImageHandleH {
	left:50%;
	top: -8px;
	vertical-align:top;
}

.claro .cloudSlider .dijitSliderImageHandleH {
  border: 0;
  width: 32px;
  height: 30px;
  background-image: url(/img/dojo/knob_01.cache.png);
  background-repeat: no-repeat;
  background-position: 0 -30px !important;
}

.claro .cloudSlider .dijitSliderHover .dijitSliderImageHandleH {
  background-position: 0 -30px !important;
}

.claro .cloudSlider .dijitSliderFocused .dijitSliderImageHandleH {
  background-position: 0 -30px !important;
}

.claro .cloudSlider .dijitSliderReadOnly .dijitSliderImageHandleH, .claro .dijitSliderDisabled .dijitSliderImageHandleH {
    background-position: 0 -30px !important;
}

.claro .cloudSlider .dijitSliderProgressBarH .dijitSliderThumbHover {
   background-position: 0 -30px !important;
}
.claro .cloudSlider .dijitSliderProgressBarH .dijitSliderThumbActive {
    background-position: 0 -30px !important;
}

.cloudSlider .dijitSliderBumperH {
	width:20px;
	height:15px;
	border-width: 0px !important;
	background-color: transparent !important;
}

.claro .cloudSlider .dijitSliderLeftBumper {
  background-image: url(/img/dojo/leftBumper.cache.png) !important;
  background-repeat: no-repeat !important;
  background-position: 15px 1px !important;
}

.claro .cloudSlider .dijitSliderRightBumper {
  background-image: url(/img/dojo/rightBumper.cache.png) !important;
  background-repeat: no-repeat !important;
  background-position: 0 0 !important;
}

.claro .cloudSlider .dijitSliderRemainingBarH, .claro .cloudSlider  .dijitSliderProgressBarH{
	background-image: url(/img/dojo/slider.cache.png) !important;
 	background-repeat: repeat-x !important;
  	background-position: 0 0 !important;
  	background-color: transparent !important;
}

.claro .cloudSlider .dijitSliderBar {
	border-style: none !important;
	border-color: transparent !important;
	cursor: pointer;
}
.claro .cloudSlider .dijitSliderBarContainerH {
	position:relative;
	z-index:10;
}

.claro .cloudSlider .dijitSliderBarH {
	height:15px;
	border-width:0 0 !important;
}

.claro .cloudSlider .dijitSliderProgressBar {
	background-color:red;
	z-index:1;
}

.claro .dijitRadio{
	background-image: url(/img/dojo/select_01.cache.png) !important;
	background-repeat: no-repeat !important;
	background-position: 0 0 !important;
	width: 30px !important;
	height: 30px !important;
}

.claro .cloudRadio .dijitCheckBoxInput{
	width: 30px !important;
	height: 30px !important;
}

.claro .dijitRadioHover{
	background-position: 0 -30px !important;
}

.claro .dijitRadioChecked{
	background-position: 0 -60px !important;
}

.claro .dijitRadioCheckedHover{
	background-position: 0 -90px !important;
}

/*---------- filter sidebar ----------*/

.sidebar {
	width: 250px;
	vertical-align: top;
	border-right: 1px solid #dadada;
}

.filter-group {
	margin-top: 30px;
	margin-right: 6px;
}

.filter-group td {
	vertical-align: top;
	padding-top: 7px;
}

.filter-group label {
    margin-left: 0.5em;
    display: block;
}

#geo-filter .dijitButtonContents {
    width: 130px;
}

#geo-filter .label {
	padding-bottom: 10px;
}

.label {
    padding-bottom: 1px;
    font-weight: bold;
}

.hideGroup {
    display: none;
}

.showGroup {
	display: table;
}

.hideShow, .hideShow:active, .hideShow:visited {
    display: block;
    padding-top: 0.5em;
    color: rgb(133, 133, 133);
    cursor: pointer;
}

.hideShow:hover {
 	color: black;
 }

.location_world {
    background-position: 0px -798px;
    width: 174px;
    height: 83px;
}

.location { 
    background: url(/img/worldmap.2.cache.png) no-repeat top center; 
    width: 220px; 
    height: 134px; 
    margin-top: 1em;
}
.location_world{ background-position: 0 0; } 
.location_north{ background-position: 0 -184px; } 
.location_south{ background-position: 0 -368px; } 
.location_europe{ background-position: 0 -552px; } 
.location_africa{ background-position: 0 -736px; } 
.location_asia{ background-position: 0 -920px; } 
.location_australia{ background-position: 0 -1104px; } 

/*----------- simple editor ------------*/

.editor-container {
    margin-left: 62px;
    margin-bottom: 18px;
}

.sliderCol, .cloudSlider  {
    width: 100%;
}

.filterTable > tbody > tr {
    height: 65px;
}

.servLabel {
    text-align: left;
    padding-top: 3px;
    font-weight: bold;
    min-width: 10em;
    white-space: nowrap;
}

.servSubLabel {
    position: absolute;
    font-weight: normal;
    font-size: 85%;
    margin-top: -4px;
}

.filterTable .radios {
    padding-left: 15px;
    margin-top: -5px;
    height: 20px;
}

.filterTable .buttonCol {
    vertical-align: bottom;
    padding-left: 30px;
}

.filterTable .radios > div > div {
    display: inline-block;
    margin-right: 1.5em;
}

@media (max-width: 1277px) {
	.filterTable .buttonCol span {
		display: none;
	}
}

/*---------- full iaas request ("advanced" mode) ---------*/

.serviceSelector {
    width: 170px;
}

#advancedResReqPanel {
    color: #858585;
}

.serviceSelector {
    border-right: 1px solid #fbaf42;
}

.serviceSelector > div {
    padding: 10px 5px 10px 13px;
    cursor: pointer;
    transition: color 0.2s;
    position:relative;
}

.serviceSelector > div:hover {
    color: black;
}

.serviceSelector > div:last-child {
	cursor: default;
}

.serviceSelector > div.selectedItem {
    color: #fbaf42;
    border: 1px solid #fbaf42;
    border-right: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.serviceSelector > div.selectedItem:before {
    content: " ";
    background: white;
    top: 0px;
    right: -1px;
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
}


.serviceEditors {
    padding: 5px 0px 5px 25px;
}

.serviceEditorRows > tbody > tr > td {
    padding-bottom: 8px;
    padding-right: 1em;
}

.serviceEditorMainWidgetCol .dijit {
    width: 100px;
}

.timeUnit > .dijit {
    min-width: 5em;
}

.distributeCheckBox {
	white-space: nowrap;
}

.distributeCheckBox label {
    margin-left: 0.4em;
}

#advancedResReqPanel .columns > * {
    vertical-align: top;
    text-align: left;
}

.serviceSelector .inlineEditBox {
    display: inline-block;
    overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100px;
}

.serviceSelector .link-button {
    margin-left: 32px;
}

.serverIcon {
    display: inline-block;
    width: 25px;
    height: 19px;
    margin-right: 0.5em;
    background-image: url("../img/tier.cache.png");
}

.selectedItem .serverIcon {
    background-image: url("../img/tier_selected.cache.png");
}


.serverTierTab td:nth-child(2) {
    width: 100%;
    white-space: nowrap;
}

.serverTierTab .remove {
    visibility: hidden;
    margin-left: 5px;
}

.serviceSelector > div:HOVER .remove {
    visibility: visible;
}
.serverTierTab .dijitInlineEditBoxDisplayMode {
    width: 100px !important;
    overflow: hidden;
}

.enableChkbox {
    margin-bottom: 6px;
}

.enableChkbox label {
    margin-left: 0.5em;
}

.enableChkbox .dijitCheckBox {
    position: relative;
    top: -2px;
}

/*---------- cloud result --------------*/

#cloud-result {
    margin-top: 19px;
}

.cloudResult .resultHeader {
    background: #fbaf42;
    padding: 7px 25px 7px 63px;
}

.resultHeader {
        height: 41px;
}

.resultHeader .topLabel {
    font-size: 25px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 300;
    position: relative;
    top: 5px;
}

.resultHeader .subLabel {
    display: none;
}

.resultHeader .linkPanel {
    white-space: no-wrap;
    text-align: right;
}

.resultHeader .linkPanel a {
    display: inline-block;
    color: white;
    border: 1px solid white;
    border-radius: 4px;
    padding: 10px 25px 10px 25px;  
    margin-left: 7px;
    cursor: pointer;
    transition: background 0.2s;
}

.resultHeader .linkPanel a:hover {
    background-color: #fb9b11;
}

.result_table {
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
}

.result_header {
    background: #e8e8e8;
    color: #acacac;
    height: 30px;
    text-align: center;
}

.result_header.summaryCol {
    text-align: left;
    padding-left: 20px;
}

.result_header.priceCol {
	  padding-right: 155px;
}

.result_offerrow {
    padding: 29px 20px 29px 20px;
    border-top: 1px solid #d8d8d8;
}

.result-featured {
	background: rgb(255, 245, 231);
}

.summaryCol {
    width: 100%;
    max-width: 437px;
}

.result_srvSummary > div {
    overflow: hidden;
    text-overflow: ellipsis;
}

.logosCol {
    width: 143px;
}

.priceCell {
    font-size: 25px;
    white-space: nowrap;
}

.price {
    position: relative;
}

.priceCell_orginal {
    font-size: 14px;
    color: #868686;
    padding-top: 0.4em;
    position: absolute;
    right: 0px;
    top: 28px;
}

.gotoCol {
    width: 5em;
    padding-right: 25px;
}

.priceCol {
    width: 1em;
    text-align: right;
    padding-right: 20px;
}


.result_offerrow.bonusCol {
	text-align: left;
	padding: 5px;
	color: #858586;
	line-height: 1.5;
}

.getUrl {
    position: absolute;
    background: white;
    padding: 20px;
    border: 2px solid #d8d8d8;
    color: #858585;
}

.getUrl .close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 16px;
    height: 16px;
    background-image: url('/cloudorado/clear.cache.gif');
}

.getUrl input {
    width: 300px;
    border: 1px solid #d8d8d8;
    margin-top: 0.5em;
}

/*------------ results details --------------*/

.result_details {
	font-size: 12px;
}

.result_details_table {
	table-layout: auto;
	margin-bottom: 4px;
}

.result_detailsrow {
	padding: 0 25px 20px 40px;
}

.result_details_srvinforow td{
	text-align: right;
	vertical-align: text-top;
	padding-left: 4px;
}

.result_details_lastsrvrow td {
	border-bottom: 1px solid #a7abb4;
}

.result_details_price_orginal{
	color: #878787;
	font-size: 11px;
}

.result_details_totalrow td {
	border-top: 1px solid black;
	font-weight: bold;
	text-align: right;
	vertical-align: text-top;
}

.result_details_srvnoterow td {
	text-align: left;
	vertical-align: text-top;
}

.result_details_srvnotepanel {
	margin-left: 20px;
}

.result_details_srvnotepanel td {
	border: none !important;
}

.result_details_srvnotepanel img {
	margin-top: 2px;
	margin-right: 2px;
}

.result_details_notes_bullet {
	vertical-align: text-top;
	padding: 2px 2px 0 0;
}

/*----------- social buttons ---------------*/

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


#share-hint {
	margin: 0px 25px 0px 32px;
	padding: 1em 30px;
	background: rgb(255, 245, 231);
	border-radius: 4px;
	font-size: 20px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", 'Open Sans', 'Lato', 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-weight: 300;  
	display: none;
}

#share-hint .lead {
	margin-right: 0.5em;
}

#share-hint .addthis_toolbox {
	display: inline-block;
	vertical-align: middle;
}

#share-hint,
#share-hint .lead span,
#share-hint .addthis_toolbox > a
{
	opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#share-hint.show {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  display: block;
}

#share-hint.show .lead span {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
}

#share-hint.show .lead span:nth-child(1) {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}

#share-hint.show .lead span:nth-child(2) {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

#share-hint.show .lead span:nth-child(3) {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}

#share-hint.show .lead span:nth-child(4) {
  animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
}

#share-hint.show .addthis_toolbox > a {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
}

#share-hint.show .addthis_toolbox > a:nth-child(1) {
  animation-delay: 2.6s;
  -webkit-animation-delay: 2.6s;
}
#share-hint.show .addthis_toolbox > a:nth-child(2) {
  animation-delay: 2.7s;
  -webkit-animation-delay: 2.7s;
}
#share-hint.show .addthis_toolbox > a:nth-child(3) {
  animation-delay: 2.8s;
  -webkit-animation-delay: 2.8s;
}
#share-hint.show .addthis_toolbox > a:nth-child(4) {
  animation-delay: 2.9s;
  -webkit-animation-delay: 2.9s;
}
#share-hint.show .addthis_toolbox > a:nth-child(5) {
  animation-delay: 3.0s;
  -webkit-animation-delay: 3.0s;
}
#share-hint.show .addthis_toolbox > a:nth-child(6) {
  animation-delay: 3.1s;
  -webkit-animation-delay: 3.1s;
}
#share-hint.show .addthis_toolbox > a:nth-child(7) {
  animation-delay: 3.2s;
  -webkit-animation-delay: 3.2s;
}

.addthis_24x24_style .at-icon-wrapper,
.addthis_24x24_style .at-icon-wrapper .at-icon 
{
	line-height: 24px !important; 
	height: 24px !important; 
	width: 24px !important;
}

/*----------- main page ---------*/

.first-page .logo {
    display: none;
}

.headline {
    background-color: #98999C;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/worldmap_big.2.cache.png"), -webkit-gradient(linear, left top, left bottom, from(#98999C), to(#848588));
    background-image: url("../img/worldmap_big.2.cache.png"), -webkit-linear-gradient(top, #98999C, #848588);
    background-image: url("../img/worldmap_big.2.cache.png"), -moz-linear-gradient(top, #98999C, #848588);
    background-image: url("../img/worldmap_big.2.cache.png"), -ms-linear-gradient(top, #98999C, #848588);
    background-image: url("../img/worldmap_big.2.cache.png"), -o-linear-gradient(top, #98999C, #848588);
    background-image: url("../img/worldmap_big.2.cache.png"), linear-gradient(top, #98999C, #848588);
}

.headline .content {
    color: white;
    height: 350px;
}

.headline .columns > *
{
    vertical-align: middle;
    width: 50%;
}

.headlineLogo {
    padding-left: 60px !important;
}

h2 a {
    color: black;
}

.headlineText {
    width: 400px;
    padding-bottom: 20px;
}

.headlineText p {
    font-size: 16px;
    line-height: 1.5;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;  
}

.feature {
    border-top: 1px solid #c0c0c0;
    padding: 77px 0px 77px 0px;
    border-collapse: separate;
    border-spacing: 45px 0px;
}

.features div:nth-child(1) {
    border-style: none;
}

.features .columns > * {
    vertical-align: bottom;
}

.featureDescription p {
	color: #858585;
}

.featureDescription:nth-child(1) {
    text-align: right;
}

.featureDescription h2 {
    margin-bottom: 1em;
}

.featureLink {
    margin-top: 35px;
    font-weight: bold;
}

/*----------- comparison page --------------*/
.comparisonTable .page-title {
    border: none;
    margin-bottom: 0px;
    max-width: none;
}

/*----------- FAQ page -----------*/
.faq {
	padding-bottom: 46px;
	padding-left: 35px;
}

.question {
	margin-top: 46px;
}

.answer {
	line-height: 1.5;
	padding: 0px 46px 0px 46px;
}

/*----------- feedback / contact page -----------*/

.contactForm {
	padding-left: 35px;
}

#feedback-form {
    width: 600px;
}

.feedbackForm > * {
    width: 100%;
    margin-bottom: 1em;
}

.feedbackBody {
    width: 100%;
    height: 200px;
    border: 1px solid #BEBEBE;
}

.feedbackButtons {
    text-align: right;
}

.feedbackButtons div {
    margin-left: 2em;
}

.feedbackButtons img {
    vertical-align: middle;
}

.feedbackField {
    width: 100%;
    border: 1px solid #BEBEBE;
    
}

.feedbackLabel {
    margin-right: 1em;
}

.feedbackAfterField {
    margin-left: 1em;
}

.feedbackForm table td:nth-child(2) {
    width: 100%;
}

.errorLabel {
    color: rgb(215, 35, 35);
}

.successLabel {
    color: green;
}

.gwt-PopupPanelGlass {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.feedbackPopup {
    position: fixed !important;
    top: 20% !important;
    left: 50% !important;
    width: 400px;
    padding: 2em 4em 1em 4em;
    margin-left: -200px;
    z-index: 101;
    background: white;
    border: 3px solid orange;
    
}

#feedbackFloat {
    position: fixed;
    right: -33px;
    top: 286px;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);	
    -ms-transform: rotate(-90deg);	
    transform: rotate(-90deg);	
    z-index: 5;
    font-family: 14px;
    
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 1.2em;
    color: white;
    background:  #676767;
    transition: background 0.2s ease;
    
}

.comparisonTable #feedbackFloat {
	top: 324px;
}

#feedbackFloat:hover {
    background: #4d4d4d;    
}

@media (max-height: 610px) {
    #feedbackFloat {
       bottom: auto;
       top: 272px;
    }
}

@media (max-height: 688px) {
	.comparisonTable #feedbackFloat {
       bottom: auto;
       top: 310px;
	}
}

/*--- add this --*/
.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 5px 0px 5px 0px;
}

.resp-sharing-button {
  transition: 25ms ease-out;
  padding: 4px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 22px;
  height: 22px;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}


.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--google {
  background-color: #dd4b39;
  border-color: #dd4b39;
}

.resp-sharing-button--google:hover,
.resp-sharing-button--google:active {
  background-color: #c23321;
  border-color: #c23321;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}

.resp-sharing-button--hackernews {
  background-color: #FF6600;
  border-color: #FF6600;
}

.resp-sharing-button--hackernews:hover
.resp-sharing-button--hackernews:active {
  background-color: #FB6200;
  border-color: #FB6200;
}



#addthis-top, #addthis-top:hover {
	position: fixed;
	z-index: 5;
	top: 50px;
	right: -1px;
	width: 32px;
	background: transparent;
}

.comparisonTable #addthis-top {
	top: 88px;
	background-color: rgba(255,255,255, 0.85);
}

.addthis-follow > div {
	margin-bottom: 5px;
}

/*----- temporary disabling functions -------*/
.checkboxCol, .linkPanel a.link {
    display: none;
}
.logosCol {
    padding-left: 40px;
}

/*--- for smaller devices --- */

@media (max-width: 1277px) {
    #addthis-top, #feedbackFloat  {
        transition: all 0.2s ease;
    }
    #addthis-top {
        right: -23px;
    }
    #feedbackFloat {
        right: -49px;
        line-height: 1.1em;
    }
    #feedbackFloat:hover {
        right: -33px;
        line-height: 32px;
    }
}

@media print {
    #addthis-top, #feedbackFloat, .footer-row, .link-button, .page-title {
        display: none;
    }
}

/*------- banner --------*/
#b {
	margin-top: 18px;
	text-align: center;
}

#b img {
	 width: 728px; 
	 height: 90px;"
}