body {
	font-family: 'Open Sans', Helvetica, Arial;
	background:#f5f5f5;
	padding-bottom: 40px;
}
/* Nav Styles */
.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    background-color: #fff;
}

.navbar-brand {
    font-weight: 700;
}

.navbar-brand:focus {
    outline: 0;
}

.navbar-custom a {
    color: #306CB1;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #306CB1;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

.logo {
	font-weight:100;
	text-transform:lowercase;
	color:#585858;
	font-family: 'Ubuntu', sans-serif;
}


@media(min-width:970px) {
    .navbar {
        padding: 15px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: #3C3D3D;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom a {
    	color: #fff;
	}

    .top-nav-collapse {
        padding: 0;
        background-color: #fff;
    }

    .top-nav-collapse a {
    	color: #306CB1;
	} 

	.top-nav-collapse .logo {
		color:#585858;
	}
    .top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
        color:#585858;
    }
    .logo {
		color:#fff;
	}
}

.header {
	text-align:center;
	padding-top: 100px;
	min-height: 300px;
	background: url('../img/header_bg.jpg') no-repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	color:#fff;
}

.support-header {
	background:none;
	background-color:transparent;
	color:#585858;
	padding-top: 0px;
}

body.support {
	background: #f8f8f8;
}

.top {
	text-align:center;
	background:#fff;
	border-top:2px solid #e3e3e3;
	min-height: 350px;
}

.top-support {
	background:none;
	background-color: transparent;
	border:none;
	border-top:none;
}

.support-box {
	margin-left:auto;
	margin-right:auto;
	width:750px;
	float: none;
	padding: 20px;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0px 1px 3px rgba(51, 51, 51, 0.35);
}

.top-inner {
	margin-top:-25px;
}

.icon {
	font-size: 3em;
	background: #fff;
	color: #306CB1;
	border-radius: 50%;
	width: 115px;
	height: 115px;
	margin-left: auto;
	margin-right: auto;
	line-height: 2.5;
	border: 1px solid #e3e3e3;
	box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.06);
}

.icon-2 {
	font-size: 3em;
}

.icon-2 .fa-tint{
	color:#FF9BCF;
}

.icon-2 .fa-bullhorn, .orange{
	color:#E96F23;
}

.icon-2 .fa-github{
	color:#4183c4;
}

.green {
	color: #5cb85c;
}

.purple {
	color: #9b59b6
}

.bottom {
	text-align:center;
	border-top:2px solid #e3e3e3;
	min-height: 350px;
	padding-top: 35px;
}

.main-footer {
	position: fixed;
	bottom: 0px;
	right: 0px;
	left: 0px;
	background: #2B2B2B;
	padding: 10px 20px;
	color: #fff;
	margin-left:auto;
	margin-right:auto;
}

.main-footer ul {
	list-style:none;
}

.main-footer ul li {
	float:left;
	margin:auto 10px;
}

.row {
	max-width:none;
	width:auto;
	/* Used to override Foundation */
}

.js-docs-wrapper, .rest-api-docs-wrapper {
	padding: 80px 20px 50px 20px;
}

.rest-api-docs-wrapper #header {
	margin-top:20px;
}

.center-text {
	text-align: center;
}

a.fork {
	color:#66CDF5;
}