 .company-name a, .company-name a:hover, .company-name a:focus, .company-name a:active {
	color: inherit;
	text-decoration: none;
}
.buttons button a {
	display: inline-block;
	padding: 1em;
/*	color: #FFF;*/
	text-decoration: none;
}
.buttons button + button {
	margin-top: .5em;
}
.buttons button {
	width: 80%;
	text-align: left;
	padding: 0;
	height: auto;
	white-space: normal;
}
.buttons {
	margin-top: 2em;
}

.logo {
cursor: pointer;
    margin: 0 auto;
	background: -130px -28px url('images/menu.png') no-repeat ;
	width: 262px;
	height: 72px;
	border: 0;
	outline: none;
}

.phone {
    margin: 2em auto 0 auto;
	background: url('images/menu.png') no-repeat -392px -28px;
	width: 277px;
	height: 278px;
	border: 0;
	outline: none;
}

#main-container {
    padding: 1em;
}
#main-container > div {
    padding: 1em;
    -webkit-box-shadow: 0px 0px 41px 1px rgba(189,164,0,1);
    -moz-box-shadow: 0px 0px 41px 1px rgba(189,164,0,1);
    box-shadow: 0px 0px 41px 1px rgba(189,164,0,1);
    border-radius: 10px;
    background: rgb(244,242,0);
background: linear-gradient(90deg, rgba(244,242,0,1) 0%, rgba(255,255,255,1) 21%);
}

.phone-button {
    display: none;
}

#top-left {
    text-align: center;
}
.company-name {
    margin: 0 auto;
    font-weight: bold;
    font-size: 2em;
}
.layout-left {
    text-align: center;
}

.layout-right  {
    text-align: justify;
}

p.Template {
text-align: justify;
}
p.Template-Center {
text-align: center!important;
}

.Template img.img-left {
    float:left;
    margin-right: 1em;
    margin-bottom: 1em;
}

.Template img.img-right {
    float:right;
    margin-left: 1em;
    margin-bottom: 1em;
}

.readmore + a {
    background-color: transparent;
    color: red;
    margin-bottom: 10px;
    text-align: right;
    display: inline-block!important;
}

h1, h2 {
	text-align: left;
}

body {
	background-color: #CCCCFF!important;
}


.p-img {
    display: block;
    max-width: 100%;
    height: auto;
	}

.main-content ul {
margin:0;
padding:0;
}
.main-content li {
margin:0;
padding:0 0 0 30px;
list-style-type: none;
display: block;
position: relative;
}

.main-content li:before {
  font-family: 'Glyphicons Halflings';
  position: absolute;
  left: 0px;
  top:0;
  content: '\e013';
}




.intro-header .site-heading {
	color: #F4C430;

}
.intro-header .site-heading .subheading {
	font-size: 500%;
}
.intro-header .site-heading hr {
	border-color: #F4C430;
}