/* ----- fonts ----- */


/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-800 or close - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Raleway'), local('Raleway-Regular'),
       url('../fonts/raleway-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v13-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}




/* ----- general overwrites ----- */

/* max width of the page */
.row {
    max-width: 65.0rem;    
}

.top-bar {	
	padding: 3px 3px 3px 3px;
}

/*
li.divider_ {
	border-bottom: none;
	border-top: none;
	border-right: solid 1px #2b2b2b;
	border-left: solid 1px #000;
	clear: none;
	height: 100%;
	width: 0px;
}

.title-bar {
  	background: #191919;
    padding: 3px 3px 3px 3px;
}
*/

.top-bar li {
	background: #191919;
	white-space: nowrap;
}

.top-bar .name  {
	font-size: 1.2em;
	font-family: "Raleway", 'PT Serif', serif;
	font-style: normal;
	font-weight: 700;
}

.top-bar a {
	color: #ffffff;
}

.title-bar {
  background: #191919;
  display:none;
   }

.top-bar {
  background: #191919; }
  .top-bar ul {
    background: #191919; }
    .top-bar ul li {
      background: #191919; }
      .top-bar ul li a {
        color: #fff; }

.menu-text {
  color: #fff; }
  @media only screen and (max-width: 40em) {
    .menu-text {
      display: none !important; } 
  }

@media only screen and (min-width: 40em) {
  .menu:last-child {
    border-left: 1px solid #4e4e4e; }

  .menu:first-child {
    border-left: none; }

  .menu li:not(:last-child) {
    border-right: 1px solid #4e4e4e; } }
.dropdown.menu .submenu {
  border: none; }

.dropdown.menu .is-dropdown-submenu-parent.is-right-arrow > a::after {
  border-color: #fff transparent transparent; }

.is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #fff; }

.js-drilldown-back::before {
  border-color: transparent #fff transparent transparent; }

.dropdown.menu>li.is-dropdown-submenu-parent>a:after {
  border-color: #eee transparent transparent;
}

.mtLite {
	color: #999; 
	font-size: 0.8em;
}

.button {
	font-size: 1.1em;
}

.button.success {
    background-color: #5DA423;    
}

.button.success:hover, .button.success:focus {
	background-color: #52901F;    	
}

#mc_embed_signup .button {	
	padding: .55em 1em;
}

[type="button"], [type="submit"] {
	/* maybe use this instead of #mc_embed_signup .button */
}

.inline-list {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.inline-list>li {
    list-style: none;
    float: left;    
    display: block;
    margin-left: 0.6em;
    margin-right: 1.375em;
}




/* ----- background colours ----- */

.bgGrey {
	background: #eee;
}

.bgCreme {
	background: #F3F3F5;
}

.bgWhite {
	background: #fff;
}

.bgDark {
	background: #222;
}

.bgIndex1 {
	background: #FFFFFF;
	padding-top: 50px;	
	padding-bottom: 10px;
	background: #F8F9FB;
}

.bgIndex2 {
	/* #DCE5EA #ECF1F6, ECF2FB, F3F5EF, FFF8DB, EFF7FE */
	background: #DCE5EA url(../img/bg_row_both1_index.png) ;
	background-size: 100% 100%; 	
	background-repeat: no-repeat;
	padding-top: 65px;	
	padding-bottom: 52px;
}

.bgIndex2_2 {
	background: #ECF1F6 url(../img/bg_row_both1_index.png);
	background-size: 100% 100%; 	
	background-repeat: no-repeat;
	padding-top: 70px;	
	padding-bottom: 38px;
}

.productField {				
	background: #FAFAFA;
	border: 0px solid #F0F0F0;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0 0 0 0;
	border-radius: 0.9em;
	overflow: hidden;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;	
}

.productFieldLeft {
	text-align:center; 
	display:block;
	height: 100%;
	background: #EEE;
	padding-top: 65px;
	padding-bottom: 65px;	
}

.productFieldRight {
	padding: 25px 25px 25px 25px;
}

.productFieldLeft img {
	box-shadow: rgba(17, 17, 26, 0.5) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;	
}

.tagLabel {
	background: yellow;
	padding: 0 6px 0 6px;	
	font-size: 0.8em;
}

.tagLabelContainer {
	padding-bottom: 10px;
}

.gradient1 {
	background: linear-gradient(90deg, #00C9FF 0%, #92FE9D 100%); 
}

.gradient2 {	
	background: linear-gradient(90deg, #FBD062 0%, #22C1C3 100%);
}

.gradient3 {
	background: linear-gradient(90deg, #1CB5E0 0%, #000851 100%);
}


/* ----- fonts etc ----- */

body {
	font-family: "Open Sans", Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

.sTitleV2 {
	margin-bottom: 22px;
	margin-top: 2px;
	font-weight: 400;
	font-size: 1.75em;
}

.centered {
	text-align: center;
}

.yellowBG {
	background: #ECE31E;
	display: inline;
	padding: 0px 0px; 
    box-shadow: 6px 0 0 #ECE31E,-6px 0 0 #ECE31E;
    box-decoration-break: clone;
  margin-bottom: 50px;
}

.whiteText {
	color: white;
}

.sTitle {
	/* centered title with border. always use in conjunction with span */
	/* margin-bottom: 30px; */
	margin-bottom: 32px;
	margin-top: 2px;
	background: url(../img/border.png) repeat-x 0 20px;
	text-align: center;

	font-weight: 400;  /* before v20: not available */
	font-size: 1.8em;
}
.sTitleH1{
	/* centered title with border. always use in conjunction with span */
	margin-bottom: 30px;
	background: url(../img/border.png) repeat-x 0 31px;
}
.sTitle span {
	background: #fff;
	padding: 0 25px 0 25px;
}

.bgGrey .sTitle span{
	background: #eee;
}

.bgCreme .sTitle span{
	background: #F3F3F5;
}

.sTitleSpace {
	/* centered title with border. always use in conjunction with span */
	/* margin-bottom: 30px; */
	margin-bottom: 36px;  /* before v20: 47px */
	margin-top: 6px;  /* before v20: 25px */
	background: url(../img/border.png) repeat-x 0 20px;
	text-align: center;
}

.sTitleSpace span {
	background: #fff;
	padding: 0 25px 0 25px;
}

.bgGrey .sTitleSpace span{
	background: #eee;
}

.bgCreme .sTitleSpace span{
	background: #F3F3F5;
}

.sTitleCenter {
	text-align: center;
}

.indexHeadline {
	padding-bottom: 10px;
}

h1,
h2,
h3,
h4 {	
	font-family: 'Raleway', serif;
	font-style: normal;
	font-weight: 400;		/* before v20:  700 */
	/*font-family: 'BreeSerifRegular', serif;*/
	color: #333;	
}

h1 {	
	font-family: 'PT Serif', serif;
}

.featureIcon {
	/* Icons: http://zurb.com/playground/foundation-icons */
	font-size: 2.4em; 
	color:#6E8498;
}

.whiteIcon {


}

.blackLink a:link {color: black;text-decoration:underline;}      /* unvisited link */
.blackLink a:visited {color: black;text-decoration:underline;}  /* visited link */
.blackLink a:hover {color: black;}  /* mouse over link */
.blackLink a:active {color: black;}  /* selected link */

/*hr {
	background: url(../img/border_dot_.png) repeat-x;
	text-align: center;
}*/

div.hr {	
  	height: 1px;
  	/*background: #fff url(../img/border_dot.png) repeat-x;*/
  	background: #fff url(../img/border_no_dot.png) repeat-x;
}
div.hr hr {
  	display: none;
}


.sManual dt {
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 1.3em;
}

.sManual dl {
	padding-bottom: 1px;
}


.smallShadow {
	-moz-box-shadow: 0 0 2px #aaa;
    -webkit-box-shadow: 0 0 2px #aaa;
    box-shadow: 0 0 2px #aaa;
}

.strongShadow {
	-webkit-box-shadow: 0px 10px 27px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 27px -6px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 27px -6px rgba(0,0,0,0.75);
}

.shadowBox {
	-webkit-box-shadow: 0px 10px 27px -6px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 10px 27px -6px rgba(0,0,0,0.35);
	box-shadow: 0px 10px 27px -6px rgba(0,0,0,0.35);
}

.powerquote {
	font-family: 'Raleway', serif;
	font-style: normal;
	margin-top: 40px;
	margin-bottom: 60px;
	font-weight: 700;
	font-size: 1.7em;
}


/* ----- images ----- */

.widthStretch {
	max-width:100%; 
	max-height:100%; 
	padding-bottom: 20px;	
}

/* ----- cols and rows ----- */

.top-bar {
	margin-bottom: 0px; 
}

.sNormal {
	/* some padding */
	/* padding: 32px 0 14px 0; */
	padding: 32px 0 24px 0;
}

.sSocial {
	/* some padding */
	padding: 9px 0 7px 0;
	height: 38px;
}


.sBorderBottom {	
	/* small border at the bottom */
	border-bottom: 1px solid #ddd;
}

.sBorderTop {	
	/* small border at the top */
	border-top: 1px solid #ddd;
}

.sBorderThick {
	/* place this after sBorderTop etc */
	border-bottom-width: 2px;
	border-top-width: 2px;
}


.sTop {
	/* the header */
	/*
	background: #0FB0F2 url(../img/bg_top.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	*/
	
	/*
	background: #E8FDFF url(../img/bg_top_simple.png) repeat-x;
	*/
	
	/*
	background: #C9C9C9 url(../img/mooning.jpg) repeat;
	*/
	/*
	background: #C9C9C9 url(../img/congruent_pentagon.png) repeat;
	*/
	background: #EDEDED url(../img/crossword.jpg) repeat;
	
	padding: 32px 0 15px 0;
	color: #000;
}

.sTopMidiMidi {
	/* the header */
	
	/* background: #BEDB8A url(../img/bg_midimidi.jpg) no-repeat center center fixed; */
	background: #299CB4 url(../img/bg_midimidi8.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	padding-bottom: 30px;
}

.sTopXotoPad {
	/* the header */	
	background: #A8EA3F url(../img/bg_xotopad.jpg);	
	padding-bottom: 30px;
}

.sTopXotoPad2 {
	/* the header */	
	background: #040301 url(../img/xotopad2_bg_1_5.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	padding-bottom: 30px;
}

.sTopIsoPad {
	/* the header */	
	background: #11384D url(../img/isopad_bg.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	padding-bottom: 30px;
}

.sTopPlasmaLP {
	background: #F6C214;
	padding: 32px 0 30px 0;
	color: #555;
}

.sTopSundog {
	/*background: #F6C214 url(../img/cartographer.jpg) repeat; */
	background: #F6C214 url(../img/bg_sundog.png) repeat;
	/* padding: 32px 0 30px 0; */
	padding-bottom: 25px;
}

.sTopMelodicFlow {	
	background: #C1C7CB url(../img/bg_melodicflow2_j.jpg) no-repeat center center;	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 25px;
}

.sTop h1,
.sTop h2,
.sTop h3,
.sTop h4{
	color: #000;
}

.sTopSundog h1 {
	padding-bottom: 7px;
}

.sTop .subheader {
	font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	line-height: 1.4;	
	font-weight: 300;
	font-size: 1.4375em;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}

.sFooter {
	padding: 28px 0 20px 0;
	color: #999;
}
.sFooter a {
	color: #999;
}

.sIndex a {
	color: #FFFFFF;
	text-decoration:underline;
}

.rDetailPrint {
	color:#777;
	padding-top:20px;
}

.rDetailPrint a {
	color: #777;
}


/* ----- pricing table ----- */

.bestChoiceTable {
	border-width: 2px;
}

.pricing-table .title, 
.pricing-table .description,
.pricing-table .bullet-item,
.pricing-table .cta-button {
	background: #fff;
}

.pricing-table .title {
	/*font-family: 'Bree Serif', serif;*/
	font-family: 'Raleway', serif;
	font-style: normal;
	font-weight: 400;
	/*font-family: 'BreeSerifRegular', serif;*/
	font-size: 1.2em;
}

.pricing-table .price {
	background: #ddd;
	padding-top: 15px;
	padding-bottom: 15px;	
	font-size: 1.5em;
}
.pricing-table .bestChoice {
	background: #90Bf1f;
	color: #fff;	
}
.pricing-table .bestChoiceNew {
	/* background: #787878 url(../img/dark_embroidery3.png) repeat; */
	/* 
	background: #4E4E4E url(../img/xotopad_sidestrip4.png) no-repeat; 
	margin-left: -8px;
	*/
	/*background: #4E4E4E;	*/
	background: #6FA800;
	color: #fff;	
	text-shadow: 0px 1px 1px #4d4d4d;
}
.pricing-table .spaceTop {
	padding-top: 27px;
}
.pricing-table .spaceBelow {
	padding-bottom: 9px;
}
.ptMarginTop {
	margin-top: 10px;
}


.pricing-table {
	text-align: center;
	list-style: none;
	margin-left: 0px;
	border: solid 1px #DDDDDD; 
}
.pricing-table li {
    border-bottom: dotted 1px #DDDDDD;
    padding: 0.775rem 1.025rem; 
    font-size: 0.92em;
	font-weight: normal;
}
.pricing-table li:last-child {
	border-bottom: 0; 
}
.pricing-table .title {
	border-bottom: 0; 
}
.pricing-table .price {
	border-bottom: 0; 
}
.pricing-table .description {
}
.pricing-table .button {
	margin: 0; 
	margin-top: 14px;
	margin-bottom: 16px;
	font-size: 1.3em;
	font-weight: bold;
}

.pricing-table .noBorderBottomStart {
	border-bottom: 0px;
	/* border-top: 1px solid #DDDDDD; */
	padding-top: 24px;
	padding-bottom: 3px;
}

.pricing-table .noBorderBottom {
	margin-bottom: 5px;
	border: 0px;
}


/* ------ lists ---------- */

ul li::before {
	display: table-cell;
}

 .spreaded_li {
 	padding-bottom: 10px;
 }

/* ------ spans ---------- */

.sundog_way {
	/*
	padding: 3px 5px 3px 5px;
	margin-left: -5px;
	background: #FFFAC6;	
	*/
}

.white_bg_line {
	/*
	padding: 3px 5px 3px 5px;
	margin-left: -5px;
	background: #FFFAC6;	
	*/
	
	background: #FFFFFF;	
	display: inline;
	padding: 0px 0px;    	
    box-shadow: 12px 0 0 #FFFFFF,-12px 0 0 #FFFFFF;
    box-decoration-break: clone;
}

.xotopad_bg_line {
	/* background: url(../img/transparent_white.png); */
	background: #ECE31E;	
	display: inline;
	padding: 0px 0px; 
    box-shadow: 12px 0 0 #ECE31E,-12px 0 0 #ECE31E;
    box-decoration-break: clone;
}

.isopad_bg_line {
	/* background: url(../img/transparent_white.png); */
	font-size: 0.9em; 
	background: #FFD800;	
	display: inline;
	padding: 0px 0px; 
    box-shadow: 12px 0 0 #FFD800,-12px 0 0 #FFD800;
    box-decoration-break: clone;
    margin-right: -3px;
}
.melodicflow_bg_line {	
	background: #FFCB3D;	
	display: inline;
	padding: 0px 0px; 
    box-shadow: 12px 0 0 #FFCB3D,-12px 0 0 #FFCB3D;
    box-decoration-break: clone;
}
.chordpotion_bg_line {	
	background: #FFF400 /* #DCC128 */;	
	display: inline;
	padding: 0px 0px; 
    box-shadow: 12px 0 0 #FFF400,-12px 0 0 #FFF400;
    box-decoration-break: clone;
}
.index_bg_line {	
	background: #DCC128 /* #719DC3 */;	
	display: inline;
	padding: 0px 0px; 
    box-shadow: 12px 0 0 #DCC128,-12px 0 0 #DCC128;
    box-decoration-break: clone;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */
	.xotopad_bg_line {		
		background: #ECE31E;	
		display: inline;
		padding: 0px 0px;    			
	    box-shadow: 0px 0 0 #ECE31E, 0px 0 0 #ECE31E;
	    box-decoration-break: clone;	    
	}
}

@supports (-ms-accelerator:true) {
	/* Microsoft Edge */
	.xotopad_bg_line {		
		background: #ECE31E;	
		display: inline;
		padding: 0px 0px;    			
	    box-shadow: 0px 0 0 #ECE31E, 0px 0 0 #ECE31E;
	    box-decoration-break: clone;	    
	}
}

.white_bg_block {
	background: url(../img/alpha_white_222.png);	
	padding: 10px 10px 0px 15px;	
}

.transparent_bg_block {
	background: url(../img/transparent_white.png);	
	padding: 10px 10px 0px 15px;	
}

.yellow_bg_line {	
	padding: 3px 5px 3px 10px;
	margin-left: 0px;
	background: #FFD800;	
}

.yellow_bg_line2 {	
	padding: 3px 5px 3px 5px;
	margin-left: 0px;
	background: #FFDA38;	
}

/* ------ ramps ------- */

.whiteRampBottomParent {
	border-bottom: 2px solid white;
	padding-bottom: 0px;
}

.whiteRampBottom {
	width: 100%; 
	height: 100%; 
	z-index: 5; 		
	background-image: url(../img/bg_overlay_white_ramp2.png);
	background-size: 100%; 
	background-position: bottom; 
	background-repeat: no-repeat;
	padding-bottom: 70px; 
	margin-bottom: -1px;"	
}

.wrb1 {
	background-image: url(../img/bg_overlay_white_ramp1.png);
	background-image: 
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='4000' height='1071'>  <path style='fill:%23ffffff;' d='M 0.0,1071.0 H 4000.0 V 985.0 Z'/>  </svg>");
}

.wrb2 {
	background-image: 
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='4000' height='1071'>  <path style='fill:%23ffffff;' d='M 0.0,1071.0 H 4000.0 V 937.0 Z'/>  </svg>");
}

.wrb3 {
	background-image: url(../img/bg_overlay_white_ramp3.png);
	background-image: 
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='4000' height='1071'>  <path style='fill:%23ffffff;' d='M 0.0,1071.0 H 4000.0 V 871.0 Z'/>  </svg>");
}

.wrb4 {
	background-image: url(../img/bg_overlay_white_ramp4.png);	
	background-image: 
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='4000' height='1071'>  <path style='fill:%23ffffff;' d='M 0.0,1071.0 H 4000.0 V 817.0 Z'/>  </svg>");
}

.wrb5 {
	background-image: url(../img/bg_overlay_white_ramp5.png);
	/* URL-encode symbols (# = %23). Number after "V" is top position of triangle. */
	/* M = moveto, L = lineto, H = horizontal lineto, V = vertical lineto */
	background-image: 
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='4000' height='1071'>  <path style='fill:%23ffffff;' d='M 0.0,1071.0 H 4000.0 V 727.0 Z'/>  </svg>");
}

.whiteRampTop {
	width: 100%; 
	height: 100%; 
	z-index: 6; 		
	background-image: url(../img/bg_overlay_white_rampT2.png);
	background-size: 100%; 
	background-position: top; 
	background-repeat: no-repeat;
	padding-top: 70px; 
	margin-top: -1px;"	
}

.ligthgreyRampTopMod {
	background-image: url(../img/bg_overlay_lightgrey_rampT2.png);
}

.wrt1 {
	background-image: url(../img/bg_overlay_white_rampT1.png);
}

.wrt2 {
	
}

.wrt3 {
	background-image: url(../img/bg_overlay_white_rampT3.png);
}

.wrt4 {
	background-image: url(../img/bg_overlay_white_rampT4.png);
}

.wrt5 {
	background-image: url(../img/bg_overlay_white_rampT5.png);
}

/* ------ other ------- */

h1 { font-size: 2.8rem; }
h3 { font-size: 1.7rem; }
h4 { padding-top: 18px; padding-bottom: 8px;}
h5 { font-size: 1.125rem; 
	font-weight: 600; }



.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  color: #0a0a0a; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.card-image {
  min-height: 1px; }


 .card {
 	background: #f6f6f6;
 }
 .card i {
 	color: #555;
 }

