.inside {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom,color-stop(0%, #f4f4f4), color-stop(100%, #ededed));
  background: -moz-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
}
.inside-full-height {
  /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

/* columns of same height styles */

.row-height {
    margin-top: -25px;
  display: table;
  table-layout: fixed;
  height: 100%;

}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }

  .col-lg-bottom {
    vertical-align: bottom;
  }
}



/*  install page css  */
			
body{
	background:#dedede url(../img/escheresque.png);
	font-family: 'Source Sans Pro', sans-serif;	
}

.content{
	background:#fff;
	width:800px;
	min-width:250px;
	margin:0 auto;
	padding:30px 30px 50px 30px;
	color:#303030;
	font-weight:300;
	border-radius:5px;
}

footer{
	width:800px;
	text-align:center;
	margin:0 auto;
}

h1{
	letter-spacing: -0.025em;
	margin:0 0 0 0;
	font-size:5em;	
	line-height:48px;
	font-weight:300;
}

h3{
	color:#888;
	font-weight:300;
	font-size:2em;
	letter-spacing: -0.015em;	
}

h4{
	font-size:24px;
	margin: 30px 0 10px 0;
	letter-spacing: -0.015em;	
}

h5{
	font-size:20px;
	margin-bottom:5px;	
}

p{
	font-size:1.2em;
}

#install{
	width:680px;
	margin-left:30px;	
}

a {
	color: #fff;
	-moz-transition: color .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

a:hover {
	color: #fff !important;
}

a:active {
	color: #fff !important;
}


.button:hover {
	background-color: #fff;
	color: #fff !important;
}

.button {
	padding: 10px 20px;
	margin-right: 20px;
	background: #99cd4e;
	position: relative;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	border: 0;
	outline: 0;
	cursor: pointer;
	border-radius: 5px;
	text-shadow: -1px -1px 0.5px rgba(0,0,0,0.5);
	-moz-transition: background-color .2s ease-in-out;
	-webkit-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	-ms-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}

#install p{
	margin-bottom:16px;
	font-size:1.2em;
}


.button{
	padding:10px 20px;
	margin-right:20px;	
}

hr{
	color:#888;
	opacity:0.4;
	margin:40px 0;	
}

#links{
	float:right;
	color:#fff;
	font-weight:600;
	list-style:none;
}

#links li{
	float:left;
	margin-left:20px;	
}

.like-btns{
	width:50px;
	padding:5px;
	background:#ffffff;
	position:fixed;
	margin-left:830px;
	text-align:center;
	border-radius:0 3px 3px 0;
}

#copyright, #copyright a {
	color: #666;
}

#copyright {
	font-size: 1em;
}
