@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,700);
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:700);
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #262626;
}
.template-content a, .template-content img, .template-content link {
	outline: 0;
	text-decoration: none;
	cursor: pointer;
	border: 0;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	color: #3498db
}
.template-content a:hover {
	color: #3a3938;
	text-decoration: none;
}
.template-content h1, .template-content h2, .template-content h3, .template-content h4, .template-content h5, .template-content h6 {
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'PT Sans Narrow';
	margin: 0px;
	text-align: center;
}
.template-content .btn {
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	border-radius: 2px;
}
.template-content .btn:active, .btn:focus {
	outline: 0!important
}
.template-content .form-control {
	border-radius: 2px!important;
	font-size: 14px;
	border: 1px solid #e8e8e8;
	box-shadow: inset 0 0px 0px rgba(0,0,0,.0);
	color: #a7a7a7;
}
.template-content .form-control:focus {
	border-color: #3498db!important;
	color: #333333;
	box-shadow: none
}
.template-content .form-control::-moz-placeholder {
color:#a7a7a7;
opacity:1
}
.template-content .form-control:-ms-input-placeholder {
color:#a7a7a7
}
.template-content .form-control::-webkit-input-placeholder {
color:#a7a7a7
}
.template-content .form-group.has-success .form-control {
	border-color: #2ecc71!important;
	box-shadow: none
}
.template-content .form-group.has-warning label {
	color: #f4a908
}
.template-content .form-group.has-warning .form-control {
	border-color: #f4a908!important;
	box-shadow: none
}
.template-content .form-group.has-error label {
	color: #dc1919
}
.template-content .form-group.has-error .form-control {
	border-color: #dc1919!important;
	box-shadow: none
}
.template-content .btn-default, .template-content .btn-default.disabled, .template-content .btn-default[disabled] {
	background-color: #fff;
	border-color: #e1e1e1;
	color: #c0c0c0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700
}
.template-content .btn-default.active, .template-content .btn-default.focus, .template-content .btn-default:active, .template-content .btn-default:focus, .template-content .btn-default:hover, .template-content .open>.dropdown-toggle.btn-default {
	background-color: #fff;
	border-color: #e1e1e1;
}
.template-content .btn-primary, .template-content .btn-primary.disabled, .template-content .btn-primary[disabled] {
	background-color: #3498db;
	border-color: #3498db;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700
}
.template-content .btn-primary.active, .template-content .btn-primary.focus, .template-content .btn-primary:active, .template-content .btn-primary:focus, .template-content .btn-primary:hover, .template-content .open>.dropdown-toggle.btn-primary {
	background-color: #3498db;
	border-color: #3498db;
	box-shadow: inset 0 0 8px rgba(0,0,0,.2)
}
.template-content .btn-warning, .template-content .btn-warning.disabled, .template-content .btn-warning[disabled] {
	background-color: #fc8d00;
	border-color: #fc8d00;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700
}
.template-content .btn-warning.active, .template-content .btn-warning.focus, .template-content .btn-warning:active, .template-content .btn-warning:focus, .template-content .btn-warning:hover, .template-content .open>.dropdown-toggle.btn-warning {
	background-color: #fc8d00;
	border-color: #fc8d00;
	box-shadow: inset 0 0 8px rgba(0,0,0,.2)
}
.template-content .btn-success, .template-content .btn-success.disabled, .template-content .btn-success[disabled] {
	background-color: #2ecc71;
	border-color: #2ecc71;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700
}
.template-content .btn-success.active, .template-content .btn-success.focus, .template-content .btn-success:active, .template-content .btn-success:focus, .template-content .btn-success:hover, .template-content .open>.dropdown-toggle.btn-success {
	background-color: #2ecc71;
	border-color: #2ecc71;
	box-shadow: inset 0 0 8px rgba(0,0,0,.2)
}
.template-content .text-primary {
	color: #3498db;
}
.template-content .text-success {
	color: #2ecc71;
}
.template-content .label-primary {
	background-color: #3498db;
}
.template-content .label-success {
	background-color: #2ecc71;
}
.template-content .label-warning {
	background-color: #f4a908;
}
.template-content .label-danger {
	background-color: #dc1919;
}
.template-content input:focus::-webkit-input-placeholder {
color:transparent;
}
.template-content input:focus:-moz-placeholder {
color:transparent;
} /* Firefox 18- */
.template-content input:focus::-moz-placeholder {
color:transparent;
} /* Firefox 19+ */
.template-content input:focus:-ms-input-placeholder {
color:transparent;
} /* oldIE ;) */
.template-content .btn {
	white-space: normal;
	-ms-word-break: break-all;
	word-break: break-all;
	/* Non standard for webkit */
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
