/*
 * Custom user styles to be used by Joomla.
 */


@font-face {
    font-family: 'klavika-medium';
    src: url('fonts/klavika-medium-webfont.eot');
    src: url('fonts/klavika-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/klavika-medium-webfont.svg#klavikamedium') format('svg'),
         url('fonts/klavika-medium-webfont.woff') format('woff'),
         url('fonts/klavika-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.code {
  font-size: 1.2em !important;
  white-space: pre-wrap !important;
}


/* Preformatted text (pre tag replacement). */
.pre {
  font-family: monospace;
  font-size: 1.3em;
  white-space: pre;
}

a.new-window {
  padding-right: 18px !important;
  background: url('/images/quartzdesk/icons/open-in-new-window-16x16.png') no-repeat right !important;
}


table.table-padded tr td {
  padding: 10px;
}


/*
 * Suppress article separator on the frontpage (featured page).
 */
div.blog-featured div.item-separator {
    border: 0 !important;
    margin-bottom: 0 !important;
    height: 0 !important;
    display: none !important;
}


/*
 * ############# Start of "RSTicketsPro" component CSS fixes. #################
 */

/*
table.rst_submit_form tbody tr td select#department_id {
  width: 230px !important;
}
*/

/*
 * ############# End of "RSTicketsPro" component CSS fixes. #################
 */



/*
 * ############# Start of "RSFormsPro" component CSS fixes. #################
 */

/* Fixes the style of the Continue button shown on the Thank You page. */
input.rsform-submit-button {
  text-transform: uppercase !important;
  font-family: Open Sans Condensed !important;
}

/*
 * ############# End of "RSFormsPro" component CSS fixes. #################
 */



/*
 * ############# Start of "Akeeba Release System" component CSS fixes. #################
 */

div.akeeba-bootstrap div.item-page div.ars-releases div.well p.readmore a {
  margin-top: 0 !important;
}

div.akeeba-bootstrap div.item-page div.ars-releases div.ars-item-40.well div.ars-item-description.well {
  margin-bottom: 10px !important;
}

.item-page dl.tabs {
    clear: both;
    float: left;
    margin: 10px 0 0;
    z-index: 50;
}

.item-page dl.tabs dt {
    background: none repeat scroll 0 0 #F0F0F0;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #666666;
    float: left;
    margin-right: 3px;
    padding: 4px 10px;
}

.item-page dl.tabs dt.open {
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #F9F9F9;
    color: #000000;
    z-index: 100;
}

.item-page div.current {
    border: 1px solid #CCCCCC;
    clear: both;
/*  max-width: 500px; **/
    margin-bottom: 5px;
    padding: 10px;
}

.item-page div.current dd {
    margin: 0;
    padding: 0;
}

.item-page dl#content-pane.tabs {
    margin: 1px 0 0;
}

/*
 * ############# End of "Akeeba Release System" component CSS fixes. #################
 */



/*
 * ############# Start of "Contact Us" CSS styles. #################
 */

table.email-contacts tr td.title {
  padding-bottom: 5px;
  padding-top: 5px;
  font-weight: bold;
}

table.email-contacts tr td.address {
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 15px;
}

/*
 * ############# End of "Contact Us" CSS styles. #################
 */



/*
 * ############# Start of "Supported Platforms" CSS styles. #################
 */

table.supported-platforms tr td {
  padding: 5px;
}

table.supported-platforms tr td.platform-type {
  background-color: #FCFBFB;
  font-weight: bold;
/*  white-space: nowrap;*/
}

table.supported-platforms tr td div.platform-name {
  padding: 4px 0;
  /*white-space: nowrap;*/
}

table.supported-platforms tr td div.platform-version {
  padding: 4px 0;
  white-space: nowrap;
}

@media only screen and (max-width: 800px) {
  table.supported-platforms tr th.platform-notes { display:none; visibility:hidden; }
  table.supported-platforms tr td.platform-notes { display:none; visibility:hidden; }
}

/*
 * ############# End of "Supported Platforms" CSS styles. #################
 */



/*
 * ############# Start of "Edition Comparison" CSS styles. #################
 */

div.editions-comparison table.feature-matrix {
  margin-top: 5px;
}

div.editions-comparison table.feature-matrix thead tr th {
  text-align: center;
  white-space: nowrap;
}

div.editions-comparison table.feature-matrix tr td {
  padding: 3px 10px;
  text-align: center;
}

div.editions-comparison table.feature-matrix tr td.separator {
  background: none repeat scroll 0 0 #666666;
  color: #FFFFFF;
  font-weight: bold;
  text-align: left;
}

div.editions-comparison table.feature-matrix tbody tr td.feature {
  font-weight: bold;
  text-align: left;
}

div.editions-comparison table.feature-matrix tbody tr td.pricing {
  font-weight: bold;
  padding: 10px 10px;
}

/* Feature available cell. */
div.editions-comparison table.feature-matrix tbody tr td div.yes {
  background: url('/images/quartzdesk/icons/tick-yes-16x16.png') no-repeat center !important;
}

/* Feature not-available cell. */
div.editions-comparison table.feature-matrix tbody tr td div.no {
  background: url('/images/quartzdesk/icons/tick-no-16x16.png') no-repeat center !important;
}

/*
 * ############# End of "Edition Comparison" CSS styles. #################
 */



/*
 * ############# Start of "Features" CSS styles. #################
 */

/* Statistics periods. */
div.features table.statistics-periods {
  margin-top: 5px;
}

div.features table.statistics-periods thead tr th {
  white-space: nowrap;
}

div.features table.statistics-periods tbody tr td.period {
  font-weight: bold;
  white-space: nowrap;
}

div.features table.statistics-periods tr td {
  padding: 3px 10px;
}


/* Job chain condition types. */
div.features table.job-chain-condition-types {
  margin-top: 5px;
}

div.features table.job-chain-condition-types thead tr th {
  white-space: nowrap;
}

div.features table.job-chain-condition-types tbody tr td.condition-type {
  font-weight: bold;
  white-space: nowrap;
}

div.features table.job-chain-condition-types tr td {
  padding: 3px 10px;
}


/* Job chain target parameters (job data map entries) */
div.features table.job-chain-target-params {
  margin-top: 5px;
}

div.features table.job-chain-target-params thead tr th {
  white-space: nowrap;
}

div.features table.job-chain-target-params tbody tr td.param-name {
  font-weight: bold;
  white-space: nowrap;
}

div.features table.job-chain-target-params tr td {
  padding: 3px 10px;
}


/* Execution notification rule condition types */
div.features table.notification-rule-condition-types {
  margin-top: 5px;
}

div.features table.notification-rule-condition-types thead tr th {
  white-space: nowrap;
}

div.features table.notification-rule-condition-types tbody tr td.condition-type {
  font-weight: bold;
  white-space: nowrap;
}

div.features table.notification-rule-condition-types tr td {
  padding: 3px 10px;
}


/* Start of expression examples table */
div.features table.notification-rule-expressions {
  margin-top: 5px;
}

div.features table.notification-rule-expressions thead tr th {
  white-space: nowrap;
}

div.features table.notification-rule-expressions tbody tr td.expression {
  font-size: 13px;
  white-space: nowrap;
}

div.features table.notification-rule-expressions tr td {
  padding: 10px 10px;
}
/* End of expression examples table */


/*
 * Fix for Chrome where the height of the boxplus-viewport and nested ul are set to 18px.
 */
div.features div.boxplus-viewport, div.boxplus-viewport > ul {
  height: 308px !important;
}


div.features ul {
  margin-left: 10px !important;
}


div.features dl {
  margin-left: 10px;
  padding-bottom: 5px;
}

div.features dl dt {
  font-weight: bold;
}

div.features dl dd {
  padding-left: 20px;
  padding-bottom: 5px;
}

/*
 * ############# End of "Features" CSS styles. #################
 */


/*
 * ############# Start of "Versioning & Compatibility" CSS styles. #################
 */

div.versioning-compatibility dl {
  margin-left: 10px;
  padding-bottom: 5px;
}

div.versioning-compatibility dl dt {
  font-weight: bold;
}

div.versioning-compatibility dl dd {
  padding-left: 20px;
  padding-bottom: 5px;
}

/*
 * ############# End of "Versioning & Compatibility" CSS styles. #################
 */


/*
 * ############# Start of "Princing And Licensing Terms" CSS styles. ###############
 */

div.pricing-licensing-terms {
}

div.pricing-licensing-terms table.pricing {
	font-size: 1.2em;
  margin-top: 5px;
}

div.pricing-licensing-terms table.pricing thead tr th {
	font-size: 1.2em;
	padding: 10px;
  text-align: center;
  white-space: nowrap;
}

div.pricing-licensing-terms table.pricing tr td {
  padding: 10px;
  text-align: center;
}

div.pricing-licensing-terms table.pricing tr td.separator {
  background: none repeat scroll 0 0 #666666;
  color: #FFFFFF;
  font-weight: bold;
  text-align: left;
}

div.pricing-licensing-terms table.pricing tbody tr td.price {
  font-weight: bold;
  text-align: left;
}

/* Price amount cell. */
div.pricing-licensing-terms table.pricing tbody tr td.price-amount {
  font-weight: bold;
}

/*
 * ############# End of "Princing And Licensing Terms" CSS styles. #################
 */




/*
 * ############# Start of "Installation And Upgrade Guides" CSS styles. #################
 */

div.installation-guides table.required-docs {
	width: 90%;
}

div.installation-guides table.required-docs tr {
}

div.installation-guides table.required-docs thead th {
	/*font-size: 1.1em;*/
	padding: 5px;
	text-align: center;
	line-height: 100%;
}

div.installation-guides table.required-docs tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

div.installation-guides table.required-docs tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}

div.installation-guides table.required-docs tbody td {
	padding: 5px;
	font-weight: bold;
}

div.installation-guides table.required-docs tbody td.check {
	text-align: center;
}

div.installation-guides table.required-docs tbody td img {
  max-width: none !important;
}



div.installation-guides table.platforms tr td {
  padding: 5px 10px;
}

div.installation-guides table.platforms tr td.platform-name {
  font-weight: bold;
}

div.installation-guides table.platforms tr td div.platform-version {
  padding-top: 5px;
  padding-bottom: 5px;
  white-space: nowrap;
}

div.installation-guides table.platforms tr td.documents > div {
  padding-top: 5px;
  padding-bottom: 5px;
}

div.installation-guides table.platforms tr td.documents div.app-version {
  font-weight: bold;
}


/*
 * ############# End of "Installation And Upgrade Guides" CSS styles. #################
 */



/*
 * ############# Start of "How-Tos" CSS styles. #################
 */

div.howtos table.platforms tr td {
  padding: 5px 10px;
}

div.howtos table.platforms tr td.platform-name {
  font-weight: bold;
}

div.howtos table.platforms tr td div.platform-version {
  padding-top: 5px;
  padding-bottom: 5px;
  white-space: nowrap;
}

div.howtos table.platforms tr td.documents > div {
  padding-top: 5px;
  padding-bottom: 5px;
}

/*
 * ############# End of "How-Tos" CSS styles. #################
 */


/*
 * ############# Start of "Third Party Software Licenses" CSS styles. #################
 */

table.third-party-licenses tr td {
  padding: 5px;
}

/*
 * ############# End of "Supported Platforms" CSS styles. #################



/*
 * ############# Start of Latest News Enhanced styles. #############
 */

div.newslist div.pagination {
  margin-left: 42px !important;
  height: auto !important;
}

/*
 * ############# End of Latest News Enhanced styles. #############
 */


.rsform-select-box {
    background: none repeat scroll 0 0 #f1f1f1;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    font-size: 0.9em;
    padding: 6px 2px 6px 11px;
    transition: all 200ms ease-out 0s;
}


/*
 * ############# Start of Social Follow Button CSS styles. #################
 */

/*
div.social-follow-buttons {
}
*/

/*
div.social-follow-buttons div.social-follow-button {
  float: left;
  height: 20px;
  margin-right: 10px;
  vertical-align: top;
}
*/

/*
 * ############# End of Social Follow Button CSS styles. #################
 */


/*
 * ############# Start of Sitemap CSS styles. #################
 */

div#xmap {
  font-size: 14px;
}

div#xmap ul {
  margin-top: 3px;
}

div#xmap li {
  padding-bottom: 3px;
}

div#xmap ul > li > span {
  font-size: 16px;
  font-weight: bold;
}

/*
 * ############# End of Sitemap CSS styles. #################
 */



/*
 * ############# Start of AcyMailing unsubscribe page styles. #############
 */

div#unsubpage form#adminForm div.unsuboptions {
  padding-bottom: 20px;
}

/*
 * ############# End of AcyMailing unsubscribe page styles. #############
 */

/*
 * ############# Start of Customers styles (customers shown in the below_columns_1 on the homepage). #############
 */

div.customers img.customer {
	  background: transparent url('/images/quartzdesk/customers/customers.png') no-repeat;
  	width: 150px !important;
  	height: 50px !important;
  	margin: 3px;
  	/* Prevent image selection */
  	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}


/* Remove underlines that would normally appear in between customer tiles because of the whitespace inserted by Joomla between the 'a' element and nested 'img' element. */
div.customers a {
	text-decoration: none;
}


div.customers div.etc img.etc {
 	background: transparent url('/images/quartzdesk/customers/customers.png') no-repeat;
  	background-position: 0 0;
  	width: 150px !important;
  	height: 10px !important;
  	/* Prevent image selection */
  	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

div.customers .customer.abc-virginia { background-position: 0 -10px; width: 150px; height: 50px}
div.customers .customer.accenture { background-position: 0 -60px; width: 150px; height: 50px}
div.customers .customer.acuityads { background-position: 0 -110px; width: 150px; height: 50px}
div.customers .customer.admix { background-position: 0 -160px; width: 150px; height: 50px}
div.customers .customer.advisorsoftware { background-position: 0 -210px; width: 150px; height: 50px}
div.customers .customer.agero { background-position: 0 -260px; width: 150px; height: 50px}
div.customers .customer.aia { background-position: 0 -310px; width: 150px; height: 50px}
div.customers .customer.alcampo { background-position: 0 -360px; width: 150px; height: 50px}
div.customers .customer.ameli-cpam { background-position: 0 -410px; width: 150px; height: 50px}
div.customers .customer.anfr { background-position: 0 -460px; width: 150px; height: 50px}
div.customers .customer.aol-advertizing { background-position: 0 -510px; width: 150px; height: 50px}
div.customers .customer.aon { background-position: 0 -560px; width: 150px; height: 50px}
div.customers .customer.apple { background-position: 0 -610px; width: 150px; height: 50px}
div.customers .customer.axa { background-position: 0 -660px; width: 150px; height: 50px}
div.customers .customer.opticiens-atol { background-position: 0 -710px; width: 150px; height: 50px}
div.customers .customer.bankingcircle { background-position: 0 -760px; width: 150px; height: 50px}
div.customers .customer.bentek { background-position: 0 -810px; width: 150px; height: 50px}
div.customers .customer.bspayone { background-position: 0 -860px; width: 150px; height: 50px}
div.customers .customer.capgemini { background-position: 0 -910px; width: 150px; height: 50px}
div.customers .customer.carrefour { background-position: 0 -960px; width: 150px; height: 50px}
div.customers .customer.cdk { background-position: 0 -1010px; width: 150px; height: 50px}
div.customers .customer.cisco { background-position: 0 -1060px; width: 150px; height: 50px}
div.customers .customer.cjlogistics { background-position: 0 -1110px; width: 150px; height: 50px}
div.customers .customer.chambres-agriculture { background-position: 0 -1160px; width: 150px; height: 50px}
div.customers .customer.consumo-es { background-position: 0 -1210px; width: 150px; height: 50px}
div.customers .customer.crescendocollective { background-position: 0 -1260px; width: 150px; height: 50px}
div.customers .customer.cyberlogitec { background-position: 0 -1310px; width: 150px; height: 50px}
div.customers .customer.dealertrack { background-position: 0 -1360px; width: 150px; height: 50px}
div.customers .customer.denimdream { background-position: 0 -1410px; width: 150px; height: 50px}
div.customers .customer.dine4fit { background-position: 0 -1460px; width: 150px; height: 50px}
div.customers .customer.dispam { background-position: 0 -1510px; width: 150px; height: 50px}
div.customers .customer.dso-group { background-position: 0 -1560px; width: 150px; height: 50px}
div.customers .customer.dsta { background-position: 0 -1610px; width: 150px; height: 50px}
div.customers .customer.ec-europa { background-position: 0 -1660px; width: 150px; height: 50px}
div.customers .customer.enovlab { background-position: 0 -1710px; width: 150px; height: 50px}
div.customers .customer.equilend { background-position: 0 -1760px; width: 150px; height: 50px}
div.customers .customer.eworldes { background-position: 0 -1810px; width: 150px; height: 50px}
div.customers .customer.experian-health { background-position: 0 -1860px; width: 150px; height: 50px}
div.customers .customer.experts-exchange { background-position: 0 -1910px; width: 150px; height: 50px}
div.customers .customer.filmstaden { background-position: 0 -1960px; width: 150px; height: 50px}
div.customers .customer.myfloridalicense { background-position: 0 -2010px; width: 150px; height: 50px}
div.customers .customer.fusionops { background-position: 0 -2060px; width: 150px; height: 50px}
div.customers .customer.gategourmet { background-position: 0 -2110px; width: 150px; height: 50px}
div.customers .customer.gaultetfremont { background-position: 0 -2160px; width: 150px; height: 50px}
div.customers .customer.ge-digital { background-position: 0 -2210px; width: 150px; height: 50px}
div.customers .customer.glockle-direct { background-position: 0 -2260px; width: 150px; height: 50px}
div.customers .customer.greetz { background-position: 0 -2310px; width: 150px; height: 50px}
div.customers .customer.groupe-nemo { background-position: 0 -2360px; width: 150px; height: 50px}
div.customers .customer.homecredit-cn { background-position: 0 -2410px; width: 150px; height: 50px}
div.customers .customer.hubfintech { background-position: 0 -2460px; width: 150px; height: 50px}
div.customers .customer.hughes { background-position: 0 -2510px; width: 150px; height: 50px}
div.customers .customer.hylamobile { background-position: 0 -2560px; width: 150px; height: 50px}
div.customers .customer.hyosung { background-position: 0 -2610px; width: 150px; height: 50px}
div.customers .customer.iczgroup { background-position: 0 -2660px; width: 150px; height: 50px}
div.customers .customer.infibeam-avenues { background-position: 0 -2710px; width: 150px; height: 50px}
div.customers .customer.ing { background-position: 0 -2760px; width: 150px; height: 50px}
div.customers .customer.interieur-gouv { background-position: 0 -2810px; width: 150px; height: 50px}
div.customers .customer.intrasoft-intl { background-position: 0 -2860px; width: 150px; height: 50px}
div.customers .customer.iqvia { background-position: 0 -2910px; width: 150px; height: 50px}
div.customers .customer.jeonju-uni { background-position: 0 -2960px; width: 150px; height: 50px}
div.customers .customer.lguplus { background-position: 0 -3010px; width: 150px; height: 50px}
div.customers .customer.lines42 { background-position: 0 -3060px; width: 150px; height: 50px}
div.customers .customer.materialogic { background-position: 0 -3110px; width: 150px; height: 50px}
div.customers .customer.merchantmex { background-position: 0 -3160px; width: 150px; height: 50px}
div.customers .customer.metlife { background-position: 0 -3210px; width: 150px; height: 50px}
div.customers .customer.mflnro { background-position: 0 -3260px; width: 150px; height: 50px}
div.customers .customer.miki { background-position: 0 -3310px; width: 150px; height: 50px}
div.customers .customer.millennialmedia { background-position: 0 -3360px; width: 150px; height: 50px}
div.customers .customer.mmc { background-position: 0 -3410px; width: 150px; height: 50px}
div.customers .customer.modacruz { background-position: 0 -3460px; width: 150px; height: 50px}
div.customers .customer.nexage { background-position: 0 -3510px; width: 150px; height: 50px}
div.customers .customer.nexteraenergy { background-position: 0 -3560px; width: 150px; height: 50px}
div.customers .customer.nokia { background-position: 0 -3610px; width: 150px; height: 50px}
div.customers .customer.nordiccinemagroup { background-position: 0 -3660px; width: 150px; height: 50px}
div.customers .customer.noxfinans { background-position: 0 -3710px; width: 150px; height: 50px}
div.customers .customer.ns { background-position: 0 -3760px; width: 150px; height: 50px}
div.customers .customer.nsn { background-position: 0 -3810px; width: 150px; height: 50px}
div.customers .customer.nttdata { background-position: 0 -3860px; width: 150px; height: 50px}
div.customers .customer.oath { background-position: 0 -3910px; width: 150px; height: 50px}
div.customers .customer.paysafe { background-position: 0 -3960px; width: 150px; height: 50px}
div.customers .customer.pexa { background-position: 0 -4010px; width: 150px; height: 50px}
div.customers .customer.phishlabs { background-position: 0 -4060px; width: 150px; height: 50px}
div.customers .customer.picpay { background-position: 0 -4110px; width: 150px; height: 50px}
div.customers .customer.priceline { background-position: 0 -4160px; width: 150px; height: 50px}
div.customers .customer.ragt { background-position: 0 -4210px; width: 150px; height: 50px}
div.customers .customer.researchforgood { background-position: 0 -4260px; width: 150px; height: 50px}
div.customers .customer.rocketfuel { background-position: 0 -4310px; width: 150px; height: 50px}
div.customers .customer.salonezy { background-position: 0 -4360px; width: 150px; height: 50px}
div.customers .customer.schaeferbarthold { background-position: 0 -4410px; width: 150px; height: 50px}
div.customers .customer.securitydam { background-position: 0 -4460px; width: 150px; height: 50px}
div.customers .customer.seekda { background-position: 0 -4510px; width: 150px; height: 50px}
div.customers .customer.sj { background-position: 0 -4560px; width: 150px; height: 50px}
div.customers .customer.smlb { background-position: 0 -4610px; width: 150px; height: 50px}
div.customers .customer.societe-generale { background-position: 0 -4660px; width: 150px; height: 50px}
div.customers .customer.sodebo { background-position: 0 -4710px; width: 150px; height: 50px}
div.customers .customer.stratesys { background-position: 0 -4760px; width: 150px; height: 50px}
div.customers .customer.tbscg { background-position: 0 -4810px; width: 150px; height: 50px}
div.customers .customer.tcfbank { background-position: 0 -4860px; width: 150px; height: 50px}
div.customers .customer.techcombank { background-position: 0 -4910px; width: 150px; height: 50px}
div.customers .customer.tennet { background-position: 0 -4960px; width: 150px; height: 50px}
div.customers .customer.toyota { background-position: 0 -5010px; width: 150px; height: 50px}
div.customers .customer.travelclick { background-position: 0 -5060px; width: 150px; height: 50px}
div.customers .customer.tray { background-position: 0 -5110px; width: 150px; height: 50px}
div.customers .customer.trendnation { background-position: 0 -5160px; width: 150px; height: 50px}
div.customers .customer.utilivisor { background-position: 0 -5210px; width: 150px; height: 50px}
div.customers .customer.velocity { background-position: 0 -5260px; width: 150px; height: 50px}
div.customers .customer.vividsolutions { background-position: 0 -5310px; width: 150px; height: 50px}
div.customers .customer.west { background-position: 0 -5360px; width: 150px; height: 50px}
div.customers .customer.winenergy { background-position: 0 -5410px; width: 150px; height: 50px}
div.customers .customer.wisers { background-position: 0 -5460px; width: 150px; height: 50px}
div.customers .customer.whistic { background-position: 0 -5510px; width: 150px; height: 50px}
div.customers .customer.wtmec { background-position: 0 -5560px; width: 150px; height: 50px}

/*
 * ############# End of Customers styles. #############
 */


div.home {
	margin: -15px 0 -15px -15px;
	/*margin-left: -15px; margin-bottom: -15px; margin-top: -15px*/
}

div.home h1.head {
  font-family: 'klavika-medium' !important;
  /*text-transform: none !important;*/
  color: rgb(51, 51, 51) !important;
  font-size: 2.2em;
  line-height: 30px;
}

div.home table tr td.main {
	background: url("../../../images/quartzdesk/background.png") repeat-x scroll left top;
	padding: 10px 15px 0 15px !important;
}

div.home div.round-box {
	text-align: center;
	width: 600px;
}

div.home div.round-box a {
  border-radius: 12px;
  box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 12px;
  color: white;
  font-size: 1.7em;
  font-weight: bold;
  line-height: 120%;
  padding: 15px 25px;
  outline: none;
  text-decoration: none;
  display: block;
}

@media only screen and (max-width: 768px) {
	div.home div.round-box {
		width: 95%;
	}

  div.home div.round-box a {
  }
}

@media only screen and (max-width: 480px) {
	div.home div.round-box {
		width: 95%;
	}

  div.home div.round-box a {
  	font-size: 1.3em;
  }
}

@media only screen and (max-width: 320px) {
  div.home div.round-box {
		width: 95%;
	}

  div.home div.round-box a {
  	font-size: 1.2em;
  }
}



div.home div.round-box a.select-edition {
  background-color: #b6803a;
  border-color: #b6803a;
  border-style: solid;
  border-width: 3px;
}
div.home div.round-box a.select-edition:hover {
	/*border-width: 3px;*/
	border-color: white;
	border-style: dashed;
  opacity: 0.7;
}

div.home div.round-box a.installation-steps {
  background-color: #0fa862;
  border-color: #0fa862;
  border-style: solid;
  border-width: 3px;
}
div.home div.round-box a.installation-steps:hover {
	/*border-width: 3px;*/
	border-color: white;
	border-style: dashed;
  opacity: 0.7;
}

div.home div.round-box a.request-demo {
  background-color: #3363a7;
  border-color: #3363a7;
  border-style: solid;
  border-width: 3px;
}
div.home div.round-box a.request-demo:hover {
	/*border-width: 3px;*/
	border-color: white;
	border-style: dashed;
  opacity: 0.7;
}

div.home div.round-box a.purchase {
  background-color: #f39316;
  border-color: #f39316;
  border-style: solid;
  border-width: 3px;
}
div.home div.round-box a.purchase:hover {
	border-color: white;
	/*border-width: 3px;*/
	border-style: dashed;
  opacity: 0.7;
}

/*
div.home div.brochure-download-wrapper {
  background: url("../../../images/quartzdesk/brochure-background.png") repeat-x scroll left top;
  border-bottom: 1px solid rgb(196, 197, 198);
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 2px;
  padding-top: 5px;
}
*/

div.home table tr td.news {
  border-left: 1px solid #d8d8d8 !important;
  padding-left: 20px !important;
  padding-top: 10px;
}

@media only screen and (max-width: 1024px) {
  div.home table tr td.news {
    display: none;
  }
}


/*
 * ############# Start of Installation Steps styles. #############
 */
div.installation-steps table.steps {
	width: 90%;
}

div.installation-steps table.steps tr {
}

div.installation-steps table.steps thead th {
	font-size: 2em;
	padding: 10px;
	text-align: center;
	line-height: 100%;
}

div.installation-steps table.steps tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

div.installation-steps table.steps tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}

div.installation-steps table.steps tbody td {
	padding: 10px;
}

div.installation-steps table.steps tbody td.step-number {
  font-size: 2em;
  font-weight: bold;
}

div.installation-steps table.steps tbody td.step-title {
	font-size: 1.1em;
	font-weight: bold;
	/*white-space: nowrap;*/
}

div.installation-steps table.steps tbody td img {
  max-width: none !important;
}

/*
 * ############# End of Installation Steps styles. #############
 */


/*
 * Fix for the Google Maps not showing issue reported here:
 * http://www.shape5.com/component/option,com_smf/Itemid,75/topic,42251.new/topicseen,1/#new
 */
#s5_map_canvas img { max-width:none !important;}