body {
    padding: 0;
}

a {
	color: #326a7f;
}

.navbar .navbar-inner .container { width: 1170px; }
.navbar, .navbar-inner {
	margin-bottom: 0;
	border-radius: 0;
}

.navbar-inner .container {
	margin: 0 auto;
    padding: 10px;
}

.navbar-inverse .navbar-inner {
	background: #100c0c;
}

.navbar-inverse .divider-vertical {
  border-left-color: #313131;
  border-right-color: #363636;	
}

.masthead {
	color: #EBEBEB;
	background: #326a7f;
	margin-bottom: 5px;
}

.masthead .container {
	padding: 40px 0 35px 0;
	background: url('../images/logo.png') right center no-repeat;
}

p, h2 {
    padding: 5px;
}

.masthead .container p {
	padding-right: 170px;
}

.masthead a {
	color: #fff;
	font-weight: bold;
}

.masthead h1 {
	color: #fff;
	font-size: 60px;
	padding-bottom: 5px;
}

.masthead #download-button {
	height: 60px;
}

.download-container p, .download-container h2 { padding: 0; }

.link-right {
	text-align: right;
}

.content .row {
    padding: 10px;
	margin-bottom: 20px;
}

.download-mini {
	background-color: #387f31;
	color: white;
	padding: 6px 12px;
}

.download-mini:hover {
	color: white;
	background-color: #3F8D36;
}

#download:hover {
	text-decoration: none;
}

#download .download-container {
	background-color: #387f31;
	width: 414px;
	min-width: 414px;
	margin: 0 auto;
}

#download .download-left {
	float: left;
}

#download .download-right {
	padding-left: 100px;
}

#download .download-container:hover {
	background-color: #3F8D36;
	text-decoration: none;
}

#download span {
	font-size: 65px;
	padding-left: 12px;
	color: white;
	line-height: 100px;
}

#download .download-inner {
	color: white;
	padding: 5px 10px 1px 15px;
	border-left: 1px solid #4EAD43;
	margin-left: 10px;
}

#download h2 {
	margin-bottom: 2px;
}

.warning {
	padding-top: 4px;
	text-align: center;
}

.warning span {
	padding: 5px 10px;
	background-color: #C5E7C0;
}

.configurable {
	background: url('../images/configure.png') no-repeat center;
	height: 70px;
}

.area {
	background: url('../images/area.png') no-repeat center;
	height: 70px;
}

.naming {
	background: url('../images/naming.png') no-repeat center;
	height: 70px;
}

.imgur {
	background: url('../images/imgur.png') no-repeat center;
	height: 70px;
}

#main-features h2 {
	margin-bottom: 25px;
}

#main-features h4 {
	margin: 0 0 8px 0;
	color: #373737;
}

#adspace {
	padding: 21px 5px;
}

.version p {
	font-weight: bold;
	font-size: 60px;
	padding-top: 16px;
    text-align: center;
	color: #D3D3D3;
}

.version-latest p {
	font-size: 70px;
	color: #B9B9B9;
}

.version .version-indicator {
    font-variant: small-caps;
    color: #b9ccb9;
    text-align: center;
    font-size: 20px;
}

.version-minor p {
	font-size: 42px;
	padding-top: 10px;
}

.page-header {
	padding-bottom: 0px;
	margin-bottom: 20px;
}

.pull-right {
	float: right;
}

.footer {
    background-color: #F5F5F5;
    border-top: 1px solid #E5E5E5;
    margin-top: 30px;
    padding: 30px 0;
}

.footer p {
    color: #777777;
    margin-bottom: 0;
}

.sideImage {
	border: 4px solid #303030;
	float: right;
}

#slider {
	width: 820px;
	height: 400px;
	overflow: hidden;
	border: 4px solid #303030;
	margin: 0 auto;
}

.slide {
	width: 820px;
	height: 400px;
	float: left;
	position: relative;
}

#slider:hover #slide-holder
{
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
     animation-play-state: paused;
	 cursor: not-allowed;
}

#slide-holder {
	width: 400%;
	position: relative;
	left: 0;
	will-change: transform;
	animation: scroller 25s infinite;
}

@keyframes scroller {
  0% { transform: translateX(0); }
  33% { transform: translateX(-820px); }
  66% { transform: translateX(-1640px); }
  100% { transform: translateX(0); }
}


