@charset "UTF-8";
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light-webfont.woff') format('woff'),
         url('../fonts/opensans-light-webfont.ttf') format('truetype'),
         url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}
html {
	font-family: sans-serif;
}
body {
	margin: 0;
	padding:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
 display: none;
 height: 0;
}
[hidden], template {
 display: none;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0 none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: none repeat scroll 0 0 #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0 none;
}
svg:not(:root) {
 overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0 none;
 padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	box-sizing: content-box;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0 none;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*td, th {
	padding: 0;
}*/
@media print {
*, *::before, *::after {
 background: none repeat scroll 0 0 transparent !important;
 box-shadow: none !important;
 color: #000 !important;
 text-shadow: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]::after {
 content: " (" attr(href) ")";
}
abbr[title]::after {
 content: " (" attr(title) ")";
}
a[href^="#"]::after, a[href^="javascript:"]::after {
 content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
select {
	background: none repeat scroll 0 0 #fff !important;
}
.navbar {
	display: none;
}
.btn > .caret, .dropup > .btn > .caret {
	border-top-color: #000 !important;
}
.label {
	border: 1px solid #000;
}
.table {
	border-collapse: collapse !important;
}
.table td, .table th {
	background-color: #fff !important;
}
.table-bordered th, .table-bordered td {
	border: 1px solid #ddd !important;
}
}
* {
	box-sizing: border-box;
}
*::before, *::after {
 box-sizing: border-box;
}
html {
	font-size: 10px;
}
body {
	background-color: #fff;
	color: #999999;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #337ab7;
	text-decoration: none;
}
a:hover, a:focus {
	color: #23527c;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
	outline-offset: -2px;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
.img-responsive {
	display: block;
	height: auto;
	max-width: 100%;
}
.img-rounded {
	border-radius: 6px;
}
.img-thumbnail {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: inline-block;
	height: auto;
	line-height: 1.5;
	max-width: 100%;
	padding: 4px;
	transition: all 0.2s ease-in-out 0s;
}
.img-circle {
	border-radius: 50%;
}
hr {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #eeeeee -moz-use-text-color -moz-use-text-color;
	border-image: none;
	border-right: 0 none;
	border-style: solid none none;
	border-width: 1px 0 0;
	margin-bottom: 21px;
	margin-top: 21px;
}
.sr-only {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: inherit;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
}
h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
	color: #777777;
	font-weight: normal;
	line-height: 1;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-bottom: 10.5px;
	margin-top: 21px;
}
h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
	font-size: 65%;
}
h4, .h4, h5, .h5, h6, .h6 {
	margin-bottom: 10.5px;
	margin-top: 10.5px;
}
h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
	font-size: 75%;
}
h1, .h1 {
	font-size: 36px;
}
h2, .h2 {
	font-size: 30px;
}
h3, .h3 {
	font-size: 24px;
}
h4, .h4 {
	font-size: 18px;
}
h5, .h5 {
	font-size: 14px;
}
h6, .h6 {
	font-size: 12px;
}
p {
	margin: 0 0 10.5px;
}
.lead {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 21px;
}
@media (min-width: 768px) {
.lead {
 font-size: 21px;
}
}
small, .small {
	font-size: 85%;
}
mark, .mark {
	background-color: #fcf8e3;
	padding: 0.2em;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-muted {
	color: #777777;
}
.text-primary {
	color: #337ab7;
}
a.text-primary:hover {
	color: #286090;
}
.text-success {
	color: #3c763d;
}
a.text-success:hover {
	color: #2b542c;
}
.text-info {
	color: #31708f;
}
a.text-info:hover {
	color: #245269;
}
.text-warning {
	color: #8a6d3b;
}
a.text-warning:hover {
	color: #66512c;
}
.text-danger {
	color: #a94442;
}
a.text-danger:hover {
	color: #843534;
}
.bg-primary {
	color: #fff;
}
.bg-primary {
	background-color: #337ab7;
}
a.bg-primary:hover {
	background-color: #286090;
}
.bg-success {
	background-color: #dff0d8;
}
a.bg-success:hover {
	background-color: #c1e2b3;
}
.bg-info {
	background-color: #d9edf7;
}
a.bg-info:hover {
	background-color: #afd9ee;
}
.bg-warning {
	background-color: #fcf8e3;
}
a.bg-warning:hover {
	background-color: #f7ecb5;
}
.bg-danger {
	background-color: #f2dede;
}
a.bg-danger:hover {
	background-color: #e4b9b9;
}
.page-header {
	border-bottom: 1px solid #eeeeee;
	margin: 42px 0 21px;
	padding-bottom: 9.5px;
}
ul, ol {
	margin-bottom: 10.5px;
	margin-top: 0;
}
ul ul, ul ol, ol ul, ol ol {
	margin-bottom: 0;
}
.list-unstyled {
	list-style: outside none none;
	padding-left: 0;
}
.list-inline {
	list-style: outside none none;
	margin-left: -5px;
	padding-left: 0;
}
.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
dl {
	margin-bottom: 21px;
	margin-top: 0;
}
dt, dd {
	line-height: 1.5;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
}
.dl-horizontal dd::before, .dl-horizontal dd::after {
 content: " ";
 display: table;
}
.dl-horizontal dd::after {
 clear: both;
}
@media (min-width: 992px) {
.dl-horizontal dt {
 clear: left;
 float: left;
 overflow: hidden;
 text-align: right;
 text-overflow: ellipsis;
 white-space: nowrap;
 width: 160px;
}
.dl-horizontal dd {
 margin-left: 180px;
}
}
abbr[title], abbr[data-original-title] {
	border-bottom: 1px dotted #777777;
	cursor: help;
}
.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
blockquote {
	border-left: 5px solid #eeeeee;
	font-size: 17.5px;
	margin: 0 0 21px;
	padding: 10.5px 21px;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
	margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small {
	color: #777777;
	display: block;
	font-size: 80%;
	line-height: 1.5;
}
blockquote footer::before, blockquote small::before, blockquote .small::before {
 content: "— ";
}
.blockquote-reverse, blockquote.pull-right {
	border-left: 0 none;
	border-right: 5px solid #eeeeee;
	padding-left: 0;
	padding-right: 15px;
	text-align: right;
}
.blockquote-reverse footer::before, .blockquote-reverse small::before, .blockquote-reverse .small::before, blockquote.pull-right footer::before, blockquote.pull-right small::before, blockquote.pull-right .small::before {
 content: "";
}
.blockquote-reverse footer::after, .blockquote-reverse small::after, .blockquote-reverse .small::after, blockquote.pull-right footer::after, blockquote.pull-right small::after, blockquote.pull-right .small::after {
 content: " —";
}
address {
	font-style: normal;
	line-height: 1.5;
	margin-bottom: 21px;
}
code, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
	background-color: #f9f2f4;
	border-radius: 4px;
	color: #c7254e;
	font-size: 90%;
	padding: 2px 4px;
}
kbd {
	background-color: #333;
	border-radius: 3px;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) inset;
	color: #fff;
	font-size: 90%;
	padding: 2px 4px;
}
kbd kbd {
	box-shadow: none;
	font-size: 100%;
	font-weight: bold;
	padding: 0;
}
pre {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #333333;
	display: block;
	font-size: 13px;
	line-height: 1.5;
	margin: 0 0 10.5px;
	padding: 10px;
	word-break: break-all;
	word-wrap: break-word;
}
pre code {
	background-color: transparent;
	border-radius: 0;
	color: inherit;
	font-size: inherit;
	padding: 0;
	white-space: pre-wrap;
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}
.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container::before, .container::after {
 content: " ";
 display: table;
}
.container::after {
 clear: both;
}
@media (min-width: 768px) {
.container {
 width: 750px;
}
}
@media (min-width: 992px) {
.container {
 width: 970px;
}
}
@media (min-width: 1200px) {
.container {
 width: 1170px;
}
}
.container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container-fluid::before, .container-fluid::after {
 content: " ";
 display: table;
}
.container-fluid::after {
 clear: both;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.row::before, .row::after {
 content: " ";
 display: table;
}
.row::after {
 clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-1 {
	width: 8.33333%;
}
.col-xs-2 {
	width: 16.6667%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-4 {
	width: 33.3333%;
}
.col-xs-5 {
	width: 41.6667%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-7 {
	width: 58.3333%;
}
.col-xs-8 {
	width: 66.6667%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-10 {
	width: 83.3333%;
}
.col-xs-11 {
	width: 91.6667%;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-pull-1 {
	right: 8.33333%;
}
.col-xs-pull-2 {
	right: 16.6667%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-4 {
	right: 33.3333%;
}
.col-xs-pull-5 {
	right: 41.6667%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-7 {
	right: 58.3333%;
}
.col-xs-pull-8 {
	right: 66.6667%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-10 {
	right: 83.3333%;
}
.col-xs-pull-11 {
	right: 91.6667%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-push-1 {
	left: 8.33333%;
}
.col-xs-push-2 {
	left: 16.6667%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-4 {
	left: 33.3333%;
}
.col-xs-push-5 {
	left: 41.6667%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-7 {
	left: 58.3333%;
}
.col-xs-push-8 {
	left: 66.6667%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-10 {
	left: 83.3333%;
}
.col-xs-push-11 {
	left: 91.6667%;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-offset-0 {
	margin-left: 0;
}
.col-xs-offset-1 {
	margin-left: 8.33333%;
}
.col-xs-offset-2 {
	margin-left: 16.6667%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-4 {
	margin-left: 33.3333%;
}
.col-xs-offset-5 {
	margin-left: 41.6667%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-7 {
	margin-left: 58.3333%;
}
.col-xs-offset-8 {
	margin-left: 66.6667%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-10 {
	margin-left: 83.3333%;
}
.col-xs-offset-11 {
	margin-left: 91.6667%;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
 float: left;
}
.col-sm-1 {
 width: 8.33333%;
}
.col-sm-2 {
 width: 16.6667%;
}
.col-sm-3 {
 width: 25%;
}
.col-sm-4 {
 width: 33.3333%;
}
.col-sm-5 {
 width: 41.6667%;
}
.col-sm-6 {
 width: 50%;
}
.col-sm-7 {
 width: 58.3333%;
}
.col-sm-8 {
 width: 66.6667%;
}
.col-sm-9 {
 width: 75%;
}
.col-sm-10 {
 width: 83.3333%;
}
.col-sm-11 {
 width: 91.6667%;
}
.col-sm-12 {
 width: 100%;
}
.col-sm-pull-0 {
 right: auto;
}
.col-sm-pull-1 {
 right: 8.33333%;
}
.col-sm-pull-2 {
 right: 16.6667%;
}
.col-sm-pull-3 {
 right: 25%;
}
.col-sm-pull-4 {
 right: 33.3333%;
}
.col-sm-pull-5 {
 right: 41.6667%;
}
.col-sm-pull-6 {
 right: 50%;
}
.col-sm-pull-7 {
 right: 58.3333%;
}
.col-sm-pull-8 {
 right: 66.6667%;
}
.col-sm-pull-9 {
 right: 75%;
}
.col-sm-pull-10 {
 right: 83.3333%;
}
.col-sm-pull-11 {
 right: 91.6667%;
}
.col-sm-pull-12 {
 right: 100%;
}
.col-sm-push-0 {
 left: auto;
}
.col-sm-push-1 {
 left: 8.33333%;
}
.col-sm-push-2 {
 left: 16.6667%;
}
.col-sm-push-3 {
 left: 25%;
}
.col-sm-push-4 {
 left: 33.3333%;
}
.col-sm-push-5 {
 left: 41.6667%;
}
.col-sm-push-6 {
 left: 50%;
}
.col-sm-push-7 {
 left: 58.3333%;
}
.col-sm-push-8 {
 left: 66.6667%;
}
.col-sm-push-9 {
 left: 75%;
}
.col-sm-push-10 {
 left: 83.3333%;
}
.col-sm-push-11 {
 left: 91.6667%;
}
.col-sm-push-12 {
 left: 100%;
}
.col-sm-offset-0 {
 margin-left: 0;
}
.col-sm-offset-1 {
 margin-left: 8.33333%;
}
.col-sm-offset-2 {
 margin-left: 16.6667%;
}
.col-sm-offset-3 {
 margin-left: 25%;
}
.col-sm-offset-4 {
 margin-left: 33.3333%;
}
.col-sm-offset-5 {
 margin-left: 41.6667%;
}
.col-sm-offset-6 {
 margin-left: 50%;
}
.col-sm-offset-7 {
 margin-left: 58.3333%;
}
.col-sm-offset-8 {
 margin-left: 66.6667%;
}
.col-sm-offset-9 {
 margin-left: 75%;
}
.col-sm-offset-10 {
 margin-left: 83.3333%;
}
.col-sm-offset-11 {
 margin-left: 91.6667%;
}
.col-sm-offset-12 {
 margin-left: 100%;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
 float: left;
}
.col-md-1 {
 width: 8.33333%;
}
.col-md-2 {
 width: 16.6667%;
}
.col-md-3 {
 width: 25%;
}
.col-md-4 {
 width: 33.3333%;
}
.col-md-5 {
 width: 41.6667%;
}
.col-md-6 {
 width: 50%;
}
.col-md-7 {
 width: 58.3333%;
}
.col-md-8 {
 width: 66.6667%;
}
.col-md-9 {
 width: 75%;
}
.col-md-10 {
 width: 83.3333%;
}
.col-md-11 {
 width: 91.6667%;
}
.col-md-12 {
 width: 100%;
}
.col-md-pull-0 {
 right: auto;
}
.col-md-pull-1 {
 right: 8.33333%;
}
.col-md-pull-2 {
 right: 16.6667%;
}
.col-md-pull-3 {
 right: 25%;
}
.col-md-pull-4 {
 right: 33.3333%;
}
.col-md-pull-5 {
 right: 41.6667%;
}
.col-md-pull-6 {
 right: 50%;
}
.col-md-pull-7 {
 right: 58.3333%;
}
.col-md-pull-8 {
 right: 66.6667%;
}
.col-md-pull-9 {
 right: 75%;
}
.col-md-pull-10 {
 right: 83.3333%;
}
.col-md-pull-11 {
 right: 91.6667%;
}
.col-md-pull-12 {
 right: 100%;
}
.col-md-push-0 {
 left: auto;
}
.col-md-push-1 {
 left: 8.33333%;
}
.col-md-push-2 {
 left: 16.6667%;
}
.col-md-push-3 {
 left: 25%;
}
.col-md-push-4 {
 left: 33.3333%;
}
.col-md-push-5 {
 left: 41.6667%;
}
.col-md-push-6 {
 left: 50%;
}
.col-md-push-7 {
 left: 58.3333%;
}
.col-md-push-8 {
 left: 66.6667%;
}
.col-md-push-9 {
 left: 75%;
}
.col-md-push-10 {
 left: 83.3333%;
}
.col-md-push-11 {
 left: 91.6667%;
}
.col-md-push-12 {
 left: 100%;
}
.col-md-offset-0 {
 margin-left: 0;
}
.col-md-offset-1 {
 margin-left: 8.33333%;
}
.col-md-offset-2 {
 margin-left: 16.6667%;
}
.col-md-offset-3 {
 margin-left: 25%;
}
.col-md-offset-4 {
 margin-left: 33.3333%;
}
.col-md-offset-5 {
 margin-left: 41.6667%;
}
.col-md-offset-6 {
 margin-left: 50%;
}
.col-md-offset-7 {
 margin-left: 58.3333%;
}
.col-md-offset-8 {
 margin-left: 66.6667%;
}
.col-md-offset-9 {
 margin-left: 75%;
}
.col-md-offset-10 {
 margin-left: 83.3333%;
}
.col-md-offset-11 {
 margin-left: 91.6667%;
}
.col-md-offset-12 {
 margin-left: 100%;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
 float: left;
}
.col-lg-1 {
 width: 8.33333%;
}
.col-lg-2 {
 width: 16.6667%;
}
.col-lg-3 {
 width: 25%;
}
.col-lg-4 {
 width: 33.3333%;
}
.col-lg-5 {
 width: 41.6667%;
}
.col-lg-6 {
 width: 50%;
}
.col-lg-7 {
 width: 58.3333%;
}
.col-lg-8 {
 width: 66.6667%;
}
.col-lg-9 {
 width: 75%;
}
.col-lg-10 {
 width: 83.3333%;
}
.col-lg-11 {
 width: 91.6667%;
}
.col-lg-12 {
 width: 100%;
}
.col-lg-pull-0 {
 right: auto;
}
.col-lg-pull-1 {
 right: 8.33333%;
}
.col-lg-pull-2 {
 right: 16.6667%;
}
.col-lg-pull-3 {
 right: 25%;
}
.col-lg-pull-4 {
 right: 33.3333%;
}
.col-lg-pull-5 {
 right: 41.6667%;
}
.col-lg-pull-6 {
 right: 50%;
}
.col-lg-pull-7 {
 right: 58.3333%;
}
.col-lg-pull-8 {
 right: 66.6667%;
}
.col-lg-pull-9 {
 right: 75%;
}
.col-lg-pull-10 {
 right: 83.3333%;
}
.col-lg-pull-11 {
 right: 91.6667%;
}
.col-lg-pull-12 {
 right: 100%;
}
.col-lg-push-0 {
 left: auto;
}
.col-lg-push-1 {
 left: 8.33333%;
}
.col-lg-push-2 {
 left: 16.6667%;
}
.col-lg-push-3 {
 left: 25%;
}
.col-lg-push-4 {
 left: 33.3333%;
}
.col-lg-push-5 {
 left: 41.6667%;
}
.col-lg-push-6 {
 left: 50%;
}
.col-lg-push-7 {
 left: 58.3333%;
}
.col-lg-push-8 {
 left: 66.6667%;
}
.col-lg-push-9 {
 left: 75%;
}
.col-lg-push-10 {
 left: 83.3333%;
}
.col-lg-push-11 {
 left: 91.6667%;
}
.col-lg-push-12 {
 left: 100%;
}
.col-lg-offset-0 {
 margin-left: 0;
}
.col-lg-offset-1 {
 margin-left: 8.33333%;
}
.col-lg-offset-2 {
 margin-left: 16.6667%;
}
.col-lg-offset-3 {
 margin-left: 25%;
}
.col-lg-offset-4 {
 margin-left: 33.3333%;
}
.col-lg-offset-5 {
 margin-left: 41.6667%;
}
.col-lg-offset-6 {
 margin-left: 50%;
}
.col-lg-offset-7 {
 margin-left: 58.3333%;
}
.col-lg-offset-8 {
 margin-left: 66.6667%;
}
.col-lg-offset-9 {
 margin-left: 75%;
}
.col-lg-offset-10 {
 margin-left: 83.3333%;
}
.col-lg-offset-11 {
 margin-left: 91.6667%;
}
.col-lg-offset-12 {
 margin-left: 100%;
}
}
table {
	background-color: transparent;
}
caption {
	color: #777777;
	padding-bottom: 8px;
	padding-top: 8px;
	text-align: left;
}
/*th {
	text-align: left;
}*/
.table {
	margin-bottom: 21px;
	max-width: 100%;
	width: 100%;
}
.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
	border-top: 1px solid #ddd;
	line-height: 1.5;
	padding: 8px;
	vertical-align: top;
}
.table > thead > tr > th {
	border-bottom: 2px solid #ddd;
	vertical-align: bottom;
}
.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
	border-top: 0 none;
}
.table > tbody + tbody {
	border-top: 2px solid #ddd;
}
.table .table {
	background-color: #fff;
}
.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
	padding: 5px;
}
.table-bordered {
	border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
	border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
 background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
	background-color: #f5f5f5;
}
table col[class*="col-"] {
 display: table-column;
 float: none;
 position: static;
}
table td[class*="col-"], table th[class*="col-"] {
 display: table-cell;
 float: none;
 position: static;
}
.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
}
.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
	background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6;
}
.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th {
	background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
	background-color: #c4e3f3;
}
.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
}
.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
	background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
}
.table-responsive {
	min-height: 0.01%;
	overflow-x: auto;
}
@media screen and (max-width: 767px) {
.table-responsive {
 border: 1px solid #ddd;
 margin-bottom: 15.75px;
 overflow-y: hidden;
 width: 100%;
}
.table-responsive > .table {
 margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
 white-space: nowrap;
}
.table-responsive > .table-bordered {
 border: 0 none;
}
.table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
 border-left: 0 none;
}
.table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
 border-right: 0 none;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
 border-bottom: 0 none;
}
}
fieldset {
	border: 0 none;
	margin: 0;
	min-width: 0;
	padding: 0;
}
legend {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: -moz-use-text-color -moz-use-text-color #e5e5e5;
	border-image: none;
	border-style: none none solid;
	border-width: 0 0 1px;
	color: #333333;
	display: block;
	font-size: 21px;
	line-height: inherit;
	margin-bottom: 21px;
	padding: 0;
	width: 100%;
}
label {
	display: inline-block;
	font-weight: bold;
	margin-bottom: 5px;
	max-width: 100%;
}
input[type="search"] {
	box-sizing: border-box;
}
input[type="radio"], input[type="checkbox"] {
	line-height: normal;
	margin: 4px 0 0;
}
input[type="file"] {
	display: block;
}
input[type="range"] {
	display: block;
	width: 100%;
}
select[multiple], select[size] {
	height: auto;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: thin dotted;
	outline-offset: -2px;
}
output {
	color: #555555;
	display: block;
	font-size: 14px;
	line-height: 1.5;
	padding-top: 7px;
}
.form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555555;
	display: block;
	font-size: 14px;
	height: 35px;
	line-height: 1.5;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}
.form-control:focus {
	border-color: #66afe9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	outline: 0 none;
}
.form-control::-moz-placeholder {
 color: #999;
 opacity: 1;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #eeeeee;
	cursor: not-allowed;
	opacity: 1;
}
textarea.form-control {
	height: auto;
}
input[type="search"] {
}
@media not all {
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
 line-height: 35px;
}
input.input-sm[type="date"], .input-group-sm > input.form-control[type="date"], .input-group-sm > input.input-group-addon[type="date"], .input-group-sm > .input-group-btn > input.btn[type="date"], .input-group-sm input[type="date"], input.input-sm[type="time"], .input-group-sm > input.form-control[type="time"], .input-group-sm > input.input-group-addon[type="time"], .input-group-sm > .input-group-btn > input.btn[type="time"], .input-group-sm input[type="time"], input.input-sm[type="datetime-local"], .input-group-sm > input.form-control[type="datetime-local"], .input-group-sm > input.input-group-addon[type="datetime-local"], .input-group-sm > .input-group-btn > input.btn[type="datetime-local"], .input-group-sm input[type="datetime-local"], input.input-sm[type="month"], .input-group-sm > input.form-control[type="month"], .input-group-sm > input.input-group-addon[type="month"], .input-group-sm > .input-group-btn > input.btn[type="month"], .input-group-sm input[type="month"] {
 line-height: 30px;
}
input.input-lg[type="date"], .input-group-lg > input.form-control[type="date"], .input-group-lg > input.input-group-addon[type="date"], .input-group-lg > .input-group-btn > input.btn[type="date"], .input-group-lg input[type="date"], input.input-lg[type="time"], .input-group-lg > input.form-control[type="time"], .input-group-lg > input.input-group-addon[type="time"], .input-group-lg > .input-group-btn > input.btn[type="time"], .input-group-lg input[type="time"], input.input-lg[type="datetime-local"], .input-group-lg > input.form-control[type="datetime-local"], .input-group-lg > input.input-group-addon[type="datetime-local"], .input-group-lg > .input-group-btn > input.btn[type="datetime-local"], .input-group-lg input[type="datetime-local"], input.input-lg[type="month"], .input-group-lg > input.form-control[type="month"], .input-group-lg > input.input-group-addon[type="month"], .input-group-lg > .input-group-btn > input.btn[type="month"], .input-group-lg input[type="month"] {
 line-height: 46px;
}
}
.form-group {
	margin-bottom: 15px;
}
.radio, .checkbox {
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	position: relative;
}
.radio label, .checkbox label {
	cursor: pointer;
	font-weight: normal;
	margin-bottom: 0;
	min-height: 21px;
	padding-left: 20px;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	margin-left: -20px;
	position: absolute;
}
.radio + .radio, .checkbox + .checkbox {
	margin-top: -5px;
}
.radio-inline, .checkbox-inline {
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	margin-bottom: 0;
	padding-left: 20px;
	vertical-align: middle;
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
	margin-left: 10px;
	margin-top: 0;
}
input[type="radio"][disabled], input.disabled[type="radio"], fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input.disabled[type="checkbox"], fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}
.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
	cursor: not-allowed;
}
.form-control-static {
	margin-bottom: 0;
	padding-bottom: 7px;
	padding-top: 7px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
	padding-left: 0;
	padding-right: 0;
}
.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
	border-radius: 3px;
	font-size: 12px;
	height: 30px;
	line-height: 1.5;
	padding: 5px 10px;
}
select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn {
	height: 30px;
	line-height: 30px;
}
textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, select.input-sm[multiple], .input-group-sm > select.form-control[multiple], .input-group-sm > select.input-group-addon[multiple], .input-group-sm > .input-group-btn > select.btn[multiple] {
	height: auto;
}
.form-group-sm .form-control {
	border-radius: 3px;
	font-size: 12px;
	height: 30px;
	line-height: 1.5;
	padding: 5px 10px;
}
.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px;
}
.form-group-sm textarea.form-control, .form-group-sm select.form-control[multiple] {
	height: auto;
}
.form-group-sm .form-control-static {
	font-size: 12px;
	height: 30px;
	line-height: 1.5;
	padding: 5px 10px;
}
.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
	border-radius: 6px;
	font-size: 18px;
	height: 46px;
	line-height: 1.33333;
	padding: 10px 16px;
}
select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn {
	height: 46px;
	line-height: 46px;
}
textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select.input-lg[multiple], .input-group-lg > select.form-control[multiple], .input-group-lg > select.input-group-addon[multiple], .input-group-lg > .input-group-btn > select.btn[multiple] {
	height: auto;
}
.form-group-lg .form-control {
	border-radius: 6px;
	font-size: 18px;
	height: 46px;
	line-height: 1.33333;
	padding: 10px 16px;
}
.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px;
}
.form-group-lg textarea.form-control, .form-group-lg select.form-control[multiple] {
	height: auto;
}
.form-group-lg .form-control-static {
	font-size: 18px;
	height: 46px;
	line-height: 1.33333;
	padding: 10px 16px;
}
.has-feedback {
	position: relative;
}
.has-feedback .form-control {
	padding-right: 43.75px;
}
.form-control-feedback {
	display: block;
	height: 35px;
	line-height: 35px;
	pointer-events: none;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 35px;
	z-index: 2;
}
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback {
	height: 46px;
	line-height: 46px;
	width: 46px;
}
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback {
	height: 30px;
	line-height: 30px;
	width: 30px;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
	color: #3c763d;
}
.has-success .form-control {
	border-color: #3c763d;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.has-success .form-control:focus {
	border-color: #2b542c;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #67b168;
}
.has-success .input-group-addon {
	background-color: #dff0d8;
	border-color: #3c763d;
	color: #3c763d;
}
.has-success .form-control-feedback {
	color: #3c763d;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
	color: #8a6d3b;
}
.has-warning .form-control {
	border-color: #8a6d3b;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.has-warning .form-control:focus {
	border-color: #66512c;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
	background-color: #fcf8e3;
	border-color: #8a6d3b;
	color: #8a6d3b;
}
.has-warning .form-control-feedback {
	color: #8a6d3b;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
	color: #a94442;
}
.has-error .form-control {
	border-color: #a94442;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.has-error .form-control:focus {
	border-color: #843534;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #ce8483;
}
.has-error .input-group-addon {
	background-color: #f2dede;
	border-color: #a94442;
	color: #a94442;
}
.has-error .form-control-feedback {
	color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
 top: 26px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
 top: 0;
}
.help-block {
	color: #d9d9d9;
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
}
@media (min-width: 768px) {
.form-inline .form-group {
 display: inline-block;
 margin-bottom: 0;
 vertical-align: middle;
}
.form-inline .form-control {
 display: inline-block;
 vertical-align: middle;
 width: auto;
}
.form-inline .form-control-static {
 display: inline-block;
}
.form-inline .input-group {
 display: inline-table;
 vertical-align: middle;
}
.form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
 width: auto;
}
.form-inline .input-group > .form-control {
 width: 100%;
}
.form-inline .control-label {
 margin-bottom: 0;
 vertical-align: middle;
}
.form-inline .radio, .form-inline .checkbox {
 display: inline-block;
 margin-bottom: 0;
 margin-top: 0;
 vertical-align: middle;
}
.form-inline .radio label, .form-inline .checkbox label {
 padding-left: 0;
}
.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
 margin-left: 0;
 position: relative;
}
.form-inline .has-feedback .form-control-feedback {
 top: 0;
}
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 7px;
}
.form-horizontal .radio, .form-horizontal .checkbox {
	min-height: 28px;
}
.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px;
}
.form-horizontal .form-group::before, .form-horizontal .form-group::after {
 content: " ";
 display: table;
}
.form-horizontal .form-group::after {
 clear: both;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
 margin-bottom: 0;
 padding-top: 7px;
 text-align: right;
}
}
.form-horizontal .has-feedback .form-control-feedback {
	right: 15px;
}
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
 padding-top: 14.3333px;
}
}
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
 padding-top: 6px;
}
}
.btn {
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus {
	outline: thin dotted;
	outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
	color: #333;
	text-decoration: none;
}
.btn:active, .btn.active {
	background-image: none;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
	outline: 0 none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	box-shadow: none;
	cursor: not-allowed;
	opacity: 0.65;
	pointer-events: none;
}
.btn-default {
	background-color: #fff;
	border-color: #ccc;
	color: #333;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
	background-color: #e6e6e6;
	border-color: #adadad;
	color: #333;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
	background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default.focus[disabled], .btn-default[disabled]:active, .btn-default.active[disabled], fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
	background-color: #fff;
	border-color: #ccc;
}
.btn-default .badge {
	background-color: #333;
	color: #fff;
}
.btn-primary {
	background-color: #337ab7;
	border:solid 1px #51a452;
	color: #fff;
	padding:10px;
}
.news_scroll {
	background-color: #60b361;
	border-color: #2e6da4;
	color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
	background-color: #286090;
	border-color: #204d74;
	color: #fff;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
	background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary.focus[disabled], .btn-primary[disabled]:active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn-primary .badge {
	background-color: #fff;
	color: #337ab7;
}
.btn-success {
	background-color: #5cb85c;
	border-color: #4cae4c;
	color: #fff;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
	background-color: #449d44;
	border-color: #398439;
	color: #fff;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
	background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success.focus[disabled], .btn-success[disabled]:active, .btn-success.active[disabled], fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success .badge {
	background-color: #fff;
	color: #5cb85c;
}
.btn-info {
	background-color: #5bc0de;
	border-color: #46b8da;
	color: #fff;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
	background-color: #31b0d5;
	border-color: #269abc;
	color: #fff;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
	background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info.focus[disabled], .btn-info[disabled]:active, .btn-info.active[disabled], fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info .badge {
	background-color: #fff;
	color: #5bc0de;
}
.btn-warning {
	background-color: #f0ad4e;
	border-color: #eea236;
	color: #fff;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
	background-color: #ec971f;
	border-color: #d58512;
	color: #fff;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
	background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning.focus[disabled], .btn-warning[disabled]:active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning .badge {
	background-color: #fff;
	color: #f0ad4e;
}
.btn-danger {
	background-color: #d9534f;
	border-color: #d43f3a;
	color: #fff;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
	background-color: #c9302c;
	border-color: #ac2925;
	color: #fff;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
	background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger.focus[disabled], .btn-danger[disabled]:active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger .badge {
	background-color: #fff;
	color: #d9534f;
}
.btn-link {
	border-radius: 0;
	color: #337ab7;
	font-weight: normal;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
	border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
	background-color: transparent;
	color: #23527c;
	text-decoration: underline;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
	color: #777777;
	text-decoration: none;
}
.btn-lg, .btn-group-lg > .btn {
	border-radius: 6px;
	font-size: 18px;
	line-height: 1.33333;
	padding: 10px 16px;
}
.btn-sm, .btn-group-sm > .btn {
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
	padding: 5px 10px;
}
.btn-xs, .btn-group-xs > .btn {
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
	padding: 1px 5px;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
input.btn-block[type="submit"], input.btn-block[type="reset"], input.btn-block[type="button"] {
	width: 100%;
}
.fade {
	opacity: 0;
	transition: opacity 0.15s linear 0s;
}
.fade.in {
	opacity: 1;
}
.collapse {
	display: none;
	visibility: hidden;
}
.collapse.in {
	display: block;
	visibility: visible;
}
tr.collapse.in {
	display: table-row;
}
tbody.collapse.in {
	display: table-row-group;
}
.collapsing {
	height: 0;
	overflow: hidden;
	position: relative;
	transition-duration: 0.35s;
	transition-property: height, visibility;
	transition-timing-function: ease;
}
.caret {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid;
	display: inline-block;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	width: 0;
}
.dropup, .dropdown {
	position: relative;
}
.dropdown-toggle:focus {
	outline: 0 none;
}
.dropdown-menu {
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	display: none;
	float: left;
	font-size: 14px;
	left: 0;
	list-style: outside none none;
	margin: 2px 0 0;
	min-width: 160px;
	padding: 5px 0;
	position: absolute;
	text-align: left;
	top: 100%;
	z-index: 1000;
}
.dropdown-menu.pull-right {
	left: auto;
	right: 0;
}
.dropdown-menu .divider {
	background-color: #e5e5e5;
	height: 1px;
	margin: 9.5px 0;
	overflow: hidden;
}
.dropdown-menu > li > a {
	clear: both;
	color: #333333;
	display: block;
	font-weight: normal;
	line-height: 1.5;
	padding: 3px 20px;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color: #f5f5f5;
	color: #262626;
	text-decoration: none;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #337ab7;
	color: #fff;
	outline: 0 none;
	text-decoration: none;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	background-color: transparent;
	background-image: none;
	cursor: not-allowed;
	text-decoration: none;
}
.open > .dropdown-menu {
	display: block;
}
.open > a {
	outline: 0 none;
}
.dropdown-menu-right {
	left: auto;
	right: 0;
}
.dropdown-menu-left {
	left: 0;
	right: auto;
}
.dropdown-header {
	color: #777777;
	display: block;
	font-size: 12px;
	line-height: 1.5;
	padding: 3px 20px;
	white-space: nowrap;
}
.dropdown-backdrop {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 990;
}
.pull-right > .dropdown-menu {
	left: auto;
	right: 0;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-bottom: 4px solid;
	border-top: 0 none;
	content: "";
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	bottom: 100%;
	margin-bottom: 2px;
	top: auto;
}
@media (min-width: 992px) {
.navbar-right .dropdown-menu {
 left: auto;
 right: 0;
}
.navbar-right .dropdown-menu-left {
 left: 0;
 right: auto;
}
}
.btn-group, .btn-group-vertical {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.btn-group > .btn, .btn-group-vertical > .btn {
	float: left;
	position: relative;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
	z-index: 2;
}
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
	margin-left: -1px;
}
.btn-toolbar {
	margin-left: -5px;
}
.btn-toolbar::before, .btn-toolbar::after {
 content: " ";
 display: table;
}
.btn-toolbar::after {
 clear: both;
}
.btn-toolbar .btn-group, .btn-toolbar .input-group {
	float: left;
}
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
	margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
 border-radius: 0;
}
.btn-group > .btn:first-child {
	margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
 border-bottom-right-radius: 0;
 border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
 border-bottom-left-radius: 0;
 border-top-left-radius: 0;
}
.btn-group > .btn-group {
	float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
 border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
 border-bottom-right-radius: 0;
 border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
 border-bottom-left-radius: 0;
 border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline: 0 none;
}
.btn-group > .btn + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}
.btn-group.open .dropdown-toggle.btn-link {
	box-shadow: none;
}
.btn .caret {
	margin-left: 0;
}
.btn-lg .caret, .btn-group-lg > .btn .caret {
	border-width: 5px 5px 0;
}
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
	border-width: 0 5px 5px;
}
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
	display: block;
	float: none;
	max-width: 100%;
	width: 100%;
}
.btn-group-vertical > .btn-group::before, .btn-group-vertical > .btn-group::after {
 content: " ";
 display: table;
}
.btn-group-vertical > .btn-group::after {
 clear: both;
}
.btn-group-vertical > .btn-group > .btn {
	float: none;
}
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
	margin-left: 0;
	margin-top: -1px;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
 border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
 border-bottom-left-radius: 0;
 border-bottom-right-radius: 0;
 border-top-right-radius: 4px;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
 border-bottom-left-radius: 4px;
 border-top-left-radius: 0;
 border-top-right-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
 border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
 border-bottom-left-radius: 0;
 border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
 border-top-left-radius: 0;
 border-top-right-radius: 0;
}
.btn-group-justified {
	border-collapse: separate;
	display: table;
	table-layout: fixed;
	width: 100%;
}
.btn-group-justified > .btn, .btn-group-justified > .btn-group {
	display: table-cell;
	float: none;
	width: 1%;
}
.btn-group-justified > .btn-group .btn {
	width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
	left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
 clip: rect(0px, 0px, 0px, 0px);
 pointer-events: none;
 position: absolute;
}
.input-group {
	border-collapse: separate;
	display: table;
	position: relative;
}
.input-group[class*="col-"] {
 float: none;
 padding-left: 0;
 padding-right: 0;
}
.input-group .form-control {
	float: left;
	margin-bottom: 0;
	position: relative;
	width: 100%;
	z-index: 2;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
	display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
 border-radius: 0;
}
.input-group-addon, .input-group-btn {
	vertical-align: middle;
	white-space: nowrap;
	width: 1%;
}
.input-group-addon {
	background-color: #eeeeee;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #555555;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	padding: 6px 12px;
	text-align: center;
}
.input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
	border-radius: 3px;
	font-size: 12px;
	padding: 5px 10px;
}
.input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
	border-radius: 6px;
	font-size: 18px;
	padding: 10px 16px;
}
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
	margin-top: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
 border-bottom-right-radius: 0;
 border-top-right-radius: 0;
}
.input-group-addon:first-child {
	border-right: 0 none;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
 border-bottom-left-radius: 0;
 border-top-left-radius: 0;
}
.input-group-addon:last-child {
	border-left: 0 none;
}
.input-group-btn {
	font-size: 0;
	position: relative;
	white-space: nowrap;
}
.input-group-btn > .btn {
	position: relative;
}
.input-group-btn > .btn + .btn {
	margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
	z-index: 2;
}
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
	margin-right: -1px;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
	margin-left: -1px;
}
.nav {
	list-style: outside none none;
	margin-bottom: 0;
	padding-left: 0;
}
.nav::before, .nav::after {
 content: " ";
 display: table;
}
.nav::after {
 clear: both;
}
.nav > li {
	display: block;
	position: relative;
}
.nav > li > a {
	display: block;
	padding: 10px 15px;
	position: relative;
}
.nav > li > a:hover, .nav > li > a:focus {
	background-color: #eeeeee;
	text-decoration: none;
}
.nav > li.disabled > a {
	color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
	background-color: transparent;
	color: #777777;
	cursor: not-allowed;
	text-decoration: none;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: #eeeeee;
	border-color: #337ab7;
}
.nav .nav-divider {
	background-color: #e5e5e5;
	height: 1px;
	margin: 9.5px 0;
	overflow: hidden;
}
.nav > li > a > img {
	max-width: none;
}
.nav-tabs {
	border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	line-height: 1.5;
	margin-right: 2px;
}
.nav-tabs > li > a:hover {
	border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #fff;
	border-color: #ddd #ddd transparent;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	color: #555555;
	cursor: default;
}
.nav-pills > li {
	float: left;
}
.nav-pills > li > a {
	border-radius: 4px;
}
.nav-pills > li + li {
	margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background-color: #337ab7;
	color: #fff;
}
.nav-stacked > li {
	float: none;
}
.nav-stacked > li + li {
	margin-left: 0;
	margin-top: 2px;
}
.nav-justified, .nav-tabs.nav-justified {
	width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
	float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
	margin-bottom: 5px;
	text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
	left: auto;
	top: auto;
}
@media (min-width: 768px) {
.nav-justified > li, .nav-tabs.nav-justified > li {
 display: table-cell;
 width: 1%;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
 margin-bottom: 0;
}
}
.nav-tabs-justified, .nav-tabs.nav-justified {
	border-bottom: 0 none;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
	border-radius: 4px;
	margin-right: 0;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
	border: 1px solid #ddd;
}
@media (min-width: 768px) {
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
 border-bottom: 1px solid #ddd;
 border-radius: 4px 4px 0 0;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
 border-bottom-color: #fff;
}
}
.tab-content > .tab-pane {
	display: none;
	visibility: hidden;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.nav-tabs .dropdown-menu {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-top: -1px;
}
.navbar {
	border: 1px solid transparent;
	margin-bottom: 21px;
	min-height: 50px;
	position: relative;
}
.navbar::before, .navbar::after {
 content: " ";
 display: table;
}
.navbar::after {
 clear: both;
}
@media (min-width: 992px) {
.navbar {
 border-radius: 4px;
}
}
.navbar-header::before, .navbar-header::after {
 content: " ";
 display: table;
}
.navbar-header::after {
 clear: both;
}
@media (min-width: 992px) {
.navbar-header {
 float: left;
}
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
	overflow-x: visible;
	padding-left: 15px;
	padding-right: 15px;
}
.navbar-collapse::before, .navbar-collapse::after {
 content: " ";
 display: table;
}
.navbar-collapse::after {
 clear: both;
}
.navbar-collapse.in {
	overflow-y: auto;
}
@media (min-width: 992px) {
.navbar-collapse {
 border-top: 0 none;
 box-shadow: none;
 width: auto;
}
.navbar-collapse.collapse {
 display: block !important;
 height: auto !important;
 overflow: visible !important;
 padding-bottom: 0;
 visibility: visible !important;
}
.navbar-collapse.in {
 overflow-y: visible;
}
.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
 padding-left: 0;
 padding-right: 0;
}
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
 max-height: 200px;
}
}
.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
	margin-left: -15px;
	margin-right: -15px;
}
@media (min-width: 992px) {
.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
 margin-left: 0;
 margin-right: 0;
}
}
.navbar-static-top {
	border-width: 0 0 1px;
	z-index: 1000;
}
@media (min-width: 992px) {
.navbar-static-top {
 border-radius: 0;
}
}
.navbar-fixed-top, .navbar-fixed-bottom {
	left: 0;
	position: fixed;
	right: 0;
	z-index: 1030;
}
@media (min-width: 992px) {
.navbar-fixed-top, .navbar-fixed-bottom {
 border-radius: 0;
}
}
.navbar-fixed-top {
	border-width: 0 0 1px;
	top: 0;
}
.navbar-fixed-bottom {
	border-width: 1px 0 0;
	bottom: 0;
	margin-bottom: 0;
}
.navbar-brand {
	float: left;
	font-size: 18px;
	height: 50px;
	line-height: 21px;
	padding: 14.5px 15px;
}
.navbar-brand:hover, .navbar-brand:focus {
	text-decoration: none;
}
.navbar-brand > img {
	display: block;
}
@media (min-width: 992px) {
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
 margin-left: -15px;
}
}
.navbar-toggle {
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	float: right;
	margin-bottom: 8px;
	margin-right: 15px;
	margin-top: 8px;
	padding: 9px 10px;
	position: relative;
}
.navbar-toggle:focus {
	outline: 0 none;
}
.navbar-toggle .icon-bar {
	border-radius: 1px;
	display: block;
	height: 2px;
	width: 22px;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}
@media (min-width: 992px) {
.navbar-toggle {
 display: none;
}
}
.navbar-nav {
	margin: 7.25px -15px;
}
.navbar-nav > li > a {
	line-height: 21px;
	padding-bottom: 10px;
	padding-top: 10px;
}
@media (max-width: 991px) {
.navbar-nav .open .dropdown-menu {
 background-color: transparent;
 border: 0 none;
 box-shadow: none;
 float: none;
 margin-top: 0;
 position: static;
 width: auto;
}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
 padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
 line-height: 21px;
}
.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
 background-image: none;
}
}
@media (min-width: 992px) {
.navbar-nav {
 float: left;
 margin: 0;
}
.navbar-nav > li {
 float: left;
}
.navbar-nav > li > a {
 padding-bottom: 14.5px;
 padding-top: 14.5px;
}
}
.navbar-form {
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
	margin: 7.5px -15px;
	padding: 10px 15px;
}
@media (min-width: 768px) {
.navbar-form .form-group {
 display: inline-block;
 margin-bottom: 0;
 vertical-align: middle;
}
.navbar-form .form-control {
 display: inline-block;
 vertical-align: middle;
 width: auto;
}
.navbar-form .form-control-static {
 display: inline-block;
}
.navbar-form .input-group {
 display: inline-table;
 vertical-align: middle;
}
.navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
 width: auto;
}
.navbar-form .input-group > .form-control {
 width: 100%;
}
.navbar-form .control-label {
 margin-bottom: 0;
 vertical-align: middle;
}
.navbar-form .radio, .navbar-form .checkbox {
 display: inline-block;
 margin-bottom: 0;
 margin-top: 0;
 vertical-align: middle;
}
.navbar-form .radio label, .navbar-form .checkbox label {
 padding-left: 0;
}
.navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
 margin-left: 0;
 position: relative;
}
.navbar-form .has-feedback .form-control-feedback {
 top: 0;
}
}
@media (max-width: 991px) {
.navbar-form .form-group {
 margin-bottom: 5px;
}
.navbar-form .form-group:last-child {
 margin-bottom: 0;
}
}
@media (min-width: 992px) {
.navbar-form {
 border: 0 none;
 box-shadow: none;
 margin-left: 0;
 margin-right: 0;
 padding-bottom: 0;
 padding-top: 0;
 width: auto;
}
}
.navbar-nav > li > .dropdown-menu {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-top: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	border-radius: 4px 4px 0 0;
	margin-bottom: 0;
}
.navbar-btn {
	margin-bottom: 7.5px;
	margin-top: 7.5px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
	margin-bottom: 10px;
	margin-top: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
	margin-bottom: 14px;
	margin-top: 14px;
}
.navbar-text {
	margin-bottom: 14.5px;
	margin-top: 14.5px;
}
@media (min-width: 992px) {
.navbar-text {
 float: left;
 margin-left: 15px;
 margin-right: 15px;
}
}
@media (min-width: 992px) {
.navbar-left {
 float: left !important;
}
.navbar-right {
 float: right !important;
 margin-right: -15px;
}
.navbar-right ~ .navbar-right {
 margin-right: 0;
}
}
.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
	color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	background-color: transparent;
	color: #5e5e5e;
}
.navbar-default .navbar-text {
	color: #777;
}
.navbar-default .navbar-nav > li > a {
	color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background-color: transparent;
	color: #333;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: #e7e7e7;
	color: #555;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
	background-color: transparent;
	color: #ccc;
}
.navbar-default .navbar-toggle {
	border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #e7e7e7;
	color: #555;
}
@media (max-width: 991px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
 color: #777;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
 background-color: transparent;
 color: #333;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
 background-color: #e7e7e7;
 color: #555;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
 background-color: transparent;
 color: #ccc;
}
}
.navbar-default .navbar-link {
	color: #777;
}
.navbar-default .navbar-link:hover {
	color: #333;
}
.navbar-default .btn-link {
	color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
	color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
	color: #ccc;
}
.navbar-inverse {
	background-color: #222;
	border-color: #090909;
}
.navbar-inverse .navbar-brand {
	color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	background-color: transparent;
	color: #fff;
}
.navbar-inverse .navbar-text {
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	background-color: transparent;
	color: #fff;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	background-color: #090909;
	color: #fff;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
	background-color: transparent;
	color: #444;
}
.navbar-inverse .navbar-toggle {
	border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #090909;
	color: #fff;
}
@media (max-width: 991px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
 border-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
 background-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
 color: #9d9d9d;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
 background-color: transparent;
 color: #fff;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
 background-color: #090909;
 color: #fff;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
 background-color: transparent;
 color: #444;
}
}
.navbar-inverse .navbar-link {
	color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
	color: #fff;
}
.navbar-inverse .btn-link {
	color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
	color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444;
}
.jumbotron {
	background-color: #eeeeee;
	color: inherit;
	margin-bottom: 30px;
	padding: 30px 15px;
}
.jumbotron h1, .jumbotron .h1 {
	color: inherit;
}
.jumbotron p {
	font-size: 21px;
	font-weight: 200;
	margin-bottom: 15px;
}
.jumbotron > hr {
	border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
	border-radius: 6px;
}
.jumbotron .container {
	max-width: 100%;
}
@media screen and (min-width: 768px) {
.jumbotron {
 padding: 48px 0;
}
.container .jumbotron, .container-fluid .jumbotron {
 padding-left: 60px;
 padding-right: 60px;
}
.jumbotron h1, .jumbotron .h1 {
 font-size: 63px;
}
}
.embed-responsive {
	display: block;
	height: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
	border: 0 none;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.embed-responsive.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
	padding-bottom: 75%;
}
.modal-open {
	overflow: hidden;
}
.modal {
	bottom: 0;
	display: none;
	left: 0;
	outline: 0 none;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1040;
}
.modal.fade .modal-dialog {
	transform: translate(0px, -25%);
	transition: transform 0.3s ease-out 0s;
}
.modal.in .modal-dialog {
	transform: translate(0px, 0px);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	margin: 10px;
	position: relative;
	width: auto;
}
.modal-content {
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	outline: 0 none;
	position: relative;
}
.modal-backdrop {
	background-color: #000;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop.in {
	opacity: 0.5;
}
.modal-header {
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.5px;
	padding: 15px;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
	line-height: 1.5;
	margin: 0;
}
.modal-body {
	padding: 15px;
	position: relative;
}
.modal-footer {
	border-top: 1px solid #e5e5e5;
	padding: 15px;
	text-align: right;
}
.modal-footer::before, .modal-footer::after {
 content: " ";
 display: table;
}
.modal-footer::after {
 clear: both;
}
.modal-footer .btn + .btn {
	margin-bottom: 0;
	margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}
.modal-scrollbar-measure {
	height: 50px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
	width: 50px;
}
@media (min-width: 768px) {
.modal-dialog {
 margin: 30px auto;
 width: 600px;
}
.modal-content {
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-sm {
 width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
 width: 900px;
}
}
.tooltip {
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
	opacity: 0;
	position: absolute;
	visibility: visible;
	z-index: 1070;
}
.tooltip.in {
	opacity: 1;
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	background-color: #ddd;
	border-radius: 4px;
	color: #454545;
	max-width: 400px;
	padding: 3px 8px;
	text-align: center;
	text-decoration: none;
}
.tooltip-arrow {
	border-color: transparent;
	border-style: solid;
	height: 0;
	position: absolute;
	width: 0;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #ddd;
	border-width: 5px 5px 0;
	bottom: 0;
	left: 50%;
	margin-left: -5px;
}
.tooltip.top-left .tooltip-arrow {
	border-top-color: #ddd;
	border-width: 5px 5px 0;
	bottom: 0;
	margin-bottom: -5px;
	right: 5px;
}
.tooltip.top-right .tooltip-arrow {
	border-top-color: #ddd;
	border-width: 5px 5px 0;
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
}
.tooltip.right .tooltip-arrow {
	border-right-color: #ddd;
	border-width: 5px 5px 5px 0;
	left: 0;
	margin-top: -5px;
	top: 50%;
}
.tooltip.left .tooltip-arrow {
	border-left-color: #ddd;
	border-width: 5px 0 5px 5px;
	margin-top: -5px;
	right: 0;
	top: 50%;
}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #ddd;
	border-width: 0 5px 5px;
	left: 50%;
	margin-left: -5px;
	top: 0;
}
.tooltip.bottom-left .tooltip-arrow {
	border-bottom-color: #ddd;
	border-width: 0 5px 5px;
	margin-top: -5px;
	right: 5px;
	top: 0;
}
.tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #ddd;
	border-width: 0 5px 5px;
	left: 5px;
	margin-top: -5px;
	top: 0;
}
.popover {
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	display: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	left: 0;
	line-height: 1.5;
	max-width: 276px;
	padding: 1px;
	position: absolute;
	text-align: left;
	top: 0;
	white-space: normal;
	z-index: 1060;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
	font-size: 14px;
	margin: 0;
	padding: 8px 14px;
}
.popover-content {
	padding: 9px 14px;
}
.popover > .arrow, .popover > .arrow::after {
 border-color: transparent;
 border-style: solid;
 display: block;
 height: 0;
 position: absolute;
 width: 0;
}
.popover > .arrow {
	border-width: 11px;
}
.popover > .arrow::after {
 border-width: 10px;
 content: "";
}
.popover.top > .arrow {
	border-bottom-width: 0;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
}
.popover.top > .arrow::after {
 border-bottom-width: 0;
 border-top-color: #fff;
 bottom: 1px;
 content: " ";
 margin-left: -10px;
}
.popover.right > .arrow {
	border-left-width: 0;
	border-right-color: rgba(0, 0, 0, 0.25);
	left: -11px;
	margin-top: -11px;
	top: 50%;
}
.popover.right > .arrow::after {
 border-left-width: 0;
 border-right-color: #fff;
 bottom: -10px;
 content: " ";
 left: 1px;
}
.popover.bottom > .arrow {
	border-bottom-color: rgba(0, 0, 0, 0.25);
	border-top-width: 0;
	left: 50%;
	margin-left: -11px;
	top: -11px;
}
.popover.bottom > .arrow::after {
 border-bottom-color: #fff;
 border-top-width: 0;
 content: " ";
 margin-left: -10px;
 top: 1px;
}
.popover.left > .arrow {
	border-left-color: rgba(0, 0, 0, 0.25);
	border-right-width: 0;
	margin-top: -11px;
	right: -11px;
	top: 50%;
}
.popover.left > .arrow::after {
 border-left-color: #fff;
 border-right-width: 0;
 bottom: -10px;
 content: " ";
 right: 1px;
}
.carousel {
	position: relative;
}
.carousel-inner {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.carousel-inner > .item {
	display: none;
	position: relative;
	transition: left 0.6s ease-in-out 0s;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: block;
	height: auto;
	line-height: 1;
	max-width: 100%;
}
@media not all, not all {
.carousel-inner > .item {
 backface-visibility: hidden;
 transition: transform 0.6s ease-in-out 0s;
}
.carousel-inner > .item.next, .carousel-inner > .item.active.right {
 left: 0;
 transform: translate3d(100%, 0px, 0px);
}
.carousel-inner > .item.prev, .carousel-inner > .item.active.left {
 left: 0;
 transform: translate3d(-100%, 0px, 0px);
}
.carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
 left: 0;
 transform: translate3d(0px, 0px, 0px);
}
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
	display: block;
}
.carousel-inner > .active {
	left: 0;
}
.carousel-inner > .next, .carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner > .next {
	left: 100%;
}
.carousel-inner > .prev {
	left: -100%;
}
.carousel-inner > .next.left, .carousel-inner > .prev.right {
	left: 0;
}
.carousel-inner > .active.left {
	left: -100%;
}
.carousel-inner > .active.right {
	left: 100%;
}
.carousel-control {
	bottom: 0;
	color: #fff;
	font-size: 20px;
	left: 0;
	opacity: 0.5;
	position: absolute;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	top: 0;
	width: 15%;
}
.carousel-control.left {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	background-repeat: repeat-x;
}
.carousel-control.right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;
	left: auto;
	right: 0;
}
.carousel-control:hover, .carousel-control:focus {
	color: #fff;
	opacity: 0.9;
	outline: 0 none;
	text-decoration: none;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	display: inline-block;
	position: absolute;
	top: 50%;
	z-index: 5;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
	margin-right: -10px;
	right: 50%;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
	font-family: serif;
	height: 20px;
	line-height: 1;
	margin-top: -10px;
	width: 20px;
}
.carousel-control .icon-prev::before {
 content: "‹";
}
.carousel-control .icon-next::before {
 content: "›";
}
.carousel-indicators {
	bottom: 10px;
	left: 50%;
	list-style: outside none none;
	margin-left: -30%;
	padding-left: 0;
	position: absolute;
	text-align: center;
	width: 60%;
	z-index: 15;
}
.carousel-indicators li {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	width: 10px;
}
.carousel-indicators .active {
	background-color: #fff;
	height: 12px;
	margin: 0;
	width: 12px;
}
.carousel-caption {
	bottom: 20px;
	color: #fff;
	left: 15%;
	padding-bottom: 20px;
	padding-top: 20px;
	position: absolute;
	right: 15%;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	z-index: 10;
}
.carousel-caption .btn {
	text-shadow: none;
}
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
 font-size: 30px;
 height: 30px;
 margin-top: -15px;
 width: 30px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
 margin-left: -15px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
 margin-right: -15px;
}
.carousel-caption {
 left: 20%;
 padding-bottom: 30px;
 right: 20%;
}
.carousel-indicators {
 bottom: 20px;
}
}
.clearfix::before, .clearfix::after {
 content: " ";
 display: table;
}
.clearfix::after {
 clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	background-color: transparent;
	border: 0 none;
	color: transparent;
	font-size: 0;
	text-shadow: none;
}
.hidden {
	display: none !important;
	visibility: hidden !important;
}
.affix {
	position: fixed;
}
.visible-xs {
	display: none !important;
}
.visible-sm {
	display: none !important;
}
.visible-md {
	display: none !important;
}
.visible-lg {
	display: none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
	display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
 display: block !important;
}
table.visible-xs {
 display: table;
}
tr.visible-xs {
 display: table-row !important;
}
th.visible-xs, td.visible-xs {
 display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
 display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
 display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
 display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
 display: block !important;
}
table.visible-sm {
 display: table;
}
tr.visible-sm {
 display: table-row !important;
}
th.visible-sm, td.visible-sm {
 display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
 display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
 display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
 display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
 display: block !important;
}
table.visible-md {
 display: table;
}
tr.visible-md {
 display: table-row !important;
}
th.visible-md, td.visible-md {
 display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
 display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
 display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
 display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
 display: block !important;
}
table.visible-lg {
 display: table;
}
tr.visible-lg {
 display: table-row !important;
}
th.visible-lg, td.visible-lg {
 display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
 display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
 display: inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
 display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
 display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
 display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
 display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
 display: none !important;
}
}
.visible-print {
	display: none !important;
}
@media print {
.visible-print {
	display: block !important;
}
table.visible-print {
	display: table;
}
tr.visible-print {
	display: table-row !important;
}
th.visible-print, td.visible-print {
	display: table-cell !important;
}
}
.visible-print-block {
	display: none !important;
}
@media print {
.visible-print-block {
	display: block !important;
}
}
.visible-print-inline {
	display: none !important;
}
@media print {
.visible-print-inline {
	display: inline !important;
}
}
.visible-print-inline-block {
	display: none !important;
}
@media print {
.visible-print-inline-block {
	display: inline-block !important;
}
}
@media print {
.hidden-print {
	display: none !important;
}
}
body {
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}
body.boxed > .boxed-container {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.33);
	margin: 0 auto;
	max-width: 100%;
}
@media (min-width: 768px) {
body.boxed > .boxed-container {
 width: 810px;
}
}
@media (min-width: 992px) {
body.boxed > .boxed-container {
 width: 1030px;
}
}
@media (min-width: 1200px) {
body.boxed > .boxed-container {
 width: 1230px;
}
}
p {
	font-feature-settings: "kern";
	font-kerning: normal;
	text-rendering: optimizelegibility;
}
a {
	color: #1fa7da;
}
a:hover {
	color: #1b92bf;
}
img {
	border-radius: 2px;
}
h1, h2, h3, h4, h5, h6 {
	color: #333333;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: -0.5px;
}
.alternative-heading, .alternative-heading--404, .sidebar__headings, .footer .footer__headings, .jumbotron__category, .hentry__title, .panel-grid .widget-title, body.woocommerce-page div.product .woocommerce-tabs h2, body.woocommerce-page .short-description, body.woocommerce-page .cart-collaterals .cart_totals h2, body.woocommerce-page .cart-collaterals .shipping_calculator h2 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	margin-bottom: 15px;
	margin-top: 30px;
	padding-bottom: 15px;
	position: relative;
}
.alternative-heading::after, .alternative-heading--404::after, .sidebar__headings::after, .footer .footer__headings::after, .jumbotron__category::after, .hentry__title::after, .panel-grid .widget-title::after, body.woocommerce-page div.product .woocommerce-tabs h2::after, body.woocommerce-page .short-description::after, body.woocommerce-page .cart-collaterals .cart_totals h2::after, body.woocommerce-page .cart-collaterals .shipping_calculator h2::after {
 background-color: #60b361;
 bottom: -1px;
 content: "";
 height: 3px;
 left: 0;
 position: absolute;
 width: 30px;
}
.alternative-heading--404 {
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.alternative-heading--404::after {
 left: calc(50% - 15px);
}
blockquote {
	border-color: #60b361;
}
.buildpress-table {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	max-width: 100%;
	width: 100%;
}
.buildpress-table thead th {
	background-clip: padding-box;
	background-color: #60b361;
	border-bottom: 1px solid transparent;
	border-radius: 2px;
	border-right: 2px solid transparent;
	border-top: 1px solid transparent;
	color: #333333;
	padding: 15px 20px;
}
.buildpress-table thead th:first-of-type {
	background-color: transparent;
}
.buildpress-table thead th:last-of-type {
	border-right: medium none;
}
.buildpress-table tbody td {
	background-clip: padding-box;
	background-color: #ffffff;
	border-bottom: 1px solid transparent;
	border-radius: 2px;
	border-right: 2px solid transparent;
	border-top: 1px solid transparent;
	box-shadow: 0 0 0 1px #eeeeee inset;
	padding: 15px 20px;
}
.buildpress-table tbody td:first-of-type {
	background-color: #eeeeee;
	box-shadow: none;
}
.buildpress-table tbody td:last-of-type {
	border-right: medium none;
}
.push-down-0 {
	margin-bottom: 0;
}
.push-down-5 {
	margin-bottom: 5px;
}
.push-down-10 {
	margin-bottom: 10px;
}
.push-down-15 {
	margin-bottom: 15px;
}
.push-down-20 {
	margin-bottom: 20px;
}
.push-down-25 {
	margin-bottom: 25px;
}
.push-down-30 {
	margin-bottom: 30px;
}
.push-down-35 {
	margin-bottom: 35px;
}
.push-down-40 {
	margin-bottom: 40px;
}
.push-down-45 {
	margin-bottom: 45px;
}
.push-down-50 {
	margin-bottom: 50px;
}
.push-down-55 {
	margin-bottom: 55px;
}
.push-down-60 {
	margin-bottom: 60px;
}
.master-container {
	margin-bottom: 30px;
	overflow: hidden;
}
@media (min-width: 992px) {
.master-container {
 margin-bottom:0px;
}
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.primary-font {
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}
.top {
	background: #ecc300;
	height:4PX;
	margin-bottom:5px;
}
.phone {
	width:214px;
	height:24px;
	float:right;
	background:url(../images/top_bg.png) no-repeat;
	margin-top:13px;
	font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
	color:#000000; font-size:16px; padding-left:45px;
}
.top__left {
	padding: 7px 0 3px;
	text-align: center;
}
@media (min-width: 992px) {
.top__left {
 padding: 7px 0;
 text-align: left;
}
}
@media (min-width: 992px) {
.top__right {
 float: right;
}
}
.header {
	background-color: #fff;
	background-position: center center;
	border-bottom:3px solid #ecc300;
}
.logo {
	float: left;
	max-width: 50%;
}
@media (min-width: 480px) {
.logo {
 max-width: 100%;
}
}
@media (min-width: 992px) {
.logo {
 float: none;
 text-align: center;
}
}
@media (min-width: 1200px) {
.logo {
 float: left;
}
}
.logo h1 {
	color: #f2f2f2;
	font-size: 22px;
	margin: 20px 0;
}
@media (min-width: 480px) {
.logo h1 {
 font-size: 36px;
 margin: 36px 0;
}
}
.logo a:hover {
	text-decoration: none;
}
@media (min-width: 992px) {
.logo .img-responsive {
 margin: 0 auto;
}
}
.header-widgets {
	padding: 10px 0;
	text-align: center;
}
@media (min-width: 992px) {
.header-widgets {
 float: left;
 padding: 14px 0 28px;
 text-align: left;
}
}
@media (min-width: 1200px) {
.header-widgets {
 float: right;
 padding: 20px 0;
}
}
.header-widgets-desktop {
	display: none;
}
@media (min-width: 992px) {
.header-widgets-desktop {
 display: block;
}
}
.main-title {
	background-color: #f2f2f2;
	border-bottom: 1px solid #e6e6e6;
	padding: 30px 0;
	text-align: center;
}
@media (min-width: 992px) {
.main-title {
 padding: 97px 0 60px;
}
}
.main-title__primary {
	font-size: 36px;
	margin: 0;
}
@media (min-width: 992px) {
.main-title__primary {
 font-size: 48px;
}
}
.main-title__secondary {
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	color: #999999;
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 30px;
	padding-top: 30px;
	position: relative;
}
.main-title__secondary::before {
 background: none repeat scroll 0 0 #60b361;
 content: "";
 height: 3px;
 left: 50%;
 margin-left: -15px;
 position: absolute;
 top: -1px;
 width: 30px;
}
.main-title--small {
	padding: 20px 0;
}
@media (min-width: 992px) {
.main-title--small {
 padding: 67px 0 30px;
}
}
.main-title--small .main-title__primary {
	font-size: 30px;
}
.main-title--small .main-title__secondary {
	border-top: medium none;
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0;
	margin-top: 10px;
	padding-top: 0;
}
.main-title--small .main-title__secondary::before {
 display: none;
}
.breadcrumbs {
	box-shadow: 0 2px 2px #e6e6e6;
	font-size: 10px;
	margin-bottom: 30px;
}
@media (min-width: 480px) {
.breadcrumbs {
 font-size: 12px;
}
}
@media (min-width: 992px) {
.breadcrumbs {
 margin-bottom: 60px;
}
}
.breadcrumbs--page-builder {
	margin-bottom: 0;
}
.breadcrumbs a {
	color: #666666;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	margin-right: 10px;
	padding: 10px 10px 10px 0;
	position: relative;
}
@media (min-width: 480px) {
.breadcrumbs a {
 font-size: 12px;
 margin-right: 20px;
 padding: 14px 20px 14px 0;
}
}
.breadcrumbs a::before, .breadcrumbs a::after {
 background: none repeat scroll 0 0 #e2e2e2;
 content: "";
 height: 21px;
 position: absolute;
 right: 0;
 width: 1px;
}
@media (min-width: 480px) {
.breadcrumbs a::before, .breadcrumbs a::after {
 height: 27px;
}
}
.breadcrumbs a::before {
 top: -2px;
 transform: rotate(-30deg);
}
.breadcrumbs a::after {
 bottom: -2px;
 transform: rotate(30deg);
}
.breadcrumbs a:hover {
	color: #333333;
	text-decoration: none;
}
.sidebar {
	color: #999999;
	margin-top: 30px;
}
@media (min-width: 992px) {
.sidebar {
 margin-top: 0;
}
}
@media (min-width: 992px) {
.sidebar__headings {
 margin-top: 0;
}
}
.footer {
	background-color: #f2f2f2;
	border-top: 1px solid #e6e6e6;
	color: #666666;
	padding: 30px 0 0;
}
@media (min-width: 992px) {
.footer {
 padding: 60px 0 30px;
}
}
@media (min-width: 992px) {
.footer .footer__headings {
 margin-top: 0;
}
}
.footer .btn-primary {
	color: #454545;
}
.footer .btn-primary:hover {
	color: #333333;
}
.footer .read-more:hover {
	color: #1b92bf;
}
.footer-bottom {
	background: none repeat scroll 0 0 #60b361;
	color: #666666;
	padding: 10px 0;
	text-align: center;
}
@media (min-width: 992px) {
.footer-bottom {
 padding: 19px 0;
 text-align: left;
}
}
.footer-bottom__left {
	display: inline-block;
}
.footer-bottom__right {
	padding-top: 5px;
}
@media (min-width: 992px) {
.footer-bottom__right {
 float: right;
 padding-top: 0;
}
}
.wide-color {
	background-color: #eeeeee;
}
.wide-color .panel-grid {
	margin-bottom: 0 !important;
}
.wide-color-dark {
	background-color: #454545;
}
.wide-color-dark .panel-grid {
	margin-bottom: 0 !important;
}
.wide-pattern {
	background-color: #f2f2f2;
	padding: 30px 0;
}
.wide-pattern .panel-grid {
	margin-bottom: 0 !important;
}
.wide-image {
	background-position: center center;
	padding: 30px 0;
}
.wide-image .panel-grid {
	margin-bottom: 0 !important;
}
.navigation--top {
	margin: 0;
	padding: 0;
	text-align: center;
}
@media (min-width: 992px) {
.navigation--top {
 text-align: right;
}
}
.navigation--top a {
	color: #999999;
}
.navigation--top > li {
	display: inline-block;
	list-style: outside none none;
	position: relative;
}
.navigation--top > li > a {
	display: block;
	padding: 5px 10px 12px;
	text-decoration: none;
}
@media (min-width: 992px) {
.navigation--top > li > a {
 padding: 7px 0 7px 15px;
}
}
.navigation--top > li > a:hover {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #60b361;
}
.navigation--top > li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
}
.navigation--top > li:hover > a {
	color: #60b361;
}
.navigation--top > li:hover > a::after {
 border-color: #60b361 transparent transparent;
}
.navigation--top .sub-menu {
	display: block;
	left: 0;
	list-style: outside none none;
	margin-top: -1px;
	min-width: 120px;
	opacity: 0;
	padding: 0;
	position: absolute;
	text-align: left;
	top: 100%;
	transition: all 200ms ease-out 0s;
	visibility: hidden;
	width: auto;
	z-index: 215;
}
.navigation--top .sub-menu > li {
	position: relative;
}
.navigation--top .sub-menu > li > a {
	background: none repeat scroll 0 0 #2b2b2b;
	border-bottom: 1px solid #454545;
	display: block;
	padding: 5px 15px;
	white-space: nowrap;
}
.navigation--top .sub-menu > li > a:hover {
	color: #60b361;
	text-decoration: none;
}
.navigation--top .sub-menu > li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
}
.navigation--top .sub-menu > li > .sub-menu {
	border-left: 1px solid #454545;
	left: 100%;
	margin-top: 0;
	top: 0;
}
.navigation--top > .menu-item-has-children > a {
	padding-right: 12px;
	position: relative;
}
.navigation--top > .menu-item-has-children > a::after {
 bottom: calc(50% - 8px);
 color: #999999;
 content: "";
 font-family: "FontAwesome";
 position: absolute;
 right: 0;
}
@media (min-width: 992px) {
.navigation--top > .menu-item-has-children > a::after {
 margin-bottom: -2px;
}
}
@media (min-width: 992px) {
.navigation {
 background:#06327b;
 box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
 margin-bottom: -25px;
 position: relative;
 text-align: center;
 z-index: 210;
}
}
.navigation--main {
	font-family: 'open_sansregular', Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 10px;
}
@media (min-width: 992px) {
.navigation--main {
 padding: 0;
}
}
.navigation--main > li {
	list-style: outside none none;
	position: relative;
}
@media (min-width: 992px) {
.navigation--main > li {
 display: inline-block; background:url(../images/li_bg.jpg) no-repeat left;
}
}
.navigation--main > li > a {
	color: #0e2653;
	display: block;
	padding: 6px 10px 6px 0;
	position: relative;
}
@media (min-width: 992px) {
.navigation--main > li > a {
 color: #fff;
 margin-right: -4px;
 padding: 15px 9px;
}
}
@media (min-width: 1200px) {
.navigation--main > li > a {
 padding-left: 22px;
 padding-right: 22px;
}
}
@media (min-width: 992px) {
.navigation--main > li > a::before {
 background: none repeat scroll 0 0 rgba(0, 0, 0, 0.08);
 content: "";
 height: 15px;
 margin-top: -8px;
 position: absolute;
 right: 0;
 top: 50%;
 width: 1px;
}
}
.navigation--main > li:hover > a {
	color: #5bae5c;
	text-decoration: none;
}
.navigation--main > li> a.active {
 border-top: 3px solid #ecc300;
 color: #ecc300;
 padding-top: 12px;
}
@media (min-width: 992px) {
.navigation--main > li:hover > a {
 border-top: 3px solid #ecc300;
 color: #ecc300;
 padding-top: 12px;
}
}
.navigation--main > li:hover > a::after {
 color: #ffffff;
}
@media (min-width: 992px) {
.navigation--main > li:hover > a::after {
 color: transparent;
}
}
.navigation--main > li:last-child a::before {
 display: none;
}
.navigation--main > li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
}
.navigation--main > .menu-item-has-children > a {
	position: relative;
}
.navigation--main > .menu-item-has-children > a::after {
 color: #0e2653;
 content: "";
 font-family: "FontAwesome";
 position: absolute;
 right: 0;
}
@media (min-width: 992px) {
.navigation--main > .menu-item-has-children > a::after {
 bottom: 10px;
 color: #fff;
 right: calc(50% - 5px);
}
}
.navigation--main .sub-menu {
	display: block;
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
	font-weight: bold;
	list-style: outside none none;
	padding: 5px 10px;
	text-align: left;
	transition: all 200ms ease-out 0s;
}
@media (min-width: 992px) {
.navigation--main .sub-menu {
 border-top: 2px solid #0e2653;
 left: 0;
 min-width: 180px;
 opacity: 0;
 padding: 0;
 position: absolute;
 top: 100%;
 visibility: hidden;
 width: auto;
}
}
.navigation--main .sub-menu > li {
	position: relative;
}
.navigation--main .sub-menu > li > a {
	color: #243e6f;
	display: block;
	padding: 3px 0;
	white-space: nowrap;
}
@media (min-width: 992px) {
.navigation--main .sub-menu > li > a {
 background: none repeat scroll 0 0 #ecc300;
 border-bottom: 1px solid #fff;
 color: #333333;
 padding: 12px 30px;
}
}
.navigation--main .sub-menu > li > a:hover {
	color: #60b361;
	text-decoration: none;
}
@media (min-width: 992px) {
.navigation--main .sub-menu > li > a:hover {
 background: none repeat scroll 0 0 #0e2653;
 color: #ffffff;
}
}
.navigation--main .sub-menu > li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
}
.navigation--main .sub-menu > li > .sub-menu {
	left: 100%;
	margin-top: 0;
	top: 0;
}
@media (min-width: 992px) {
.navigation--main .sub-menu > li > .sub-menu {
 border-left: 1px solid #0e2653;
 border-top: 0 none;
 padding: 0;
}
}
.navigation--main .sub-menu > .menu-item-has-children > a {
	position: relative;
}
@media (min-width: 992px) {
.navigation--main .sub-menu > .menu-item-has-children > a::after {
 bottom: calc(50% - 10px);
 color: #333333;
 content: "";
 font-family: "FontAwesome";
 position: absolute;
 right: 15px;
}
}
.navbar-toggle {
	background: none repeat scroll 0 0 #60b361;
	border-radius: 2px;
	margin: 10px 0;
	padding: 10px 12px;
	transition: all 200ms ease-out 0s;
}
@media (min-width: 480px) {
.navbar-toggle {
 margin: 34px 0;
}
}
.navbar-toggle:hover {
	background: none repeat scroll 0 0 #eeb908;
}
.navbar-toggle .icon-bar {
	background: none repeat scroll 0 0 #454545;
	height: 3px;
	width: 18px;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 3px;
}
.navbar-toggle:focus {
	outline: medium none;
}
.navbar-toggle__text {
	color: #454545;
	display: inline-block;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 0 10px 0 0;
}
.navbar-toggle__icon-bar {
	display: inline-block;
	height: 18px;
	vertical-align: middle;
}
.navbar-collapse {
	max-height: 100%;
	padding: 0;
}
@media (min-width: 992px) {
.is-sticky-navbar .navigation {
 position: fixed;
 top: 0;
 width: 940px;
}
.is-sticky-navbar.admin-bar .navigation {
 top: 32px;
}
.is-sticky-navbar .sticky-offset {
 height: 37px;
}
}
@media (min-width: 1200px) {
.is-sticky-navbar .navigation {
 width: 1140px;
}
}
.navigation--footer {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
}
@media (min-width: 992px) {
.navigation--footer {
 text-align: left;
}
}
.navigation--footer > li {
	display: inline-block;
	list-style: outside none none;
	position: relative;
}
.navigation--footer > li > a {
	padding: 0 7px;
	text-decoration: none;
}
.navigation--footer > li > a:hover {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.navigation--footer .sub-menu {
	display: inline-block;
	list-style: outside none none;
	padding: 0;
}
.navigation--footer .sub-menu > li {
	display: inline-block;
}
.navigation--footer .sub-menu > li > a {
	padding: 0 7px;
}
.navigation--footer .sub-menu > li > a:hover {
	text-decoration: none;
}
.jumbotron {
	background: none repeat scroll 0 0 #333333;
	margin-bottom: 0;
	padding: 0 0 20px;
}
.jumbotron.jumbotron--no-catption {
	padding-bottom: 0;
}
@media (min-width: 480px) {
.jumbotron {
 padding-bottom: 30px;
}
}
@media (min-width: 992px) {
.jumbotron {
 background: none repeat scroll 0 0 #999999;
 padding: 0;
}
}
.carousel-control.left, .carousel-control.right {
	background: none repeat scroll 0 0 rgba(51, 51, 51, 0.9);
	border-radius: 2px;
	color: #ffffff;
	font-size: 36px;
	height: 45px;
	line-height: 46px;
	opacity: 1;
	text-align: center;
	text-shadow: none;
	top: 20px;
	width: 45px;
}
@media (min-width: 480px) {
.carousel-control.left, .carousel-control.right {
 top: 50px;
}
}
@media (min-width: 768px) {
.carousel-control.left, .carousel-control.right {
 top: 100px;
}
}
@media (min-width: 992px) {
.carousel-control.left, .carousel-control.right {
 top: calc(50% - 22px);
}
}
.carousel-control.left:hover, .carousel-control.right:hover {
	color: #eeeeee;
}
.carousel-control.left {
	left: 5%;
}
.carousel-control.left .fa-angle-left {
	padding-right: 2px;
}
.carousel-control.right {
	right: 5%;
}
.carousel-control.right .fa-angle-right {
	padding-left: 2px;
}
.carousel-content {
	max-height: 100%;
	position: relative;
	z-index: 0;
}
@media (min-width: 992px) {
.carousel-content {
 background: none repeat scroll 0 0 rgba(51, 51, 51, 0.9);
 left: calc(50% - 270px);
 padding: 20px;
 position: absolute;
 top: 18%;
 width: 540px;
}
}
@media (min-width: 1200px) {
.carousel-content {
 left: calc(50% - 250px);
 top: 20%;
 width: 500px;
}
}
@media (min-width: 1450px) {
.carousel-content {
 left: inherit;
 margin-left: 0;
 padding: 30px;
 width: 480px;
}
}
@media (min-width: 1700px) {
.carousel-content {
 top: 25%;
}
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	width: 100%;
}
.jumbotron__category {
	border-bottom: 1px solid rgba(250, 250, 250, 0.2);
	margin-bottom: 10px;
	margin-top: 20px;
	padding-bottom: 10px;
}
@media (min-width: 480px) {
.jumbotron__category {
 margin-bottom: 15px;
 margin-top: 30px;
 padding-bottom: 15px;
}
}
@media (min-width: 992px) {
.jumbotron__category {
 margin-top: 0;
}
}
.jumbotron__category h6 {
	color: #60b361;
	margin: 0;
}
.jumbotron__title h1 {
	color: #eeeeee;
	font-size: 20px;
}
@media (min-width: 480px) {
.jumbotron__title h1 {
 font-size: 25px;
}
}
@media (min-width: 992px) {
.jumbotron__title h1 {
 margin: 18px 0 10px;
}
}
@media (min-width: 1200px) {
.jumbotron__title h1 {
 font-size: 30px;
}
}
@media (min-width: 1450px) {
.jumbotron__title h1 {
 margin: 26px 0 19px;
}
}
.jumbotron__content p {
	font-size: 14px;
	font-weight: normal;
}
@media (min-width: 992px) {
.jumbotron__content p {
 margin: 0 0 18px;
}
}
@media (min-width: 1450px) {
.jumbotron__content p {
 margin: 0 0 24px;
}
}
@media (min-width: 1450px) {
body.boxed .carousel-content {
 left: calc(50% - 250px);
 padding: 20px;
}
}
@media (min-width: 1700px) {
body.boxed .carousel-content {
 top: 20%;
}
}
@media (min-width: 1200px) {
body.boxed .jumbotron__title h1 {
 font-size: 25px;
}
}
@media (min-width: 1450px) {
body.boxed .jumbotron__title h1 {
 margin: 26px 0 19px;
}
}
@media (min-width: 1450px) {
body.boxed .jumbotron__content p {
 margin: 0 0 18px;
}
}
#comments-submit-button, .btn {
	border: 2px solid transparent;
	border-radius: 2px;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	line-height: 1;
	padding: 15px 18px;
	transition: all 200ms ease-out 0s;
}
#comments-submit-button:focus, #comments-submit-button:active:focus, .btn:focus, .btn:active:focus {
	outline: 0 none;
}
#comments-submit-button, .btn-primary {
	background: none repeat scroll 0 0 #60b361;
	border-color: #60b361;
	color: #454545;
}
#comments-submit-button:hover, .btn-primary:hover {
	background: none repeat scroll 0 0 #eeb908;
	border-color: #eeb908;
	color: #333333;
}
#comments-submit-button:focus, .btn-primary:focus {
	background: none repeat scroll 0 0 #60b361;
	border-color: #60b361;
	color: #454545;
}
#comments-submit-button:active, .btn-primary:active {
	background: none repeat scroll 0 0 #e4b108;
	border-color: rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.125) inset;
	color: #333333;
}
.post-password-form > p > input {
	background: none repeat scroll 0 0 #60b361;
	border: 1px solid #60b361;
	border-radius: 2px;
	color: #454545;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 6px 10px 3px;
	transition: all 200ms ease-out 0s;
}
.post-password-form > p > input:hover {
	background: none repeat scroll 0 0 #eeb908;
	border-color: #eeb908;
	color: #333333;
}
.post-password-form > p > input:active {
	background: none repeat scroll 0 0 #e4b108;
	border-color: rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.125) inset;
	color: #333333;
}
.btn-default {
	background-color: transparent;
	border-color: #0e2653;
	color: #999999;
}
.btn-default:hover {
	background-color: transparent;
	color: #333333;
}
.btn-default:active {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.125) inset;
	color: #333333;
}
.btn-success {
	background-color: #83be00;
	border-color: #83be00;
	color: #f0f0f0;
}
.btn-success:hover {
	background: none repeat scroll 0 0 #6e9f00;
	border-color: #6e9f00;
	color: #f0f0f0;
}
.btn-success:active {
	background: none repeat scroll 0 0 #679500;
	border-color: rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.125) inset;
	color: #f0f0f0;
}
.btn-info {
	background-color: #21a7d7;
	border-color: #21a7d7;
	color: #f0f0f0;
}
.btn-info:hover {
	background: none repeat scroll 0 0 #1d92bc;
	border-color: #1d92bc;
	color: #f0f0f0;
}
.btn-info:active {
	background: none repeat scroll 0 0 #1c8cb4;
	border-color: rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.125) inset;
	color: #f0f0f0;
}
.btn-warning {
	background-color: #ec753a;
	border-color: #ec753a;
	color: #f0f0f0;
}
.btn-warning:hover {
	background: none repeat scroll 0 0 #e9611e;
	border-color: #e9611e;
	color: #f0f0f0;
}
.btn-warning:active {
	background: none repeat scroll 0 0 #e75b16;
	border-color: rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.125) inset;
	color: #f0f0f0;
}
.btn-danger {
	background-color: #cd1b2b;
	border-color: #cd1b2b;
	color: #f0f0f0;
}
.btn-danger:hover {
	background: none repeat scroll 0 0 #b21725;
	border-color: #b21725;
	color: #f0f0f0;
}
.btn-danger:active {
	background: none repeat scroll 0 0 #a91623;
	border-color: rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.125) inset;
	color: #f0f0f0;
}
#comments-submit-button {
	text-transform: uppercase;
}
.widget-icon-box {
	border-bottom: 1px solid rgba(250, 250, 250, 0.12);
	padding: 12px 0;
	text-align: center;
	width: 100%;
}
@media (min-width: 992px) {
.widget-icon-box {
 border-bottom: 0 none;
 float: left;
 padding: 8px 0;
 text-align: left;
 width: auto;
}
}
.widget-icon-box .icon-box {
	color: #999999;
	text-align: left;
}
.widget-icon-box .icon-box:hover {
	text-decoration: none;
}
.widget-icon-box .icon-box:hover .fa {
	color: #0e2653;
	transition: all 200ms ease-out 0s;
}
.widget-icon-box:first-of-type {
	border-top: 1px solid rgba(250, 250, 250, 0.12);
}
@media (min-width: 992px) {
.widget-icon-box:first-of-type {
 border-top: 0 none;
}
}
.widget-icon-box div.icon-box {
	cursor: default;
}
.icon-box {
	display: inline-block;
	margin-left: 15px;
	padding-right: 15px;
	text-align: left;
	width: 230px;
}
@media (min-width: 992px) {
.icon-box {
 border-right: 1px solid rgba(250, 250, 250, 0.12);
 width: 210px;
}
}
.icon-box > .fa {
	float: left;
	font-size: 40px;
	margin-right: 10px;
}
.icon-box__title {
	color: #0e2653;
	font-size: 14px;
	font-weight: bold;
	margin: 4px 0 0;
}
.icon-box__subtitle {
	color: #999999;
}
.widget_pt_icon_box .icon-box {
	width: auto;
}
.widget_pt_icon_box .icon-box > .fa {
	color: #60b361;
}
.widget_pt_icon_box .icon-box__title {
	color: #333333;
}
@media (min-width: 992px) {
html.flexbox .header-widgets {
 display: flex;
 float: none;
 justify-content: center;
}
}
@media (min-width: 1200px) {
html.flexbox .header-widgets {
 justify-content: flex-end;
}
}
@media (min-width: 992px) {
html.flexbox .widget-icon-box {
 display: flex;
 float: none;
 justify-content: flex-start;
}
}
html.flexbox .widget-icon-box .icon-box {
	display: inherit;
	width: auto;
}
.widget-call {
	width:225px;
	height:24px;
	position:relative;
	margin-top:-45px;
	margin-right:-134px;
}
html.flexbox .widget-icon-box .icon-box__text {
	flex-direction: column;
	margin-left: 50px;
}
@media (min-width: 992px) {
html.flexbox .widget-icon-box .icon-box__text {
 margin-left: 0;
}
}
@media (min-width: 992px) {
html.flexbox .widget-social-icons {
 float: none;
}
}
.widget-social-icons {
	margin: 0 10px;
	padding: 9px 0;
	text-align: center;
}
@media (min-width: 992px) {
.widget-social-icons {
 float: right;
 text-align: left;
}
}
.social-icons__link {
	color: #02245b;
	font-size: 30px;
	padding: 0 5px;
	transition: all 200ms ease-out 0s;
}
.social-icons__link:hover {
	color: #ecc300;
}
.banner__text {
	font-size: 20px;
	padding: 30px 0 10px;
	text-align: center;
}
@media (min-width: 992px) {
.banner__text {
 float: right;
 padding: 23px 0 22px;
width:85%;
}
.news_scroll {
 background-color: #60b361;
 border:1px solid #449145;
 color: #fff;
 padding:15px;
font-size:18px;
 font-weight:bold;
}
}
.banner__buttons {
	padding: 10px 0 30px;
	text-align: center;
}
@media (min-width: 992px) {
.banner__buttons {
 float: left;
 padding: 14px 0 13px;
}
}
.banner__buttons .btn {
	margin: 5px 0;
}
@media (min-width: 992px) {
.banner__buttons .btn {
 margin: 0;
}
}
.testimonial {
	margin: 30px 0;
}
.panel-grid .testimonial .widget-title {
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.testimonial__quote {
	background: none repeat scroll 0 0 #ffffff;
	border: 0 none;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
	color: #666666;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 30px;
	padding: 15px 15px 15px 45px;
	position: relative;
}
@media (min-width: 992px) {
.testimonial__quote {
 font-size: 18px;
 padding: 45px 45px 45px 75px;
}
}
.testimonial__quote::before {
 background: none repeat scroll 0 0 #bbbbbb;
 color: #ffffff;
 content: "“";
 font-size: 45px;
 height: 30px;
 left: 0;
 line-height: 50px;
 position: absolute;
 top: 30px;
 width: 30px;
}
@media (min-width: 992px) {
.testimonial__quote::before {
 font-size: 60px;
 height: 45px;
 line-height: 70px;
 padding-left: 2px;
 width: 45px;
}
}
.testimonial__quote::after {
 border-color: #ffffff transparent transparent;
 border-style: solid;
 border-width: 20px 20px 0 0;
 bottom: -20px;
 content: "";
 height: 0;
 left: 30px;
 position: absolute;
 width: 0;
}
.testimonial__author {
	color: #333333;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
}
.testimonial__rating {
	color: #60b361;
}
.testimonial__carousel {
	border: 2px solid #0e2653;
	border-radius: 2px;
	color: #999999;
	float: right;
	font-size: 38px;
	height: 45px;
	margin-left: 10px;
	text-align: center;
	transition: all 200ms ease-out 0s;
	width: 45px;
}
.testimonial__carousel:hover {
	background-color: transparent;
	border-color: #adadad;
	color: #333333;
}
.testimonial__carousel:active {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.125) inset;
	color: #333333;
}
.testimonial__carousel--left {
	padding-left: 2px;
}
.testimonial__carousel--right {
	padding-right: 2px;
}
.logo-panel {
	text-align: center;
}
.logo-panel img {
	border: 1px solid #ededed;
	border-radius: 2px;
	box-shadow: 0 1px 2px #ededed;
	height: auto;
	margin: 15px 0;
	max-width: 100%;
	opacity: 0.6;
	transition: all 200ms ease-out 0s;
}
.logo-panel img:hover {
	border: 1px solid #60b361;
	opacity: 1;
}
.motivational-text {
	color: #ffffff;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
}
@media (min-width: 992px) {
.motivational-text {
 font-size: 20px;
 padding: 30px 0;
}
}
.page-box__picture > img {
	height: auto;
	width: 100%;
}
.page-box__title > a {
	color: #333333;
}
.page-box--block .page-box__title {
	margin-bottom: 15px;
	margin-top: 25px;
}
.page-box--inline .page-box__picture {
	display: block;
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
}
.page-box--inline p:last-of-type {
	margin-bottom: 0;
}
.widget_pt_featured_page .wp-post-image {
	margin-bottom: 0;
}
html.flexbox .page-box--inline {
	align-items: flex-start;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
html.flexbox .page-box--inline .page-box__picture {
	float: none;
	margin: 0;
}
html.flexbox .page-box--inline .page-box__content {
	flex-basis: calc(100% - 120px);
}
html.flexbox .page-box--inline .page-box__title {
	margin-top: 0;
}
.brochure-box {
	background-color: #eeeeee;
	border-radius: 2px;
	display: block;
	position: relative;
	transition: all 200ms ease-out 0s;
}
.brochure-box .fa {
	background-color: #ffffff;
	color: #999999;
	display: inline-block;
	font-size: 20px;
	margin: 2px;
	padding: 15px;
	transition: all 200ms ease-out 0s;
	vertical-align: middle;
}
.brochure-box::after {
 border-color: transparent transparent transparent #999999;
 border-style: solid;
 border-width: 4.5px 0 4.5px 5px;
 content: "";
 height: 0;
 position: absolute;
 right: 15px;
 top: calc(50% - 4px);
 transition: all 200ms ease-out 0s;
 width: 0;
}
.brochure-box:hover {
	background-color: #60b361;
	text-decoration: none;
}
.brochure-box:hover .fa {
	color: #333333;
}
.brochure-box:hover::after {
 border-color: transparent transparent transparent #333333;
}
.brochure-box:hover .brochure-box__text {
	color: #333333;
}
.brochure-box__text {
	color: #999999;
	display: inline-block;
	font-size: 13px;
	padding-left: 10px;
	transition: all 200ms ease-out 0s;
}
.widget_pt_brochure_box + .widget_pt_brochure_box, .widget-brochure-box + .widget-brochure-box {
	margin-top: -15px;
}
.icon-container {
	display: inline-block;
	font-size: 18px;
	margin-right: 3px;
}
.project__meta-data {
	background-color: #eeeeee;
	border-radius: 2px;
	color: #666666;
	margin-bottom: 30px;
	padding: 16px 22px;
}
.project__meta-data ul {
	margin-bottom: 0;
}
.project__meta-data li {
	margin-bottom: 5px;
}
.project__meta-icon {
	display: inline-block;
	font-size: 120%;
	margin-right: 4px;
	min-width: 20px;
	text-align: center;
}
.project__navigation li {
	display: inline-block;
	min-height: 1px;
	text-align: center;
	width: calc(50% - 15px);
}
.project__navigation li:last-of-type {
	margin-left: 20px;
}
.project__navigation a {
	background-color: #eeeeee;
	color: #999999 !important;
	display: block;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 15px;
	text-transform: uppercase;
	transition: all 200ms ease-out 0s;
}
.project__navigation a:hover {
	color: #333333 !important;
	text-decoration: none;
}
.project__gallery > a {
	display: block;
	margin-bottom: 30px;
}
.pagination {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.pagination > .page-numbers {
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	padding-top: 30px;
}
.pagination > .page-numbers .dots {
	display: block;
	padding: 12px 0;
}
.pagination ul {
	list-style: outside none none;
	padding: 0;
}
.pagination li {
	background: none repeat scroll 0 0 #f2f2f2;
	border-radius: 2px;
	display: inline-block;
	margin-bottom: 4px;
	transition: all 200ms ease-out 0s;
	width: 45px;
}
.pagination li a {
	color: #999999;
	display: block;
	padding: 12px 18px;
}
.pagination li:hover {
	background: none repeat scroll 0 0 #60b361;
}
.pagination li:hover a {
	color: #333333;
}
.pagination li .current {
	background: none repeat scroll 0 0 #60b361;
	border-radius: 2px;
	color: #333333;
	display: block;
	padding: 12px 18px;
}
.multi-page {
	color: #666666;
	margin-bottom: 30px;
}
.avatar {
	border-radius: 2px;
}
.avatar-container--nested, .avatar-container--nestedx2, .avatar-container {
	float: left;
	width: 12%;
}
.avatar-container--nested img, .avatar-container--nestedx2 img, .avatar-container img {
	height: auto;
	width: 100%;
}
.avatar-container--nested {
	margin-left: 15%;
	width: 10%;
}
.avatar-container--nestedx2 {
	margin-left: 28%;
	width: 8%;
}
.comment-content--nested, .comment-content--nestedx2, .comment-content {
	float: left;
	margin-left: 3%;
	position: relative;
	width: 85%;
}
.comment-content--nested::before, .comment-content--nestedx2::before, .comment-content::before {
 -moz-border-bottom-colors: none;
 -moz-border-left-colors: none;
 -moz-border-right-colors: none;
 -moz-border-top-colors: none;
 border-color: #fff #f2f2f2 #fff #fff;
 border-image: none;
 border-style: solid;
 border-width: 6px 10px 6px 0;
 content: "";
 display: block;
 left: -10px;
 position: absolute;
 top: 20px;
}
.comment-content--nested .comment-inner, .comment-content--nestedx2 .comment-inner, .comment-content .comment-inner {
	background-color: #f2f2f2;
	border-radius: 2px;
	margin-bottom: 30px;
	padding: 30px;
}
.comment-content--nested .comment-author, .comment-content--nestedx2 .comment-author, .comment-content .comment-author {
	color: #333333;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}
.comment-content--nested .comment-metadata, .comment-content--nestedx2 .comment-metadata, .comment-content .comment-metadata {
	float: right;
	font-weight: normal;
}
.comment-content--nested .comment-text, .comment-content--nestedx2 .comment-text, .comment-content .comment-text {
	color: #999999;
	margin-top: 15px;
}
.comment-content--nested {
	width: 72%;
}
.comment-content--nestedx2 {
	width: 61%;
}
#comments {
	display: inline-block;
}
#comments .children {
	padding-left: 0;
}
#comments .alternative-heading {
	margin-bottom: 25px;
}
.comment {
	list-style: outside none none;
}
.comment-form .form-control {
	background: none repeat scroll 0 0 #f2f2f2;
	border: 1px solid #dedede;
	border-radius: 2px;
	box-shadow: none;
}
.comment-form .form-control:focus {
	background: none repeat scroll 0 0 #ffffff;
	border-color: #dedede;
}
.comment-form input {
	height: 45px;
}
.widget select {
	border-color: #dedede;
	border-radius: 2px;
	color: #666666;
	padding: 8px 6px;
	width: 100%;
}
.sidebar .widget select {
	background: none repeat scroll 0 0 transparent;
}
.footer .widget select {
	background: none repeat scroll 0 0 #f2f2f2;
}
.sidebar .widget_nav_menu ul {
	list-style: outside none none;
	padding: 0;
}
.sidebar .widget_nav_menu ul > li {
	margin: 2px 0;
}
.sidebar .widget_nav_menu ul > li > a {
	background: none repeat scroll 0 0 #eeeeee;
	border-radius: 2px;
	color: #999999;
	display: block;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 13px;
	padding: 18px 20px;
	transition: all 200ms ease-out 0s;
}
.sidebar .widget_nav_menu ul > li > a:hover {
	background: none repeat scroll 0 0 #60b361;
	color: #333333;
	text-decoration: none;
}
.sidebar .widget_nav_menu ul > li > a:active {
	background: none repeat scroll 0 0 #e4b108;
	border-color: rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.125) inset;
	color: #333333;
}
.sidebar .widget_nav_menu ul > li.current-menu-item a {
	background: none repeat scroll 0 0 #f3bd09;
	color: #333333;
	text-decoration: none;
}
.sidebar .widget_nav_menu ul > li:first-of-type {
	margin-top: 0;
}
.sidebar .widget_nav_menu .sub-menu a {
	padding-left: 30px;
}
.sidebar .widget_nav_menu .sub-menu .sub-menu a {
	padding-left: 40px;
}
.sidebar .widget_nav_menu .sub-menu .sub-menu .sub-menu a {
	padding-left: 50px;
}
.sidebar .widget_nav_menu .sub-menu .sub-menu .sub-menu .sub-menu a {
	padding-left: 60px;
}
.sidebar .widget_nav_menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu a {
	padding-left: 70px;
}
.footer .widget_nav_menu ul {
	font-size: 15px;
	list-style: outside none none;
	padding: 0;
}
.footer .widget_nav_menu ul > li > a {
	color: #999999;
	display: block;
	padding: 3px 0;
}
.footer .widget_nav_menu ul > li > a:hover {
	color: #666666;
}
.footer .widget_nav_menu ul .sub-menu {
	padding-left: 10px;
}
.widget_archive ul, .widget_categories ul, .widget_pages ul, .widget_meta ul, .widget_recent_comments ul, .widget_recent_entries ul, .widget_rss ul {
	padding-left: 20px;
}
.widget_text img {
	height: auto;
	max-width: 100%;
}
.widget_search {
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}
.widget_search .screen-reader-text {
	display: none;
}
.widget_search label {
	width: 100%;
}
@media (min-width: 992px) {
.widget_search label {
 float: left;
 width: 70%;
}
}
.widget_search .search-field {
	background-color: #eeeeee;
	border: 1px solid #0e2653;
	border-radius: 2px;
	font-weight: normal;
	height: 40px;
	padding: 6px 5px 6px 10px;
	width: 100%;
}
@media (min-width: 992px) {
.widget_search .search-field {
 border-bottom-right-radius: 0;
 border-right: medium none;
 border-top-right-radius: 0;
}
}
.widget_search .search-field:focus {
	background: none repeat scroll 0 0 #ffffff;
}
.widget_search .search-submit {
	background: none repeat scroll 0 0 #60b361;
	border: 0 none;
	border-radius: 2px;
	color: #333333;
	font-weight: bold;
	height: 40px;
	transition: all 200ms ease-out 0s;
	width: 100%;
}
@media (min-width: 992px) {
.widget_search .search-submit {
 border-bottom-left-radius: 0;
 border-top-left-radius: 0;
 width: 30%;
}
}
.widget_search .search-submit:hover, .widget_search .search-submit:focus {
	background: none repeat scroll 0 0 #eeb908;
	outline: medium none;
}
.error-404 .widget_search {
	margin: 0 auto;
	width: 100%;
}
@media (min-width: 992px) {
.error-404 .widget_search {
 width: 300px;
}
}
.widget_calendar #wp-calendar {
	width: 100%;
}
.widget_calendar caption {
	background-color: #60b361;
	border-radius: 2px;
	color: #333333;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 12px;
	padding: 5px 0;
	text-align: center;
}
.widget_calendar thead tr th {
	background: none repeat scroll 0 0 #dedede;
	border: 1px solid #f2f2f2;
	color: #666666;
	padding: 5px 0;
	text-align: center;
}
.widget_calendar tbody tr td {
	border: 1px solid #f2f2f2;
	padding: 3px 0;
	text-align: center;
}
.widget_calendar tfoot tr td {
	border-top: 1px solid #dedede;
	padding: 5px;
}
.widget_calendar tfoot tr #next a {
	float: right;
}
.footer .widget_calendar tbody tr td {
	border: 1px solid #dedede;
}
.widget_tag_cloud a {
	background: none repeat scroll 0 0 #60b361;
	border-radius: 2px;
	color: #666666;
	display: inline-block;
	margin: 2px 0;
	padding: 5px 8px;
	transition: all 200ms ease-out 0s;
}
.widget_tag_cloud a:hover {
	background: none repeat scroll 0 0 #eeb908;
	color: #333333;
}
.single .hentry__content {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	margin-bottom: 30px;
	padding-bottom: 15px;
}
.wp-post-image {
	border-radius: 2px;
	height: auto;
	margin: 0 0 30px;
	width: 100%;
}
.meta-data {
	margin-bottom: 5px;
}
.meta-data a {
	color: #999999;
	transition: all 200ms ease-out 0s;
}
.meta-data a:hover {
	color: #333333;
}
.meta-data span {
	border-right: 1px solid rgba(0, 0, 0, 0.12);
	margin-right: 10px;
	padding-right: 10px;
}
.meta-data span:last-of-type {
	border-right: medium none;
}
.meta-data span:first-of-type {
	border-left: 1px solid rgba(0, 0, 0, 0.12);
	margin-left: 10px;
	padding-left: 10px;
}
.meta-data__seperator {
	color: #0e2653;
}
.hentry img {
	border-radius: 2px;
}
.hentry__content {
	font-size: 16px;
}
.hentry__title {
	font-size: 30px;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-bottom: 20px;
}
.hentry__title a {
	color: #333333;
}
.hentry__title a:hover {
	color: #000000;
}
.portfolio .hentry__title {
	margin-top: 0;
}
.more-link {
	text-transform: uppercase;
}
.more-link span {
	padding: 0;
}
.more-link .btn:hover {
	color: #1b92bf;
}
.sticky {
	background: none repeat scroll 0 0 #f2f2f2;
	border-radius: 2px;
	padding: 30px;
}
.sticky .hentry__content {
	color: #666666;
}
.alignnone, .aligncenter, .alignright, .alignleft {
	height: auto;
	max-width: 100%;
}
.alignnone img, .aligncenter img, .alignright img, .alignleft img {
	height: auto;
	max-width: 100%;
}
.alignnone {
	margin: 5px 0 20px;
}
.aligncenter {
	display: block;
	margin: 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a > img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a > img.alignnone {
	margin: 5px 20px 20px 0;
}
a > img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a > img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background-color: rgba(0, 0, 0, 0.05);
	max-width: 100%;
	padding: 5px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 0 20px;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	padding: 0;
	width: auto;
}
.wp-caption .wp-caption-text {
	line-height: 17px;
	margin: 4px 5px;
}
.bypostauthor {
	position: static;
}
.hentry__content table td, .hentry__content table th {
	border: 1px solid #dedede;
	padding: 5px 10px;
}
.panel-grid .widget-title {
	font-size: 20px;
	margin-top: 0;
}
.read-more {
	display: inline-block;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.read-more:hover {
	text-decoration: underline;
}
.read-more--page-box {
	margin-top: 4.5px;
}
.post {
	margin-bottom: 30px;
}
@media (min-width: 992px) {
.post {
 margin-bottom: 60px;
}
}
.single-post .post, .breadcrumbs .post {
	margin-bottom: 0;
}
.error-404 {
	text-align: center;
}
.error-404__text {
	color: #999999;
	font-size: 18px;
	margin-bottom: 30px;
}
.wpcf7-text, .wpcf7-textarea {
	background: none repeat scroll 0 0 #f2f2f2;
	border: 1px solid #0e2653;
	border-radius: 2px;
	box-shadow: none;
	margin-bottom: 15px;
	padding: 20px;
	width: 100%;
}
.wpcf7-text:focus, .wpcf7-textarea:focus {
	background: none repeat scroll 0 0 #ffffff;
	border-color: #0e2653;
}
.wpcf7-textarea {
	height: 220px;
}
.wpcf7-submit {
	float: right;
	margin-bottom: 15px;
}
.wpcf7 .wpcf7-response-output {
	border-radius: 2px;
	margin: 5px 0;
	padding: 10px 20px;
}
.wpcf7 .wpcf7-validation-errors {
	background-color: #faf8d2;
	border: 2px solid #faf8d2;
	color: #b8b015;
}
label.error {
	background: none repeat scroll 0 0 red;
	border-radius: 4px;
	color: #fff;
	padding: 4px 6px;
}
.wpcf7 .alert, .wpcf7 .success {
	border-radius: 2px;
	display: inline-block;
	margin-bottom: 12px;
	padding: 4px 6px;
}
.wpcf7 .alert {
	background-color: #ffe5e5;
	border: 2px solid #ffe5e5;
	color: #e50000;
}
.wpcf7 .success {
	background-color: #dcf2dc;
	border: 2px solid #dcf2dc;
	color: #389738;
}
.wpcf7 .wpcf7-not-valid-tip {
	margin: 0 0 5px;
}
@font-face {
 font-family: "FontAwesome";
 font-style: normal;
 font-weight: normal;
 src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}
 @font-face {
 font-family: 'open_sansbold';
 src: url('../fonts/opensans-bold-webfont.eot');
 src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/opensans-bold-webfont.woff2') format('woff2'),  url('../fonts/opensans-bold-webfont.woff') format('woff'),  url('../fonts/opensans-bold-webfont.ttf') format('truetype'),  url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
 font-weight: normal;
 font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-feature-settings: normal;
	font-kerning: auto;
	font-language-override: normal;
	font-size: inherit;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-synthesis: weight style;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-rendering: auto;
	transform: translate(0px, 0px);
}
.fa-lg {
	font-size: 1.33333em;
	line-height: 0.75em;
	vertical-align: -15%;
}
.fa-2x1 {
	font-size: 1.3em;
}
.fa-2x {
	font-size: 2em;
}
.fa-3x {
	font-size: 3em;
}
.fa-4x {
	font-size: 4em;
}
.fa-5x {
	font-size: 5em;
}
.fa-fw {
	text-align: center;
	width: 1.28571em;
}
.fa-ul {
	list-style-type: none;
	margin-left: 2.14286em;
	padding-left: 0;
}
.fa-ul > li {
	position: relative;
}
.fa-li {
	left: -2.14286em;
	position: absolute;
	text-align: center;
	top: 0.14286em;
	width: 2.14286em;
}
.fa-li.fa-lg {
	left: -1.85714em;
}
.fa-border {
	border: 0.08em solid #eee;
	border-radius: 0.1em;
	padding: 0.2em 0.25em 0.15em;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.fa.pull-left {
	margin-right: 0.3em;
}
.fa.pull-right {
	margin-left: 0.3em;
}
.fa-spin {
	animation: 2s linear 0s normal none infinite running fa-spin;
}
.fa-pulse {
	animation: 1s steps(8, end) 0s normal none infinite running fa-spin;
}
@keyframes fa-spin {
0% {
 transform: rotate(0deg);
}
100% {
 transform: rotate(359deg);
}
}
.fa-rotate-90 {
	transform: rotate(90deg);
}
.fa-rotate-180 {
	transform: rotate(180deg);
}
.fa-rotate-270 {
	transform: rotate(270deg);
}
.fa-flip-horizontal {
	transform: scale(-1, 1);
}
.fa-flip-vertical {
	transform: scale(1, -1);
}
:root .fa-rotate-90, *:root .fa-rotate-180, *:root .fa-rotate-270, *:root .fa-flip-horizontal, *:root .fa-flip-vertical {
	filter: none;
}
.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2em;
}
.fa-stack-1x, .fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.fa-stack-1x {
	line-height: inherit;
}
.fa-stack-2x {
	font-size: 2em;
}
.fa-inverse {
	color: #fff;
}
.fa-glass::before {
 content: "";
}
.fa-music::before {
 content: "";
}
.fa-search::before {
 content: "";
}
.fa-envelope-o::before {
 content: "";
}
.fa-heart::before {
 content: "";
}
.fa-star::before {
 content: "";
}
.fa-star-o::before {
 content: "";
}
.fa-user::before {
 content: "";
}
.fa-film::before {
 content: "";
}
.fa-th-large::before {
 content: "";
}
.fa-th::before {
 content: "";
}
.fa-th-list::before {
 content: "";
}
.fa-check::before {
 content: "";
}
.fa-remove::before, .fa-close::before, .fa-times::before {
 content: "";
}
.fa-search-plus::before {
 content: "";
}
.fa-search-minus::before {
 content: "";
}
.fa-power-off::before {
 content: "";
}
.fa-signal::before {
 content: "";
}
.fa-gear::before, .fa-cog::before {
 content: "";
}
.fa-trash-o::before {
 content: "";
}
.fa-home::before {
 content: "";
}
.fa-file-o::before {
 content: "";
}
.fa-clock-o::before {
 content: "";
}
.fa-road::before {
 content: "";
}
.fa-download::before {
 content: "";
}
.fa-arrow-circle-o-down::before {
 content: "";
}
.fa-arrow-circle-o-up::before {
 content: "";
}
.fa-inbox::before {
 content: "";
}
.fa-play-circle-o::before {
 content: "";
}
.fa-rotate-right::before, .fa-repeat::before {
 content: "";
}
.fa-refresh::before {
 content: "";
}
.fa-list-alt::before {
 content: "";
}
.fa-lock::before {
 content: "";
}
.fa-flag::before {
 content: "";
}
.fa-headphones::before {
 content: "";
}
.fa-volume-off::before {
 content: "";
}
.fa-volume-down::before {
 content: "";
}
.fa-volume-up::before {
 content: "";
}
.fa-qrcode::before {
 content: "";
}
.fa-barcode::before {
 content: "";
}
.fa-tag::before {
 content: "";
}
.fa-tags::before {
 content: "";
}
.fa-book::before {
 content: "";
}
.fa-bookmark::before {
 content: "";
}
.fa-print::before {
 content: "";
}
.fa-camera::before {
 content: "";
}
.fa-font::before {
 content: "";
}
.fa-bold::before {
 content: "";
}
.fa-italic::before {
 content: "";
}
.fa-text-height::before {
 content: "";
}
.fa-text-width::before {
 content: "";
}
.fa-align-left::before {
 content: "";
}
.fa-align-center::before {
 content: "";
}
.fa-align-right::before {
 content: "";
}
.fa-align-justify::before {
 content: "";
}
.fa-list::before {
 content: "";
}
.fa-dedent::before, .fa-outdent::before {
 content: "";
}
.fa-indent::before {
 content: "";
}
.fa-video-camera::before {
 content: "";
}
.fa-photo::before, .fa-image::before, .fa-picture-o::before {
 content: "";
}
.fa-pencil::before {
 content: "";
}
.fa-map-marker::before {
 content: "";
}
.fa-adjust::before {
 content: "";
}
.fa-tint::before {
 content: "";
}
.fa-edit::before, .fa-pencil-square-o::before {
 content: "";
}
.fa-share-square-o::before {
 content: "";
}
.fa-check-square-o::before {
 content: "";
}
.fa-arrows::before {
 content: "";
}
.fa-step-backward::before {
 content: "";
}
.fa-fast-backward::before {
 content: "";
}
.fa-backward::before {
 content: "";
}
.fa-play::before {
 content: "";
}
.fa-pause::before {
 content: "";
}
.fa-stop::before {
 content: "";
}
.fa-forward::before {
 content: "";
}
.fa-fast-forward::before {
 content: "";
}
.fa-step-forward::before {
 content: "";
}
.fa-eject::before {
 content: "";
}
.fa-chevron-left::before {
 content: "";
}
.fa-chevron-right::before {
 content: "";
}
.fa-plus-circle::before {
 content: "";
}
.fa-minus-circle::before {
 content: "";
}
.fa-times-circle::before {
 content: "";
}
.fa-check-circle::before {
 content: "";
}
.fa-question-circle::before {
 content: "";
}
.fa-info-circle::before {
 content: "";
}
.fa-crosshairs::before {
 content: "";
}
.fa-times-circle-o::before {
 content: "";
}
.fa-check-circle-o::before {
 content: "";
}
.fa-ban::before {
 content: "";
}
.fa-arrow-left::before {
 content: "";
}
.fa-arrow-right::before {
 content: "";
}
.fa-arrow-up::before {
 content: "";
}
.fa-arrow-down::before {
 content: "";
}
.fa-mail-forward::before, .fa-share::before {
 content: "";
}
.fa-expand::before {
 content: "";
}
.fa-compress::before {
 content: "";
}
.fa-plus::before {
 content: "";
}
.fa-minus::before {
 content: "";
}
.fa-asterisk::before {
 content: "";
}
.fa-exclamation-circle::before {
 content: "";
}
.fa-gift::before {
 content: "";
}
.fa-leaf::before {
 content: "";
}
.fa-fire::before {
 content: "";
}
.fa-eye::before {
 content: "";
}
.fa-eye-slash::before {
 content: "";
}
.fa-warning::before, .fa-exclamation-triangle::before {
 content: "";
}
.fa-plane::before {
 content: "";
}
.fa-calendar::before {
 content: "";
}
.fa-random::before {
 content: "";
}
.fa-comment::before {
 content: "";
}
.fa-magnet::before {
 content: "";
}
.fa-chevron-up::before {
 content: "";
}
.fa-chevron-down::before {
 content: "";
}
.fa-retweet::before {
 content: "";
}
.fa-shopping-cart::before {
 content: "";
}
.fa-folder::before {
 content: "";
}
.fa-folder-open::before {
 content: "";
}
.fa-arrows-v::before {
 content: "";
}
.fa-arrows-h::before {
 content: "";
}
.fa-bar-chart-o::before, .fa-bar-chart::before {
 content: "";
}
.fa-twitter-square::before {
 content: "";
}
.fa-facebook-square::before {
 content: "";
}
.fa-camera-retro::before {
 content: "";
}
.fa-key::before {
 content: "";
}
.fa-gears::before, .fa-cogs::before {
 content: "";
}
.fa-comments::before {
 content: "";
}
.fa-thumbs-o-up::before {
 content: "";
}
.fa-thumbs-o-down::before {
 content: "";
}
.fa-star-half::before {
 content: "";
}
.fa-heart-o::before {
 content: "";
}
.fa-sign-out::before {
 content: "";
}
.fa-linkedin-square::before {
 content: "";
}
.fa-thumb-tack::before {
 content: "";
}
.fa-external-link::before {
 content: "";
}
.fa-sign-in::before {
 content: "";
}
.fa-trophy::before {
 content: "";
}
.fa-github-square::before {
 content: "";
}
.fa-upload::before {
 content: "";
}
.fa-lemon-o::before {
 content: "";
}
.fa-phone::before {
 content: "";
}
.fa-square-o::before {
 content: "";
}
.fa-bookmark-o::before {
 content: "";
}
.fa-phone-square::before {
 content: "";
}
.fa-twitter::before {
 content: "";
}
.fa-facebook-f::before, .fa-facebook::before {
 content: "";
}
.fa-github::before {
 content: "";
}
.fa-unlock::before {
 content: "";
}
.fa-credit-card::before {
 content: "";
}
.fa-rss::before {
 content: "";
}
.fa-hdd-o::before {
 content: "";
}
.fa-bullhorn::before {
 content: "";
}
.fa-bell::before {
 content: "";
}
.fa-certificate::before {
 content: "";
}
.fa-hand-o-right::before {
 content: "";
}
.fa-hand-o-left::before {
 content: "";
}
.fa-hand-o-up::before {
 content: "";
}
.fa-hand-o-down::before {
 content: "";
}
.fa-arrow-circle-left::before {
 content: "";
}
.fa-arrow-circle-right::before {
 content: "";
}
.fa-arrow-circle-up::before {
 content: "";
}
.fa-arrow-circle-down::before {
 content: "";
}
.fa-globe::before {
 content: "";
}
.fa-wrench::before {
 content: "";
}
.fa-tasks::before {
 content: "";
}
.fa-filter::before {
 content: "";
}
.fa-briefcase::before {
 content: "";
}
.fa-arrows-alt::before {
 content: "";
}
.fa-group::before, .fa-users::before {
 content: "";
}
.fa-chain::before, .fa-link::before {
 content: "";
}
.fa-cloud::before {
 content: "";
}
.fa-flask::before {
 content: "";
}
.fa-cut::before, .fa-scissors::before {
 content: "";
}
.fa-copy::before, .fa-files-o::before {
 content: "";
}
.fa-paperclip::before {
 content: "";
}
.fa-save::before, .fa-floppy-o::before {
 content: "";
}
.fa-square::before {
 content: "";
}
.fa-navicon::before, .fa-reorder::before, .fa-bars::before {
 content: "";
}
.fa-list-ul::before {
 content: "";
}
.fa-list-ol::before {
 content: "";
}
.fa-strikethrough::before {
 content: "";
}
.fa-underline::before {
 content: "";
}
.fa-table::before {
 content: "";
}
.fa-magic::before {
 content: "";
}
.fa-truck::before {
 content: "";
}
.fa-pinterest::before {
 content: "";
}
.fa-pinterest-square::before {
 content: "";
}
.fa-google-plus-square::before {
 content: "";
}
.fa-google-plus::before {
 content: "";
}
.fa-money::before {
 content: "";
}
.fa-caret-down::before {
 content: "";
}
.fa-caret-up::before {
 content: "";
}
.fa-caret-left::before {
 content: "";
}
.fa-caret-right::before {
 content: "";
}
.fa-columns::before {
 content: "";
}
.fa-unsorted::before, .fa-sort::before {
 content: "";
}
.fa-sort-down::before, .fa-sort-desc::before {
 content: "";
}
.fa-sort-up::before, .fa-sort-asc::before {
 content: "";
}
.fa-envelope::before {
 content: "";
}
.fa-linkedin::before {
 content: "";
}
.fa-rotate-left::before, .fa-undo::before {
 content: "";
}
.fa-legal::before, .fa-gavel::before {
 content: "";
}
.fa-dashboard::before, .fa-tachometer::before {
 content: "";
}
.fa-comment-o::before {
 content: "";
}
.fa-comments-o::before {
 content: "";
}
.fa-flash::before, .fa-bolt::before {
 content: "";
}
.fa-sitemap::before {
 content: "";
}
.fa-umbrella::before {
 content: "";
}
.fa-paste::before, .fa-clipboard::before {
 content: "";
}
.fa-lightbulb-o::before {
 content: "";
}
.fa-exchange::before {
 content: "";
}
.fa-cloud-download::before {
 content: "";
}
.fa-cloud-upload::before {
 content: "";
}
.fa-user-md::before {
 content: "";
}
.fa-stethoscope::before {
 content: "";
}
.fa-suitcase::before {
 content: "";
}
.fa-bell-o::before {
 content: "";
}
.fa-coffee::before {
 content: "";
}
.fa-cutlery::before {
 content: "";
}
.fa-file-text-o::before {
 content: "";
}
.fa-building-o::before {
 content: "";
}
.fa-hospital-o::before {
 content: "";
}
.fa-ambulance::before {
 content: "";
}
.fa-medkit::before {
 content: "";
}
.fa-fighter-jet::before {
 content: "";
}
.fa-beer::before {
 content: "";
}
.fa-h-square::before {
 content: "";
}
.fa-plus-square::before {
 content: "";
}
.fa-angle-double-left::before {
 content: "";
}
.fa-angle-double-right::before {
 content: "";
}
.fa-angle-double-up::before {
 content: "";
}
.fa-angle-double-down::before {
 content: "";
}
.fa-angle-left::before {
 content: "";
}
.fa-angle-right::before {
 content: "";
}
.fa-angle-up::before {
 content: "";
}
.fa-angle-down::before {
 content: "";
}
.fa-desktop::before {
 content: "";
}
.fa-laptop::before {
 content: "";
}
.fa-tablet::before {
 content: "";
}
.fa-mobile-phone::before, .fa-mobile::before {
 content: "";
}
.fa-circle-o::before {
 content: "";
}
.fa-quote-left::before {
 content: "";
}
.fa-quote-right::before {
 content: "";
}
.fa-spinner::before {
 content: "";
}
.fa-circle::before {
 content: "";
}
.fa-mail-reply::before, .fa-reply::before {
 content: "";
}
.fa-github-alt::before {
 content: "";
}
.fa-folder-o::before {
 content: "";
}
.fa-folder-open-o::before {
 content: "";
}
.fa-smile-o::before {
 content: "";
}
.fa-frown-o::before {
 content: "";
}
.fa-meh-o::before {
 content: "";
}
.fa-gamepad::before {
 content: "";
}
.fa-keyboard-o::before {
 content: "";
}
.fa-flag-o::before {
 content: "";
}
.fa-flag-checkered::before {
 content: "";
}
.fa-terminal::before {
 content: "";
}
.fa-code::before {
 content: "";
}
.fa-mail-reply-all::before, .fa-reply-all::before {
 content: "";
}
.fa-star-half-empty::before, .fa-star-half-full::before, .fa-star-half-o::before {
 content: "";
}
.fa-location-arrow::before {
 content: "";
}
.fa-crop::before {
 content: "";
}
.fa-code-fork::before {
 content: "";
}
.fa-unlink::before, .fa-chain-broken::before {
 content: "";
}
.fa-question::before {
 content: "";
}
.fa-info::before {
 content: "";
}
.fa-exclamation::before {
 content: "";
}
.fa-superscript::before {
 content: "";
}
.fa-subscript::before {
 content: "";
}
.fa-eraser::before {
 content: "";
}
.fa-puzzle-piece::before {
 content: "";
}
.fa-microphone::before {
 content: "";
}
.fa-microphone-slash::before {
 content: "";
}
.fa-shield::before {
 content: "";
}
.fa-calendar-o::before {
 content: "";
}
.fa-fire-extinguisher::before {
 content: "";
}
.fa-rocket::before {
 content: "";
}
.fa-maxcdn::before {
 content: "";
}
.fa-chevron-circle-left::before {
 content: "";
}
.fa-chevron-circle-right::before {
 content: "";
}
.fa-chevron-circle-up::before {
 content: "";
}
.fa-chevron-circle-down::before {
 content: "";
}
.fa-html5::before {
 content: "";
}
.fa-css3::before {
 content: "";
}
.fa-anchor::before {
 content: "";
}
.fa-unlock-alt::before {
 content: "";
}
.fa-bullseye::before {
 content: "";
}
.fa-ellipsis-h::before {
 content: "";
}
.fa-ellipsis-v::before {
 content: "";
}
.fa-rss-square::before {
 content: "";
}
.fa-play-circle::before {
 content: "";
}
.fa-ticket::before {
 content: "";
}
.fa-minus-square::before {
 content: "";
}
.fa-minus-square-o::before {
 content: "";
}
.fa-level-up::before {
 content: "";
}
.fa-level-down::before {
 content: "";
}
.fa-check-square::before {
 content: "";
}
.fa-pencil-square::before {
 content: "";
}
.fa-external-link-square::before {
 content: "";
}
.fa-share-square::before {
 content: "";
}
.fa-compass::before {
 content: "";
}
.fa-toggle-down::before, .fa-caret-square-o-down::before {
 content: "";
}
.fa-toggle-up::before, .fa-caret-square-o-up::before {
 content: "";
}
.fa-toggle-right::before, .fa-caret-square-o-right::before {
 content: "";
}
.fa-euro::before, .fa-eur::before {
 content: "";
}
.fa-gbp::before {
 content: "";
}
.fa-dollar::before, .fa-usd::before {
 content: "";
}
.fa-rupee::before, .fa-inr::before {
 content: "";
}
.fa-cny::before, .fa-rmb::before, .fa-yen::before, .fa-jpy::before {
 content: "";
}
.fa-ruble::before, .fa-rouble::before, .fa-rub::before {
 content: "";
}
.fa-won::before, .fa-krw::before {
 content: "";
}
.fa-bitcoin::before, .fa-btc::before {
 content: "";
}
.fa-file::before {
 content: "";
}
.fa-file-text::before {
 content: "";
}
.fa-sort-alpha-asc::before {
 content: "";
}
.fa-sort-alpha-desc::before {
 content: "";
}
.fa-sort-amount-asc::before {
 content: "";
}
.fa-sort-amount-desc::before {
 content: "";
}
.fa-sort-numeric-asc::before {
 content: "";
}
.fa-sort-numeric-desc::before {
 content: "";
}
.fa-thumbs-up::before {
 content: "";
}
.fa-thumbs-down::before {
 content: "";
}
.fa-youtube-square::before {
 content: "";
}
.fa-youtube::before {
 content: "";
}
.fa-xing::before {
 content: "";
}
.fa-xing-square::before {
 content: "";
}
.fa-youtube-play::before {
 content: "";
}
.fa-dropbox::before {
 content: "";
}
.fa-stack-overflow::before {
 content: "";
}
.fa-instagram::before {
 content: "";
}
.fa-flickr::before {
 content: "";
}
.fa-adn::before {
 content: "";
}
.fa-bitbucket::before {
 content: "";
}
.fa-bitbucket-square::before {
 content: "";
}
.fa-tumblr::before {
 content: "";
}
.fa-tumblr-square::before {
 content: "";
}
.fa-long-arrow-down::before {
 content: "";
}
.fa-long-arrow-up::before {
 content: "";
}
.fa-long-arrow-left::before {
 content: "";
}
.fa-long-arrow-right::before {
 content: "";
}
.fa-apple::before {
 content: "";
}
.fa-windows::before {
 content: "";
}
.fa-android::before {
 content: "";
}
.fa-linux::before {
 content: "";
}
.fa-dribbble::before {
 content: "";
}
.fa-skype::before {
 content: "";
}
.fa-foursquare::before {
 content: "";
}
.fa-trello::before {
 content: "";
}
.fa-female::before {
 content: "";
}
.fa-male::before {
 content: "";
}
.fa-gittip::before, .fa-gratipay::before {
 content: "";
}
.fa-sun-o::before {
 content: "";
}
.fa-moon-o::before {
 content: "";
}
.fa-archive::before {
 content: "";
}
.fa-bug::before {
 content: "";
}
.fa-vk::before {
 content: "";
}
.fa-weibo::before {
 content: "";
}
.fa-renren::before {
 content: "";
}
.fa-pagelines::before {
 content: "";
}
.fa-stack-exchange::before {
 content: "";
}
.fa-arrow-circle-o-right::before {
 content: "";
}
.fa-arrow-circle-o-left::before {
 content: "";
}
.fa-toggle-left::before, .fa-caret-square-o-left::before {
 content: "";
}
.fa-dot-circle-o::before {
 content: "";
}
.fa-wheelchair::before {
 content: "";
}
.fa-vimeo-square::before {
 content: "";
}
.fa-turkish-lira::before, .fa-try::before {
 content: "";
}
.fa-plus-square-o::before {
 content: "";
}
.fa-space-shuttle::before {
 content: "";
}
.fa-slack::before {
 content: "";
}
.fa-envelope-square::before {
 content: "";
}
.fa-wordpress::before {
 content: "";
}
.fa-openid::before {
 content: "";
}
.fa-institution::before, .fa-bank::before, .fa-university::before {
 content: "";
}
.fa-mortar-board::before, .fa-graduation-cap::before {
 content: "";
}
.fa-yahoo::before {
 content: "";
}
.fa-google::before {
 content: "";
}
.fa-reddit::before {
 content: "";
}
.fa-reddit-square::before {
 content: "";
}
.fa-stumbleupon-circle::before {
 content: "";
}
.fa-stumbleupon::before {
 content: "";
}
.fa-delicious::before {
 content: "";
}
.fa-digg::before {
 content: "";
}
.fa-pied-piper::before {
 content: "";
}
.fa-pied-piper-alt::before {
 content: "";
}
.fa-drupal::before {
 content: "";
}
.fa-joomla::before {
 content: "";
}
.fa-language::before {
 content: "";
}
.fa-fax::before {
 content: "";
}
.fa-building::before {
 content: "";
}
.fa-child::before {
 content: "";
}
.fa-paw::before {
 content: "";
}
.fa-spoon::before {
 content: "";
}
.fa-cube::before {
 content: "";
}
.fa-cubes::before {
 content: "";
}
.fa-behance::before {
 content: "";
}
.fa-behance-square::before {
 content: "";
}
.fa-steam::before {
 content: "";
}
.fa-steam-square::before {
 content: "";
}
.fa-recycle::before {
 content: "";
}
.fa-automobile::before, .fa-car::before {
 content: "";
}
.fa-cab::before, .fa-taxi::before {
 content: "";
}
.fa-tree::before {
 content: "";
}
.fa-spotify::before {
 content: "";
}
.fa-deviantart::before {
 content: "";
}
.fa-soundcloud::before {
 content: "";
}
.fa-database::before {
 content: "";
}
.fa-file-pdf-o::before {
 content: "";
}
.fa-file-word-o::before {
 content: "";
}
.fa-file-excel-o::before {
 content: "";
}
.fa-file-powerpoint-o::before {
 content: "";
}
.fa-file-photo-o::before, .fa-file-picture-o::before, .fa-file-image-o::before {
 content: "";
}
.fa-file-zip-o::before, .fa-file-archive-o::before {
 content: "";
}
.fa-file-sound-o::before, .fa-file-audio-o::before {
 content: "";
}
.fa-file-movie-o::before, .fa-file-video-o::before {
 content: "";
}
.fa-file-code-o::before {
 content: "";
}
.fa-vine::before {
 content: "";
}
.fa-codepen::before {
 content: "";
}
.fa-jsfiddle::before {
 content: "";
}
.fa-life-bouy::before, .fa-life-buoy::before, .fa-life-saver::before, .fa-support::before, .fa-life-ring::before {
 content: "";
}
.fa-circle-o-notch::before {
 content: "";
}
.fa-ra::before, .fa-rebel::before {
 content: "";
}
.fa-ge::before, .fa-empire::before {
 content: "";
}
.fa-git-square::before {
 content: "";
}
.fa-git::before {
 content: "";
}
.fa-hacker-news::before {
 content: "";
}
.fa-tencent-weibo::before {
 content: "";
}
.fa-qq::before {
 content: "";
}
.fa-wechat::before, .fa-weixin::before {
 content: "";
}
.fa-send::before, .fa-paper-plane::before {
 content: "";
}
.fa-send-o::before, .fa-paper-plane-o::before {
 content: "";
}
.fa-history::before {
 content: "";
}
.fa-genderless::before, .fa-circle-thin::before {
 content: "";
}
.fa-header::before {
 content: "";
}
.fa-paragraph::before {
 content: "";
}
.fa-sliders::before {
 content: "";
}
.fa-share-alt::before {
 content: "";
}
.fa-share-alt-square::before {
 content: "";
}
.fa-bomb::before {
 content: "";
}
.fa-soccer-ball-o::before, .fa-futbol-o::before {
 content: "";
}
.fa-tty::before {
 content: "";
}
.fa-binoculars::before {
 content: "";
}
.fa-plug::before {
 content: "";
}
.fa-slideshare::before {
 content: "";
}
.fa-twitch::before {
 content: "";
}
.fa-yelp::before {
 content: "";
}
.fa-newspaper-o::before {
 content: "";
}
.fa-wifi::before {
 content: "";
}
.fa-calculator::before {
 content: "";
}
.fa-paypal::before {
 content: "";
}
.fa-google-wallet::before {
 content: "";
}
.fa-cc-visa::before {
 content: "";
}
.fa-cc-mastercard::before {
 content: "";
}
.fa-cc-discover::before {
 content: "";
}
.fa-cc-amex::before {
 content: "";
}
.fa-cc-paypal::before {
 content: "";
}
.fa-cc-stripe::before {
 content: "";
}
.fa-bell-slash::before {
 content: "";
}
.fa-bell-slash-o::before {
 content: "";
}
.fa-trash::before {
 content: "";
}
.fa-copyright::before {
 content: "";
}
.fa-at::before {
 content: "";
}
.fa-eyedropper::before {
 content: "";
}
.fa-paint-brush::before {
 content: "";
}
.fa-birthday-cake::before {
 content: "";
}
.fa-area-chart::before {
 content: "";
}
.fa-pie-chart::before {
 content: "";
}
.fa-line-chart::before {
 content: "";
}
.fa-lastfm::before {
 content: "";
}
.fa-lastfm-square::before {
 content: "";
}
.fa-toggle-off::before {
 content: "";
}
.fa-toggle-on::before {
 content: "";
}
.fa-bicycle::before {
 content: "";
}
.fa-bus::before {
 content: "";
}
.fa-ioxhost::before {
 content: "";
}
.fa-angellist::before {
 content: "";
}
.fa-cc::before {
 content: "";
}
.fa-shekel::before, .fa-sheqel::before, .fa-ils::before {
 content: "";
}
.fa-meanpath::before {
 content: "";
}
.fa-buysellads::before {
 content: "";
}
.fa-connectdevelop::before {
 content: "";
}
.fa-dashcube::before {
 content: "";
}
.fa-forumbee::before {
 content: "";
}
.fa-leanpub::before {
 content: "";
}
.fa-sellsy::before {
 content: "";
}
.fa-shirtsinbulk::before {
 content: "";
}
.fa-simplybuilt::before {
 content: "";
}
.fa-skyatlas::before {
 content: "";
}
.fa-cart-plus::before {
 content: "";
}
.fa-cart-arrow-down::before {
 content: "";
}
.fa-diamond::before {
 content: "";
}
.fa-ship::before {
 content: "";
}
.fa-user-secret::before {
 content: "";
}
.fa-motorcycle::before {
 content: "";
}
.fa-street-view::before {
 content: "";
}
.fa-heartbeat::before {
 content: "";
}
.fa-venus::before {
 content: "";
}
.fa-mars::before {
 content: "";
}
.fa-mercury::before {
 content: "";
}
.fa-transgender::before {
 content: "";
}
.fa-transgender-alt::before {
 content: "";
}
.fa-venus-double::before {
 content: "";
}
.fa-mars-double::before {
 content: "";
}
.fa-venus-mars::before {
 content: "";
}
.fa-mars-stroke::before {
 content: "";
}
.fa-mars-stroke-v::before {
 content: "";
}
.fa-mars-stroke-h::before {
 content: "";
}
.fa-neuter::before {
 content: "";
}
.fa-facebook-official::before {
 content: "";
}
.fa-pinterest-p::before {
 content: "";
}
.fa-whatsapp::before {
 content: "";
}
.fa-server::before {
 content: "";
}
.fa-user-plus::before {
 content: "";
}
.fa-user-times::before {
 content: "";
}
.fa-hotel::before, .fa-bed::before {
 content: "";
}
.fa-viacoin::before {
 content: "";
}
.fa-train::before {
 content: "";
}
.fa-subway::before {
 content: "";
}
.fa-medium::before {
 content: "";
}
body, .textwidget {
	color: #999;
}
.footer {
	background-color: #f2f2f2;
}
.footer {
	background-image: url("../images/title-area-pattern.png");
}
.footer__headings {
	color: #3d3d3d;
}
.footer {
	color: #666;
}
.footer a {
	color: #1fa7da;
}
.footer a:hover {
	color: #0074a7;
}
.footer-bottom {
	background-color: #60b361;
}
.footer-bottom {
	color: #3f3f3f;
}
.footer-bottom a {
	color: #3f3f3f;
}
.footer-bottom a:hover {
	color: #333;
}
.slb_details {
	display: none;
}
.promo {
	background-color: #eeeeee;
	margin-bottom: 30px;
}
.promobg {
	background-color: #e8b71f;
	background-image: url("../images/motivational-background.jpg");
	background-size: cover;
	padding: 30px;
}
.spacer {
	height: 10px;
}
.spacer-big {
	height: 60px;
}
.testimonials-bg {
	background-color: #eee;
	background-image: url("../images/title-area-pattern.png");
	background-repeat: repeat;
	padding: 30px;
}
.portfolio-mini-wrapper {
	background: none repeat scroll 0 0 #454545;
	max-height:488px;
	overflow:hidden;
}
.viewall_div {
	width:100%;
	background: none repeat scroll 0 0 #454545;
	height:50px;
}
.view_allBtn {
	width:100px;
	height:40px;
	background:#009966;
	text-align:center;
	margin:auto;
	color:#FFFFFF;
	line-height:40px;
}
.view_allBtn:hover {
	background:#01a971;
	cursor:pointer
}
.portfolio-mini-wrapper.portfolio-light {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.view_allBtn1 {
	width:80px;
	height:30px;
	background:#009966;
	text-align:center;
	margin-top:5px;
	float:right;
	color:#FFFFFF;
	line-height:30px;
}
.view_allBtn1:hover {
	background:#01a971;
	cursor:pointer
}
#options {
	background: none repeat scroll 0 0 #333;
	margin-bottom: 30px;
	text-align: center;
}
#filters {
	padding-left: 0;
	text-align: center;
}
@media (min-width: 992px) {
#filters li.active, #filters li:hover {
 background: none repeat scroll 0 0 #454545;
 border-left: 3px solid #454545;
 color: #fff;
 margin-left: -3px;
 transform: skewX(-30deg);
}
#filters li.active a, #filters li:hover a {
 border-bottom: 3px solid #60b361;
 color: #fff;
 display: inline-block;
 padding-bottom: 3px;
 padding-top: 6px;
 transform: skewX(30deg);
}
#filters li.active::after, #filters li:hover::after {
 display: none;
}
}
#filters a {
	border-bottom: 3px solid transparent;
	color: #999;
	display: inline-block;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	padding-bottom: 3px;
	padding-top: 6px;
	text-decoration: none;
	text-transform: uppercase;
	transform: none;
}
#filters li {
	border: medium none;
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	padding: 14px 22px;
	position: relative;
	z-index: 2;
}
@media (min-width: 992px) {
#filters li::after {
 background-color: #454545;
 content: "";
 height: 66px;
 position: absolute;
 right: 0;
 top: -4px;
 transform: rotate(30deg);
 width: 1px;
}
}
@media (max-width: 991px) {
#filters li {
 display: block;
 text-align: left;
}
#filters li.active, #filters li:hover {
 background: none repeat scroll 0 0 #454545;
 border-left: 3px solid #454545;
 color: #fff;
 margin-left: -3px;
}
#filters li.active a, #filters li:hover a {
 border-bottom: 3px solid #60b361;
 color: #fff;
 display: inline-block;
 padding-bottom: 3px;
 padding-top: 6px;
}
}
#portfolio-content {
	list-style: outside none none;
	padding: 0;
}
#portfolio-content li {
	border: 0 none #000;
	border-radius: 2px;
	display: inline-block;
	margin: 0;
	outline: 0 solid transparent;
	padding: 0;
}
.portfolio-light #filters li::after {
 background-color: #fff;
}
.portfolio-light #filters li.active, .portfolio-light #filters li:hover {
	background: none repeat scroll 0 0 #60b361;
	border-left: 2px solid #60b361;
}
.portfolio-light #filters li.active a, .portfolio-light #filters li:hover a {
	color: #333;
}
.portfolio-light #options {
	background: none repeat scroll 0 0 #eee;
}
.portfolio-light #filters a {
	color: #666;
}
.navigation--main > .menu-item-has-children > a::after {
 bottom: 10px;
 color: transparent;
 content: "";
 font-family: "FontAwesome";
 position: absolute;
 right: calc(50% - 5px);
}
img {
	height: auto;
	max-width: 100%;
}
.project-post {
	margin-bottom: 26px !important;
	position: relative;
}
.project-post img {
	position: relative;
	transition: all 0.3s ease-in-out 0s;
	width: 100%;
	z-index: 2;
}
.project-content {
	border-radius: 2px;
	height: 100%;
	left: 0;
	margin-left: 15px;
	position: absolute;
	top: 0;
	transition: all 0.3s ease-in-out 0s;
	width: calc(100% - 30px);
}
.project-post:hover .project-content {
	background: none repeat scroll 0 0 #333;
	z-index: 3;
}
.project-post:hover img {
	transform: translateY(-50px) scale(0);
}
.inner-project {
	margin-top: -38px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
}
.inner-project h3 {
	background-color: rgba(255, 255, 255, 0);
	border-radius: 0;
	color: #fff;
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	margin: 0 0 6px;
	padding: 4px 12px 3px;
	text-transform: capitalize;
}
.inner-project span {
	color: #1abc9c;
	display: block;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 12px;
}
.project-link {
	background-color: #60b361;
	border-radius: 2px;
	color: #454545;
	display: inline-block;
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 800;
	line-height: 30px;
	padding: 3px 10px 2px;
	text-transform: uppercase;
	z-index: 2;
}
.project-link:hover {
	color: #454545;
}

/* SAFAL EDIT */
#totop{
	position:fixed;
	right:30px;
	bottom:110px;
	font-size:2.2em;
	padding-bottom:5px;
	cursor:pointer;
	color:#000;
	opacity:0.2;
	visibility:hidden;
}
#totop:hover{
	opacity:1;
	transition:all 1s;
}
.no-right-pad{
	padding-right:0 !important;
}
.no-bg{
	background:none !important;
}
.welcome-div{
	padding:15px 0;
	background:#f6f6f6;
}
.title-small{
	color:#06327b;
	font:23px 'open_sansregular';
}
.title-medium{
	color:#06327b;
	font:39px 'open_sanslight';
}
.title-big{
	color:#06327b;
	font:40px 'open_sansbold';
	white-space:nowrap;
}
.hr-yellow{
	width:60px;
	border-bottom:5px solid #ecc300;
	margin:10px 0 !important;
}
.welcome-div p{
	text-align:justify;
	color:#474747;
	font:13px/22px 'open_sansregular';
}
.bolded{
	color:#474747;
	font:16px 'open_sansbold';
}
.read-more{
	background-color:#06327b;
	padding:8px 25px;
	text-transform:capitalize;
	color:#fff;
	margin-top:3px;
}
.read-more:hover{
	background-color:#ecc300;
	color:#06327b;
	text-decoration:none;
	transition:all 0.5s ease-out;
}
.member-login, .member-search, .member-search2{
	width:100%;
	margin:0;
	padding:0;
}
.short{
	color:#474747;
	font:20px 'open_sanslight' !important;
}
.long{
	color:#474747;
	font:28px 'open_sansbold' !important;
	font-weight:bold;
}
.member-login input[type="text"], .member-login input[type="password"], 
.member-search input[type="text"], .member-search2 input[type="text"], .member-search select, .member-search2 select {
	width:100%;
	padding-left:10px;
	border:1px solid #d5d5d5;
	height:30px;
	margin:3px 0;
	color:#474747;
}
.member-search{
	margin-top:9px;
}
.member-search2{
	margin-top:10px;
}
.forgot{
	float:left;
	margin:10px 0 0 20%;
	color:#474747;
	font:13px 'open_sansregular';
}
.forgot:hover{
	color:#06327b;
	transition:all 0.5s ease-out;
	text-decoration:none;
}
.shadow-seperator{
	margin-top:-6px;
}
.mail p{
	text-align:justify;
	font:13px/22px 'open_sansregular';
	color:#474747;
}
.mail input[type="text"] {
	width:100%;
	padding-left:10px;
	border:1px solid #d5d5d5;
	height:30px;
	margin:11px 0;
	color:#000;
}
.mail2 p{
	text-align:justify;
	font:13px/22px 'open_sansregular';
	color:#474747;
}
.mail2 input[type="text"] {
	width:100%;
	padding-left:10px;
	border:1px solid #d5d5d5;
	height:30px;
	margin:11px 0;
	color:#000;
}
.outer-member{
	background:#f4f4f4;
	padding:8px;
	width:100%;
}
.outer-member ul{
	margin:0;
	padding:0;
}
.outer-member ul li{
	list-style:none;
	padding:5px 0;
}
.outer-member ul li a{
	background:#e3e3e3;
	padding:10px 0;
	display:block;
	font:15px 'open_sansbold';
	color:#474747;
	text-transform:capitalize;
}
.outer-member ul li a span{
	margin-left:2%;
}
.outer-member ul li a img{
	margin-left:1%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.outer-member ul li a:hover{
	text-decoration:none;
	background:#ecc300;
	color:#06327b;
	transition:all 0.5s ease-out;
}
.outer-member ul li a:hover > .tester{
	-webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.5);
}
.pre-footer{
	background:#474747;
	height:8px;
	width:100%;
	margin: 0px 0 0 0;	
}
.actual-footer{
	background:#333333;
	padding:2% 0;
	width:100%;
}
.actual-footer span{
	color:#6a6a6a;
	font:13px;
}
.company{
	margin-top:-0.35%;
}
.actual-footer ul{
	margin:0;
	padding:0;
	float:right;
}
.actual-footer ul li{
	float:left;
	list-style:none;
	padding:0 8px;
}
.actual-footer ul li a{
	color:#424242;
}
.actual-footer ul li a:hover{
	color:#ecc300;
	transition:all 0.5s ease-out;
	text-decoration:none;
}
.netbios{
	color:#6a6a6a;
}
.netbios:hover{
	color:#fff;
	transition:all 0.5s ease-out;
	text-decoration:none;
}
.resp-more{
	margin-top:16px;
}




/* EXECUTIVE COMMITTEE PAGE CSS */
.no-left-pad{
	padding-left:0;
}
.no-right-pad{
	padding-right:0;
}
.no-pad{
	padding-left:0;
	padding-right:0;
}
.full-width{
	width:100%;
}
.text-overlay{
	text-align:center;
	display:block;
	margin-top:-120px;
	margin-bottom:80px;
}
.text-overlay span{
	font:33px 'open_sansregular';
	color:#fff;
	text-transform:uppercase;
}
.bread{
	margin:8px 0;
	text-align:left;
}
.bread a{
	font:13px 'open_sansregular';
	color:#858585;
}
.active-bread{
	color:#000 !important
}
.api-head{
	color:#474747;
	font:18px 'open_sansbold';
	display:block;
	margin:20px 0;
	text-align:center;
}
.designation-container{
	margin:0;
}
.designation{
	color:#000;
	font:18px 'open_sansbold';
	background:#b7b7b7;
	padding:5px 0;
	display:block;
	text-align:center;
	text-transform:uppercase;
}
.entity{
	border:4px solid #e3e3e3;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	margin:15px 0;
}
.entity span{
	color:#474747;
	font:14px "open_sansregular";
}



/* ABOUT US PAGE CSS */
.content-container{
	width:100%;
	margin-bottom:10px;
	padding:0;
}
.yellow-king{
	background:#f1f1f1;
	padding:6px 0 6px 10px;
	text-transform:capitalize;
	color:#474747;
	font:18px 'open_sansbold';
	border-left:6px solid #ecc300;
	display:block;
	text-align:left;
}
.content-container p{
	color:#474747;
	font:13px/22px 'open_sansregular';
	text-align:justify;
	padding:6px 0;
}



/* CONTACT US PAGE CSS */
.contactus-title{
	width:100%;
	text-align:center;
	margin:10px 0;
}
.contactus-title{
	color:#000;
	font:23px 'open_sanslight';
	text-align:center;
}
.contact-form input[type="text"], .contact-form textarea{
	width:100%;
	padding-left:10px;
	border:1px solid #dcdcdc;
	height:35px;
	margin:7px 0;
}
.contact-form textarea{
	height:70px !important;
}
.reset-button{
	margin-right:4px;
	background:#ecc300;
}
.reset-button:hover{
	background:#06327b;
	color:#ecc300;
	transition:all 0.5s ease-out;
}
.maps img, .maps iframe{
	width:100%;
	margin:8px 0;
}
.contact-more{
	margin:30px 0 0 0;
}
.contact-more img{
	display:inline-block;
	margin:8px 0;
}
.contact-more span{
	display:block;
	color:#474747;
	font:14px 'open_sansregular';
	margin-left:75px;
	padding:4px 0;
}
.doctor{
	font:18px 'open_sansbold' !important;
	display:inline-block !important;
	margin-left:44px !important;
}
.inline-span{
	display:inline-block !important;
	margin-left:44px !important;
}
.resp-br{
	display:none;
}









