@charset "utf-8";
/* CSS Document */

:root {
    --text-color: #888;
    --background-color: #fff;
    --first-brand-color: #d81e05;
    --second-brand-color: #fcc;
    --main-font: sans-serif;
  
    font-size: 100%;
  }

.open-mini::before {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    content: "‣";
    display: inline-block;
    font-size: 35px;
    height: 24px;
    left: 26px;
    line-height: 22px;
    padding-left: 2px;
    position: absolute;
    text-align: center;
    top: 11px;
    width: 22px;
}
.open-mini {
    background: #d81e05 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 0.9em;
    margin: 2em auto;
    padding: 0.6em 50px 0.6em 60px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: auto;
    font-size: 1.2em;
}
.open-mini:hover {
	background: red;
}

article {
	padding: 1.5em 0;
	max-width: 1024px;
	box-sizing: border-box;
}

/* Minimum width of 980 pixels. */
@media screen and (min-width: 1024px) {

	body{
		background: url("../images/bg.jpg") center top repeat-x;
	}
	
}