article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
     display: block;
}

audio, canvas, video {
     display: inline-block;
}

audio:not([controls]) {
     display: none;
     height: 0px;
}

[hidden] {
     display: none;
}

html {
     font-family: sans-serif;
}

body {
     margin: 0px;
}

a:focus {
     outline: thin dotted;
}

a:active, a:hover {
     outline: 0px none;
}

h1 {
     font-size: 2em;
     margin: 0.67em 0px;
}

abbr[title] {
     border-bottom: 1px dotted;
}

b, strong {
     font-weight: bold;
}

dfn {
     font-style: italic;
}

hr {
     box-sizing: content-box;
     height: 0px;
}

mark {
     background: none repeat scroll 0% 0% #ffff00;
     color: #000000;
}

code, kbd, pre, samp {
     font-family: monospace,serif;
     font-size: 1em;
}

pre {
     white-space: pre-wrap;
}

q {
     quotes: "“" "”" "‘" "’";
}

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: 0px none;
}

svg:not(:root) {
     overflow: hidden;
}

figure {
     margin: 0px;re
}

fieldset {
     border: 1px solid #c0c0c0;
     margin: 0px 2px;
     padding: 0.35em 0.625em 0.75em;
}

legend {
     border: 0px none;
     padding: 0px;
}

button, input, select, textarea {
     font-family: inherit;
     font-size: 100%;
     margin: 0px;
}

button, input {
     line-height: normal;
}

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;
}

input[type="checkbox"], input[type="radio"] {
     box-sizing: border-box;
     padding: 0px;
}

input[type="search"] {
     box-sizing: content-box;
}

button::-moz-focus-inner, input::-moz-focus-inner {
     border: 0px none;
     padding: 0px;
}

textarea {
     overflow: auto;
     vertical-align: top;
}

table {
     border-collapse: collapse;
     border-spacing: 0px;
}

@media print {
  * { color: #000000 ! important; text-shadow: none ! important; background: none repeat scroll 0% 0% rgba(0, 0, 0, 0) ! important; box-shadow: none ! important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% ! important; }
  @page { margin: 2cm 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  .navbar { display: none; }
  .table td, .table th { background-color: #ffffff ! important; }
  .btn > .caret, .dropup > .btn > .caret { border-top-color: #000000 ! important; }
  .label { border: 1px solid #000000; }
  .table { border-collapse: collapse ! important; }
  .table-bordered th, .table-bordered td { border: 1px solid #dddddd ! important; }
}

*, *:before, *:after {
     box-sizing: border-box;
}

html {
     font-size: 62.5%;
}

body {
     background-color: #ffffff;
     color: #333333;
     font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
     font-size: 14px;
     line-height: 1.42857;
}

input, button, select, textarea {
     font-family: inherit;
     font-size: inherit;
     line-height: inherit;
}

button, input, select[multiple], textarea {
     background-image: none;
}

a {
     color: #428bca;
     text-decoration: none;
}

a:hover, a:focus {
     color: #2a6496;
     text-decoration: underline;
}

a:focus {
     outline-offset: -2px;
     outline: thin dotted #333333;
}

img {
     vertical-align: middle;
}

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

.img-rounded {
     border-radius: 6px;
}

.img-thumbnail {
     background-color: #ffffff;
     border-radius: 4px;
     border: 1px solid #dddddd;
     display: inline-block;
     height: auto;
     line-height: 1.42857;
     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: 0px none;
     border-style: solid none none;
     border-width: 1px 0px 0px;
     margin-bottom: 20px;
     margin-top: 20px;
}

.sr-only {
     border: 0px none;
     clip: rect(0px, 0px, 0px, 0px);
     height: 1px;
     margin: -1px;
     overflow: hidden;
     padding: 0px;
     position: absolute;
     width: 1px;
}

p {
     margin: 0px 0px 10px;
}

.lead {
     font-size: 16.1px;
     font-weight: 200;
     line-height: 1.4;
     margin-bottom: 20px;
}

@media (min-width: 768px) {
  .lead { font-size: 21px; }
}

small {
     font-size: 85%;
}

cite {
     font-style: normal;
}

.text-muted {
     color: #999999;
}

.text-primary {
     color: #428bca;
}

.text-warning {
     color: #c09853;
}

.text-danger {
     color: #b94a48;
}

.text-success {
     color: #468847;
}

.text-info {
     color: #3a87ad;
}

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

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

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

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
     font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
     font-weight: 500;
     line-height: 1.1;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
     color: #999999;
     font-weight: normal;
     line-height: 1;
}

h1, h2, h3 {
     margin-bottom: 10px;
     margin-top: 20px;
}

h4, h5, h6 {
     margin-bottom: 10px;
     margin-top: 10px;
}

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;
}

h1 small, .h1 small {
     font-size: 24px;
}

h2 small, .h2 small {
     font-size: 18px;
}

h3 small, .h3 small, h4 small, .h4 small {
     font-size: 14px;
}

.page-header {
     border-bottom: 1px solid #eeeeee;
     margin: 40px 0px 20px;
     padding-bottom: 9px;
}

ul, ol {
     margin-bottom: 10px;
     margin-top: 0px;
}

ul ul, ol ul, ul ol, ol ol {
     margin-bottom: 0px;
}

.list-unstyled {
     list-style: none outside none;
     padding-left: 0px;
}

.list-inline {
     list-style: none outside none;
     padding-left: 0px;
}

.list-inline > li {
     display: inline-block;
     padding-left: 5px;
     padding-right: 5px;
}

dl {
     margin-bottom: 20px;
}

dt, dd {
     line-height: 1.42857;
}

dt {
     font-weight: bold;
}

dd {
     margin-left: 0px;
}

@media (min-width: 768px) {
  .dl-horizontal dt { float: left; width: 160px; overflow: hidden; clear: left; text-align: right; text-overflow: ellipsis; white-space: nowrap; }
  .dl-horizontal dd { margin-left: 180px; }
  .dl-horizontal dd:before, .dl-horizontal dd:after { display: table; content: " "; }
  .dl-horizontal dd:after { clear: both; }
  .dl-horizontal dd:before, .dl-horizontal dd:after { display: table; content: " "; }
  .dl-horizontal dd:after { clear: both; }
}

abbr[title], abbr[data-original-title] {
     border-bottom: 1px dotted #999999;
     cursor: help;
}

abbr.initialism {
     font-size: 90%;
     text-transform: uppercase;
}

blockquote {
     border-left: 5px solid #eeeeee;
     margin: 0px 0px 20px;
     padding: 10px 20px;
}

blockquote p {
     font-size: 17.5px;
     font-weight: 300;
     line-height: 1.25;
}

blockquote p:last-child {
     margin-bottom: 0px;
}

blockquote small {
     color: #999999;
     display: block;
     line-height: 1.42857;
}

blockquote small:before {
     content: "— ";
}

blockquote.pull-right {
     border-left: 0px none;
     border-right: 5px solid #eeeeee;
     padding-left: 0px;
     padding-right: 15px;
}

blockquote.pull-right p, blockquote.pull-right small {
     text-align: right;
}

blockquote.pull-right small:before {
     content: "";
}

blockquote.pull-right small:after {
     content: " —";
}

q:before, q:after, blockquote:before, blockquote:after {
     content: "";
}

address {
     display: block;
     font-style: normal;
     line-height: 1.42857;
     margin-bottom: 20px;
}

code, pre {
     font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
}

code {
     background-color: #f9f2f4;
     border-radius: 4px;
     color: #c7254e;
     font-size: 90%;
     padding: 2px 4px;
     white-space: nowrap;
}

pre {
     background-color: #f5f5f5;
     border-radius: 4px;
     border: 1px solid #cccccc;
     color: #333333;
     display: block;
     font-size: 13px;
     line-height: 1.42857;
     margin: 0px 0px 10px;
     padding: 9.5px;
     word-break: break-all;
     word-wrap: break-word;
}

pre.prettyprint {
     margin-bottom: 20px;
}

pre code {
     background-color: transparent;
     border: 0px none;
     color: inherit;
     font-size: inherit;
     padding: 0px;
     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;
}

.container:before, .container:after {
     content: " ";
     display: table;
}

.container:after {
     clear: both;
}

.row {
     margin-left: -15px;
     margin-right: -15px;
}

.row:before, .row:after {
     content: " ";
     display: table;
}

.row:after {
     clear: both;
}

.row:before, .row:after {
     content: " ";
     display: table;
}

.row:after {
     clear: both;
}

.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, .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, .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, .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 {
     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 {
     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%;
}

@media (min-width: 768px) {
  .container { max-width: 750px; }
  .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 { 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-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-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-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%; }
}

@media (min-width: 992px) {
  .container { max-width: 970px; }
  .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 { 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-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-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-offset-0 { margin-left: 0px; }
  .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%; }
}

@media (min-width: 1200px) {
  .container { max-width: 1170px; }
  .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 { 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-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-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-offset-0 { margin-left: 0px; }
  .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%; }
}

table {
     background-color: transparent;
     max-width: 100%;
}

th {
     text-align: left;
}

.table {
     margin-bottom: 20px;
     width: 100%;
}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
     border-top: 1px solid #dddddd;
     line-height: 1.42857;
     padding: 8px;
     vertical-align: top;
}

.table thead > tr > th {
     border-bottom: 2px solid #dddddd;
     vertical-align: bottom;
}

.table caption + thead tr:first-child th, .table colgroup + thead tr:first-child th, .table thead:first-child tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child td {
     border-top: 0px none;
}

.table tbody + tbody {
     border-top: 2px solid #dddddd;
}

.table .table {
     background-color: #ffffff;
}

.table-condensed thead > tr > th, .table-condensed tbody > tr > th, .table-condensed tfoot > tr > th, .table-condensed thead > tr > td, .table-condensed tbody > tr > td, .table-condensed tfoot > tr > td {
     padding: 5px;
}

.table-bordered {
     border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
     border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
     border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
     background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
     background-color: #f5f5f5;
}

table col[class*="col-"] {
     display: table-column;
     float: none;
}

table td[class*="col-"], table th[class*="col-"] {
     display: table-cell;
     float: none;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
     background-color: #f5f5f5;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
     background-color: #dff0d8;
     border-color: #d6e9c6;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td {
     background-color: #d0e9c6;
     border-color: #c9e2b3;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
     background-color: #f2dede;
     border-color: #eed3d7;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td {
     background-color: #ebcccc;
     border-color: #e6c1c7;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
     background-color: #fcf8e3;
     border-color: #fbeed5;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td {
     background-color: #faf2cc;
     border-color: #f8e5be;
}

@media (max-width: 768px) {
  .table-responsive { width: 100%; margin-bottom: 15px; overflow-x: scroll; overflow-y: hidden; border: 1px solid #dddddd; }
  .table-responsive > .table { margin-bottom: 0px; background-color: #ffffff; }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; }
  .table-responsive > .table-bordered { border: 0px none; }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0px none; }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0px none; }
  .table-responsive > .table-bordered > thead > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > thead > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0px none; }
}

fieldset {
     border: 0px none;
     margin: 0px;
     padding: 0px;
}

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: 0px 0px 1px;
     color: #333333;
     display: block;
     font-size: 21px;
     line-height: inherit;
     margin-bottom: 20px;
     padding: 0px;
     width: 100%;
}

label {
     display: inline-block;
     font-weight: bold;
     margin-bottom: 5px;
}

input[type="search"] {
     box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
     line-height: normal;
     margin: 4px 0px 0px;
}

input[type="file"] {
     display: block;
}

select[multiple], select[size] {
     height: auto;
}

select optgroup {
     font-family: inherit;
     font-size: inherit;
     font-style: inherit;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
     outline-offset: -2px;
     outline: thin dotted #333333;
}

.form-control:-moz-placeholder {
     color: #999999;
}

.form-control::-moz-placeholder {
     color: #999999;
}

.form-control {
     background-color: #ffffff;
     border-radius: 4px;
     border: 1px solid #cccccc;
     box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
     color: #555555;
     display: block;
     font-size: 14px;
     height: 34px;
     line-height: 1.42857;
     padding: 6px 12px;
     transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
     vertical-align: middle;
     width: 100%;
}

.form-control:focus {
     border-color: #66afe9;
     box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
     outline: 0px none;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
     background-color: #eeeeee;
     cursor: not-allowed;
}

textarea.form-control {
     height: auto;
}

.form-group {
     margin-bottom: 15px;
}

.radio, .checkbox {
     display: block;
     margin-bottom: 10px;
     margin-top: 10px;
     min-height: 20px;
     padding-left: 20px;
     vertical-align: middle;
}

.radio label, .checkbox label {
     cursor: pointer;
     display: inline;
     font-weight: normal;
     margin-bottom: 0px;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
     float: left;
     margin-left: -20px;
}

.radio + .radio, .checkbox + .checkbox {
     margin-top: -5px;
}

.radio-inline, .checkbox-inline {
     cursor: pointer;
     display: inline-block;
     font-weight: normal;
     margin-bottom: 0px;
     padding-left: 20px;
     vertical-align: middle;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
     margin-left: 10px;
     margin-top: 0px;
}

input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
     cursor: not-allowed;
}

.input-sm {
     border-radius: 3px;
     font-size: 12px;
     height: 30px;
     line-height: 1.5;
     padding: 5px 10px;
}

select.input-sm {
     height: 30px;
     line-height: 30px;
}

textarea.input-sm {
     height: auto;
}

.input-lg {
     border-radius: 6px;
     font-size: 18px;
     height: 45px;
     line-height: 1.33;
     padding: 10px 16px;
}

select.input-lg {
     height: 45px;
     line-height: 45px;
}

textarea.input-lg {
     height: auto;
}

.has-warning .help-block, .has-warning .control-label {
     color: #c09853;
}

.has-warning .form-control {
     border-color: #c09853;
     box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.has-warning .form-control:focus {
     border-color: #a47e3c;
     box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 6px #dbc59e;
}

.has-warning .input-group-addon {
     background-color: #fcf8e3;
     border-color: #c09853;
     color: #c09853;
}

.has-error .help-block, .has-error .control-label {
     color: #b94a48;
}

.has-error .form-control {
     border-color: #b94a48;
     box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.has-error .form-control:focus {
     border-color: #953b39;
     box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 6px #d59392;
}

.has-error .input-group-addon {
     background-color: #f2dede;
     border-color: #b94a48;
     color: #b94a48;
}

.has-success .help-block, .has-success .control-label {
     color: #468847;
}

.has-success .form-control {
     border-color: #468847;
     box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.has-success .form-control:focus {
     border-color: #356635;
     box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 6px #7aba7b;
}

.has-success .input-group-addon {
     background-color: #dff0d8;
     border-color: #468847;
     color: #468847;
}

.form-control-static {
     margin-bottom: 0px;
     padding-top: 7px;
}

.help-block {
     color: #737373;
     display: block;
     margin-bottom: 10px;
     margin-top: 5px;
}

@media (min-width: 768px) {
  .form-inline .form-group { display: inline-block; margin-bottom: 0px; vertical-align: middle; }
  .form-inline .form-control { display: inline-block; }
  .form-inline .radio, .form-inline .checkbox { display: inline-block; padding-left: 0px; margin-top: 0px; margin-bottom: 0px; }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { float: none; margin-left: 0px; }
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
     margin-bottom: 0px;
     margin-top: 0px;
     padding-top: 7px;
}

.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;
}

.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 { text-align: right; }
}

.btn {
     -moz-user-select: none;
     border-radius: 4px;
     border: 1px solid transparent;
     cursor: pointer;
     display: inline-block;
     font-size: 14px;
     font-weight: normal;
     line-height: 1.42857;
     margin-bottom: 0px;
     padding: 6px 12px;
     text-align: center;
     vertical-align: middle;
     white-space: nowrap;
}

.btn:focus {
     outline-offset: -2px;
     outline: thin dotted #333333;
}

.btn:hover, .btn:focus {
     color: #333333;
     text-decoration: none;
}

.btn:active, .btn.active {
     background-image: none;
     box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.125) inset;
     outline: 0px none;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
     box-shadow: none;
     cursor: not-allowed;
     opacity: 0.65;
     pointer-events: none;
}

.btn-default {
     background-color: #ffffff;
     border-color: #cccccc;
     color: #333333;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
     background-color: #ebebeb;
     border-color: #adadad;
     color: #333333;
}

.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
     background-image: none;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default.active[disabled], fieldset[disabled] .btn-default.active {
     background-color: #ffffff;
     border-color: #cccccc;
}

.btn-primary {
     background-color: #428bca;
     border-color: #357ebd;
     color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
     background-color: #3276b1;
     border-color: #285e8e;
     color: #ffffff;
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
     background-image: none;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
     background-color: #428bca;
     border-color: #357ebd;
}

.btn-warning {
     background-color: #f0ad4e;
     border-color: #eea236;
     color: #ffffff;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
     background-color: #ed9c28;
     border-color: #d58512;
     color: #ffffff;
}

.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
     background-image: none;
}

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning.active {
     background-color: #f0ad4e;
     border-color: #eea236;
}

.btn-danger {
     background-color: #d9534f;
     border-color: #d43f3a;
     color: #ffffff;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
     background-color: #d2322d;
     border-color: #ac2925;
     color: #ffffff;
}

.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
     background-image: none;
}

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger.active {
     background-color: #d9534f;
     border-color: #d43f3a;
}

.btn-success {
     background-color: #5cb85c;
     border-color: #4cae4c;
     color: #ffffff;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
     background-color: #47a447;
     border-color: #398439;
     color: #ffffff;
}

.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
     background-image: none;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success.active[disabled], fieldset[disabled] .btn-success.active {
     background-color: #5cb85c;
     border-color: #4cae4c;
}

.btn-info {
     background-color: #5bc0de;
     border-color: #46b8da;
     color: #ffffff;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
     background-color: #39b3d7;
     border-color: #269abc;
     color: #ffffff;
}

.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
     background-image: none;
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info.active[disabled], fieldset[disabled] .btn-info.active {
     background-color: #5bc0de;
     border-color: #46b8da;
}

.btn-link {
     border-radius: 0px;
     color: #428bca;
     cursor: pointer;
     font-weight: normal;
}

.btn-link, .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: #2a6496;
     text-decoration: underline;
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
     color: #999999;
     text-decoration: none;
}

.btn-lg {
     border-radius: 6px;
     font-size: 18px;
     line-height: 1.33;
     padding: 10px 16px;
}

.btn-sm, .btn-xs {
     border-radius: 3px;
     font-size: 12px;
     line-height: 1.5;
     padding: 5px 10px;
}

.btn-xs {
     padding: 1px 5px;
}

.btn-block {
     display: block;
     padding-left: 0px;
     padding-right: 0px;
     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;
}

.collapse.in {
     display: block;
}

.collapsing {
     height: 0px;
     overflow: hidden;
     position: relative;
     transition: height 0.35s ease 0s;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("fonts/glyphicons-halflings-regular.woff") format("woff"), url("fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg");
}

.glyphicon {
     display: inline-block;
     font-family: 'Glyphicons Halflings';
     font-style: normal;
     font-weight: normal;
     line-height: 1;
     position: relative;
     top: 1px;
}

.glyphicon-asterisk:before {
     content: "*";
}

.glyphicon-plus:before {
     content: "+";
}

.glyphicon-euro:before {
     content: "€";
}

.glyphicon-minus:before {
     content: "−";
}

.glyphicon-cloud:before {
     content: "☁";
}

.glyphicon-envelope:before {
     content: "✉";
}

.glyphicon-pencil:before {
     content: "✏";
}

.glyphicon-glass:before {
     content: "";
}

.glyphicon-music:before {
     content: "";
}

.glyphicon-search:before {
     content: "";
}

.glyphicon-heart:before {
     content: "";
}

.glyphicon-star:before {
     content: "";
}

.glyphicon-star-empty:before {
     content: "";
}

.glyphicon-user:before {
     content: "";
}

.glyphicon-film:before {
     content: "";
}

.glyphicon-th-large:before {
     content: "";
}

.glyphicon-th:before {
     content: "";
}

.glyphicon-th-list:before {
     content: "";
}

.glyphicon-ok:before {
     content: "";
}

.glyphicon-remove:before {
     content: "";
}

.glyphicon-zoom-in:before {
     content: "";
}

.glyphicon-zoom-out:before {
     content: "";
}

.glyphicon-off:before {
     content: "";
}

.glyphicon-signal:before {
     content: "";
}

.glyphicon-cog:before {
     content: "";
}

.glyphicon-trash:before {
     content: "";
}

.glyphicon-home:before {
     content: "";
}

.glyphicon-file:before {
     content: "";
}

.glyphicon-time:before {
     content: "";
}

.glyphicon-road:before {
     content: "";
}

.glyphicon-download-alt:before {
     content: "";
}

.glyphicon-download:before {
     content: "";
}

.glyphicon-upload:before {
     content: "";
}

.glyphicon-inbox:before {
     content: "";
}

.glyphicon-play-circle:before {
     content: "";
}

.glyphicon-repeat:before {
     content: "";
}

.glyphicon-refresh:before {
     content: "";
}

.glyphicon-list-alt:before {
     content: "";
}

.glyphicon-flag:before {
     content: "";
}

.glyphicon-headphones:before {
     content: "";
}

.glyphicon-volume-off:before {
     content: "";
}

.glyphicon-volume-down:before {
     content: "";
}

.glyphicon-volume-up:before {
     content: "";
}

.glyphicon-qrcode:before {
     content: "";
}

.glyphicon-barcode:before {
     content: "";
}

.glyphicon-tag:before {
     content: "";
}

.glyphicon-tags:before {
     content: "";
}

.glyphicon-book:before {
     content: "";
}

.glyphicon-print:before {
     content: "";
}

.glyphicon-font:before {
     content: "";
}

.glyphicon-bold:before {
     content: "";
}

.glyphicon-italic:before {
     content: "";
}

.glyphicon-text-height:before {
     content: "";
}

.glyphicon-text-width:before {
     content: "";
}

.glyphicon-align-left:before {
     content: "";
}

.glyphicon-align-center:before {
     content: "";
}

.glyphicon-align-right:before {
     content: "";
}

.glyphicon-align-justify:before {
     content: "";
}

.glyphicon-list:before {
     content: "";
}

.glyphicon-indent-left:before {
     content: "";
}

.glyphicon-indent-right:before {
     content: "";
}

.glyphicon-facetime-video:before {
     content: "";
}

.glyphicon-picture:before {
     content: "";
}

.glyphicon-map-marker:before {
     content: "";
}

.glyphicon-adjust:before {
     content: "";
}

.glyphicon-tint:before {
     content: "";
}

.glyphicon-edit:before {
     content: "";
}

.glyphicon-share:before {
     content: "";
}

.glyphicon-check:before {
     content: "";
}

.glyphicon-move:before {
     content: "";
}

.glyphicon-step-backward:before {
     content: "";
}

.glyphicon-fast-backward:before {
     content: "";
}

.glyphicon-backward:before {
     content: "";
}

.glyphicon-play:before {
     content: "";
}

.glyphicon-pause:before {
     content: "";
}

.glyphicon-stop:before {
     content: "";
}

.glyphicon-forward:before {
     content: "";
}

.glyphicon-fast-forward:before {
     content: "";
}

.glyphicon-step-forward:before {
     content: "";
}

.glyphicon-eject:before {
     content: "";
}

.glyphicon-chevron-left:before {
     content: "";
}

.glyphicon-chevron-right:before {
     content: "";
}

.glyphicon-plus-sign:before {
     content: "";
}

.glyphicon-minus-sign:before {
     content: "";
}

.glyphicon-remove-sign:before {
     content: "";
}

.glyphicon-ok-sign:before {
     content: "";
}

.glyphicon-question-sign:before {
     content: "";
}

.glyphicon-info-sign:before {
     content: "";
}

.glyphicon-screenshot:before {
     content: "";
}

.glyphicon-remove-circle:before {
     content: "";
}

.glyphicon-ok-circle:before {
     content: "";
}

.glyphicon-ban-circle:before {
     content: "";
}

.glyphicon-arrow-left:before {
     content: "";
}

.glyphicon-arrow-right:before {
     content: "";
}

.glyphicon-arrow-up:before {
     content: "";
}

.glyphicon-arrow-down:before {
     content: "";
}

.glyphicon-share-alt:before {
     content: "";
}

.glyphicon-resize-full:before {
     content: "";
}

.glyphicon-resize-small:before {
     content: "";
}

.glyphicon-exclamation-sign:before {
     content: "";
}

.glyphicon-gift:before {
     content: "";
}

.glyphicon-leaf:before {
     content: "";
}

.glyphicon-eye-open:before {
     content: "";
}

.glyphicon-eye-close:before {
     content: "";
}

.glyphicon-warning-sign:before {
     content: "";
}

.glyphicon-plane:before {
     content: "";
}

.glyphicon-random:before {
     content: "";
}

.glyphicon-comment:before {
     content: "";
}

.glyphicon-magnet:before {
     content: "";
}

.glyphicon-chevron-up:before {
     content: "";
}

.glyphicon-chevron-down:before {
     content: "";
}

.glyphicon-retweet:before {
     content: "";
}

.glyphicon-shopping-cart:before {
     content: "";
}

.glyphicon-folder-close:before {
     content: "";
}

.glyphicon-folder-open:before {
     content: "";
}

.glyphicon-resize-vertical:before {
     content: "";
}

.glyphicon-resize-horizontal:before {
     content: "";
}

.glyphicon-hdd:before {
     content: "";
}

.glyphicon-bullhorn:before {
     content: "";
}

.glyphicon-certificate:before {
     content: "";
}

.glyphicon-thumbs-up:before {
     content: "";
}

.glyphicon-thumbs-down:before {
     content: "";
}

.glyphicon-hand-right:before {
     content: "";
}

.glyphicon-hand-left:before {
     content: "";
}

.glyphicon-hand-up:before {
     content: "";
}

.glyphicon-hand-down:before {
     content: "";
}

.glyphicon-circle-arrow-right:before {
     content: "";
}

.glyphicon-circle-arrow-left:before {
     content: "";
}

.glyphicon-circle-arrow-up:before {
     content: "";
}

.glyphicon-circle-arrow-down:before {
     content: "";
}

.glyphicon-globe:before {
     content: "";
}

.glyphicon-tasks:before {
     content: "";
}

.glyphicon-filter:before {
     content: "";
}

.glyphicon-fullscreen:before {
     content: "";
}

.glyphicon-dashboard:before {
     content: "";
}

.glyphicon-heart-empty:before {
     content: "";
}

.glyphicon-link:before {
     content: "";
}

.glyphicon-phone:before {
     content: "";
}

.glyphicon-usd:before {
     content: "";
}

.glyphicon-gbp:before {
     content: "";
}

.glyphicon-sort:before {
     content: "";
}

.glyphicon-sort-by-alphabet:before {
     content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
     content: "";
}

.glyphicon-sort-by-order:before {
     content: "";
}

.glyphicon-sort-by-order-alt:before {
     content: "";
}

.glyphicon-sort-by-attributes:before {
     content: "";
}

.glyphicon-sort-by-attributes-alt:before {
     content: "";
}

.glyphicon-unchecked:before {
     content: "";
}

.glyphicon-expand:before {
     content: "";
}

.glyphicon-collapse-down:before {
     content: "";
}

.glyphicon-collapse-up:before {
     content: "";
}

.glyphicon-log-in:before {
     content: "";
}

.glyphicon-flash:before {
     content: "";
}

.glyphicon-log-out:before {
     content: "";
}

.glyphicon-new-window:before {
     content: "";
}

.glyphicon-record:before {
     content: "";
}

.glyphicon-save:before {
     content: "";
}

.glyphicon-open:before {
     content: "";
}

.glyphicon-saved:before {
     content: "";
}

.glyphicon-import:before {
     content: "";
}

.glyphicon-export:before {
     content: "";
}

.glyphicon-send:before {
     content: "";
}

.glyphicon-floppy-disk:before {
     content: "";
}

.glyphicon-floppy-saved:before {
     content: "";
}

.glyphicon-floppy-remove:before {
     content: "";
}

.glyphicon-floppy-save:before {
     content: "";
}

.glyphicon-floppy-open:before {
     content: "";
}

.glyphicon-credit-card:before {
     content: "";
}

.glyphicon-transfer:before {
     content: "";
}

.glyphicon-cutlery:before {
     content: "";
}

.glyphicon-header:before {
     content: "";
}

.glyphicon-compressed:before {
     content: "";
}

.glyphicon-earphone:before {
     content: "";
}

.glyphicon-phone-alt:before {
     content: "";
}

.glyphicon-tower:before {
     content: "";
}

.glyphicon-stats:before {
     content: "";
}

.glyphicon-sd-video:before {
     content: "";
}

.glyphicon-hd-video:before {
     content: "";
}

.glyphicon-subtitles:before {
     content: "";
}

.glyphicon-sound-stereo:before {
     content: "";
}

.glyphicon-sound-dolby:before {
     content: "";
}

.glyphicon-sound-5-1:before {
     content: "";
}

.glyphicon-sound-6-1:before {
     content: "";
}

.glyphicon-sound-7-1:before {
     content: "";
}

.glyphicon-copyright-mark:before {
     content: "";
}

.glyphicon-registration-mark:before {
     content: "";
}

.glyphicon-cloud-download:before {
     content: "";
}

.glyphicon-cloud-upload:before {
     content: "";
}

.glyphicon-tree-conifer:before {
     content: "";
}

.glyphicon-tree-deciduous:before {
     content: "";
}

.glyphicon-briefcase:before {
     content: "💼";
}

.glyphicon-calendar:before {
     content: "📅";
}

.glyphicon-pushpin:before {
     content: "📌";
}

.glyphicon-paperclip:before {
     content: "📎";
}

.glyphicon-camera:before {
     content: "📷";
}

.glyphicon-lock:before {
     content: "🔒";
}

.glyphicon-bell:before {
     content: "🔔";
}

.glyphicon-bookmark:before {
     content: "🔖";
}

.glyphicon-fire:before {
     content: "🔥";
}

.glyphicon-wrench:before {
     content: "🔧";
}

.caret {
     border-color: #000000 rgba(0, 0, 0, 0) -moz-use-text-color;
     border-style: solid solid dotted;
     border-width: 4px 4px 0px;
     content: "";
     display: inline-block;
     height: 0px;
     margin-left: 2px;
     vertical-align: middle;
     width: 0px;
}

.dropdown {
     position: relative;
}

.dropdown-toggle:focus {
     outline: 0px none;
}

.dropdown-menu {
     background-clip: padding-box;
     background-color: #ffffff;
     border-radius: 4px;
     border: 1px solid rgba(0, 0, 0, 0.15);
     box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
     display: none;
     float: left;
     font-size: 14px;
     left: 0px;
     list-style: none outside none;
     margin: 2px 0px 0px;
     min-width: 160px;
     padding: 5px 0px;
     position: absolute;
     top: 100%;
     z-index: 1000;
}

.dropdown-menu.pull-right {
     left: auto;
     right: 0px;
}

.dropdown-menu .divider {
     background-color: #e5e5e5;
     height: 1px;
     margin: 9px 0px;
     overflow: hidden;
}

.dropdown-menu > li > a {
     clear: both;
     color: #333333;
     display: block;
     font-weight: normal;
     line-height: 1.42857;
     padding: 3px 20px;
     white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
     background-color: #428bca;
     color: #ffffff;
     text-decoration: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
     background-color: #428bca;
     color: #ffffff;
     outline: 0px none;
     text-decoration: none;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
     color: #999999;
}

.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: 0px none;
}

.dropdown-header {
     color: #999999;
     display: block;
     font-size: 12px;
     line-height: 1.42857;
     padding: 3px 20px;
}

.dropdown-backdrop {
     bottom: 0px;
     left: 0px;
     position: fixed;
     right: 0px;
     top: 0px;
     z-index: 990;
}

.pull-right > .dropdown-menu {
     left: auto;
     right: 0px;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
     border-bottom: 4px solid #000000;
     border-top: 0px dotted;
     content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
     bottom: 100%;
     margin-bottom: 1px;
     top: auto;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu { right: 0px; left: auto; }
}

.btn-default .caret {
     border-top-color: #333333;
}

.btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret {
     border-top-color: #ffffff;
}

.dropup .btn-default .caret {
     border-bottom-color: #333333;
}

.dropup .btn-primary .caret, .dropup .btn-success .caret, .dropup .btn-warning .caret, .dropup .btn-danger .caret, .dropup .btn-info .caret {
     border-bottom-color: #ffffff;
}

.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-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
     z-index: 2;
}

.btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
     outline: 0px none;
}

.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:before, .btn-toolbar:after {
     content: " ";
     display: table;
}

.btn-toolbar:after {
     clear: both;
}

.btn-toolbar:before, .btn-toolbar:after {
     content: " ";
     display: table;
}

.btn-toolbar:after {
     clear: both;
}

.btn-toolbar .btn-group {
     float: left;
}

.btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group, .btn-toolbar > .btn-group + .btn-group {
     margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
     border-radius: 0px;
}

.btn-group > .btn:first-child {
     margin-left: 0px;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
     border-bottom-right-radius: 0px;
     border-top-right-radius: 0px;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
     border-bottom-left-radius: 0px;
     border-top-left-radius: 0px;
}

.btn-group > .btn-group {
     float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
     border-radius: 0px;
}

.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
     border-bottom-right-radius: 0px;
     border-top-right-radius: 0px;
}

.btn-group > .btn-group:last-child > .btn:first-child {
     border-bottom-left-radius: 0px;
     border-top-left-radius: 0px;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
     outline: 0px none;
}

.btn-group-xs > .btn {
     border-radius: 3px;
     font-size: 12px;
     line-height: 1.5;
     padding: 1px 5px;
}

.btn-group-sm > .btn {
     border-radius: 3px;
     font-size: 12px;
     line-height: 1.5;
     padding: 5px 10px;
}

.btn-group-lg > .btn {
     border-radius: 6px;
     font-size: 18px;
     line-height: 1.33;
     padding: 10px 16px;
}

.btn-group > .btn + .dropdown-toggle {
     padding-left: 8px;
     padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
     padding-left: 12px;
     padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
     box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.btn .caret {
     margin-left: 0px;
}

.btn-lg .caret {
     border-width: 5px 5px 0px;
}

.dropup .btn-lg .caret {
     border-width: 0px 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
     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: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: 0px;
     margin-top: -1px;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
     border-radius: 0px;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
     border-bottom-left-radius: 0px;
     border-bottom-right-radius: 0px;
     border-top-right-radius: 4px;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
     border-bottom-left-radius: 4px;
     border-top-left-radius: 0px;
     border-top-right-radius: 0px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
     border-radius: 0px;
}

.btn-group-vertical > .btn-group:first-child > .btn:last-child, .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
     border-bottom-left-radius: 0px;
     border-bottom-right-radius: 0px;
}

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
     border-top-left-radius: 0px;
     border-top-right-radius: 0px;
}

.btn-group-justified {
     border-collapse: separate;
     display: table;
     table-layout: fixed;
     width: 100%;
}

.btn-group-justified .btn {
     display: table-cell;
     float: none;
     width: 1%;
}

[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] {
     display: none;
}

.input-group {
     border-collapse: separate;
     display: table;
     position: relative;
}

.input-group.col {
     float: none;
     padding-left: 0px;
     padding-right: 0px;
}

.input-group .form-control {
     margin-bottom: 0px;
     width: 100%;
}

.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: 45px;
     line-height: 1.33;
     padding: 10px 16px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
     height: 45px;
     line-height: 45px;
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
     height: auto;
}

.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-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
     height: 30px;
     line-height: 30px;
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
     height: auto;
}

.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: 0px;
}

.input-group-addon, .input-group-btn {
     vertical-align: middle;
     white-space: nowrap;
     width: 1%;
}

.input-group-addon {
     background-color: #eeeeee;
     border-radius: 4px;
     border: 1px solid #cccccc;
     font-size: 14px;
     font-weight: normal;
     line-height: 1;
     padding: 6px 12px;
     text-align: center;
}

.input-group-addon.input-sm {
     border-radius: 3px;
     font-size: 12px;
     padding: 5px 10px;
}

.input-group-addon.input-lg {
     border-radius: 6px;
     font-size: 18px;
     padding: 10px 16px;
}

.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
     margin-top: 0px;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
     border-bottom-right-radius: 0px;
     border-top-right-radius: 0px;
}

.input-group-addon:first-child {
     border-right: 0px none;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
     border-bottom-left-radius: 0px;
     border-top-left-radius: 0px;
}

.input-group-addon:last-child {
     border-left: 0px none;
}

.input-group-btn {
     position: relative;
     white-space: nowrap;
}

.input-group-btn > .btn {
     position: relative;
}

.input-group-btn > .btn + .btn {
     margin-left: -4px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:active {
     z-index: 2;
}

.nav {
     list-style: none outside none;
     margin-bottom: 0px;
     padding-left: 0px;
}

.nav:before, .nav:after {
     content: " ";
     display: table;
}

.nav:after {
     clear: both;
}

.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: #999999;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
     background-color: transparent;
     color: #999999;
     cursor: not-allowed;
     text-decoration: none;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
     background-color: #eeeeee;
     border-color: #428bca;
}

.nav .nav-divider {
     background-color: #e5e5e5;
     height: 1px;
     margin: 9px 0px;
     overflow: hidden;
}

.nav > li > a > img {
     max-width: none;
}

.nav-tabs {
     border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
     float: left;
     margin-bottom: -1px;
}

.nav-tabs > li > a {
     border-radius: 4px 4px 0px 0px;
     border: 1px solid transparent;
     line-height: 1.42857;
     margin-right: 2px;
}

.nav-tabs > li > a:hover {
     border-color: #eeeeee #eeeeee #dddddd;
}

.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: #ffffff;
     border-color: #dddddd #dddddd transparent;
     border-image: none;
     border-style: solid;
     border-width: 1px;
     color: #555555;
     cursor: default;
}

.nav-tabs.nav-justified {
     border-bottom: 0px none;
     width: 100%;
}

.nav-tabs.nav-justified > li {
     float: none;
}

.nav-tabs.nav-justified > li > a {
     text-align: center;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li { display: table-cell; width: 1%; }
}

.nav-tabs.nav-justified > li > a {
     border-bottom: 1px solid #dddddd;
     margin-right: 0px;
}

.nav-tabs.nav-justified > .active > a {
     border-bottom-color: #ffffff;
}

.nav-pills > li {
     float: left;
}

.nav-pills > li > a {
     border-radius: 5px;
}

.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: #428bca;
     color: #ffffff;
}

.nav-stacked > li {
     float: none;
}

.nav-stacked > li + li {
     margin-left: 0px;
     margin-top: 2px;
}

.nav-justified {
     width: 100%;
}

.nav-justified > li {
     float: none;
}

.nav-justified > li > a {
     text-align: center;
}

@media (min-width: 768px) {
  .nav-justified > li { display: table-cell; width: 1%; }
}

.nav-tabs-justified {
     border-bottom: 0px none;
}

.nav-tabs-justified > li > a {
     border-bottom: 1px solid #dddddd;
     margin-right: 0px;
}

.nav-tabs-justified > .active > a {
     border-bottom-color: #ffffff;
}

.tabbable:before, .tabbable:after {
     content: " ";
     display: table;
}

.tabbable:after {
     clear: both;
}

.tabbable:before, .tabbable:after {
     content: " ";
     display: table;
}

.tabbable:after {
     clear: both;
}

.tab-content > .tab-pane, .pill-content > .pill-pane {
     display: none;
}

.tab-content > .active, .pill-content > .active {
     display: block;
}

.nav .caret {
     border-bottom-color: #428bca;
     border-top-color: #428bca;
}

.nav a:hover .caret {
     border-bottom-color: #2a6496;
     border-top-color: #2a6496;
}

.nav-tabs .dropdown-menu {
     border-top-left-radius: 0px;
     border-top-right-radius: 0px;
     margin-top: -1px;
}

.navbar {
     border: 1px solid transparent;
     margin-bottom: 20px;
     min-height: 50px;
     position: relative;
     z-index: 1000;
}

.navbar:before, .navbar:after {
     content: " ";
     display: table;
}

.navbar:after {
     clear: both;
}

.navbar:before, .navbar:after {
     content: " ";
     display: table;
}

.navbar:after {
     clear: both;
}

@media (min-width: 768px) {
  .navbar { border-radius: 4px; }
}

.navbar-header:before, .navbar-header:after {
     content: " ";
     display: table;
}

.navbar-header:after {
     clear: both;
}

.navbar-header:before, .navbar-header:after {
     content: " ";
     display: table;
}

.navbar-header:after {
     clear: both;
}

@media (min-width: 768px) {
  .navbar-header { float: left; }
}

.navbar-collapse {
     border-top: 1px solid transparent;
     box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1) inset;
     max-height: 340px;
     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:before, .navbar-collapse:after {
     content: " ";
     display: table;
}

.navbar-collapse:after {
     clear: both;
}

.navbar-collapse.in {
     overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse { width: auto; border-top: 0px none; box-shadow: none; }
  .navbar-collapse.collapse { display: block ! important; height: auto ! important; padding-bottom: 0px; overflow: visible ! important; }
  .navbar-collapse.in { overflow-y: visible; }
  .navbar-collapse .navbar-nav.navbar-left:first-child { margin-left: -15px; }
  .navbar-collapse .navbar-nav.navbar-right:last-child { margin-right: -15px; }
  .navbar-collapse .navbar-text:last-child { margin-right: 0px; }
}

.container > .navbar-header, .container > .navbar-collapse {
     margin-left: -15px;
     margin-right: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header, .container > .navbar-collapse { margin-right: 0px; margin-left: 0px; }
}

.navbar-static-top {
     border-width: 0px 0px 1px;
}

@media (min-width: 768px) {
  .navbar-static-top { border-radius: 0px; }
}

.navbar-fixed-top, .navbar-fixed-bottom {
     border-width: 0px 0px 1px;
     left: 0px;
     position: fixed;
     right: 0px;
}

@media (min-width: 768px) {
  .navbar-fixed-top, .navbar-fixed-bottom { border-radius: 0px; }
}

.navbar-fixed-top {
     top: 0px;
     z-index: 1030;
}

.navbar-fixed-bottom {
     bottom: 0px;
     margin-bottom: 0px;
}

.navbar-brand {
     float: left;
     font-size: 18px;
     line-height: 20px;
     padding: 15px;
}

.navbar-brand:hover, .navbar-brand:focus {
     text-decoration: none;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand { margin-left: -15px; }
}

.navbar-toggle {
     background-color: transparent;
     border-radius: 4px;
     border: 1px solid transparent;
     float: right;
     margin-bottom: 8px;
     margin-right: 15px;
     margin-top: 8px;
     padding: 9px 10px;
     position: relative;
}

.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: 768px) {
  .navbar-toggle { display: none; }
}

.navbar-nav {
     margin: 7.5px -15px;
}

.navbar-nav > li > a {
     line-height: 20px;
     padding-bottom: 10px;
     padding-top: 10px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0px; background-color: transparent; border: 0px none; box-shadow: none; }
  .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: 20px; }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { background-image: none; }
}

@media (min-width: 768px) {
  .navbar-nav { float: left; margin: 0px; }
  .navbar-nav > li { float: left; }
  .navbar-nav > li > a { padding-top: 15px; padding-bottom: 15px; }
}

@media (min-width: 768px) {
  .navbar-left { float: left ! important; }
  .navbar-right { float: right ! important; }
}

.navbar-form {
     border-bottom: 1px solid transparent;
     border-top: 1px solid transparent;
     box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1) inset, 0px 1px 0px rgba(255, 255, 255, 0.1);
     margin: 8px -15px;
     padding: 10px 15px;
}

@media (min-width: 768px) {
  .navbar-form .form-group { display: inline-block; margin-bottom: 0px; vertical-align: middle; }
  .navbar-form .form-control { display: inline-block; }
  .navbar-form .radio, .navbar-form .checkbox { display: inline-block; padding-left: 0px; margin-top: 0px; margin-bottom: 0px; }
  .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] { float: none; margin-left: 0px; }
}

@media (max-width: 767px) {
  .navbar-form .form-group { margin-bottom: 5px; }
}

@media (min-width: 768px) {
  .navbar-form { width: auto; padding-top: 0px; padding-bottom: 0px; margin-right: 0px; margin-left: 0px; border: 0px none; box-shadow: none; }
}

.navbar-nav > li > .dropdown-menu {
     border-top-left-radius: 0px;
     border-top-right-radius: 0px;
     margin-top: 0px;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
     border-bottom-left-radius: 0px;
     border-bottom-right-radius: 0px;
}

.navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right {
     left: auto;
     right: 0px;
}

.navbar-btn {
     margin-bottom: 8px;
     margin-top: 8px;
}

.navbar-text {
     float: left;
     margin-bottom: 15px;
     margin-top: 15px;
}

@media (min-width: 768px) {
  .navbar-text { margin-right: 15px; margin-left: 15px; }
}

.navbar-default {
     background-color: #f8f8f8;
     border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
     color: #777777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
     background-color: transparent;
     color: #5e5e5e;
}

.navbar-default .navbar-text {
     color: #777777;
}

.navbar-default .navbar-nav > li > a {
     color: #777777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
     background-color: transparent;
     color: #333333;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
     background-color: #e7e7e7;
     color: #555555;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
     background-color: transparent;
     color: #cccccc;
}

.navbar-default .navbar-toggle {
     border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
     background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
     background-color: #cccccc;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
     border-color: #e6e6e6;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret {
     border-bottom-color: #333333;
     border-top-color: #333333;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
     background-color: #e7e7e7;
     color: #555555;
}

.navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
     border-bottom-color: #555555;
     border-top-color: #555555;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
     border-bottom-color: #777777;
     border-top-color: #777777;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777777; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #333333; background-color: transparent; }
  .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 { color: #555555; background-color: #e7e7e7; }
  .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 { color: #cccccc; background-color: transparent; }
}

.navbar-default .navbar-link {
     color: #777777;
}

.navbar-default .navbar-link:hover {
     color: #333333;
}

.navbar-inverse {
     background-color: #222222;
     border-color: #080808;
}

.navbar-inverse .navbar-brand {
     color: #999999;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
     background-color: transparent;
     color: #ffffff;
}

.navbar-inverse .navbar-text {
     color: #999999;
}

.navbar-inverse .navbar-nav > li > a {
     color: #999999;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
     background-color: transparent;
     color: #ffffff;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
     background-color: #080808;
     color: #ffffff;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
     background-color: transparent;
     color: #444444;
}

.navbar-inverse .navbar-toggle {
     border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
     background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
     background-color: #ffffff;
}

.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: #080808;
     color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
     border-bottom-color: #ffffff;
     border-top-color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
     border-bottom-color: #999999;
     border-top-color: #999999;
}

.navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret {
     border-bottom-color: #ffffff;
     border-top-color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #999999; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { color: #ffffff; background-color: transparent; }
  .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 { color: #ffffff; background-color: #080808; }
  .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 { color: #444444; background-color: transparent; }
}

.navbar-inverse .navbar-link {
     color: #999999;
}

.navbar-inverse .navbar-link:hover {
     color: #ffffff;
}

.breadcrumb {
     background-color: #f5f5f5;
     border-radius: 4px;
     list-style: none outside none;
     margin-bottom: 20px;
     padding: 8px 15px;
}

.breadcrumb > li {
     display: inline-block;
}

.breadcrumb > li + li:before {
     color: #cccccc;
     content: "/ ";
     padding: 0px 5px;
}

.breadcrumb > .active {
     color: #999999;
}

.pagination {
     border-radius: 4px;
     display: inline-block;
     margin: 20px 0px;
     padding-left: 0px;
}

.pagination > li {
     display: inline;
}

.pagination > li > a, .pagination > li > span {
     background-color: #ffffff;
     border: 1px solid #dddddd;
     float: left;
     line-height: 1.42857;
     margin-left: -1px;
     padding: 6px 12px;
     position: relative;
     text-decoration: none;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
     border-bottom-left-radius: 4px;
     border-top-left-radius: 4px;
     margin-left: 0px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
     border-bottom-right-radius: 4px;
     border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
     background-color: #eeeeee;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
     background-color: #428bca;
     border-color: #428bca;
     color: #ffffff;
     cursor: default;
     z-index: 2;
}

.pagination > .disabled > span, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
     background-color: #ffffff;
     border-color: #dddddd;
     color: #999999;
     cursor: not-allowed;
}

.pagination-lg > li > a, .pagination-lg > li > span {
     font-size: 18px;
     padding: 10px 16px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
     border-bottom-left-radius: 6px;
     border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
     border-bottom-right-radius: 6px;
     border-top-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
     font-size: 12px;
     padding: 5px 10px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
     border-bottom-left-radius: 3px;
     border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
     border-bottom-right-radius: 3px;
     border-top-right-radius: 3px;
}

.pager {
     list-style: none outside none;
     margin: 20px 0px;
     padding-left: 0px;
     text-align: center;
}

.pager:before, .pager:after {
     content: " ";
     display: table;
}

.pager:after {
     clear: both;
}

.pager:before, .pager:after {
     content: " ";
     display: table;
}

.pager:after {
     clear: both;
}

.pager li {
     display: inline;
}

.pager li > a, .pager li > span {
     background-color: #ffffff;
     border-radius: 15px;
     border: 1px solid #dddddd;
     display: inline-block;
     padding: 5px 14px;
}

.pager li > a:hover, .pager li > a:focus {
     background-color: #eeeeee;
     text-decoration: none;
}

.pager .next > a, .pager .next > span {
     float: right;
}

.pager .previous > a, .pager .previous > span {
     float: left;
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
     background-color: #ffffff;
     color: #999999;
     cursor: not-allowed;
}

.label {
     border-radius: 0.25em;
     color: #ffffff;
     display: inline;
     font-size: 75%;
     font-weight: bold;
     line-height: 1;
     padding: 0.2em 0.6em 0.3em;
     text-align: center;
     vertical-align: baseline;
     white-space: nowrap;
}

.label[href]:hover, .label[href]:focus {
     color: #ffffff;
     cursor: pointer;
     text-decoration: none;
}

.label:empty {
     display: none;
}

.label-default {
     background-color: #999999;
}

.label-default[href]:hover, .label-default[href]:focus {
     background-color: #808080;
}

.label-primary {
     background-color: #428bca;
}

.label-primary[href]:hover, .label-primary[href]:focus {
     background-color: #3071a9;
}

.label-success {
     background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
     background-color: #449d44;
}

.label-info {
     background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
     background-color: #31b0d5;
}

.label-warning {
     background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
     background-color: #ec971f;
}

.label-danger {
     background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
     background-color: #c9302c;
}

.badge {
     background-color: #999999;
     border-radius: 10px;
     color: #ffffff;
     display: inline-block;
     font-size: 12px;
     font-weight: bold;
     line-height: 1;
     min-width: 10px;
     padding: 3px 7px;
     text-align: center;
     vertical-align: baseline;
     white-space: nowrap;
}

.badge:empty {
     display: none;
}

a.badge:hover, a.badge:focus {
     color: #ffffff;
     cursor: pointer;
     text-decoration: none;
}

.btn .badge {
     position: relative;
     top: -1px;
}

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
     background-color: #ffffff;
     color: #428bca;
}

.nav-pills > li > a > .badge {
     margin-left: 3px;
}

.jumbotron {
     background-color: #eeeeee;
     color: inherit;
     font-size: 21px;
     font-weight: 200;
     line-height: 2.14286;
     margin-bottom: 30px;
     padding: 30px;
}

.jumbotron h1 {
     color: inherit;
     line-height: 1;
}

.jumbotron p {
     line-height: 1.4;
}

.container .jumbotron {
     border-radius: 6px;
}

@media screen and (min-width: 768px) {
  .jumbotron { padding-top: 48px; padding-bottom: 48px; }
  .container .jumbotron { padding-right: 60px; padding-left: 60px; }
  .jumbotron h1 { font-size: 63px; }
}

.thumbnail {
     background-color: #ffffff;
     border-radius: 4px;
     border: 1px solid #dddddd;
     display: block;
     height: auto;
     line-height: 1.42857;
     max-width: 100%;
     padding: 4px;
     transition: all 0.2s ease-in-out 0s;
}

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

a.thumbnail:hover, a.thumbnail:focus {
     border-color: #428bca;
}

.thumbnail > img {
     margin-left: auto;
     margin-right: auto;
}

.thumbnail .caption {
     color: #333333;
     padding: 9px;
}

.alert {
     border-radius: 4px;
     border: 1px solid transparent;
     margin-bottom: 20px;
     padding: 15px;
}

.alert h4 {
     color: inherit;
     margin-top: 0px;
}

.alert .alert-link {
     font-weight: bold;
}

.alert > p, .alert > ul {
     margin-bottom: 0px;
}

.alert > p + p {
     margin-top: 5px;
}

.alert-dismissable {
     padding-right: 35px;
}

.alert-dismissable .close {
     color: inherit;
     position: relative;
     right: -21px;
     top: -2px;
}

.alert-success {
     background-color: #dff0d8;
     border-color: #d6e9c6;
     color: #468847;
}

.alert-success hr {
     border-top-color: #c9e2b3;
}

.alert-success .alert-link {
     color: #356635;
}

.alert-info {
     background-color: #d9edf7;
     border-color: #bce8f1;
     color: #3a87ad;
}

.alert-info hr {
     border-top-color: #a6e1ec;
}

.alert-info .alert-link {
     color: #2d6987;
}

.alert-warning {
     background-color: #fcf8e3;
     border-color: #fbeed5;
     color: #c09853;
}

.alert-warning hr {
     border-top-color: #f8e5be;
}

.alert-warning .alert-link {
     color: #a47e3c;
}

.alert-danger {
     background-color: #f2dede;
     border-color: #eed3d7;
     color: #b94a48;
}

.alert-danger hr {
     border-top-color: #e6c1c7;
}

.alert-danger .alert-link {
     color: #953b39;
}

@keyframes progress-bar-stripes {
0% { background-position: 40px 0px; }
100% { background-position: 0px 0px; }
}

@keyframes progress-bar-stripes {
0% { background-position: 40px 0px; }
100% { background-position: 0px 0px; }
}

.progress {
     background-color: #f5f5f5;
     border-radius: 4px;
     box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
     height: 20px;
     margin-bottom: 20px;
     overflow: hidden;
}

.progress-bar {
     background-color: #428bca;
     box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.15) inset;
     color: #ffffff;
     float: left;
     font-size: 12px;
     height: 100%;
     text-align: center;
     transition: width 0.6s ease 0s;
     width: 0px;
}

.progress-striped .progress-bar {
     background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
     background-size: 40px 40px;
}

.progress.active .progress-bar {
     animation: 2s linear 0s normal none infinite progress-bar-stripes;
}

.progress-bar-success {
     background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
     background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.progress-bar-info {
     background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
     background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.progress-bar-warning {
     background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
     background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.progress-bar-danger {
     background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
     background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.media, .media-body {
     overflow: hidden;
}

.media, .media .media {
     margin-top: 15px;
}

.media:first-child {
     margin-top: 0px;
}

.media-object {
     display: block;
}

.media-heading {
     margin: 0px 0px 5px;
}

.media > .pull-left {
     margin-right: 10px;
}

.media > .pull-right {
     margin-left: 10px;
}

.media-list {
     list-style: none outside none;
     padding-left: 0px;
}

.list-group {
     margin-bottom: 20px;
     padding-left: 0px;
}

.list-group-item {
     background-color: #ffffff;
     border: 1px solid #dddddd;
     display: block;
     margin-bottom: -1px;
     padding: 10px 15px;
     position: relative;
}

.list-group-item:first-child {
     border-top-left-radius: 4px;
     border-top-right-radius: 4px;
}

.list-group-item:last-child {
     border-bottom-left-radius: 4px;
     border-bottom-right-radius: 4px;
     margin-bottom: 0px;
}

.list-group-item > .badge {
     float: right;
}

.list-group-item > .badge + .badge {
     margin-right: 5px;
}

a.list-group-item {
     color: #555555;
}

a.list-group-item .list-group-item-heading {
     color: #333333;
}

a.list-group-item:hover, a.list-group-item:focus {
     background-color: #f5f5f5;
     text-decoration: none;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
     background-color: #428bca;
     border-color: #428bca;
     color: #ffffff;
     z-index: 2;
}

.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading {
     color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
     color: #e1edf7;
}

.list-group-item-heading {
     margin-bottom: 5px;
     margin-top: 0px;
}

.list-group-item-text {
     line-height: 1.3;
     margin-bottom: 0px;
}

.panel {
     background-color: #ffffff;
     border-radius: 4px;
     border: 1px solid transparent;
     box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
     margin-bottom: 20px;
}

.panel-body {
     padding: 15px;
}

.panel-body:before, .panel-body:after {
     content: " ";
     display: table;
}

.panel-body:after {
     clear: both;
}

.panel-body:before, .panel-body:after {
     content: " ";
     display: table;
}

.panel-body:after {
     clear: both;
}

.panel > .list-group {
     margin-bottom: 0px;
}

.panel > .list-group .list-group-item {
     border-width: 1px 0px;
}

.panel > .list-group .list-group-item:first-child {
     border-top-left-radius: 0px;
     border-top-right-radius: 0px;
}

.panel > .list-group .list-group-item:last-child {
     border-bottom: 0px none;
}

.panel-heading + .list-group .list-group-item:first-child {
     border-top-width: 0px;
}

.panel > .table {
     margin-bottom: 0px;
}

.panel > .panel-body + .table {
     border-top: 1px solid #dddddd;
}

.panel-heading {
     border-bottom: 1px solid transparent;
     border-top-left-radius: 3px;
     border-top-right-radius: 3px;
     padding: 10px 15px;
}

.panel-title {
     font-size: 16px;
     margin-bottom: 0px;
     margin-top: 0px;
}

.panel-title > a {
     color: inherit;
}

.panel-footer {
     background-color: #f5f5f5;
     border-bottom-left-radius: 3px;
     border-bottom-right-radius: 3px;
     border-top: 1px solid #dddddd;
     padding: 10px 15px;
}

.panel-group .panel {
     border-radius: 4px;
     margin-bottom: 0px;
     overflow: hidden;
}

.panel-group .panel + .panel {
     margin-top: 5px;
}

.panel-group .panel-heading {
     border-bottom: 0px none;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
     border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
     border-top: 0px none;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
     border-bottom: 1px solid #dddddd;
}

.panel-default {
     border-color: #dddddd;
}

.panel-default > .panel-heading {
     background-color: #f5f5f5;
     border-color: #dddddd;
     color: #333333;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
     border-top-color: #dddddd;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
     border-bottom-color: #dddddd;
}

.panel-primary {
     border-color: #428bca;
}

.panel-primary > .panel-heading {
     background-color: #428bca;
     border-color: #428bca;
     color: #ffffff;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
     border-top-color: #428bca;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
     border-bottom-color: #428bca;
}

.panel-success {
     border-color: #d6e9c6;
}

.panel-success > .panel-heading {
     background-color: #dff0d8;
     border-color: #d6e9c6;
     color: #468847;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
     border-top-color: #d6e9c6;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
     border-bottom-color: #d6e9c6;
}

.panel-warning {
     border-color: #fbeed5;
}

.panel-warning > .panel-heading {
     background-color: #fcf8e3;
     border-color: #fbeed5;
     color: #c09853;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
     border-top-color: #fbeed5;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
     border-bottom-color: #fbeed5;
}

.panel-danger {
     border-color: #eed3d7;
}

.panel-danger > .panel-heading {
     background-color: #f2dede;
     border-color: #eed3d7;
     color: #b94a48;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
     border-top-color: #eed3d7;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
     border-bottom-color: #eed3d7;
}

.panel-info {
     border-color: #bce8f1;
}

.panel-info > .panel-heading {
     background-color: #d9edf7;
     border-color: #bce8f1;
     color: #3a87ad;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
     border-top-color: #bce8f1;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
     border-bottom-color: #bce8f1;
}

.well {
     background-color: #f5f5f5;
     border-radius: 4px;
     border: 1px solid #e3e3e3;
     box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
     margin-bottom: 20px;
     min-height: 20px;
     padding: 19px;
}

.well blockquote {
     border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
     border-radius: 6px;
     padding: 24px;
}

.well-sm {
     border-radius: 3px;
     padding: 9px;
}

.close {
     color: #000000;
     float: right;
     font-size: 21px;
     font-weight: bold;
     line-height: 1;
     opacity: 0.2;
     text-shadow: 0px 1px 0px #ffffff;
}

.close:hover, .close:focus {
     color: #000000;
     cursor: pointer;
     opacity: 0.5;
     text-decoration: none;
}

button.close {
     background: none repeat scroll 0% 0% transparent;
     border: 0px none;
     cursor: pointer;
     padding: 0px;
}

.modal-open {
     overflow: hidden;
}

body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
     margin-right: 15px;
}

.modal {
     bottom: 0px;
     display: none;
     left: 0px;
     overflow-x: auto;
     overflow-y: scroll;
     position: fixed;
     right: 0px;
     top: 0px;
     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-dialog {
     margin-left: auto;
     margin-right: auto;
     padding: 10px;
     width: auto;
     z-index: 1050;
}

.modal-content {
     background-clip: padding-box;
     background-color: #ffffff;
     border-radius: 6px;
     border: 1px solid rgba(0, 0, 0, 0.2);
     box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.5);
     outline: 0px none;
     position: relative;
}

.modal-backdrop {
     background-color: #000000;
     bottom: 0px;
     left: 0px;
     position: fixed;
     right: 0px;
     top: 0px;
     z-index: 1030;
}

.modal-backdrop.fade {
     opacity: 0;
}

.modal-backdrop.in {
     opacity: 0.5;
}

.modal-header {
     border-bottom: 1px solid #e5e5e5;
     min-height: 16.4286px;
     padding: 15px;
}

.modal-header .close {
     margin-top: -2px;
}

.modal-title {
     line-height: 1.42857;
     margin: 0px;
}

.modal-body {
     padding: 20px;
     position: relative;
}

.modal-footer {
     border-top: 1px solid #e5e5e5;
     margin-top: 15px;
     padding: 19px 20px 20px;
     text-align: right;
}

.modal-footer:before, .modal-footer:after {
     content: " ";
     display: table;
}

.modal-footer:after {
     clear: both;
}

.modal-footer:before, .modal-footer:after {
     content: " ";
     display: table;
}

.modal-footer:after {
     clear: both;
}

.modal-footer .btn + .btn {
     margin-bottom: 0px;
     margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
     margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
     margin-left: 0px;
}

@media screen and (min-width: 768px) {
  .modal-dialog { right: auto; left: 50%; width: 600px; padding-top: 30px; padding-bottom: 30px; }
  .modal-content { box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5); }
}

.tooltip {
     display: block;
     font-size: 12px;
     line-height: 1.4;
     opacity: 0;
     position: absolute;
     visibility: visible;
     z-index: 1030;
}

.tooltip.in {
     opacity: 0.9;
}

.tooltip.top {
     margin-top: -3px;
     padding: 5px 0px;
}

.tooltip.right {
     margin-left: 3px;
     padding: 0px 5px;
}

.tooltip.bottom {
     margin-top: 3px;
     padding: 5px 0px;
}

.tooltip.left {
     margin-left: -3px;
     padding: 0px 5px;
}

.tooltip-inner {
     background-color: #000000;
     border-radius: 4px;
     color: #ffffff;
     max-width: 200px;
     padding: 3px 8px;
     text-align: center;
     text-decoration: none;
}

.tooltip-arrow {
     border-color: transparent;
     border-style: solid;
     height: 0px;
     position: absolute;
     width: 0px;
}

.tooltip.top .tooltip-arrow {
     border-top-color: #000000;
     border-width: 5px 5px 0px;
     bottom: 0px;
     left: 50%;
     margin-left: -5px;
}

.tooltip.top-left .tooltip-arrow {
     border-top-color: #000000;
     border-width: 5px 5px 0px;
     bottom: 0px;
     left: 5px;
}

.tooltip.top-right .tooltip-arrow {
     border-top-color: #000000;
     border-width: 5px 5px 0px;
     bottom: 0px;
     right: 5px;
}

.tooltip.right .tooltip-arrow {
     border-right-color: #000000;
     border-width: 5px 5px 5px 0px;
     left: 0px;
     margin-top: -5px;
     top: 50%;
}

.tooltip.left .tooltip-arrow {
     border-left-color: #000000;
     border-width: 5px 0px 5px 5px;
     margin-top: -5px;
     right: 0px;
     top: 50%;
}

.tooltip.bottom .tooltip-arrow {
     border-bottom-color: #000000;
     border-width: 0px 5px 5px;
     left: 50%;
     margin-left: -5px;
     top: 0px;
}

.tooltip.bottom-left .tooltip-arrow {
     border-bottom-color: #000000;
     border-width: 0px 5px 5px;
     left: 5px;
     top: 0px;
}

.tooltip.bottom-right .tooltip-arrow {
     border-bottom-color: #000000;
     border-width: 0px 5px 5px;
     right: 5px;
     top: 0px;
}

.popover {
     background-clip: padding-box;
     background-color: #ffffff;
     border-radius: 6px;
     border: 1px solid rgba(0, 0, 0, 0.2);
     box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
     display: none;
     left: 0px;
     max-width: 276px;
     padding: 1px;
     position: absolute;
     text-align: left;
     top: 0px;
     white-space: normal;
     z-index: 1010;
}

.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 0px 0px;
     font-size: 14px;
     font-weight: normal;
     line-height: 18px;
     margin: 0px;
     padding: 8px 14px;
}

.popover-content {
     padding: 9px 14px;
}

.popover .arrow, .popover .arrow:after {
     border-color: transparent;
     border-style: solid;
     display: block;
     height: 0px;
     position: absolute;
     width: 0px;
}

.popover .arrow {
     border-width: 11px;
}

.popover .arrow:after {
     border-width: 10px;
     content: "";
}

.popover.top .arrow {
     border-bottom-width: 0px;
     border-top-color: rgba(0, 0, 0, 0.25);
     bottom: -11px;
     left: 50%;
     margin-left: -11px;
}

.popover.top .arrow:after {
     border-bottom-width: 0px;
     border-top-color: #ffffff;
     bottom: 1px;
     content: " ";
     margin-left: -10px;
}

.popover.right .arrow {
     border-left-width: 0px;
     border-right-color: rgba(0, 0, 0, 0.25);
     left: -11px;
     margin-top: -11px;
     top: 50%;
}

.popover.right .arrow:after {
     border-left-width: 0px;
     border-right-color: #ffffff;
     bottom: -10px;
     content: " ";
     left: 1px;
}

.popover.bottom .arrow {
     border-bottom-color: rgba(0, 0, 0, 0.25);
     border-top-width: 0px;
     left: 50%;
     margin-left: -11px;
     top: -11px;
}

.popover.bottom .arrow:after {
     border-bottom-color: #ffffff;
     border-top-width: 0px;
     content: " ";
     margin-left: -10px;
     top: 1px;
}

.popover.left .arrow {
     border-left-color: rgba(0, 0, 0, 0.25);
     border-right-width: 0px;
     margin-top: -11px;
     right: -11px;
     top: 50%;
}

.popover.left .arrow:after {
     border-left-color: #ffffff;
     border-right-width: 0px;
     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%;
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
     display: block;
}

.carousel-inner > .active {
     left: 0px;
}

.carousel-inner > .next, .carousel-inner > .prev {
     position: absolute;
     top: 0px;
     width: 100%;
}

.carousel-inner > .next {
     left: 100%;
}

.carousel-inner > .prev {
     left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
     left: 0px;
}

.carousel-inner > .active.left {
     left: -100%;
}

.carousel-inner > .active.right {
     left: 100%;
}

.carousel-control {
     bottom: 0px;
     color: #ffffff;
     font-size: 20px;
     left: 0px;
     opacity: 0.5;
     position: absolute;
     text-align: center;
     text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
     top: 0px;
     width: 15%;
}

.carousel-control.left {
     background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0) 100%);
     background-repeat: repeat-x;
}

.carousel-control.right {
     background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.5) 100%);
     background-repeat: repeat-x;
     left: auto;
     right: 0px;
}

.carousel-control:hover, .carousel-control:focus {
     color: #ffffff;
     opacity: 0.9;
     text-decoration: none;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
     display: inline-block;
     left: 50%;
     position: absolute;
     top: 50%;
     z-index: 5;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
     font-family: serif;
     height: 20px;
     margin-left: -10px;
     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: none outside none;
     margin-left: -30%;
     padding-left: 0px;
     position: absolute;
     text-align: center;
     width: 60%;
     z-index: 15;
}

.carousel-indicators li {
     border-radius: 10px;
     border: 1px solid #ffffff;
     cursor: pointer;
     display: inline-block;
     height: 10px;
     margin: 1px;
     text-indent: -999px;
     width: 10px;
}

.carousel-indicators .active {
     background-color: #ffffff;
     height: 12px;
     margin: 0px;
     width: 12px;
}

.carousel-caption {
     bottom: 20px;
     color: #ffffff;
     left: 15%;
     padding-bottom: 20px;
     padding-top: 20px;
     position: absolute;
     right: 15%;
     text-align: center;
     text-shadow: 0px 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 .icon-prev, .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -15px; margin-left: -15px; font-size: 30px; }
  .carousel-caption { right: 20%; left: 20%; padding-bottom: 30px; }
  .carousel-indicators { bottom: 20px; }
}

.clearfix:before, .clearfix:after {
     content: " ";
     display: table;
}

.clearfix:after {
     clear: both;
}

.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: 0px none;
     color: transparent;
     font: 0px/0 a;
     text-shadow: none;
}

.affix {
     position: fixed;
}

@media screen and (max-width: 400px) {
}

.hidden {
     display: none ! important;
     visibility: hidden ! important;
}

.visible-xs {
     display: none ! important;
}

tr.visible-xs {
     display: none ! important;
}

th.visible-xs, td.visible-xs {
     display: none ! important;
}

@media (max-width: 767px) {
  .visible-xs { display: block ! important; }
  tr.visible-xs { display: table-row ! important; }
  th.visible-xs, td.visible-xs { display: table-cell ! important; }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm { display: block ! important; }
  tr.visible-xs.visible-sm { display: table-row ! important; }
  th.visible-xs.visible-sm, td.visible-xs.visible-sm { display: table-cell ! important; }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md { display: block ! important; }
  tr.visible-xs.visible-md { display: table-row ! important; }
  th.visible-xs.visible-md, td.visible-xs.visible-md { display: table-cell ! important; }
}

@media (min-width: 1200px) {
  .visible-xs.visible-lg { display: block ! important; }
  tr.visible-xs.visible-lg { display: table-row ! important; }
  th.visible-xs.visible-lg, td.visible-xs.visible-lg { display: table-cell ! important; }
}

.visible-sm {
     display: none ! important;
}

tr.visible-sm {
     display: none ! important;
}

th.visible-sm, td.visible-sm {
     display: none ! important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs { display: block ! important; }
  tr.visible-sm.visible-xs { display: table-row ! important; }
  th.visible-sm.visible-xs, td.visible-sm.visible-xs { display: table-cell ! important; }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm { display: block ! important; }
  tr.visible-sm { display: table-row ! important; }
  th.visible-sm, td.visible-sm { display: table-cell ! important; }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md { display: block ! important; }
  tr.visible-sm.visible-md { display: table-row ! important; }
  th.visible-sm.visible-md, td.visible-sm.visible-md { display: table-cell ! important; }
}

@media (min-width: 1200px) {
  .visible-sm.visible-lg { display: block ! important; }
  tr.visible-sm.visible-lg { display: table-row ! important; }
  th.visible-sm.visible-lg, td.visible-sm.visible-lg { display: table-cell ! important; }
}

.visible-md {
     display: none ! important;
}

tr.visible-md {
     display: none ! important;
}

th.visible-md, td.visible-md {
     display: none ! important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs { display: block ! important; }
  tr.visible-md.visible-xs { display: table-row ! important; }
  th.visible-md.visible-xs, td.visible-md.visible-xs { display: table-cell ! important; }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm { display: block ! important; }
  tr.visible-md.visible-sm { display: table-row ! important; }
  th.visible-md.visible-sm, td.visible-md.visible-sm { display: table-cell ! important; }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md { display: block ! important; }
  tr.visible-md { display: table-row ! important; }
  th.visible-md, td.visible-md { display: table-cell ! important; }
}

@media (min-width: 1200px) {
  .visible-md.visible-lg { display: block ! important; }
  tr.visible-md.visible-lg { display: table-row ! important; }
  th.visible-md.visible-lg, td.visible-md.visible-lg { display: table-cell ! important; }
}

.visible-lg {
     display: none ! important;
}

tr.visible-lg {
     display: none ! important;
}

th.visible-lg, td.visible-lg {
     display: none ! important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs { display: block ! important; }
  tr.visible-lg.visible-xs { display: table-row ! important; }
  th.visible-lg.visible-xs, td.visible-lg.visible-xs { display: table-cell ! important; }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm { display: block ! important; }
  tr.visible-lg.visible-sm { display: table-row ! important; }
  th.visible-lg.visible-sm, td.visible-lg.visible-sm { display: table-cell ! important; }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md { display: block ! important; }
  tr.visible-lg.visible-md { display: table-row ! important; }
  th.visible-lg.visible-md, td.visible-lg.visible-md { display: table-cell ! important; }
}

@media (min-width: 1200px) {
  .visible-lg { display: block ! important; }
  tr.visible-lg { display: table-row ! important; }
  th.visible-lg, td.visible-lg { display: table-cell ! important; }
}

.hidden-xs {
     display: block ! important;
}

tr.hidden-xs {
     display: table-row ! important;
}

th.hidden-xs, td.hidden-xs {
     display: table-cell ! important;
}

@media (max-width: 767px) {
  .hidden-xs { display: none ! important; }
  tr.hidden-xs { display: none ! important; }
  th.hidden-xs, td.hidden-xs { display: none ! important; }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm { display: none ! important; }
  tr.hidden-xs.hidden-sm { display: none ! important; }
  th.hidden-xs.hidden-sm, td.hidden-xs.hidden-sm { display: none ! important; }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md { display: none ! important; }
  tr.hidden-xs.hidden-md { display: none ! important; }
  th.hidden-xs.hidden-md, td.hidden-xs.hidden-md { display: none ! important; }
}

@media (min-width: 1200px) {
  .hidden-xs.hidden-lg { display: none ! important; }
  tr.hidden-xs.hidden-lg { display: none ! important; }
  th.hidden-xs.hidden-lg, td.hidden-xs.hidden-lg { display: none ! important; }
}

.hidden-sm {
     display: block ! important;
}

tr.hidden-sm {
     display: table-row ! important;
}

th.hidden-sm, td.hidden-sm {
     display: table-cell ! important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs { display: none ! important; }
  tr.hidden-sm.hidden-xs { display: none ! important; }
  th.hidden-sm.hidden-xs, td.hidden-sm.hidden-xs { display: none ! important; }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm { display: none ! important; }
  tr.hidden-sm { display: none ! important; }
  th.hidden-sm, td.hidden-sm { display: none ! important; }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md { display: none ! important; }
  tr.hidden-sm.hidden-md { display: none ! important; }
  th.hidden-sm.hidden-md, td.hidden-sm.hidden-md { display: none ! important; }
}

@media (min-width: 1200px) {
  .hidden-sm.hidden-lg { display: none ! important; }
  tr.hidden-sm.hidden-lg { display: none ! important; }
  th.hidden-sm.hidden-lg, td.hidden-sm.hidden-lg { display: none ! important; }
}

.hidden-md {
     display: block ! important;
}

tr.hidden-md {
     display: table-row ! important;
}

th.hidden-md, td.hidden-md {
     display: table-cell ! important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs { display: none ! important; }
  tr.hidden-md.hidden-xs { display: none ! important; }
  th.hidden-md.hidden-xs, td.hidden-md.hidden-xs { display: none ! important; }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm { display: none ! important; }
  tr.hidden-md.hidden-sm { display: none ! important; }
  th.hidden-md.hidden-sm, td.hidden-md.hidden-sm { display: none ! important; }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md { display: none ! important; }
  tr.hidden-md { display: none ! important; }
  th.hidden-md, td.hidden-md { display: none ! important; }
}

@media (min-width: 1200px) {
  .hidden-md.hidden-lg { display: none ! important; }
  tr.hidden-md.hidden-lg { display: none ! important; }
  th.hidden-md.hidden-lg, td.hidden-md.hidden-lg { display: none ! important; }
}

.hidden-lg {
     display: block ! important;
}

tr.hidden-lg {
     display: table-row ! important;
}

th.hidden-lg, td.hidden-lg {
     display: table-cell ! important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs { display: none ! important; }
  tr.hidden-lg.hidden-xs { display: none ! important; }
  th.hidden-lg.hidden-xs, td.hidden-lg.hidden-xs { display: none ! important; }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm { display: none ! important; }
  tr.hidden-lg.hidden-sm { display: none ! important; }
  th.hidden-lg.hidden-sm, td.hidden-lg.hidden-sm { display: none ! important; }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md { display: none ! important; }
  tr.hidden-lg.hidden-md { display: none ! important; }
  th.hidden-lg.hidden-md, td.hidden-lg.hidden-md { display: none ! important; }
}

@media (min-width: 1200px) {
  .hidden-lg { display: none ! important; }
  tr.hidden-lg { display: none ! important; }
  th.hidden-lg, td.hidden-lg { display: none ! important; }
}

.visible-print {
     display: none ! important;
}

tr.visible-print {
     display: none ! important;
}

th.visible-print, td.visible-print {
     display: none ! important;
}

@media print {
  .visible-print { display: block ! important; }
  tr.visible-print { display: table-row ! important; }
  th.visible-print, td.visible-print { display: table-cell ! important; }
  .hidden-print { display: none ! important; }
  tr.hidden-print { display: none ! important; }
  th.hidden-print, td.hidden-print { display: none ! important; }
}

.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
     box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15) inset, 0px 1px 1px rgba(0, 0, 0, 0.075);
     text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}

.btn-default:active, .btn-primary:active, .btn-success:active, .btn-info:active, .btn-warning:active, .btn-danger:active, .btn-default.active, .btn-primary.active, .btn-success.active, .btn-info.active, .btn-warning.active, .btn-danger.active {
     box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.btn:active, .btn.active {
     background-image: none;
}

.btn-default {
     background-image: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
     background-repeat: repeat-x;
     border-color: #cccccc;
     text-shadow: 0px 1px 0px #ffffff;
}

.btn-default:active, .btn-default.active {
     background-color: #e6e6e6;
     border-color: #e0e0e0;
}

.btn-primary {
     background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
     background-repeat: repeat-x;
     border-color: #2d6ca2;
}

.btn-primary:active, .btn-primary.active {
     background-color: #3071a9;
     border-color: #2d6ca2;
}

.btn-success {
     background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
     background-repeat: repeat-x;
     border-color: #419641;
}

.btn-success:active, .btn-success.active {
     background-color: #449d44;
     border-color: #419641;
}

.btn-warning {
     background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
     background-repeat: repeat-x;
     border-color: #eb9316;
}

.btn-warning:active, .btn-warning.active {
     background-color: #ec971f;
     border-color: #eb9316;
}

.btn-danger {
     background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
     background-repeat: repeat-x;
     border-color: #c12e2a;
}

.btn-danger:active, .btn-danger.active {
     background-color: #c9302c;
     border-color: #c12e2a;
}

.btn-info {
     background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
     background-repeat: repeat-x;
     border-color: #2aabd2;
}

.btn-info:active, .btn-info.active {
     background-color: #31b0d5;
     border-color: #2aabd2;
}

.thumbnail, .img-thumbnail {
     box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.075);
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
     background-color: #357ebd;
     background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
     background-repeat: repeat-x;
}

.navbar {
     background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
     background-repeat: repeat-x;
     border-radius: 4px;
     box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15) inset, 0px 1px 5px rgba(0, 0, 0, 0.075);
}

.navbar .navbar-nav > .active > a {
     background-color: #f8f8f8;
}

.navbar-brand, .navbar-nav > li > a {
     text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25);
}

.navbar-inverse {
     background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%);
     background-repeat: repeat-x;
}

.navbar-inverse .navbar-nav > .active > a {
     background-color: #222222;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
     text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
}

.navbar-static-top, .navbar-fixed-top, .navbar-fixed-bottom {
     border-radius: 0px;
}

.alert {
     box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
     text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.alert-success {
     background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
     background-repeat: repeat-x;
     border-color: #b2dba1;
}

.alert-info {
     background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
     background-repeat: repeat-x;
     border-color: #9acfea;
}

.alert-warning {
     background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
     background-repeat: repeat-x;
     border-color: #f5e79e;
}

.alert-danger {
     background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
     background-repeat: repeat-x;
     border-color: #dca7a7;
}

.progress {
     background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
     background-repeat: repeat-x;
}

.progress-bar {
     background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
     background-repeat: repeat-x;
}

.progress-bar-success {
     background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
     background-repeat: repeat-x;
}

.progress-bar-info {
     background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
     background-repeat: repeat-x;
}

.progress-bar-warning {
     background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
     background-repeat: repeat-x;
}

.progress-bar-danger {
     background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
     background-repeat: repeat-x;
}

.list-group {
     border-radius: 4px;
     box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.075);
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
     background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
     background-repeat: repeat-x;
     border-color: #3278b3;
     text-shadow: 0px -1px 0px #3071a9;
}

.panel {
     box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
}

.panel-default > .panel-heading {
     background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
     background-repeat: repeat-x;
}

.panel-primary > .panel-heading {
     background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
     background-repeat: repeat-x;
}

.panel-success > .panel-heading {
     background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
     background-repeat: repeat-x;
}

.panel-info > .panel-heading {
     background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
     background-repeat: repeat-x;
}

.panel-warning > .panel-heading {
     background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
     background-repeat: repeat-x;
}

.panel-danger > .panel-heading {
     background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
     background-repeat: repeat-x;
}

.well {
     background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
     background-repeat: repeat-x;
     border-color: #dcdcdc;
     box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05) inset, 0px 1px 0px rgba(255, 255, 255, 0.1);
}

a {
     color: #667fa0;
}

a:hover {
     color: #2a3542;
}

.panel {
     border: medium none;
     box-shadow: none;
}

.panel-heading {
     border-color: #eff2f7;
     font-size: 16px;
     font-weight: 300;
}

.panel-title {
     color: #2a3542;
     font-family: 'Open Sans',sans-serif;
     font-size: 14px;
     font-weight: 400;
     margin-bottom: 0px;
     margin-top: 0px;
}

.label-default {
     background-color: #a1a1a1;
}

.label-primary {
     background-color: #59ace2;
}

.label-success {
     background-color: #a9d86e;
}

.label-info {
     background-color: #8175c7;
}

.label-warning {
     background-color: #fcb322;
}

.label-danger {
     background-color: #ff6c60;
}

.label-inverse {
     background-color: #344860;
}

.text-danger {
     color: #ff6c60;
}

.text-muted {
     color: #a1a1a1;
}

.text-primary {
     color: #59ace2;
}

.text-warning {
     color: #fcb322;
}

.text-success {
     color: #a9d86e;
}

.text-info {
     color: #8175c7;
}

.modal-content {
     border: medium none;
     box-shadow: none;
}

.modal-header {
     background: none repeat scroll 0% 0% #00a8b3;
     border-bottom: medium none;
     border-radius: 5px 5px 0px 0px;
     color: #ffffff;
}

.modal-header .close {
     margin-top: 0px;
}

.form-control {
     border: 1px solid #e2e2e4;
     box-shadow: none;
     color: #c2c2c2;
}

.form-control:focus, #focusedInput {
     border: 1px solid #000000;
     box-shadow: none;
}

.form-horizontal .control-label {
     font-size: 14px;
     font-weight: 300;
     text-align: left;
}

input, textarea, select, button {
     outline: medium none ! important;
}

ul {
     padding-left: 0px;
}

.btn-default {
     background-color: #bec3c7;
     border-color: #bec3c7;
     color: #ffffff;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
     background-color: #b0b5b9;
     border-color: #b0b5b9;
     color: #ffffff;
}

.btn-primary {
     background-color: #41cac0;
     border-color: #41cac0;
     color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
     background-color: #39b2a9;
     border-color: #39b2a9;
     color: #ffffff;
}

.btn-success {
     background-color: #78cd51;
     border-color: #78cd51;
     color: #ffffff;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
     background-color: #6dbb4a;
     border-color: #6dbb4a;
     color: #ffffff;
}

.btn-info {
     background-color: #58c9f3;
     border-color: #58c9f3;
     color: #ffffff;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
     background-color: #53bee6;
     border-color: #53bee6;
     color: #ffffff;
}

.btn-warning {
     background-color: #f1c500;
     border-color: #f1c500;
     color: #ffffff;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
     background-color: #e4ba00;
     border-color: #e4ba00;
     color: #ffffff;
}

.btn-danger {
     background-color: #ff6c60;
     border-color: #ff6c60;
     color: #ffffff;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
     background-color: #ec6459;
     border-color: #ec6459;
     color: #ffffff;
}

.btn-round {
     border-radius: 30px;
}

.btn-shadow.btn-default {
     box-shadow: 0px 4px #9c9c9c;
}

.btn-shadow.btn-primary {
     box-shadow: 0px 4px #29b392;
}

.btn-shadow.btn-success {
     box-shadow: 0px 4px #61a642;
}

.btn-shadow.btn-info {
     box-shadow: 0px 4px #1caadc;
}

.btn-shadow.btn-warning {
     box-shadow: 0px 4px #cab03f;
}

.btn-shadow.btn-danger {
     box-shadow: 0px 4px #d1595a;
}

.btn-group.open .dropdown-toggle, .btn-white.active, .btn:active, .btn.active {
     box-shadow: none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
     background-color: #495d74;
     color: #ffffff;
     text-decoration: none;
}

.btn-white {
     background-clip: padding-box;
     background-color: #ffffff;
     border-color: rgba(150, 160, 180, 0.3);
     box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.05) inset;
}

.breadcrumb {
     background-color: #ffffff;
}

.nav-tabs > li > a {
     margin-right: 1px;
}

.panel-default > .panel-heading {
     background-color: #ffffff;
     border-color: #dddddd;
     color: #797979;
}

.navbar-inverse {
     background-color: #7087a3;
     border-color: #7087a3;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus {
     background-color: #61748d;
}

.navbar-inverse .navbar-nav > li a:hover {
     color: #2a3542;
}

.navbar-inverse .navbar-nav > li > ul > li a:hover {
     color: #ffffff;
}

.navbar-inverse .navbar-brand {
     color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a {
     color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
     border-bottom-color: #ffffff;
     border-top-color: #ffffff;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
     color: #000000;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
     color: #ffffff;
}

.nav-justified {
     width: auto ! important;
}

.nav-justified li:last-child > a:hover, .nav-justified li.active:last-child > a {
     border-radius: 0px 4px 0px 0px ! important;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
     background-color: #00a8b3;
     border-color: #00a8b3;
     color: #ffffff;
     z-index: 2;
}

.list-group-item-heading {
     font-weight: 300;
}

@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("fonts/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
}

[class^="icon-"], [class*=" icon-"] {
     font-family: FontAwesome;
     font-style: normal;
     font-weight: normal;
     text-decoration: inherit;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
     display: inline-block;
     text-decoration: inherit;
}

.icon-large:before {
     font-size: 1.33333em;
     vertical-align: -10%;
}

a [class^="icon-"], a [class*=" icon-"] {
     display: inline;
}

.icon-fixed-width[class^="icon-"], .icon-fixed-width[class*=" icon-"] {
     display: inline-block;
     padding-right: 0.285714em;
     text-align: right;
     width: 1.14286em;
}

.icon-fixed-width.icon-large[class^="icon-"], .icon-fixed-width.icon-large[class*=" icon-"] {
     width: 1.42857em;
}

.icons-ul {
     list-style-type: none;
     margin-left: 2.14286em;
}

.icons-ul > li {
     position: relative;
}

.icons-ul .icon-li {
     left: -2.14286em;
     line-height: inherit;
     position: absolute;
     text-align: center;
     width: 2.14286em;
}

.hide[class^="icon-"], .hide[class*=" icon-"] {
     display: none;
}

.icon-muted {
     color: #eeeeee;
}

.icon-light {
     color: #ffffff;
}

.icon-dark {
     color: #333333;
}

.icon-border {
     border-radius: 3px;
     border: 1px solid #eeeeee;
     padding: 0.2em 0.25em 0.15em;
}

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

.icon-2x.icon-border {
     border-radius: 4px;
     border-width: 2px;
}

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

.icon-3x.icon-border {
     border-radius: 5px;
     border-width: 3px;
}

.icon-4x {
     font-size: 4em;
}

.icon-4x.icon-border {
     border-radius: 6px;
     border-width: 4px;
}

.icon-5x {
     font-size: 5em;
}

.icon-5x.icon-border {
     border-radius: 7px;
     border-width: 5px;
}

.pull-right {
     float: right;
}

.pull-left {
     float: left;
}

.pull-left[class^="icon-"], .pull-left[class*=" icon-"] {
     margin-right: 0.3em;
}

.pull-right[class^="icon-"], .pull-right[class*=" icon-"] {
     margin-left: 0.3em;
}

[class^="icon-"], [class*=" icon-"] {
     background-image: none;
     background-position: 0% 0%;
     background-repeat: repeat;
     display: inline;
     height: auto;
     line-height: normal;
     margin-top: 0px;
     vertical-align: baseline;
     width: auto;
}

.icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"] {
     background-image: none;
}

.btn .icon-large[class^="icon-"], .nav .icon-large[class^="icon-"], .btn .icon-large[class*=" icon-"], .nav .icon-large[class*=" icon-"] {
     line-height: 0.9em;
}

.btn .icon-spin[class^="icon-"], .nav .icon-spin[class^="icon-"], .btn .icon-spin[class*=" icon-"], .nav .icon-spin[class*=" icon-"] {
     display: inline-block;
}

.nav-tabs [class^="icon-"], .nav-pills [class^="icon-"], .nav-tabs [class*=" icon-"], .nav-pills [class*=" icon-"], .nav-tabs .icon-large[class^="icon-"], .nav-pills .icon-large[class^="icon-"], .nav-tabs .icon-large[class*=" icon-"], .nav-pills .icon-large[class*=" icon-"] {
     line-height: 0.9em;
}

.btn .pull-left.icon-2x[class^="icon-"], .btn .pull-left.icon-2x[class*=" icon-"], .btn .pull-right.icon-2x[class^="icon-"], .btn .pull-right.icon-2x[class*=" icon-"] {
     margin-top: 0.18em;
}

.btn .icon-spin.icon-large[class^="icon-"], .btn .icon-spin.icon-large[class*=" icon-"] {
     line-height: 0.8em;
}

.btn.btn-small .pull-left.icon-2x[class^="icon-"], .btn.btn-small .pull-left.icon-2x[class*=" icon-"], .btn.btn-small .pull-right.icon-2x[class^="icon-"], .btn.btn-small .pull-right.icon-2x[class*=" icon-"] {
     margin-top: 0.25em;
}

.btn.btn-large [class^="icon-"], .btn.btn-large [class*=" icon-"] {
     margin-top: 0px;
}

.btn.btn-large .pull-left.icon-2x[class^="icon-"], .btn.btn-large .pull-left.icon-2x[class*=" icon-"], .btn.btn-large .pull-right.icon-2x[class^="icon-"], .btn.btn-large .pull-right.icon-2x[class*=" icon-"] {
     margin-top: 0.05em;
}

.btn.btn-large .pull-left.icon-2x[class^="icon-"], .btn.btn-large .pull-left.icon-2x[class*=" icon-"] {
     margin-right: 0.2em;
}

.btn.btn-large .pull-right.icon-2x[class^="icon-"], .btn.btn-large .pull-right.icon-2x[class*=" icon-"] {
     margin-left: 0.2em;
}

.nav-list [class^="icon-"], .nav-list [class*=" icon-"] {
     line-height: inherit;
}

.icon-stack {
     display: inline-block;
     height: 2em;
     line-height: 2em;
     position: relative;
     vertical-align: -35%;
     width: 2em;
}

.icon-stack [class^="icon-"], .icon-stack [class*=" icon-"] {
     display: block;
     font-size: 1em;
     height: 100%;
     line-height: inherit;
     position: absolute;
     text-align: center;
     width: 100%;
}

.icon-stack .icon-stack-base {
     font-size: 2em;
}

.icon-spin {
     animation: 2s linear 0s normal none infinite spin;
     display: inline-block;
}

a .icon-stack, a .icon-spin {
     display: inline-block;
     text-decoration: none;
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(359deg); }
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(359deg); }
}

.icon-rotate-90:before {
     transform: rotate(90deg);
}

.icon-rotate-180:before {
     transform: rotate(180deg);
}

.icon-rotate-270:before {
     transform: rotate(270deg);
}

.icon-flip-horizontal:before {
     transform: scale(-1, 1);
}

.icon-flip-vertical:before {
     transform: scale(1, -1);
}

a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
     display: inline-block;
}

.icon-glass:before {
     content: "";
}

.icon-music:before {
     content: "";
}

.icon-search:before {
     content: "";
}

.icon-envelope-alt:before {
     content: "";
}

.icon-heart:before {
     content: "";
}

.icon-star:before {
     content: "";
}

.icon-star-empty:before {
     content: "";
}

.icon-user:before {
     content: "";
}

.icon-film:before {
     content: "";
}

.icon-th-large:before {
     content: "";
}

.icon-th:before {
     content: "";
}

.icon-th-list:before {
     content: "";
}

.icon-ok:before {
     content: "";
}

.icon-remove:before {
     content: "";
}

.icon-zoom-in:before {
     content: "";
}

.icon-zoom-out:before {
     content: "";
}

.icon-power-off:before, .icon-off:before {
     content: "";
}

.icon-signal:before {
     content: "";
}

.icon-gear:before, .icon-cog:before {
     content: "";
}

.icon-trash:before {
     content: "";
}

.icon-home:before {
     content: "";
}

.icon-file-alt:before {
     content: "";
}

.icon-time:before {
     content: "";
}

.icon-road:before {
     content: "";
}

.icon-download-alt:before {
     content: "";
}

.icon-download:before {
     content: "";
}

.icon-upload:before {
     content: "";
}

.icon-inbox:before {
     content: "";
}

.icon-play-circle:before {
     content: "";
}

.icon-rotate-right:before, .icon-repeat:before {
     content: "";
}

.icon-refresh:before {
     content: "";
}

.icon-list-alt:before {
     content: "";
}

.icon-lock:before {
     content: "";
}

.icon-flag:before {
     content: "";
}

.icon-headphones:before {
     content: "";
}

.icon-volume-off:before {
     content: "";
}

.icon-volume-down:before {
     content: "";
}

.icon-volume-up:before {
     content: "";
}

.icon-qrcode:before {
     content: "";
}

.icon-barcode:before {
     content: "";
}

.icon-tag:before {
     content: "";
}

.icon-tags:before {
     content: "";
}

.icon-book:before {
     content: "";
}

.icon-bookmark:before {
     content: "";
}

.icon-print:before {
     content: "";
}

.icon-camera:before {
     content: "";
}

.icon-font:before {
     content: "";
}

.icon-bold:before {
     content: "";
}

.icon-italic:before {
     content: "";
}

.icon-text-height:before {
     content: "";
}

.icon-text-width:before {
     content: "";
}

.icon-align-left:before {
     content: "";
}

.icon-align-center:before {
     content: "";
}

.icon-align-right:before {
     content: "";
}

.icon-align-justify:before {
     content: "";
}

.icon-list:before {
     content: "";
}

.icon-indent-left:before {
     content: "";
}

.icon-indent-right:before {
     content: "";
}

.icon-facetime-video:before {
     content: "";
}

.icon-picture:before {
     content: "";
}

.icon-pencil:before {
     content: "";
}

.icon-map-marker:before {
     content: "";
}

.icon-adjust:before {
     content: "";
}

.icon-tint:before {
     content: "";
}

.icon-edit:before {
     content: "";
}

.icon-share:before {
     content: "";
}

.icon-check:before {
     content: "";
}

.icon-move:before {
     content: "";
}

.icon-step-backward:before {
     content: "";
}

.icon-fast-backward:before {
     content: "";
}

.icon-backward:before {
     content: "";
}

.icon-play:before {
     content: "";
}

.icon-pause:before {
     content: "";
}

.icon-stop:before {
     content: "";
}

.icon-forward:before {
     content: "";
}

.icon-fast-forward:before {
     content: "";
}

.icon-step-forward:before {
     content: "";
}

.icon-eject:before {
     content: "";
}

.icon-chevron-left:before {
     content: "";
}

.icon-chevron-right:before {
     content: "";
}

.icon-plus-sign:before {
     content: "";
}

.icon-minus-sign:before {
     content: "";
}

.icon-remove-sign:before {
     content: "";
}

.icon-ok-sign:before {
     content: "";
}

.icon-question-sign:before {
     content: "";
}

.icon-info-sign:before {
     content: "";
}

.icon-screenshot:before {
     content: "";
}

.icon-remove-circle:before {
     content: "";
}

.icon-ok-circle:before {
     content: "";
}

.icon-ban-circle:before {
     content: "";
}

.icon-arrow-left:before {
     content: "";
}

.icon-arrow-right:before {
     content: "";
}

.icon-arrow-up:before {
     content: "";
}

.icon-arrow-down:before {
     content: "";
}

.icon-mail-forward:before, .icon-share-alt:before {
     content: "";
}

.icon-resize-full:before {
     content: "";
}

.icon-resize-small:before {
     content: "";
}

.icon-plus:before {
     content: "";
}

.icon-minus:before {
     content: "";
}

.icon-asterisk:before {
     content: "";
}

.icon-exclamation-sign:before {
     content: "";
}

.icon-gift:before {
     content: "";
}

.icon-leaf:before {
     content: "";
}

.icon-fire:before {
     content: "";
}

.icon-eye-open:before {
     content: "";
}

.icon-eye-close:before {
     content: "";
}

.icon-warning-sign:before {
     content: "";
}

.icon-plane:before {
     content: "";
}

.icon-calendar:before {
     content: "";
}

.icon-random:before {
     content: "";
}

.icon-comment:before {
     content: "";
}

.icon-magnet:before {
     content: "";
}

.icon-chevron-up:before {
     content: "";
}

.icon-chevron-down:before {
     content: "";
}

.icon-retweet:before {
     content: "";
}

.icon-shopping-cart:before {
     content: "";
}

.icon-folder-close:before {
     content: "";
}

.icon-folder-open:before {
     content: "";
}

.icon-resize-vertical:before {
     content: "";
}

.icon-resize-horizontal:before {
     content: "";
}

.icon-bar-chart:before {
     content: "";
}

.icon-twitter-sign:before {
     content: "";
}

.icon-facebook-sign:before {
     content: "";
}

.icon-camera-retro:before {
     content: "";
}

.icon-key:before {
     content: "";
}

.icon-gears:before, .icon-cogs:before {
     content: "";
}

.icon-comments:before {
     content: "";
}

.icon-thumbs-up-alt:before {
     content: "";
}

.icon-thumbs-down-alt:before {
     content: "";
}

.icon-star-half:before {
     content: "";
}

.icon-heart-empty:before {
     content: "";
}

.icon-signout:before {
     content: "";
}

.icon-linkedin-sign:before {
     content: "";
}

.icon-pushpin:before {
     content: "";
}

.icon-external-link:before {
     content: "";
}

.icon-signin:before {
     content: "";
}

.icon-trophy:before {
     content: "";
}

.icon-github-sign:before {
     content: "";
}

.icon-upload-alt:before {
     content: "";
}

.icon-lemon:before {
     content: "";
}

.icon-phone:before {
     content: "";
}

.icon-unchecked:before, .icon-check-empty:before {
     content: "";
}

.icon-bookmark-empty:before {
     content: "";
}

.icon-phone-sign:before {
     content: "";
}

.icon-twitter:before {
     content: "";
}

.icon-facebook:before {
     content: "";
}

.icon-github:before {
     content: "";
}

.icon-unlock:before {
     content: "";
}

.icon-credit-card:before {
     content: "";
}

.icon-rss:before {
     content: "";
}

.icon-hdd:before {
     content: "";
}

.icon-bullhorn:before {
     content: "";
}

.icon-bell:before {
     content: "";
}

.icon-certificate:before {
     content: "";
}

.icon-hand-right:before {
     content: "";
}

.icon-hand-left:before {
     content: "";
}

.icon-hand-up:before {
     content: "";
}

.icon-hand-down:before {
     content: "";
}

.icon-circle-arrow-left:before {
     content: "";
}

.icon-circle-arrow-right:before {
     content: "";
}

.icon-circle-arrow-up:before {
     content: "";
}

.icon-circle-arrow-down:before {
     content: "";
}

.icon-globe:before {
     content: "";
}

.icon-wrench:before {
     content: "";
}

.icon-tasks:before {
     content: "";
}

.icon-filter:before {
     content: "";
}

.icon-briefcase:before {
     content: "";
}

.icon-fullscreen:before {
     content: "";
}

.icon-group:before {
     content: "";
}

.icon-link:before {
     content: "";
}

.icon-cloud:before {
     content: "";
}

.icon-beaker:before {
     content: "";
}

.icon-cut:before {
     content: "";
}

.icon-copy:before {
     content: "";
}

.icon-paperclip:before, .icon-paper-clip:before {
     content: "";
}

.icon-save:before {
     content: "";
}

.icon-sign-blank:before {
     content: "";
}

.icon-reorder:before {
     content: "";
}

.icon-list-ul:before {
     content: "";
}

.icon-list-ol:before {
     content: "";
}

.icon-strikethrough:before {
     content: "";
}

.icon-underline:before {
     content: "";
}

.icon-table:before {
     content: "";
}

.icon-magic:before {
     content: "";
}

.icon-truck:before {
     content: "";
}

.icon-pinterest:before {
     content: "";
}

.icon-pinterest-sign:before {
     content: "";
}

.icon-google-plus-sign:before {
     content: "";
}

.icon-google-plus:before {
     content: "";
}

.icon-money:before {
     content: "";
}

.icon-caret-down:before {
     content: "";
}

.icon-caret-up:before {
     content: "";
}

.icon-caret-left:before {
     content: "";
}

.icon-caret-right:before {
     content: "";
}

.icon-columns:before {
     content: "";
}

.icon-sort:before {
     content: "";
}

.icon-sort-down:before {
     content: "";
}

.icon-sort-up:before {
     content: "";
}

.icon-envelope:before {
     content: "";
}

.icon-linkedin:before {
     content: "";
}

.icon-rotate-left:before, .icon-undo:before {
     content: "";
}

.icon-legal:before {
     content: "";
}

.icon-dashboard:before {
     content: "";
}

.icon-comment-alt:before {
     content: "";
}

.icon-comments-alt:before {
     content: "";
}

.icon-bolt:before {
     content: "";
}

.icon-sitemap:before {
     content: "";
}

.icon-umbrella:before {
     content: "";
}

.icon-paste:before {
     content: "";
}

.icon-lightbulb:before {
     content: "";
}

.icon-exchange:before {
     content: "";
}

.icon-cloud-download:before {
     content: "";
}

.icon-cloud-upload:before {
     content: "";
}

.icon-user-md:before {
     content: "";
}

.icon-stethoscope:before {
     content: "";
}

.icon-suitcase:before {
     content: "";
}

.icon-bell-alt:before {
     content: "";
}

.icon-coffee:before {
     content: "";
}

.icon-food:before {
     content: "";
}

.icon-file-text-alt:before {
     content: "";
}

.icon-building:before {
     content: "";
}

.icon-hospital:before {
     content: "";
}

.icon-ambulance:before {
     content: "";
}

.icon-medkit:before {
     content: "";
}

.icon-fighter-jet:before {
     content: "";
}

.icon-beer:before {
     content: "";
}

.icon-h-sign:before {
     content: "";
}

.icon-plus-sign-alt:before {
     content: "";
}

.icon-double-angle-left:before {
     content: "";
}

.icon-double-angle-right:before {
     content: "";
}

.icon-double-angle-up:before {
     content: "";
}

.icon-double-angle-down:before {
     content: "";
}

.icon-angle-left:before {
     content: "";
}

.icon-angle-right:before {
     content: "";
}

.icon-angle-up:before {
     content: "";
}

.icon-angle-down:before {
     content: "";
}

.icon-desktop:before {
     content: "";
}

.icon-laptop:before {
     content: "";
}

.icon-tablet:before {
     content: "";
}

.icon-mobile-phone:before {
     content: "";
}

.icon-circle-blank:before {
     content: "";
}

.icon-quote-left:before {
     content: "";
}

.icon-quote-right:before {
     content: "";
}

.icon-spinner:before {
     content: "";
}

.icon-circle:before {
     content: "";
}

.icon-mail-reply:before, .icon-reply:before {
     content: "";
}

.icon-github-alt:before {
     content: "";
}

.icon-folder-close-alt:before {
     content: "";
}

.icon-folder-open-alt:before {
     content: "";
}

.icon-expand-alt:before {
     content: "";
}

.icon-collapse-alt:before {
     content: "";
}

.icon-smile:before {
     content: "";
}

.icon-frown:before {
     content: "";
}

.icon-meh:before {
     content: "";
}

.icon-gamepad:before {
     content: "";
}

.icon-keyboard:before {
     content: "";
}

.icon-flag-alt:before {
     content: "";
}

.icon-flag-checkered:before {
     content: "";
}

.icon-terminal:before {
     content: "";
}

.icon-code:before {
     content: "";
}

.icon-reply-all:before {
     content: "";
}

.icon-mail-reply-all:before {
     content: "";
}

.icon-star-half-full:before, .icon-star-half-empty:before {
     content: "";
}

.icon-location-arrow:before {
     content: "";
}

.icon-crop:before {
     content: "";
}

.icon-code-fork:before {
     content: "";
}

.icon-unlink:before {
     content: "";
}

.icon-question:before {
     content: "";
}

.icon-info:before {
     content: "";
}

.icon-exclamation:before {
     content: "";
}

.icon-superscript:before {
     content: "";
}

.icon-subscript:before {
     content: "";
}

.icon-eraser:before {
     content: "";
}

.icon-puzzle-piece:before {
     content: "";
}

.icon-microphone:before {
     content: "";
}

.icon-microphone-off:before {
     content: "";
}

.icon-shield:before {
     content: "";
}

.icon-calendar-empty:before {
     content: "";
}

.icon-fire-extinguisher:before {
     content: "";
}

.icon-rocket:before {
     content: "";
}

.icon-maxcdn:before {
     content: "";
}

.icon-chevron-sign-left:before {
     content: "";
}

.icon-chevron-sign-right:before {
     content: "";
}

.icon-chevron-sign-up:before {
     content: "";
}

.icon-chevron-sign-down:before {
     content: "";
}

.icon-html5:before {
     content: "";
}

.icon-css3:before {
     content: "";
}

.icon-anchor:before {
     content: "";
}

.icon-unlock-alt:before {
     content: "";
}

.icon-bullseye:before {
     content: "";
}

.icon-ellipsis-horizontal:before {
     content: "";
}

.icon-ellipsis-vertical:before {
     content: "";
}

.icon-rss-sign:before {
     content: "";
}

.icon-play-sign:before {
     content: "";
}

.icon-ticket:before {
     content: "";
}

.icon-minus-sign-alt:before {
     content: "";
}

.icon-check-minus:before {
     content: "";
}

.icon-level-up:before {
     content: "";
}

.icon-level-down:before {
     content: "";
}

.icon-check-sign:before {
     content: "";
}

.icon-edit-sign:before {
     content: "";
}

.icon-external-link-sign:before {
     content: "";
}

.icon-share-sign:before {
     content: "";
}

.icon-compass:before {
     content: "";
}

.icon-collapse:before {
     content: "";
}

.icon-collapse-top:before {
     content: "";
}

.icon-expand:before {
     content: "";
}

.icon-euro:before, .icon-eur:before {
     content: "";
}

.icon-gbp:before {
     content: "";
}

.icon-dollar:before, .icon-usd:before {
     content: "";
}

.icon-rupee:before, .icon-inr:before {
     content: "";
}

.icon-yen:before, .icon-jpy:before {
     content: "";
}

.icon-renminbi:before, .icon-cny:before {
     content: "";
}

.icon-won:before, .icon-krw:before {
     content: "";
}

.icon-bitcoin:before, .icon-btc:before {
     content: "";
}

.icon-file:before {
     content: "";
}

.icon-file-text:before {
     content: "";
}

.icon-sort-by-alphabet:before {
     content: "";
}

.icon-sort-by-alphabet-alt:before {
     content: "";
}

.icon-sort-by-attributes:before {
     content: "";
}

.icon-sort-by-attributes-alt:before {
     content: "";
}

.icon-sort-by-order:before {
     content: "";
}

.icon-sort-by-order-alt:before {
     content: "";
}

.icon-thumbs-up:before {
     content: "";
}

.icon-thumbs-down:before {
     content: "";
}

.icon-youtube-sign:before {
     content: "";
}

.icon-youtube:before {
     content: "";
}

.icon-xing:before {
     content: "";
}

.icon-xing-sign:before {
     content: "";
}

.icon-youtube-play:before {
     content: "";
}

.icon-dropbox:before {
     content: "";
}

.icon-stackexchange:before {
     content: "";
}

.icon-instagram:before {
     content: "";
}

.icon-flickr:before {
     content: "";
}

.icon-adn:before {
     content: "";
}

.icon-bitbucket:before {
     content: "";
}

.icon-bitbucket-sign:before {
     content: "";
}

.icon-tumblr:before {
     content: "";
}

.icon-tumblr-sign:before {
     content: "";
}

.icon-long-arrow-down:before {
     content: "";
}

.icon-long-arrow-up:before {
     content: "";
}

.icon-long-arrow-left:before {
     content: "";
}

.icon-long-arrow-right:before {
     content: "";
}

.icon-apple:before {
     content: "";
}

.icon-windows:before {
     content: "";
}

.icon-android:before {
     content: "";
}

.icon-linux:before {
     content: "";
}

.icon-dribbble:before {
     content: "";
}

.icon-skype:before {
     content: "";
}

.icon-foursquare:before {
     content: "";
}

.icon-trello:before {
     content: "";
}

.icon-female:before {
     content: "";
}

.icon-male:before {
     content: "";
}

.icon-gittip:before {
     content: "";
}

.icon-sun:before {
     content: "";
}

.icon-moon:before {
     content: "";
}

.icon-archive:before {
     content: "";
}

.icon-bug:before {
     content: "";
}

.icon-vk:before {
     content: "";
}

.icon-weibo:before {
     content: "";
}

.icon-renren:before {
     content: "";
}

.bx-wrapper {
     padding: 0px;
     position: relative;
}

.bx-wrapper img {
     display: block;
     width: 100%;
}

.bxslider {
     left: 1px;
     margin-left: -1px;
     position: relative;
}

.bx-wrapper .bx-viewport {
     background: none repeat scroll 0% 0% transparent;
     padding: 0px;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
     bottom: -30px;
     display: none;
     position: absolute;
     width: 100%;
}

.bx-wrapper .bx-loading {
     background: url("/assets/bxslider/images/bx_loader.gif") no-repeat scroll center center #ffffff;
     display: none;
     height: 100%;
     left: 0px;
     min-height: 50px;
     position: absolute;
     top: 0px;
     width: 100%;
     z-index: 2000;
}

.bx-wrapper .bx-pager {
     color: #666666;
     font-family: Arial;
     font-size: 0.85em;
     font-weight: bold;
     padding-top: 20px;
     text-align: center;
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
     display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
     background: none repeat scroll 0% 0% #666666;
     border-radius: 5px;
     display: block;
     height: 10px;
     margin: 0px 5px;
     outline: 0px none;
     text-indent: -9999px;
     width: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
     background: none repeat scroll 0% 0% #000000;
}

.bx-wrapper .bx-prev {
     background: url("/assets/bxslider/images/left.png") no-repeat scroll 0% 0% transparent;
     left: 46%;
}

.bx-wrapper .bx-next {
     background: url("/assets/bxslider/images/right.png") no-repeat scroll 0% 0% transparent;
     left: 50%;
}

.bx-wrapper .bx-prev:hover {
     background: url("/assets/bxslider/images/left-hover.png") no-repeat scroll 0% 0% transparent;
}

.bx-wrapper .bx-next:hover {
     background: url("/assets/bxslider/images/right-hover.png") no-repeat scroll 0% 0% transparent;
}

.bx-wrapper .bx-controls-direction a {
     border-radius: 50px;
     height: 24px;
     outline: 0px none;
     position: absolute;
     text-indent: -9999px;
     top: 230px;
     width: 24px;
     z-index: 9;
}

.bx-wrapper .bx-controls-direction a.disabled {
     display: none;
}

.bx-wrapper .bx-controls-auto {
     text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
     background: url("/assets/bxslider/images/controls.png") no-repeat scroll -86px -11px transparent;
     display: block;
     height: 11px;
     margin: 0px 3px;
     outline: 0px none;
     text-indent: -9999px;
     width: 10px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
     background-position: -86px 0px;
}

.bx-wrapper .bx-controls-auto .bx-stop {
     background: url("/assets/bxslider/images/controls.png") no-repeat scroll -86px -44px transparent;
     display: block;
     height: 11px;
     margin: 0px 3px;
     outline: 0px none;
     text-indent: -9999px;
     width: 9px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
     background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
     text-align: left;
     width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
     right: 0px;
     width: 35px;
}

.bx-wrapper .bx-caption {
     background: none repeat scroll 0% 0% rgba(80, 80, 80, 0.75);
     bottom: 0px;
     left: 0px;
     position: absolute;
     width: 100%;
}

.bx-wrapper .bx-caption span {
     color: #ffffff;
     display: block;
     font-family: Arial;
     font-size: 0.85em;
     padding: 10px;
}

.recent-work ul.bxslider li b {
     color: #656565;
     font-size: 13px;
     font-style: normal;
     font-weight: 200;
}

.recent-work ul.bxslider li em {
     display: block;
     overflow: hidden;
     position: relative;
}

.recent-work ul.bxslider li strong {
     color: #000000;
     display: block;
     font-size: 16px;
     font-weight: 300;
}

.recent-work ul.bxslider li:hover b, .recent-work ul.bxslider li:hover strong {
     color: #ffffff;
}

.recent-work ul.bxslider li a.bxslider-block {
     background: none repeat scroll 0% 0% #fcfcfc;
     display: block;
     padding: 10px;
}

.recent-work ul.bxslider li:hover a.bxslider-block {
     background: none repeat scroll 0% 0% #0da3e2;
     transition: all 0.9s ease 0s;
}

.recent-work ul.bxslider li i.icon-hover-1, .recent-work ul.bxslider li i.icon-hover-2 {
     background: url("img/black-opacity.png") repeat scroll 0% 0% rgba(0, 0, 0, 0) ! important;
     border-radius: 50%;
     color: #ffffff;
     font-size: 16px;
     margin-top: -1.5em;
     padding: 16px;
     position: absolute;
     top: 50%;
}

.recent-work ul.bxslider li i.icon-hover-1:hover, .recent-work ul.bxslider li i.icon-hover-2:hover {
     color: #0da3e2;
}

.recent-work ul.bxslider li i.icon-hover-1 {
     left: -100px;
}

.recent-work ul.bxslider li i.icon-hover-2 {
     right: -100px;
}

.recent-work ul.bxslider li:hover i.icon-hover-1 {
     left: 30%;
}

.recent-work ul.bxslider li:hover i.icon-hover-2 {
     right: 30%;
}

.recent-work ul.bxslider li:hover i.icon-hover-1, .recent-work ul.bxslider li:hover i.icon-hover-2 {
     transition: all 0.6s ease 0s;
}

body.fancybox-lock {
     margin-right: 0px ! important;
}

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
     border: 0px none;
     margin: 0px;
     outline: medium none;
     padding: 0px;
     vertical-align: top;
}

.fancybox-wrap {
     left: 0px;
     position: absolute;
     top: 0px;
     z-index: 8020;
}

.fancybox-skin {
     background: none repeat scroll 0% 0% #f9f9f9;
     border-radius: 4px;
     color: #444444;
     position: relative;
     text-shadow: none;
}

.fancybox-opened {
     z-index: 8030;
}

.fancybox-opened .fancybox-skin {
     box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
     position: relative;
}

.fancybox-inner {
     overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    
}

.fancybox-error {
     color: #444444;
     font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
     margin: 0px;
     padding: 15px;
     white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
     display: block;
     height: 100%;
     width: 100%;
}

.fancybox-image {
     max-height: 100%;
     max-width: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
     background-image: url("/assets/megafolio/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
     background-position: 0px -108px;
     cursor: pointer;
     left: 50%;
     margin-left: -22px;
     margin-top: -22px;
     opacity: 0.8;
     position: fixed;
     top: 50%;
     z-index: 8060;
}

#fancybox-loading div {
     background: url("/assets/megafolio/fancybox/fancybox_loading.gif") no-repeat scroll center center transparent;
     height: 44px;
     width: 44px;
}

.fancybox-close {
     cursor: pointer;
     height: 36px;
     position: absolute;
     right: -18px;
     top: -18px;
     width: 36px;
     z-index: 8040;
}

.fancybox-nav {
     background: url("/assets/megafolio/fancybox/blank.gif") repeat scroll 0% 0% transparent;
     cursor: pointer;
     height: 20px;
     position: absolute;
     text-decoration: none;
     top: 50%;
     width: 20px;
     z-index: 8040;
}

.fancybox-prev {
     left: 0px;
}

.fancybox-next {
     right: 0px;
}

.fancybox-nav span {
     cursor: pointer;
     height: 34px;
     margin-top: -18px;
     position: absolute;
     top: 50%;
     visibility: hidden;
     width: 36px;
     z-index: 8040;
}

.fancybox-prev span {
     background-position: 0px -36px;
     left: 10px;
}

.fancybox-next span {
     background-position: 0px -72px;
     right: 10px;
}

.fancybox-wrap:hover .fancybox-nav span {
     visibility: visible;
}

.fancybox-tmp {
     left: -99999px;
     max-height: 99999px;
     max-width: 99999px;
     overflow: visible ! important;
     position: absolute;
     top: -99999px;
     visibility: hidden;
}

.fancybox-lock {
     overflow: hidden;
}

.fancybox-overlay {
     background: url("/assets/megafolio/fancybox/fancybox_overlay.png") repeat scroll 0% 0% transparent;
     display: none;
     left: 0px;
     overflow: hidden;
     position: absolute;
     top: 0px;
     z-index: 8010;
}

.fancybox-overlay-fixed {
     bottom: 0px;
     position: fixed;
     right: 0px;
}

.fancybox-lock .fancybox-overlay {
     overflow-x: auto;
     overflow-y: hidden;
}

.fancybox-title {
     font: 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
     position: relative;
     text-shadow: none;
     visibility: hidden;
     z-index: 8050;
}

.fancybox-opened .fancybox-title {
     visibility: visible;
}

.fancybox-title-float-wrap {
     bottom: 0px;
     margin-bottom: -35px;
     position: absolute;
     right: 50%;
     text-align: center;
     z-index: 8050;
}

.fancybox-title-float-wrap .child {
     background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.8);
     border-radius: 15px;
     color: #ffffff;
     display: inline-block;
     font-weight: bold;
     line-height: 24px;
     margin-right: -100%;
     padding: 2px 20px;
     text-shadow: 0px 1px 2px #222222;
     white-space: nowrap;
}

.fancybox-title-outside-wrap {
     color: #ffffff;
     margin-top: 10px;
     position: relative;
}

.fancybox-title-inside-wrap {
     padding-top: 10px;
}

.fancybox-title-over-wrap {
     background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.8);
     bottom: 0px;
     color: #ffffff;
     left: 0px;
     padding: 10px;
     position: absolute;
}

@font-face {
  font-family: "ecoicon";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/ecoicons/ecoicon.eot?#iefix") format("embedded-opentype"), url("fonts/ecoicons/ecoicon.woff") format("woff"), url("fonts/ecoicons/ecoicon.ttf") format("truetype"), url("fonts/ecoicons/ecoicon.svg#ecoicon") format("svg");
}

.hi-icon-wrap {
     margin: 0px auto;
     padding: 2em 0px 3em;
     text-align: center;
}

.hi-icon {
     border-radius: 50%;
     color: #d7cf8e;
     cursor: pointer;
     display: inline-block;
     font-size: 0px;
     height: 130px;
     margin: 15px 30px;
     position: relative;
     text-align: center;
     width: 130px;
     z-index: 1;
}

.hi-icon:after {
     border-radius: 50%;
     box-sizing: content-box;
     content: "";
     height: 100%;
     pointer-events: none;
     position: absolute;
     width: 100%;
}

.hi-icon:before {
     display: block;
     font-family: 'ecoicon';
     font-style: normal;
     font-variant: normal;
     font-weight: normal;
     text-transform: none;
}

.hi-icon-mobile:before {
     content: "";
}

.hi-icon-screen:before {
     content: "";
}

.hi-icon-earth:before {
     content: "";
}

.hi-icon-support:before {
     content: "";
}

.hi-icon-locked:before {
     content: "";
}

.hi-icon-cog:before {
     content: "";
}

.hi-icon-clock:before {
     content: "";
}

.hi-icon-videos:before {
     content: "";
}

.hi-icon-list:before {
     content: "";
}

.hi-icon-refresh:before {
     content: "";
}

.hi-icon-images:before {
     content: "";
}

.hi-icon-pencil:before {
     content: "";
}

.hi-icon-link:before {
     content: "";
}

.hi-icon-mail:before {
     content: "";
}

.hi-icon-location:before {
     content: "";
}

.hi-icon-archive:before {
     content: "";
}

.hi-icon-chat:before {
     content: "";
}

.hi-icon-bookmark:before {
     content: "";
}

.hi-icon-user:before {
     content: "";
}

.hi-icon-contract:before {
     content: "";
}

.hi-icon-star:before {
     content: "";
}

.hi-icon-effect-1 .hi-icon {
     background: none repeat scroll 0% 0% #c8f0e9;
     transition: background 0.2s ease 0s, color 0.2s ease 0s;
}

.hi-icon-effect-1 .hi-icon:after {
     box-shadow: 0px 0px 0px 4px #c8f0e9;
     left: -7px;
     opacity: 0;
     padding: 7px;
     top: -7px;
     transform: scale(0.8);
     transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}

.no-touch .hi-icon-effect-1a .hi-icon:hover {
     background: none repeat scroll 0% 0% #c8f0e9;
     color: #2f2f2f;
}

.no-touch .hi-icon-effect-1a .hi-icon:hover:after {
     opacity: 1;
     transform: scale(1);
}

.hi-icon-effect-2nd .hi-icon {
     background: none repeat scroll 0% 0% #fede9d;
     transition: background 0.2s ease 0s, color 0.2s ease 0s;
}

.hi-icon-effect-2nd .hi-icon:after {
     box-shadow: 0px 0px 0px 4px #fede9d;
     left: -7px;
     opacity: 0;
     padding: 7px;
     top: -7px;
     transform: scale(0.8);
     transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}

.no-touch .hi-icon-effect-2nda .hi-icon:hover {
     background: none repeat scroll 0% 0% #fede9d;
     color: #ffffff;
}

.no-touch .hi-icon-effect-2nda .hi-icon:hover:after {
     opacity: 1;
     transform: scale(1);
}

.hi-icon-effect-3rd .hi-icon {
     background: none repeat scroll 0% 0% #c3d8fc;
     transition: background 0.2s ease 0s, color 0.2s ease 0s;
}

.hi-icon-effect-3rd .hi-icon:after {
     box-shadow: 0px 0px 0px 4px #c3d8fc;
     left: -7px;
     opacity: 0;
     padding: 7px;
     top: -7px;
     transform: scale(0.8);
     transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}

.no-touch .hi-icon-effect-3rda .hi-icon:hover {
     background: none repeat scroll 0% 0% #c3d8fc;
     color: #ffffff;
}

.no-touch .hi-icon-effect-3rda .hi-icon:hover:after {
     opacity: 1;
     transform: scale(1);
}

.no-touch .hi-icon-effect-1b .hi-icon:hover {
     background: none repeat scroll 0% 0% #ffffff;
     color: #41ab6b;
}

.hi-icon-effect-1b .hi-icon:after {
     transform: scale(1.2);
}

.no-touch .hi-icon-effect-1b .hi-icon:hover:after {
     opacity: 1;
     transform: scale(1);
}

.hi-icon-effect-2 .hi-icon {
     box-shadow: 0px 0px 0px 3px #ffffff;
     color: #eea303;
     transition: color 0.3s ease 0s;
}

.hi-icon-effect-2 .hi-icon:after {
     background: none repeat scroll 0% 0% #ffffff;
     left: -2px;
     padding: 2px;
     top: -2px;
     transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
     z-index: -1;
}

.no-touch .hi-icon-effect-2a .hi-icon:hover {
     color: #eea303;
}

.no-touch .hi-icon-effect-2a .hi-icon:hover:after {
     transform: scale(0.85);
}

.no-touch .hi-icon-effect-2b .hi-icon:hover:after {
     opacity: 0;
     transform: scale(0);
     transition: transform 0.4s ease 0s, opacity 0.2s ease 0s;
}

.no-touch .hi-icon-effect-2b .hi-icon:hover {
     color: #ffffff;
}

.hi-icon-effect-3 .hi-icon {
     box-shadow: 0px 0px 0px 4px #ffffff;
     transition: color 0.3s ease 0s;
}

.hi-icon-effect-3 .hi-icon:after {
     background: none repeat scroll 0% 0% #ffffff;
     left: -2px;
     padding: 2px;
     top: -2px;
     transition: transform 0.2s ease 0s, opacity 0.3s ease 0s;
     z-index: -1;
}

.hi-icon-effect-3a .hi-icon {
     color: #f06060;
}

.no-touch .hi-icon-effect-3a .hi-icon:hover {
     color: #ffffff;
}

.no-touch .hi-icon-effect-3a .hi-icon:hover:after {
     opacity: 0;
     transform: scale(1.3);
}

.hi-icon-effect-3b .hi-icon {
     color: #ffffff;
}

.no-touch .hi-icon-effect-3b .hi-icon:hover {
     color: #f06060;
}

.hi-icon-effect-3b .hi-icon:after {
     opacity: 0;
     transform: scale(1.3);
}

.no-touch .hi-icon-effect-3b .hi-icon:hover:after {
     opacity: 1;
     transform: scale(1);
}

.hi-icon-effect-4 .hi-icon {
     box-shadow: 0px 0px 0px 4px #ffffff;
     height: 92px;
     width: 92px;
}

.hi-icon-effect-4a .hi-icon {
     transition: box-shadow 0.2s ease 0s;
}

.hi-icon-effect-4 .hi-icon:before {
     line-height: 92px;
}

.hi-icon-effect-4 .hi-icon:after {
     border: 4px dashed #ffffff;
     left: -4px;
     padding: 0px;
     top: -4px;
     z-index: 10;
}

.no-touch .hi-icon-effect-4 .hi-icon:hover {
     box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
     color: #ffffff;
}

.no-touch .hi-icon-effect-4b .hi-icon:hover {
     transition: box-shadow 0.2s ease 0s;
}

.no-touch .hi-icon-effect-4b .hi-icon:hover:after {
     animation: 9s linear 0s normal none infinite spinAround;
}

@keyframes spinAround {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

@keyframes spinAround {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

.hi-icon-effect-5 .hi-icon {
     box-shadow: 0px 0px 0px 4px #ffffff;
     overflow: hidden;
     transition: background 0.3s ease 0s, color 0.3s ease 0s, box-shadow 0.3s ease 0s;
}

.hi-icon-effect-5 .hi-icon:after {
     display: none;
}

.no-touch .hi-icon-effect-5 .hi-icon:hover {
     background: none repeat scroll 0% 0% #ffffff;
     box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.3);
     color: #702fa8;
}

.no-touch .hi-icon-effect-5a .hi-icon:hover:before {
     animation: 0.3s ease 0s normal forwards 1 toRightFromLeft;
}

@keyframes toRightFromLeft {
49% { transform: translate(100%); }
50% { opacity: 0; transform: translate(-100%); }
51% { opacity: 1; }
}

@keyframes toRightFromLeft {
49% { transform: translate(100%); }
50% { opacity: 0; transform: translate(-100%); }
51% { opacity: 1; }
}

.no-touch .hi-icon-effect-5b .hi-icon:hover:before {
     animation: 0.3s ease 0s normal forwards 1 toLeftFromRight;
}

@keyframes toLeftFromRight {
49% { transform: translate(-100%); }
50% { opacity: 0; transform: translate(100%); }
51% { opacity: 1; }
}

@keyframes toLeftFromRight {
49% { transform: translate(-100%); }
50% { opacity: 0; transform: translate(100%); }
51% { opacity: 1; }
}

.no-touch .hi-icon-effect-5c .hi-icon:hover:before {
     animation: 0.3s ease 0s normal forwards 1 toTopFromBottom;
}

@keyframes toTopFromBottom {
49% { transform: translateY(-100%); }
50% { opacity: 0; transform: translateY(100%); }
51% { opacity: 1; }
}

@keyframes toTopFromBottom {
49% { transform: translateY(-100%); }
50% { opacity: 0; transform: translateY(100%); }
51% { opacity: 1; }
}

.no-touch .hi-icon-effect-5d .hi-icon:hover:before {
     animation: 0.3s ease 0s normal forwards 1 toBottomFromTop;
}

@keyframes toBottomFromTop {
49% { transform: translateY(100%); }
50% { opacity: 0; transform: translateY(-100%); }
51% { opacity: 1; }
}

@keyframes toBottomFromTop {
49% { transform: translateY(100%); }
50% { opacity: 0; transform: translateY(-100%); }
51% { opacity: 1; }
}

.hi-icon-effect-6 .hi-icon {
     box-shadow: 0px 0px 0px 4px #ffffff;
     transition: background 0.2s ease 0s, color 0.2s ease 0s;
}

.no-touch .hi-icon-effect-6 .hi-icon:hover {
     background: none repeat scroll 0% 0% #ffffff;
     color: #64bb5d;
}

.no-touch .hi-icon-effect-6 .hi-icon:hover:before {
     animation: 2s linear 0s normal none infinite spinAround;
}

.hi-icon-effect-7 .hi-icon {
     box-shadow: 0px 0px 0px 4px #ffffff;
     transition: background 0.2s ease 0s, color 0.2s ease 0s;
}

.no-touch .hi-icon-effect-7 .hi-icon:hover {
     color: #ffffff;
}

.hi-icon-effect-7 .hi-icon:after {
     left: -8px;
     opacity: 0;
     padding: 8px;
     top: -8px;
     z-index: -1;
}

.hi-icon-effect-7a .hi-icon:after {
     box-shadow: 0px 0px 0px #ffffff;
     transition: opacity 0.2s ease 0s, box-shadow 0.2s ease 0s;
}

.no-touch .hi-icon-effect-7a .hi-icon:hover:after {
     box-shadow: 3px 3px 0px #ffffff;
     opacity: 1;
}

.hi-icon-effect-7a .hi-icon:before {
     opacity: 0.7;
     transform: scale(0.8);
     transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}

.no-touch .hi-icon-effect-7a .hi-icon:hover:before {
     opacity: 1;
     transform: scale(1);
}

.hi-icon-effect-7b .hi-icon:after {
     box-shadow: 3px 3px #ffffff;
     transform: rotate(-90deg);
     transition: opacity 0.2s ease 0s, transform 0.2s ease 0s;
}

.no-touch .hi-icon-effect-7b .hi-icon:hover:after {
     opacity: 1;
     transform: rotate(0deg);
}

.hi-icon-effect-7b .hi-icon:before {
     opacity: 0.7;
     transform: scale(0.8);
     transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}

.no-touch .hi-icon-effect-7b .hi-icon:hover:before {
     opacity: 1;
     transform: scale(1);
}

.hi-icon-effect-8 .hi-icon {
     background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.1);
     transition: transform 0.1s ease-out 0s, background 0.2s ease 0s;
}

.hi-icon-effect-8 .hi-icon:after {
     box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.1);
     left: 0px;
     opacity: 0;
     padding: 0px;
     top: 0px;
     transform: scale(0.9);
     z-index: -1;
}

.no-touch .hi-icon-effect-8 .hi-icon:hover {
     background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.05);
     color: #ffffff;
     transform: scale(0.93);
}

.hi-icon-effect-8 .hi-icon:hover:after {
     animation: 1.3s ease-out 75ms normal none 1 sonarEffect;
}

@keyframes sonarEffect {
0% { opacity: 0.3; }
40% { opacity: 0.5; box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.1), 0px 0px 10px 10px #3851bc, 0px 0px 0px 10px rgba(255, 255, 255, 0.5); }
100% { box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.1), 0px 0px 10px 10px #3851bc, 0px 0px 0px 10px rgba(255, 255, 255, 0.5); transform: scale(1.5); opacity: 0; }
}

@keyframes sonarEffect {
0% { opacity: 0.3; }
40% { opacity: 0.5; box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.1), 0px 0px 10px 10px #3851bc, 0px 0px 0px 10px rgba(255, 255, 255, 0.5); }
100% { box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.1), 0px 0px 10px 10px #3851bc, 0px 0px 0px 10px rgba(255, 255, 255, 0.5); transform: scale(1.5); opacity: 0; }
}

.hi-icon-effect-9 .hi-icon {
     transition: box-shadow 0.2s ease 0s;
}

.hi-icon-effect-9 .hi-icon:after {
     box-shadow: 0px 0px 0px 3px #ffffff;
     left: 0px;
     padding: 0px;
     top: 0px;
     transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}

.no-touch .hi-icon-effect-9a .hi-icon:hover:after {
     opacity: 0.5;
     transform: scale(0.85);
}

.no-touch .hi-icon-effect-9a .hi-icon:hover {
     box-shadow: 0px 0px 0px 10px #ffffff;
     color: #ffffff;
}

.no-touch .hi-icon-effect-9b .hi-icon:hover:after {
     transform: scale(0.85);
}

.no-touch .hi-icon-effect-9b .hi-icon:hover {
     box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.4);
     color: #ffffff;
}

.owl-carousel .owl-wrapper:after {
     clear: both;
     content: ".";
     display: block;
     height: 0px;
     line-height: 0;
     visibility: hidden;
}

.owl-carousel {
     display: none;
     position: relative;
     width: 100%;
}

.owl-carousel .owl-wrapper {
     display: none;
     position: relative;
}

.owl-carousel .owl-wrapper-outer {
     overflow: hidden;
     position: relative;
     width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
     transition: height 500ms ease-in-out 0s;
}

.owl-carousel .owl-item {
     float: left;
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
     cursor: pointer;
}

.owl-controls {
     -moz-user-select: none;
}

.grabbing {
     cursor: url("/images/grabbing.png") 8 8, move;
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
     backface-visibility: hidden;
}

.owl-theme .owl-controls {
     margin-top: 10px;
     text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
     background: none repeat scroll 0% 0% #869791;
     border-radius: 30px;
     color: #ffffff;
     display: inline-block;
     font-size: 12px;
     margin: 5px;
     opacity: 0.5;
     padding: 3px 10px;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
     opacity: 1;
     text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
     display: inline-block;
}

.owl-theme .owl-controls .owl-page span {
     background: none repeat scroll 0% 0% #e7594a;
     border-radius: 20px;
     display: block;
     height: 12px;
     margin: 5px 7px;
     width: 12px;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
     background: none repeat scroll 0% 0% #ffffff;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
     border-radius: 30px;
     color: #ffffff;
     font-size: 12px;
     height: auto;
     padding: 2px 10px;
     width: auto;
}

.owl-item.loading {
     background: url("/images/AjaxLoader.gif") no-repeat scroll center center transparent;
     min-height: 190px;
}

body {
    
}

.animated {
     animation-duration: 1s;
     animation-fill-mode: both;
}

.animated.hinge {
     animation-duration: 2s;
}

@keyframes flash {
0%, 50%, 100% { opacity: 1; }
25%, 75% { opacity: 0; }
}

@keyframes flash {
0%, 50%, 100% { opacity: 1; }
25%, 75% { opacity: 0; }
}

.animated.flash {
     animation-name: flash;
}

@keyframes shake {
0%, 100% { transform: translateX(0px); }
10%, 30%, 50%, 70%, 90% { transform: translateX(-10px); }
20%, 40%, 60%, 80% { transform: translateX(10px); }
}

@keyframes shake {
0%, 100% { transform: translateX(0px); }
10%, 30%, 50%, 70%, 90% { transform: translateX(-10px); }
20%, 40%, 60%, 80% { transform: translateX(10px); }
}

.animated.shake {
     animation-name: shake;
}

@keyframes bounce {
0%, 20%, 50%, 80%, 100% { transform: translateY(0px); }
40% { transform: translateY(-30px); }
60% { transform: translateY(-15px); }
}

@keyframes bounce {
0%, 20%, 50%, 80%, 100% { transform: translateY(0px); }
40% { transform: translateY(-30px); }
60% { transform: translateY(-15px); }
}

.animated.bounce {
     animation-name: bounce;
}

@keyframes tada {
0% { transform: scale(1); }
10%, 20% { transform: scale(0.9) rotate(-3deg); }
30%, 50%, 70%, 90% { transform: scale(1.1) rotate(3deg); }
40%, 60%, 80% { transform: scale(1.1) rotate(-3deg); }
100% { transform: scale(1) rotate(0deg); }
}

@keyframes tada {
0% { transform: scale(1); }
10%, 20% { transform: scale(0.9) rotate(-3deg); }
30%, 50%, 70%, 90% { transform: scale(1.1) rotate(3deg); }
40%, 60%, 80% { transform: scale(1.1) rotate(-3deg); }
100% { transform: scale(1) rotate(0deg); }
}

.animated.tada {
     animation-name: tada;
}

@keyframes swing {
20% { transform: rotate(15deg); }
40% { transform: rotate(-10deg); }
60% { transform: rotate(5deg); }
80% { transform: rotate(-5deg); }
100% { transform: rotate(0deg); }
}

@keyframes swing {
20% { transform: rotate(15deg); }
40% { transform: rotate(-10deg); }
60% { transform: rotate(5deg); }
80% { transform: rotate(-5deg); }
100% { transform: rotate(0deg); }
}

.animated.swing {
     animation-name: swing;
     transform-origin: center top 0px;
}

@keyframes wobble {
0% { transform: translateX(0%); }
15% { transform: translateX(-25%) rotate(-5deg); }
30% { transform: translateX(20%) rotate(3deg); }
45% { transform: translateX(-15%) rotate(-3deg); }
60% { transform: translateX(10%) rotate(2deg); }
75% { transform: translateX(-5%) rotate(-1deg); }
100% { transform: translateX(0%); }
}

@keyframes wobble {
0% { transform: translateX(0%); }
15% { transform: translateX(-25%) rotate(-5deg); }
30% { transform: translateX(20%) rotate(3deg); }
45% { transform: translateX(-15%) rotate(-3deg); }
60% { transform: translateX(10%) rotate(2deg); }
75% { transform: translateX(-5%) rotate(-1deg); }
100% { transform: translateX(0%); }
}

.animated.wobble {
     animation-name: wobble;
}

@keyframes pulse {
0% { transform: scale(1); }
50% { transform: scale(1.1); }
100% { transform: scale(1); }
}

@keyframes pulse {
0% { transform: scale(1); }
50% { transform: scale(1.1); }
100% { transform: scale(1); }
}

.animated.pulse {
     animation-name: pulse;
}

@keyframes flip {
0% { transform: perspective(400px) translateZ(0px) rotateY(0deg) scale(1); animation-timing-function: ease-out; }
40% { transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1); animation-timing-function: ease-out; }
50% { transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1); animation-timing-function: ease-in; }
80% { transform: perspective(400px) translateZ(0px) rotateY(360deg) scale(0.95); animation-timing-function: ease-in; }
100% { transform: perspective(400px) translateZ(0px) rotateY(360deg) scale(1); animation-timing-function: ease-in; }
}

@keyframes flip {
0% { transform: perspective(400px) translateZ(0px) rotateY(0deg) scale(1); animation-timing-function: ease-out; }
40% { transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1); animation-timing-function: ease-out; }
50% { transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1); animation-timing-function: ease-in; }
80% { transform: perspective(400px) translateZ(0px) rotateY(360deg) scale(0.95); animation-timing-function: ease-in; }
100% { transform: perspective(400px) translateZ(0px) rotateY(360deg) scale(1); animation-timing-function: ease-in; }
}

.animated.flip {
     animation-name: flip;
     backface-visibility: visible ! important;
}

@keyframes flipInX {
0% { transform: perspective(400px) rotateX(90deg); opacity: 0; }
40% { transform: perspective(400px) rotateX(-10deg); }
70% { transform: perspective(400px) rotateX(10deg); }
100% { transform: perspective(400px) rotateX(0deg); opacity: 1; }
}

@keyframes flipInX {
0% { transform: perspective(400px) rotateX(90deg); opacity: 0; }
40% { transform: perspective(400px) rotateX(-10deg); }
70% { transform: perspective(400px) rotateX(10deg); }
100% { transform: perspective(400px) rotateX(0deg); opacity: 1; }
}

.animated.flipInX {
     animation-name: flipInX;
     backface-visibility: visible ! important;
}

@keyframes flipOutX {
0% { transform: perspective(400px) rotateX(0deg); opacity: 1; }
100% { transform: perspective(400px) rotateX(90deg); opacity: 0; }
}

@keyframes flipOutX {
0% { transform: perspective(400px) rotateX(0deg); opacity: 1; }
100% { transform: perspective(400px) rotateX(90deg); opacity: 0; }
}

.animated.flipOutX {
     animation-name: flipOutX;
     backface-visibility: visible ! important;
}

@keyframes flipInY {
0% { transform: perspective(400px) rotateY(90deg); opacity: 0; }
40% { transform: perspective(400px) rotateY(-10deg); }
70% { transform: perspective(400px) rotateY(10deg); }
100% { transform: perspective(400px) rotateY(0deg); opacity: 1; }
}

@keyframes flipInY {
0% { transform: perspective(400px) rotateY(90deg); opacity: 0; }
40% { transform: perspective(400px) rotateY(-10deg); }
70% { transform: perspective(400px) rotateY(10deg); }
100% { transform: perspective(400px) rotateY(0deg); opacity: 1; }
}

.animated.flipInY {
     animation-name: flipInY;
     backface-visibility: visible ! important;
}

@keyframes flipOutY {
0% { transform: perspective(400px) rotateY(0deg); opacity: 1; }
100% { transform: perspective(400px) rotateY(90deg); opacity: 0; }
}

@keyframes flipOutY {
0% { transform: perspective(400px) rotateY(0deg); opacity: 1; }
100% { transform: perspective(400px) rotateY(90deg); opacity: 0; }
}

.animated.flipOutY {
     animation-name: flipOutY;
     backface-visibility: visible ! important;
}

@keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}

@keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}

.animated.fadeIn {
     animation-name: fadeIn;
}

@keyframes fadeInUp {
0% { opacity: 0; transform: translateY(20px); }
100% { opacity: 1; transform: translateY(0px); }
}

@keyframes fadeInUp {
0% { opacity: 0; transform: translateY(20px); }
100% { opacity: 1; transform: translateY(0px); }
}

.animated.fadeInUp {
     animation-name: fadeInUp;
}

@keyframes fadeInDown {
0% { opacity: 0; transform: translateY(-20px); }
100% { opacity: 1; transform: translateY(0px); }
}

@keyframes fadeInDown {
0% { opacity: 0; transform: translateY(-20px); }
100% { opacity: 1; transform: translateY(0px); }
}

.animated.fadeInDown {
     animation-name: fadeInDown;
}

@keyframes fadeInLeft {
0% { opacity: 0; transform: translateX(-20px); }
100% { opacity: 1; transform: translateX(0px); }
}

@keyframes fadeInLeft {
0% { opacity: 0; transform: translateX(-20px); }
100% { opacity: 1; transform: translateX(0px); }
}

.animated.fadeInLeft {
     animation-name: fadeInLeft;
}

@keyframes fadeInRight {
0% { opacity: 0; transform: translateX(20px); }
100% { opacity: 1; transform: translateX(0px); }
}

@keyframes fadeInRight {
0% { opacity: 0; transform: translateX(20px); }
100% { opacity: 1; transform: translateX(0px); }
}

.animated.fadeInRight {
     animation-name: fadeInRight;
}

@keyframes fadeInUpBig {
0% { opacity: 0; transform: translateY(2000px); }
100% { opacity: 1; transform: translateY(0px); }
}

@keyframes fadeInUpBig {
0% { opacity: 0; transform: translateY(2000px); }
100% { opacity: 1; transform: translateY(0px); }
}

.animated.fadeInUpBig {
     animation-name: fadeInUpBig;
}

@keyframes fadeInDownBig {
0% { opacity: 0; transform: translateY(-2000px); }
100% { opacity: 1; transform: translateY(0px); }
}

@keyframes fadeInDownBig {
0% { opacity: 0; transform: translateY(-2000px); }
100% { opacity: 1; transform: translateY(0px); }
}

.animated.fadeInDownBig {
     animation-name: fadeInDownBig;
}

@keyframes fadeInLeftBig {
0% { opacity: 0; transform: translateX(-2000px); }
100% { opacity: 1; transform: translateX(0px); }
}

@keyframes fadeInLeftBig {
0% { opacity: 0; transform: translateX(-2000px); }
100% { opacity: 1; transform: translateX(0px); }
}

.animated.fadeInLeftBig {
     animation-name: fadeInLeftBig;
}

@keyframes fadeInRightBig {
0% { opacity: 0; transform: translateX(2000px); }
100% { opacity: 1; transform: translateX(0px); }
}

@keyframes fadeInRightBig {
0% { opacity: 0; transform: translateX(2000px); }
100% { opacity: 1; transform: translateX(0px); }
}

.animated.fadeInRightBig {
     animation-name: fadeInRightBig;
}

@keyframes fadeOut {
0% { opacity: 1; }
100% { opacity: 0; }
}

@keyframes fadeOut {
0% { opacity: 1; }
100% { opacity: 0; }
}

.animated.fadeOut {
     animation-name: fadeOut;
}

@keyframes fadeOutUp {
0% { opacity: 1; transform: translateY(0px); }
100% { opacity: 0; transform: translateY(-20px); }
}

@keyframes fadeOutUp {
0% { opacity: 1; transform: translateY(0px); }
100% { opacity: 0; transform: translateY(-20px); }
}

.animated.fadeOutUp {
     animation-name: fadeOutUp;
}

@keyframes fadeOutDown {
0% { opacity: 1; transform: translateY(0px); }
100% { opacity: 0; transform: translateY(20px); }
}

@keyframes fadeOutDown {
0% { opacity: 1; transform: translateY(0px); }
100% { opacity: 0; transform: translateY(20px); }
}

.animated.fadeOutDown {
     animation-name: fadeOutDown;
}

@keyframes fadeOutLeft {
0% { opacity: 1; transform: translateX(0px); }
100% { opacity: 0; transform: translateX(-20px); }
}

@keyframes fadeOutLeft {
0% { opacity: 1; transform: translateX(0px); }
100% { opacity: 0; transform: translateX(-20px); }
}

.animated.fadeOutLeft {
     animation-name: fadeOutLeft;
}

@keyframes fadeOutRight {
0% { opacity: 1; transform: translateX(0px); }
100% { opacity: 0; transform: translateX(20px); }
}

@keyframes fadeOutRight {
0% { opacity: 1; transform: translateX(0px); }
100% { opacity: 0; transform: translateX(20px); }
}

.animated.fadeOutRight {
     animation-name: fadeOutRight;
}

@keyframes fadeOutUpBig {
0% { opacity: 1; transform: translateY(0px); }
100% { opacity: 0; transform: translateY(-2000px); }
}

@keyframes fadeOutUpBig {
0% { opacity: 1; transform: translateY(0px); }
100% { opacity: 0; transform: translateY(-2000px); }
}

.animated.fadeOutUpBig {
     animation-name: fadeOutUpBig;
}

@keyframes fadeOutDownBig {
0% { opacity: 1; transform: translateY(0px); }
100% { opacity: 0; transform: translateY(2000px); }
}

@keyframes fadeOutDownBig {
0% { opacity: 1; transform: translateY(0px); }
100% { opacity: 0; transform: translateY(2000px); }
}

.animated.fadeOutDownBig {
     animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeftBig {
0% { opacity: 1; transform: translateX(0px); }
100% { opacity: 0; transform: translateX(-2000px); }
}

@keyframes fadeOutLeftBig {
0% { opacity: 1; transform: translateX(0px); }
100% { opacity: 0; transform: translateX(-2000px); }
}

.animated.fadeOutLeftBig {
     animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRightBig {
0% { opacity: 1; transform: translateX(0px); }
100% { opacity: 0; transform: translateX(2000px); }
}

@keyframes fadeOutRightBig {
0% { opacity: 1; transform: translateX(0px); }
100% { opacity: 0; transform: translateX(2000px); }
}

.animated.fadeOutRightBig {
     animation-name: fadeOutRightBig;
}

@keyframes bounceIn {
0% { opacity: 0; transform: scale(0.3); }
50% { opacity: 1; transform: scale(1.05); }
70% { transform: scale(0.9); }
100% { transform: scale(1); }
}

@keyframes bounceIn {
0% { opacity: 0; transform: scale(0.3); }
50% { opacity: 1; transform: scale(1.05); }
70% { transform: scale(0.9); }
100% { transform: scale(1); }
}

@keyframes slideInDown {
0% { opacity: 0; transform: translateY(-2000px); }
100% { transform: translateY(0px); }
}

@keyframes slideInDown {
0% { opacity: 0; transform: translateY(-2000px); }
100% { transform: translateY(0px); }
}

.slideInDown {
     animation-name: slideInDown;
}

@keyframes slideInLeft {
0% { opacity: 0; transform: translateX(-2000px); }
100% { transform: translateX(0px); }
}

@keyframes slideInLeft {
0% { opacity: 0; transform: translateX(-2000px); }
100% { transform: translateX(0px); }
}

.slideInLeft {
     animation-name: slideInLeft;
}

@keyframes slideInRight {
0% { opacity: 0; transform: translateX(2000px); }
100% { transform: translateX(0px); }
}

@keyframes slideInRight {
0% { opacity: 0; transform: translateX(2000px); }
100% { transform: translateX(0px); }
}

.slideInRight {
     animation-name: slideInRight;
}

@keyframes slideOutLeft {
0% { transform: translateX(0px); }
100% { opacity: 0; transform: translateX(-2000px); }
}

@keyframes slideOutLeft {
0% { transform: translateX(0px); }
100% { opacity: 0; transform: translateX(-2000px); }
}

.slideOutLeft {
     animation-name: slideOutLeft;
}

@keyframes slideOutRight {
0% { transform: translateX(0px); }
100% { opacity: 0; transform: translateX(2000px); }
}

@keyframes slideOutRight {
0% { transform: translateX(0px); }
100% { opacity: 0; transform: translateX(2000px); }
}

.slideOutRight {
     animation-name: slideOutRight;
}

@keyframes slideOutUp {
0% { transform: translateY(0px); }
100% { opacity: 0; transform: translateY(-2000px); }
}

@keyframes slideOutUp {
0% { transform: translateY(0px); }
100% { opacity: 0; transform: translateY(-2000px); }
}

.slideOutUp {
     animation-name: slideOutUp;
}

.animated.bounceIn {
     animation-name: bounceIn;
}

@keyframes bounceInUp {
0% { opacity: 0; transform: translateY(2000px); }
60% { opacity: 1; transform: translateY(-30px); }
80% { transform: translateY(10px); }
100% { transform: translateY(0px); }
}

@keyframes bounceInUp {
0% { opacity: 0; transform: translateY(2000px); }
60% { opacity: 1; transform: translateY(-30px); }
80% { transform: translateY(10px); }
100% { transform: translateY(0px); }
}

.animated.bounceInUp {
     animation-name: bounceInUp;
}

@keyframes bounceInDown {
0% { opacity: 0; transform: translateY(-2000px); }
60% { opacity: 1; transform: translateY(30px); }
80% { transform: translateY(-10px); }
100% { transform: translateY(0px); }
}

@keyframes bounceInDown {
0% { opacity: 0; transform: translateY(-2000px); }
60% { opacity: 1; transform: translateY(30px); }
80% { transform: translateY(-10px); }
100% { transform: translateY(0px); }
}

.animated.bounceInDown {
     animation-name: bounceInDown;
}

@keyframes bounceInLeft {
0% { opacity: 0; transform: translateX(-2000px); }
60% { opacity: 1; transform: translateX(30px); }
80% { transform: translateX(-10px); }
100% { transform: translateX(0px); }
}

@keyframes bounceInLeft {
0% { opacity: 0; transform: translateX(-2000px); }
60% { opacity: 1; transform: translateX(30px); }
80% { transform: translateX(-10px); }
100% { transform: translateX(0px); }
}

.animated.bounceInLeft {
     animation-name: bounceInLeft;
}

@keyframes bounceInRight {
0% { opacity: 0; transform: translateX(2000px); }
60% { opacity: 1; transform: translateX(-30px); }
80% { transform: translateX(10px); }
100% { transform: translateX(0px); }
}

@keyframes bounceInRight {
0% { opacity: 0; transform: translateX(2000px); }
60% { opacity: 1; transform: translateX(-30px); }
80% { transform: translateX(10px); }
100% { transform: translateX(0px); }
}

.animated.bounceInRight {
     animation-name: bounceInRight;
}

@keyframes bounceOut {
0% { transform: scale(1); }
25% { transform: scale(0.95); }
50% { opacity: 1; transform: scale(1.1); }
100% { opacity: 0; transform: scale(0.3); }
}

@keyframes bounceOut {
0% { transform: scale(1); }
25% { transform: scale(0.95); }
50% { opacity: 1; transform: scale(1.1); }
100% { opacity: 0; transform: scale(0.3); }
}

.animated.bounceOut {
     animation-name: bounceOut;
}

@keyframes bounceOutUp {
0% { transform: translateY(0px); }
20% { opacity: 1; transform: translateY(20px); }
100% { opacity: 0; transform: translateY(-2000px); }
}

@keyframes bounceOutUp {
0% { transform: translateY(0px); }
20% { opacity: 1; transform: translateY(20px); }
100% { opacity: 0; transform: translateY(-2000px); }
}

.animated.bounceOutUp {
     animation-name: bounceOutUp;
}

@keyframes bounceOutDown {
0% { transform: translateY(0px); }
20% { opacity: 1; transform: translateY(-20px); }
100% { opacity: 0; transform: translateY(2000px); }
}

@keyframes bounceOutDown {
0% { transform: translateY(0px); }
20% { opacity: 1; transform: translateY(-20px); }
100% { opacity: 0; transform: translateY(2000px); }
}

.animated.bounceOutDown {
     animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
0% { transform: translateX(0px); }
20% { opacity: 1; transform: translateX(20px); }
100% { opacity: 0; transform: translateX(-2000px); }
}

@keyframes bounceOutLeft {
0% { transform: translateX(0px); }
20% { opacity: 1; transform: translateX(20px); }
100% { opacity: 0; transform: translateX(-2000px); }
}

.animated.bounceOutLeft {
     animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
0% { transform: translateX(0px); }
20% { opacity: 1; transform: translateX(-20px); }
100% { opacity: 0; transform: translateX(2000px); }
}

@keyframes bounceOutRight {
0% { transform: translateX(0px); }
20% { opacity: 1; transform: translateX(-20px); }
100% { opacity: 0; transform: translateX(2000px); }
}

.animated.bounceOutRight {
     animation-name: bounceOutRight;
}

@keyframes rotateIn {
0% { transform-origin: center center 0px; transform: rotate(-200deg); opacity: 0; }
100% { transform-origin: center center 0px; transform: rotate(0deg); opacity: 1; }
}

@keyframes rotateIn {
0% { transform-origin: center center 0px; transform: rotate(-200deg); opacity: 0; }
100% { transform-origin: center center 0px; transform: rotate(0deg); opacity: 1; }
}

.animated.rotateIn {
     animation-name: rotateIn;
}

@keyframes rotateInUpLeft {
0% { transform-origin: left bottom 0px; transform: rotate(90deg); opacity: 0; }
100% { transform-origin: left bottom 0px; transform: rotate(0deg); opacity: 1; }
}

@keyframes rotateInUpLeft {
0% { transform-origin: left bottom 0px; transform: rotate(90deg); opacity: 0; }
100% { transform-origin: left bottom 0px; transform: rotate(0deg); opacity: 1; }
}

.animated.rotateInUpLeft {
     animation-name: rotateInUpLeft;
}

@keyframes rotateInDownLeft {
0% { transform-origin: left bottom 0px; transform: rotate(-90deg); opacity: 0; }
100% { transform-origin: left bottom 0px; transform: rotate(0deg); opacity: 1; }
}

@keyframes rotateInDownLeft {
0% { transform-origin: left bottom 0px; transform: rotate(-90deg); opacity: 0; }
100% { transform-origin: left bottom 0px; transform: rotate(0deg); opacity: 1; }
}

.animated.rotateInDownLeft {
     animation-name: rotateInDownLeft;
}

@keyframes rotateInUpRight {
0% { transform-origin: right bottom 0px; transform: rotate(-90deg); opacity: 0; }
100% { transform-origin: right bottom 0px; transform: rotate(0deg); opacity: 1; }
}

@keyframes rotateInUpRight {
0% { transform-origin: right bottom 0px; transform: rotate(-90deg); opacity: 0; }
100% { transform-origin: right bottom 0px; transform: rotate(0deg); opacity: 1; }
}

.animated.rotateInUpRight {
     animation-name: rotateInUpRight;
}

@keyframes rotateInDownRight {
0% { transform-origin: right bottom 0px; transform: rotate(90deg); opacity: 0; }
100% { transform-origin: right bottom 0px; transform: rotate(0deg); opacity: 1; }
}

@keyframes rotateInDownRight {
0% { transform-origin: right bottom 0px; transform: rotate(90deg); opacity: 0; }
100% { transform-origin: right bottom 0px; transform: rotate(0deg); opacity: 1; }
}

.animated.rotateInDownRight {
     animation-name: rotateInDownRight;
}

@keyframes rotateOut {
0% { transform-origin: center center 0px; transform: rotate(0deg); opacity: 1; }
100% { transform-origin: center center 0px; transform: rotate(200deg); opacity: 0; }
}

@keyframes rotateOut {
0% { transform-origin: center center 0px; transform: rotate(0deg); opacity: 1; }
100% { transform-origin: center center 0px; transform: rotate(200deg); opacity: 0; }
}

.animated.rotateOut {
     animation-name: rotateOut;
}

@keyframes rotateOutUpLeft {
0% { transform-origin: left bottom 0px; transform: rotate(0deg); opacity: 1; }
100% { transform-origin: left bottom 0px; transform: rotate(-90deg); opacity: 0; }
}

@keyframes rotateOutUpLeft {
0% { transform-origin: left bottom 0px; transform: rotate(0deg); opacity: 1; }
100% { transform-origin: left bottom 0px; transform: rotate(-90deg); opacity: 0; }
}

.animated.rotateOutUpLeft {
     animation-name: rotateOutUpLeft;
}

@keyframes rotateOutDownLeft {
0% { transform-origin: left bottom 0px; transform: rotate(0deg); opacity: 1; }
100% { transform-origin: left bottom 0px; transform: rotate(90deg); opacity: 0; }
}

@keyframes rotateOutDownLeft {
0% { transform-origin: left bottom 0px; transform: rotate(0deg); opacity: 1; }
100% { transform-origin: left bottom 0px; transform: rotate(90deg); opacity: 0; }
}

.animated.rotateOutDownLeft {
     animation-name: rotateOutDownLeft;
}

@keyframes rotateOutUpRight {
0% { transform-origin: right bottom 0px; transform: rotate(0deg); opacity: 1; }
100% { transform-origin: right bottom 0px; transform: rotate(90deg); opacity: 0; }
}

@keyframes rotateOutUpRight {
0% { transform-origin: right bottom 0px; transform: rotate(0deg); opacity: 1; }
100% { transform-origin: right bottom 0px; transform: rotate(90deg); opacity: 0; }
}

.animated.rotateOutUpRight {
     animation-name: rotateOutUpRight;
}

@keyframes rotateOutDownRight {
0% { transform-origin: right bottom 0px; transform: rotate(0deg); opacity: 1; }
100% { transform-origin: right bottom 0px; transform: rotate(-90deg); opacity: 0; }
}

@keyframes rotateOutDownRight {
0% { transform-origin: right bottom 0px; transform: rotate(0deg); opacity: 1; }
100% { transform-origin: right bottom 0px; transform: rotate(-90deg); opacity: 0; }
}

.animated.rotateOutDownRight {
     animation-name: rotateOutDownRight;
}

@keyframes hinge {
0% { transform: rotate(0deg); transform-origin: left top 0px; animation-timing-function: ease-in-out; }
20%, 60% { transform: rotate(80deg); transform-origin: left top 0px; animation-timing-function: ease-in-out; }
40% { transform: rotate(60deg); transform-origin: left top 0px; animation-timing-function: ease-in-out; }
80% { transform: rotate(60deg) translateY(0px); opacity: 1; transform-origin: left top 0px; animation-timing-function: ease-in-out; }
100% { transform: translateY(700px); opacity: 0; }
}

@keyframes hinge {
0% { transform: rotate(0deg); transform-origin: left top 0px; animation-timing-function: ease-in-out; }
20%, 60% { transform: rotate(80deg); transform-origin: left top 0px; animation-timing-function: ease-in-out; }
40% { transform: rotate(60deg); transform-origin: left top 0px; animation-timing-function: ease-in-out; }
80% { transform: rotate(60deg) translateY(0px); opacity: 1; transform-origin: left top 0px; animation-timing-function: ease-in-out; }
100% { transform: translateY(700px); opacity: 0; }
}

.animated.hinge {
     animation-name: hinge;
}

@keyframes rollIn {
0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); }
100% { opacity: 1; transform: translateX(0px) rotate(0deg); }
}

@keyframes rollIn {
0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); }
100% { opacity: 1; transform: translateX(0px) rotate(0deg); }
}

.animated.rollIn {
     animation-name: rollIn;
}

@keyframes rollOut {
0% { opacity: 1; transform: translateX(0px) rotate(0deg); }
100% { opacity: 0; transform: translateX(100%) rotate(120deg); }
}

@keyframes rollOut {
0% { opacity: 1; transform: translateX(0px) rotate(0deg); }
100% { opacity: 0; transform: translateX(100%) rotate(120deg); }
}

.animated.rollOut {
     animation-name: rollOut;
}

@keyframes lightSpeedIn {
0% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
60% { transform: translateX(-20%) skewX(30deg); opacity: 1; }
80% { transform: translateX(0%) skewX(-15deg); opacity: 1; }
100% { transform: translateX(0%) skewX(0deg); opacity: 1; }
}

@keyframes lightSpeedIn {
0% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
60% { transform: translateX(-20%) skewX(30deg); opacity: 1; }
80% { transform: translateX(0%) skewX(-15deg); opacity: 1; }
100% { transform: translateX(0%) skewX(0deg); opacity: 1; }
}

.animated.lightSpeedIn {
     animation-name: lightSpeedIn;
     animation-timing-function: ease-out;
}

.animated.lightSpeedIn {
     animation-duration: 0.5s;
}

@keyframes lightSpeedOut {
0% { transform: translateX(0%) skewX(0deg); opacity: 1; }
100% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

@keyframes lightSpeedOut {
0% { transform: translateX(0%) skewX(0deg); opacity: 1; }
100% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
}

.animated.lightSpeedOut {
     animation-name: lightSpeedOut;
     animation-timing-function: ease-in;
}

.animated.lightSpeedOut {
     animation-duration: 0.25s;
}

body.megaexamples {
     background-color: #a8b6bd;
}

.splash-white {
     background: none repeat scroll 0% 0% #ffffff;
     padding: 45px 0px;
     position: relative;
     width: 100%;
}

.container-fullwidth {
     box-sizing: border-box;
     margin: auto;
     min-width: 240px;
     overflow: hidden;
     padding: 40px 0px 0px;
     width: auto;
}

.megafolio-container, .megafolio-container-splash {
     box-sizing: border-box;
     position: relative;
     width: 100%;
}

.divide15 {
     clear: both;
     height: 15px;
     width: 100%;
}

.divide20 {
     clear: both;
     height: 20px;
     width: 100%;
}

.divide30 {
     clear: both;
     height: 30px;
     width: 100%;
}

.divide35 {
     clear: both;
     height: 35px;
     width: 100%;
}

.divide45 {
     clear: both;
     height: 45px;
     width: 100%;
}

.divide65 {
     clear: both;
     height: 65px;
     width: 100%;
}

.divide90 {
     clear: both;
     height: 90px;
     width: 100%;
}

.bgdiv {
     height: 100%;
     position: fixed;
     width: 100%;
     z-index: 0;
}

.bgdiv.bg1 {
     background: url("/images/backgrounds/tile1.jpg") repeat scroll 0% 0% transparent;
}

.bgdiv.bg2 {
     background: url("/images/backgrounds/tile2.jpg") repeat scroll 0% 0% transparent;
}

.bgdiv.bg3 {
     background: url("/images/backgrounds/tile3.jpg") repeat scroll 0% 0% transparent;
}

.bgdiv.bg4 {
     background: url("/images/backgrounds/tile4.png") repeat scroll 0% 0% transparent;
}

.bgdiv.bg5 {
     background: url("/images/backgrounds/tile2.jpg") repeat scroll 0% 0% transparent;
}

.bgdiv.bg6 {
     background: url("/images/backgrounds/tile3.jpg") repeat scroll 0% 0% transparent;
}

.featurelist ul li {
     color: #fff6aa;
     font-family: 'Open Sans',sans-serif;
     font-size: 18px;
     font-weight: 400;
     line-height: 36px;
     text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

.previewheader {
     position: relative;
     z-index: 2;
}

.container {
     z-index: 1;
}

.clear {
     clear: both;
}

.top_menu {
     background: url("/images/tiles/topgradient.png") repeat-x scroll 0% 0% transparent;
     height: 50px;
     position: relative;
     width: 100%;
}

.topbutton_wrapper {
     margin: auto;
     position: relative;
     width: 455px;
}

.footerbutton_wrapper {
     margin: auto;
     position: relative;
     width: 678px;
}

.topbutton, .topbutton a, .topbutton a:visited {
     color: #ffffff;
     cursor: pointer;
     float: left;
     font-family: 'Open Sans',sans-serif;
     font-size: 17px;
     font-weight: 700;
     line-height: 50px;
     opacity: 0.5;
     padding: 0px 15px 0px 40px;
}

.topbutton.i-image {
     background: url("/images/tiles/image.png") no-repeat scroll 15px center transparent;
}

.topbutton.i-media {
     background: url("/images/tiles/media.png") no-repeat scroll 15px center transparent;
}

.topbutton.i-blog {
     background: url("/images/tiles/blog.png") no-repeat scroll 15px center transparent;
}

.topbutton.i-metro {
     background: url("/images/tiles/metro.png") no-repeat scroll 15px center transparent;
}

.topbutton.i-twitter {
     background: url("/images/tiles/twitter.png") no-repeat scroll 15px center transparent;
}

.topbutton.i-buy {
     background: url("/images/tiles/buy.png") no-repeat scroll 15px center transparent;
}

.topbutton.i-portfolio {
     background: url("/images/tiles/portfolio.png") no-repeat scroll 15px center transparent;
}

.topbutton.selected, .topbutton:hover, .topbutton a:hover {
     background-color: rgba(0, 0, 0, 0.6);
     color: #ffffff;
     opacity: 1;
}

.topbutton.red.selected, .topbutton.red:hover, .topbutton.red a:hover {
     background-color: #e52000;
     box-shadow: 0px 3px 0px 0px rgba(255, 255, 255, 0.2) inset;
     color: #ffffff;
     opacity: 1;
}

.topbutton.blue.selected, .topbutton.blue:hover, .topbutton.blue a:hover {
     background-color: #2fc2ef;
     box-shadow: 0px 3px 0px 0px rgba(255, 255, 255, 0.2) inset;
     color: #ffffff;
     opacity: 1;
}

.topbutton.green.selected, .topbutton.green:hover, .topbutton.green a:hover {
     background-color: #9ab534;
     box-shadow: 0px 3px 0px 0px rgba(255, 255, 255, 0.2) inset;
     color: #ffffff;
     opacity: 1;
}

.slogen_wrapper {
     background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.3);
     border-top: 2px solid rgba(255, 255, 255, 0.3);
     padding: 27px 20px 28px;
     text-align: center;
}

.slogen {
     color: #ffffff;
     font-family: 'Open Sans',sans-serif;
     font-size: 15px;
     font-weight: 400;
     line-height: 24px;
}

.slogenshadow {
     border-bottom: 2px solid rgba(255, 255, 255, 0.15);
     border-top: 2px solid rgba(0, 0, 0, 0.3);
     height: 0px;
     margin-bottom: 22px;
     width: 100%;
}

strong {
     font-weight: 400;
}

.option-closer {
     margin: auto;
     max-width: 1170px;
     position: relative;
}

.megatitle {
     color: #ffffff;
     font-family: 'Open Sans',sans-serif;
     font-size: 30px;
     font-weight: 800;
     line-height: 30px;
     text-align: center;
     text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}

.footertitle {
     color: #000000;
     font-family: 'Open Sans',sans-serif;
     font-size: 30px;
     font-weight: 800;
     line-height: 30px;
     text-align: center;
}

.opener-wrap {
     position: absolute;
     right: 30px;
     top: 20px;
}

.givetry {
     background: url("/images/tiles/givetry.png") no-repeat scroll 0% 0% transparent;
     height: 23px;
     position: absolute;
     right: 50px;
     top: 5px;
     width: 186px;
}

.opener {
     background: url("/images/tiles/opener.png") no-repeat scroll center center transparent;
     cursor: pointer;
     height: 33px;
     right: 0px;
     top: 0px;
     width: 33px;
}

.opener.active {
     background: url("/images/tiles/closer.png") no-repeat scroll center center transparent;
     height: 33px;
     width: 33px;
}

@media only screen and (max-width: 1020px) {
  .givetry { visibility: hidden; }
}

@media only screen and (max-width: 610px) {
  .megatitle { text-align: left; width: 300px; margin-left: 30px; }
}

@media only screen and (max-width: 1170px) {
  .group-8 { clear: left; }
}

.switcher {
     box-sizing: border-box;
     display: none;
     margin: auto;
     max-width: 1170px;
     padding: 0px 30px;
}

.divider {
     border-bottom: 2px solid rgba(255, 255, 255, 0.15);
     border-top: 2px solid rgba(0, 0, 0, 0.1);
     height: 0px;
     margin: auto;
     max-width: 1170px;
}

.switcher .buttontitle {
     color: rgba(0, 0, 0, 0.5);
     font-family: 'Open Sans',sans-serif;
     font-size: 13px ! important;
     font-weight: bold;
     margin-bottom: 8px;
     text-align: left;
     text-transform: uppercase;
}

.switcher .button {
     background-color: rgba(0, 0, 0, 0.5);
     border-radius: 25px;
     border: medium none;
     color: #ffffff;
     float: left;
     font-family: 'Open Sans',sans-serif;
     font-size: 14px;
     font-weight: 600;
     margin-bottom: 15px;
     margin-right: 5px;
     padding: 5px 10px;
     text-shadow: none;
}

.switcher .pad_wrap, .addmore {
     background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.5);
     border-radius: 25px;
     border: medium none;
     color: #ffffff;
     float: left;
     font-family: 'Open Sans',sans-serif;
     font-size: 14px;
     font-weight: 600;
     margin-bottom: 15px;
     margin-right: 10px;
     padding: 4px 10px;
}

.addmore {
     cursor: pointer;
     float: none;
     margin: auto;
     position: relative;
     width: 160px;
}

.switcher .pad {
     background: none repeat scroll 0% 0% transparent;
     border: medium none;
     color: #ffffff;
     float: left;
     font-family: 'Open Sans',sans-serif;
     font-size: 14px;
     font-weight: 600;
     padding: 0px 5px 0px 0px;
     text-align: right;
     width: 20px;
}

.switcher .longer .pad {
     width: 35px;
}

.switcher .pxc {
     background-color: transparent;
     color: #ffffff;
     font-family: 'Open Sans',sans-serif;
     font-size: 14px;
     font-weight: 600;
     line-height: 18px;
     margin-bottom: 15px;
}

.switcher .colorv {
     background-color: transparent;
     color: #ffffff;
     font-family: 'Open Sans',sans-serif;
     font-size: 14px;
     font-weight: 600;
     line-height: 22px;
     margin-bottom: 15px;
}

.switcher .color_wrap {
     background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.5);
     border-radius: 25px;
     border: medium none;
     color: #ffffff;
     float: left;
     font-family: 'Open Sans',sans-serif;
     font-size: 14px;
     font-weight: 600;
     margin-bottom: 15px;
     margin-right: 10px;
     padding: 3px 10px;
     width: 42px;
}

.group-1 {
     float: left;
     margin-right: 30px;
     width: 348px;
}

.group-2 {
     float: left;
     margin-right: 30px;
     width: 165px;
}

.group-3 {
     float: left;
     margin-right: 30px;
     width: 170px;
}

.group-4 {
     float: left;
     margin-right: 30px;
     width: 145px;
}

.group-5 {
     float: left;
     margin-right: 30px;
     width: 68px;
}

.group-6 {
     float: left;
     margin-right: 30px;
     width: 235px;
}

.group-7 {
     float: left;
     margin-right: 30px;
     width: 270px;
}

.group-8 {
     float: left;
     margin-right: 30px;
     width: 70px;
}

.group-9 {
     float: left;
     margin-right: 30px;
     width: 150px;
}

.group-10 {
     float: left;
     width: 95px;
}

.ie8 .group-5, .ie8 .group-9, .ie8 .group-8, .ie8 .group-10 {
     display: none;
}

.ie8 .group-1 {
     width: 375px;
}

.ie8 .group-2 {
     width: 190px;
}

.ie8 .group-3 {
     width: 200px;
}

.ie8 .group-4 {
     width: 170px;
}

.ie8 .group-7 {
     clear: left;
}

.ie8 .group-6 {
     width: 260px;
}

@media only screen and (max-width: 1180px) {
  .group-5 { clear: left; }
}

.colorpicker {
     z-index: 1000;
}

#color-Selector div {
     background: none repeat scroll 0% 0% transparent;
     float: left;
     height: 0px;
     width: 0px;
}

#color-Selector {
     background: url("/images/tiles/colorpicker.png") no-repeat scroll 0% 0% transparent;
     float: left;
     height: 22px;
     margin-left: 10px;
     margin-right: 10px;
     width: 22px;
}

.switcher .button {
     cursor: pointer;
}

.switcher .button.selected {
     background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.9);
}

.blogpage .switcher .button, .blogpage .switcher .color_wrap, .blogpage .switcher .pad_wrap {
     background-color: rgba(255, 255, 255, 0.8);
     color: #333333;
}

.blogpage .colorv, .blogpage .pxc, .blogpage .switcher .pad {
     color: #333333;
}

.blogpage .switcher .button.selected {
     background-color: #333333;
     color: #ffffff;
}

.fancybox-lock .fancybox-overlay {
     overflow-x: auto;
     overflow-y: hidden ! important;
}

.mega-covercaption {
     box-sizing: border-box;
     left: 0px;
     max-height: 100%;
     max-width: 100%;
     min-height: 0px;
     overflow: hidden;
     padding: 21px 20px;
     position: absolute;
     width: 100%;
}

.mega-white {
     background: none repeat scroll 0% 0% #ffffff;
}

.mega-white.mega-transparent {
     background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.8);
}

.mega-black {
     background: none repeat scroll 0% 0% #000000;
}

.mega-black.mega-transparent {
     background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.8);
}

.mega-turquoise {
     background: none repeat scroll 0% 0% #43a1a9;
}

.mega-orange {
     background: none repeat scroll 0% 0% #de921a;
}

.mega-green {
     background: none repeat scroll 0% 0% #9ab534;
}

.mega-red {
     background: none repeat scroll 0% 0% #d74f35;
}

.mega-violet {
     background: none repeat scroll 0% 0% #791869;
}

.mega-blue {
     background: none repeat scroll 0% 0% #034e92;
}

.mega-square .mega-square-top {
     bottom: auto;
     left: 0px;
     top: 0px;
}

.mega-square .mega-square-bottom {
     bottom: 0px;
     left: 0px;
     top: auto;
}

.mega-square .mega-square-left {
     height: 100%;
     left: 0px;
     max-width: 50%;
     top: 0px;
}

.mega-square .mega-square-right {
     height: 100%;
     left: auto;
     right: 0px;
     top: 0px;
     width: 50%;
}

.mega-portrait .mega-portrait-top {
     bottom: auto;
     left: 0px;
     top: 0px;
}

.mega-portrait .mega-portrait-bottom {
     bottom: 0px;
     left: 0px;
     top: auto;
}

.mega-portrait .mega-portrait-left {
     height: 100%;
     left: 0px;
     top: 0px;
     width: 50%;
}

.mega-portrait .mega-portrait-right {
     height: 100%;
     left: auto;
     right: 0px;
     top: 0px;
     width: 50%;
}

.mega-landscape .mega-landscape-top {
     bottom: auto;
     left: 0px;
     top: 0px;
}

.mega-landscape .mega-landscape-bottom {
     bottom: 0px;
     left: 0px;
     top: auto;
}

.mega-landscape .mega-landscape-left {
     height: 100%;
     left: 0px;
     top: 0px;
     width: 50%;
}

.mega-landscape .mega-landscape-right {
     height: 100%;
     left: auto;
     right: 0px;
     top: 0px;
     width: 50%;
}

.mega-title {
     color: #ffffff;
     font-family: 'Open Sans',sans-serif;
     font-size: 24px;
     font-weight: 400;
     line-height: 24px;
     text-align: left;
}

.mega-date {
     color: #666666;
     font-family: 'Open Sans',sans-serif;
     font-size: 15px;
     font-weight: 300;
     margin-top: 0px;
     text-align: left;
}

.mega-covercaption p {
     color: #555555;
     font-family: 'Open Sans',sans-serif;
     font-size: 13px;
     font-weight: 400;
     margin-top: 12px;
     text-align: left;
}

.mega-covercaption a {
     border-bottom: 1px dotted #ffffff;
     color: #ffffff;
     text-decoration: none;
}

.mega-covercaption a:hover {
     border-bottom: 0px none;
     text-decoration: none;
}

.mega-withsocialbar.mega-covercaption {
     margin-bottom: 16px;
}

.mega-smallcaptions .mega-title {
     font-size: 18px;
     font-weight: 700;
     text-transform: uppercase;
}

.mega-smallcaptions .mega-date {
     color: #888888;
     font-size: 12px;
     font-weight: 400;
     text-transform: uppercase;
}

.mega-white .mega-title {
     color: #000000;
}

.mega-white .mega-date {
     color: #666666;
}

.mega-white p {
     color: #555555;
}

.mega-white.mega-covercaption a {
     border-bottom: 1px dotted #555555;
     color: #555555;
     text-decoration: none;
}

.mega-white.mega-covercaption a:hover {
     border-bottom: 0px none;
     text-decoration: none;
}

.mega-black .mega-title {
     color: #ffffff;
}

.mega-black .mega-date {
     color: #ffffff;
}

.mega-black p {
     color: #ffffff;
}

.mega-turquoise .mega-title, .mega-turquoise .mega-date, .mega-turquoise p {
     color: #ffffff;
}

.mega-orange .mega-title, .mega-orange .mega-date, .mega-orange p {
     color: #ffffff;
}

.mega-green .mega-title, .mega-green .mega-date, .mega-green p {
     color: #ffffff;
}

.mega-red .mega-title, .mega-red .mega-date, .mega-red p {
     color: #ffffff;
}

.mega-violet .mega-title, .mega-violet .mega-date, .mega-violet p {
     color: #ffffff;
}

.mega-blue .mega-title, .mega-blue .mega-date, .mega-blue p {
     color: #ffffff;
}

.fatcaption-top {
     background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.8);
     color: #ffffff;
     font-size: 14px;
     font-weight: 700;
     line-height: 20px;
     margin-top: 0px;
     padding: 15px 0px;
     position: absolute;
     text-align: center;
     top: 0px;
     width: 100%;
}

.fatcaption-bottom {
     background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.8);
     bottom: 0px;
     color: #ffffff;
     font-size: 14px;
     font-weight: 700;
     line-height: 20px;
     margin-top: 0px;
     padding: 15px 0px;
     position: absolute;
     text-align: center;
     width: 100%;
}

.gallerycaption-bottom {
     background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.8);
     bottom: 0px;
     color: #ffffff;
     font-size: 17px;
     font-weight: 700;
     line-height: 20px;
     margin-top: 0px;
     padding: 15px 0px;
     position: absolute;
     text-align: center;
     width: 100%;
}

.gallerysubline {
     color: #cccccc;
     font-size: 13px;
     font-weight: 400;
     line-height: 20px;
     margin-top: 2px;
     text-align: center;
     width: 100%;
}

.mega-lowsize .mega-covercaption p {
     display: none;
}

.mega-lowsize .mega-title {
     font-size: 18px;
}

.mega-lowsize .mega-date {
     font-size: 13px;
}

.mega-coverbuttons {
     bottom: auto ! important;
     left: 0px ! important;
     max-height: 34px;
     max-width: 68px;
     opacity: 0;
     position: absolute;
     top: 0px ! important;
     transition: all 0.2s ease-out 0s;
}

.mega-entry-innerwrap:hover .mega-coverbuttons {
     opacity: 1;
}

.mega-link {
     background-image: url("/assets/megafolio/assets/link_clean.png");
     background-position: center center;
     background-repeat: no-repeat;
     cursor: pointer;
     float: left;
     height: 34px;
     opacity: 0.5;
     width: 34px;
}

.mega-view {
     background-image: url("/assets/megafolio/assets/zoom_clean.png");
     background-position: center center;
     background-repeat: no-repeat;
     cursor: pointer;
     float: left;
     height: 34px;
     opacity: 0.5;
     width: 34px;
}

.mega-link:hover, .mega-view:hover {
     opacity: 1;
}

.mega-square .mega-square-bottom.mega-withsocialbar, .mega-portrait .mega-portrait-bottom.mega-withsocialbar, .mega-landscape .mega-landscape-bottom.mega-withsocialbar {
     padding-bottom: 25px;
}

.mega-socialbar {
     background: url("/assets/megafolio/assets/socialbar-bg.png") repeat-x scroll 0% 0% transparent;
     border-bottom: 0px none;
     border-radius: 0px;
     border-top: 0px none;
     bottom: 0px;
     box-sizing: content-box;
     height: 16px;
     left: 0px;
     margin-left: 0px;
     margin-right: 0px;
     overflow: hidden;
     padding: 2px 10px;
     position: absolute;
     right: 0px;
     z-index: 10;
}

.mega-socialbar span {
     color: #777777;
     font-family: 'Open Sans',sans-serif;
     font-size: 11px;
     font-weight: 400;
     line-height: 16px;
     text-align: left;
     text-shadow: 0px 1px 0px #ffffff;
}

.mega-soc {
     background-position: left 2px ! important;
     cursor: pointer;
     height: 18px;
     margin-top: -2px;
     min-width: 16px;
}

.mega-soc:hover {
     background-position: left -14px ! important;
}

.mega-soc span {
     margin-left: 20px;
     margin-right: 20px;
}

.mega-facebook {
     background: url("/assets/megafolio/icons/facebook.png") no-repeat scroll 0% 0% transparent;
}

.mega-comments {
     background: url("/assets/megafolio/icons/comments.png") no-repeat scroll 0% 0% transparent;
}

.mega-twitter {
     background: url("/assets/megafolio/icons/twitter.png") no-repeat scroll 0% 0% transparent;
}

.mega-more {
     background: url("/assets/megafolio/icons/more.png") no-repeat scroll 0% 0% transparent;
}

.mega-like {
     background: url("/assets/megafolio/icons/like.png") no-repeat scroll 0% 0% transparent;
}

.mega-leftfloat {
     float: left;
     margin-right: 5px;
}

.mega-rightfloat {
     float: right;
}

.ie8 .mega-socialbar .mega-rightfloat, .ie9 .mega-socialbar .mega-rightfloat {
     margin-right: 25px;
}

.mega-entry .mega-entry-innerwrap {
     border: 0px solid #ffffff;
}

.noborder .mega-entry .mega-entry-innerwrap {
     border: 0px solid #ffffff;
}

.noborder .mega-entry .mega-entry-innerwrap {
     border: 0px solid #ffffff;
}

.light-bg-entries .mega-entry .mega-entry-innerwrap {
     background-color: #cccccc ! important;
}

.dark-bg-entries .mega-entry .mega-entry-innerwrap {
     background-color: rgba(0, 0, 0, 0.3) ! important;
}

.mega-entry {
     box-sizing: border-box;
     position: absolute;
     transition: all 0.6s ease-out 0s;
     z-index: 2;
}

.mega-entry .mega-entry-innerwrap {
     border-radius: 0px;
     box-sizing: border-box;
     height: 100%;
     overflow: visible;
     position: relative;
     transition: all 0.2s ease-out 0s;
     width: 100%;
     z-index: 2;
}

.ie8 .mega-entry, .ie8 .mega-entry .mega-entry-innerwrap, .ie9 .mega-entry, .ie9 .mega-entry .mega-entry-innerwrap {
     overflow: hidden;
}

.mega-entry-innerwrap.pagetop {
     transform-origin: 50% 0% 0px;
}

.mega-entry-innerwrap.pagebottom {
     transform-origin: 50% 100% 0px;
}

.mega-entry-innerwrap.pagemiddle {
     transform-origin: 50% 50% 0px;
}

.megafolio-container.norounded .mega-entry .mega-entry-innerwrap {
     border-radius: 0px;
}

.megafolio-container-splash.norounded .mega-entry .mega-entry-innerwrap {
     border-radius: 0px;
}

.mega-lightbox, .oldmegalightbox {
     background: url("/assets/megafolio/assets/grain.png") repeat scroll 0% 0% rgba(20, 20, 20, 0.9);
     border: 1px solid #333333;
     box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.6);
     margin-left: -100px;
     margin-top: -100px;
     overflow: hidden;
     padding: 100px;
     position: absolute;
     z-index: 1000;
}

.mega-lightbox .mediaholder, .oldmegalightbox .mediaholder {
     border: 2px solid #ffffff;
     box-shadow: 0px 0px 3px 1px rgba(40, 40, 40, 0.6);
     height: 100%;
     position: relative;
     width: 100%;
}

.ieimg {
     left: 0px;
     position: absolute;
     top: 0px;
     width: 100%;
     z-index: 0;
}

.mega-mega-entry-added {
     visibility: hidden;
}

.mega-mega-entry-added .mega-socialbar, .mega-mega-entry-added .mega-covercaption {
     visibility: hidden;
}

.mega-hover {
     background-color: rgba(0, 0, 0, 0.5);
     border-radius: 0px;
     height: 100%;
     opacity: 0;
     position: absolute;
     transition: all 0.2s ease-out 0s;
     width: 100%;
}

.norounded .mega-hover {
     border-radius: 0px;
}

.mega-divider {
     border-bottom: 1px dashed #7b7c7e;
     border-top: 1px dashed #111111;
     left: 10%;
     position: absolute;
     top: 50%;
     width: 80%;
}

.mega-hovertitle, .mega-hoverlink, .mega-hoverview {
     transition: all 0.2s ease-out 0.2s;
}

.mega-hovertitle {
     bottom: 40%;
     color: #ffffff;
     font-size: 14px;
     font-weight: 400;
     left: 20%;
     opacity: 0;
     padding: 0px 0px 15px;
     position: absolute;
     text-align: center;
     width: 60%;
}

.mega-hovertitle .mega-hoversubtitle {
     color: #aaaaaa;
     font-size: 12px;
     font-weight: 300;
     line-height: 13px;
     margin-top: 5px;
}

.mega-hoverlink {
     background: url("/assets/megafolio/assets/link.png") no-repeat scroll center center transparent;
     margin-right: 33px;
     right: 50%;
}

.mega-hoverview {
     background: url("/assets/megafolio/assets/lupe.png") no-repeat scroll center center transparent;
     left: 50%;
     margin-left: 33px;
}

.mega-hoverlink, .mega-hoverview {
     cursor: pointer;
     height: 33px;
     margin-top: 0px;
     opacity: 0;
     position: absolute;
     text-align: center;
     top: 50%;
     width: 33px;
}

.mega-hover.alone .mega-hoverview {
     margin-left: -16px;
     margin-top: -20px;
}

.mega-hover.alone .mega-hoverlink {
     margin-right: -16px;
     margin-top: -20px;
}

.mega-hover:hover {
     opacity: 1;
     transition-delay: 0.1s;
}

.mega-hover:hover .mega-hovertitle {
     bottom: 50%;
     transition-delay: 0.1s;
}

.mega-hover:hover .mega-hovertitle, .mega-hover:hover .mega-hoverlink, .mega-hover:hover .mega-hoverview {
     opacity: 1;
     transform: rotate(0deg);
}

.mega-hover:hover .mega-hoverlink {
     margin-right: 5px;
     right: 50%;
     transition-delay: 0.1s;
}

.mega-hover:hover .mega-hoverview {
     left: 50%;
     margin-left: 5px;
     transition-delay: 0.1s;
}

.mega-hover.alone:hover .mega-hoverview {
     margin-left: -16px;
     margin-top: 0px;
}

.mega-hover.notitle.alone:hover .mega-hoverview {
     margin-left: -16px;
     margin-top: -16px;
}

.mega-hover.notitle.alone:hover .mega-hoverlink {
     margin-right: -16px;
     margin-top: -16px;
}

.mega-hover:hover .mega-hoverlink:hover, .mega-hover:hover .mega-hoverview:hover {
     opacity: 0.6;
}

.mega-hover.notitle .mega-hoverlink, .mega-hover.notitle .mega-hoverview {
     margin-top: -16px;
}

.clear {
     clear: both;
}

.filter_padder {
     box-sizing: border-box;
     margin: 40px auto 30px;
     padding: 0px 30px;
     width: 100%;
}

.filter_wrapper {
     background: url("/assets/megafolio/assets/tiles/topgradient.png") repeat-x scroll 0% 0% #040404;
     border-radius: 20px;
     margin: auto;
     min-height: 40px;
     padding: 0px 35px;
     position: relative;
}

.ie9 .filter_wrapper {
     max-width: 650px;
}

.filter_wrapper.floated {
     float: left;
     margin-right: 50px;
}

.filter_list_wrapper {
     margin: auto;
     position: relative;
     width: 150px;
}

.filter {
     cursor: pointer;
}

.filter:hover, .filter.selected {
     color: #e65a4c;
}

.filter.last-child {
     margin-right: 0px ! important;
}

.filter_list_button {
     background: url("/assets/megafolio/assets/tiles/list.png") no-repeat scroll 15px center, url("/assets/megafolio/assets/tiles/topgradient.png") repeat scroll 0% 0% #040404;
     border-radius: 20px;
     margin: auto;
     min-height: 40px;
     padding: 0px 30px 0px 60px;
     position: relative;
     width: 100%;
     z-index: 1;
}

ul.filter_list {
     background: none repeat scroll 0% 0% #040404;
     border-radius: 0px 0px 20px 20px;
     display: none;
     list-style: none outside none;
     padding: 0px 45px;
     position: absolute;
     top: 15px;
     width: 100%;
     z-index: 0;
}

li.filter {
     background: none repeat scroll 0% 0% #040404;
     color: #999999;
     cursor: pointer;
     float: none;
     font-size: 14px;
     font-weight: 700;
     line-height: 30px;
     list-style: none outside none;
     margin-right: 0px ! important;
     max-width: 156px;
}

.current-filter {
     color: #999999;
     cursor: pointer;
     float: none;
     font-size: 14px;
     font-weight: 700;
     line-height: 40px;
     margin-right: 0px ! important;
     max-width: 156px;
}

.filter_wrapper_list li.filter:hover, .current-filter, .filter_wrapper_list li.filter.selected {
     color: #ffffff;
}

@media only screen and (max-width: 961px) {
  .filter_wrapper.floated { margin: auto; float: none; }
  .filter_list_wrapper { width: 216px; float: none; clear: both; margin-top: 30px; }
}

@media only screen and (max-width: 420px) {
  .filter { float: none; text-align: center; margin-right: 0px; line-height: 30px; }
}

body {
     color: #555658;
     font-family: 'Lato',sans-serif;
     font-size: 16px;
     font-weight: 300;
     margin: 0px ! important;
     overflow-x: hidden;
     padding: 0px ! important;
}

ul li {
     list-style: none outside none;
}

a, a:hover, a:focus {
     outline: medium none;
     text-decoration: none;
}

*::-moz-selection {
     background: none repeat scroll 0% 0% #167542;
     color: #ffffff;
}

p {
     line-height: 30px;
}

#container {
     height: 100%;
     width: 100%;
}

.logo {
     display: inline-block;
     margin-top: 20px;
     padding: 0px;
}

#top-bar {
     background: none repeat scroll 0% 0% #ffffff;
     box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
     min-height: 120px;
     top: 0px;
     width: 100%;
     z-index: 999;
}

.fix-top {
     position: fixed;
}

.no-fix-top {
     position: absolute;
}

#top-bar .nav {
     font-size: 13px;
     font-style: italic;
     margin-top: 50px;
}

#top-bar .navbar {
     background-color: #ffffff;
     background-image: none;
     background-repeat: repeat-x;
     border-radius: 0px;
     border: medium none;
     box-shadow: none;
}

#top-bar .nav > li > a {
     background: none repeat scroll 0% 0% transparent;
     color: #989898;
     font-weight: 400;
     padding: 0px 10px;
}

#top-bar .nav > li > a:hover, #top-bar .nav > li.active a {
     color: #ff6260;
}

.banner {
     background: url("img/parallax/parallax0.jpg") no-repeat fixed 0px 0px / cover  #e5831d;
     min-height: 800px ! important;
     width: 100%;
}

.start {
     position: relative;
}

.ban-head-pos {
     margin: 215px 0px 100px;
}

.border-top-bot {
     border-radius: 10px;
     border: 1px solid rgba(255, 255, 255, 0.6);
     margin: 0px auto;
     padding: 10px;
     position: relative;
     width: 50%;
}

.blog-title {
     background: none repeat scroll 0% 0% transparent;
     border-color: rgba(255, 255, 255, 0.5) -moz-use-text-color;
     border-radius: 0px;
     border-style: solid none;
     border-width: 1px medium;
     margin: 0px auto;
     position: relative;
     width: 50%;
}

.extra {
     font-family: 'Allura',cursive;
     font-size: 42px;
     margin: 10px 0px;
}

.border-top-bot i {
     color: rgba(255, 255, 255, 0.2);
     font-size: 150px;
}

.border-top-bot i.top {
     display: inline-block;
     left: -150px;
     margin-top: -60px;
     position: absolute;
}

.border-top-bot i.bot {
     display: inline-block;
     margin-top: -90px;
     position: absolute;
     right: -150px;
}

.border-top-bot h1 {
     font-weight: 100 ! important;
     letter-spacing: 3px;
}

.border-top-bot h4 {
     font-size: 24px ! important;
     margin-bottom: 0px ! important;
     padding-bottom: 25px;
}

a.btn-tour {
     border-radius: 5px;
     border: 1px solid #ffffff;
     color: #ffffff;
     font-size: 25px;
     font-weight: 300;
     outline: medium none;
     padding: 12px 40px;
}

a.btn-tour:hover, a.btn-tour:focus {
     background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.1);
     border-radius: 5px;
     border: 1px solid #ffffff;
     color: #ffffff;
     font-size: 25px;
     font-weight: 300;
     outline: medium none;
     padding: 12px 40px;
}

.common-heading h1 {
     font-size: 60px;
     font-weight: 100;
     margin-top: 20px;
}

.common-heading h4 {
     font-size: 18px;
     font-weight: 300;
     line-height: 25px;
     margin-bottom: 50px;
}

.common-heading h2 {
   line-height: 35px;
   margin-bottom: 50px;
}

#start, #home, #portfolio, #about, #team, #services, #news, #features, #price, #contact {
     min-height: 700px;
     padding-top: 50px;
}
.red-color {
     color: #167542;
}
.dark-color {
     color: #6e6e6e;
}

.green-color {
     color: #23c3a8;
}

.yellow-color {
     color: #f7ab12;
}

.blue-color {
     color: #7ca2e1;
}

.feature {
     /*padding: 0px 0px 90px;*/
     padding: 0px;
}

.feature-row .f-icon i {
     margin-top: 25px;
}

.feature-row .f-icon .responsive-icon {
     background: url("img/responsive_icon.png") no-repeat scroll 0% 0% transparent;
     display: inline-block;
     height: 75px;
     width: 75px;
}

.feature-row .f-icon .customizable-icon {
     background: url("img/customize_icon.png") no-repeat scroll 0% 0% transparent;
     display: inline-block;
     height: 75px;
     width: 75px;
}

.feature-row .f-icon .seo-icon {
     background: url("img/seo_icon.png") no-repeat scroll 0% 0% transparent;
     display: inline-block;
     height: 75px;
     width: 75px;
}

.feature-row h2 {
     font-size: 24px;
	 font-weight: 400;
	 margin-top: 0px;
	 margin-bottom: 20px;
}

.feature-wrap {
     display: inline-block;
     /*margin-bottom: 75px;*/
     padding-bottom: 75px;
}

.f-btn-row h4 {
     color: #616161;
     font-size: 20px;
     font-weight: 300;
     margin-bottom: 30px;
}

.f-btn-row .btn-purchase-red {
     background: none repeat scroll 0% 0% #167542;
     border-radius: 3px;
     color: #ffffff;
     font-size: 18px;
     font-weight: 300;
     outline: medium none;
     padding: 15px 38px;
}

#portfolio {
     background: none repeat scroll 0% 0% #00add5;
}

.element.item.view.view-tenth > img {
     width: 100%;
}

.light-color {
     color: #ffffff;
}

.bx-controls-direction a {
     background-color: #00bce8 ! important;
     border-radius: 5px ! important;
     margin-left: 5px ! important;
     padding: 20px 35px;
     transition: all 0.3s ease 0s;
}

.bx-controls-direction a:hover {
     background-color: #23d3fb ! important;
     transition: all 0.3s ease 0s;
}

.bx-wrapper .bx-prev, .bx-wrapper .bx-prev:hover {
     background-position: 25px 8px;
     left: 43%;
}

.bx-wrapper .bx-next, .bx-wrapper .bx-next:hover {
     background-position: 22px 8px;
}

.bx-wrapper .bx-controls-direction a {
     top: 300px;
}

.bx-wrapper {
     padding-bottom: 200px;
}

.view {
     background: none repeat scroll 0% 0% transparent;
     cursor: default;
     float: left;
     overflow: hidden;
     position: relative;
     text-align: center;
}

.view .mask, .view .content {
     height: 100%;
     left: 0px;
     overflow: hidden;
     position: absolute;
     top: 0px;
     width: 100%;
}

.view img {
     display: block;
     position: relative;
}

.view-tenth img {
     transform: scaleY(1);
     transition: all 0.4s ease-in-out 0s;
}

.view-tenth .mask {
     background-color: rgba(240, 118, 99, 0.7);
     opacity: 0;
     transition: all 0.5s linear 0s;
}

.view-tenth:hover img {
     opacity: 0.5;
     transform: scale(5);
}

.view-tenth:hover .mask {
     opacity: 1;
}

.mask a i {
     color: #242424 ! important;
     font-size: 16px;
     line-height: 40px;
}

.mega-hoverlink, .mega-hoverview {
     cursor: pointer;
     height: 50px;
     margin-top: 0px;
     opacity: 0;
     position: absolute;
     text-align: center;
     top: 42%;
     width: 50px;
}

.mega-hover:hover .mega-hoverview {
     transform: scale(1);
}

.mega-hoverview {
     background: url("img/plus.png") no-repeat scroll center center transparent;
     left: 42% ! important;
     margin-left: 0px;
     transform: scale(5);
     transition: all 0.3s ease 0s;
}

.mega-hover {
     background-color: rgba(0, 0, 0, 0.6);
}

.purchase-block {
     background: url("img/parallax/parallax1.jpg") no-repeat fixed 0px 0px / cover  #cfb26d;
     min-height: 500px;
     width: 100%;
}

.purchase-block .quote {
     padding-top: 200px;
}

.purchase-block .quote i.top {
     display: inline-block;
     left: -30px;
     margin-top: -3px;
     position: absolute;
}

.purchase-block h1 {
     border-radius: 5px;
     border: 1px solid #ffffff;
     color: #ffffff;
     display: inline-block;
     font-size: 40px;
     font-style: italic;
     font-weight: lighter;
     margin-top: 210px;
     padding: 30px 15px;
}

.purchase-block .prch-btn {
     background: none repeat scroll 0% 0% transparent;
     border-radius: 5px;
     border: 1px solid #ffffff;
     clear: both;
     color: #ffffff;
     display: inline-block;
     font-size: 18px;
     font-weight: 300;
     margin-top: 90px;
     padding: 18px 40px;
}

#about {
     background: none repeat scroll 0% 0% #5bb46c;
     color: #ffffff;
}

.about-details {
     margin-top: 50px;
     min-height: 317px;
     padding-top: 100px;
     text-align: left;
     width: 100%;
}

.abt-intro {
     font-size: 38px;
     font-weight: 100;
     margin-top: 0px ! important;
     text-align: left;
}

#diagram {
     display: inline-block;
     padding-bottom: 100px;
}

.get {
     display: none;
}

.team-member {
     color: #838383 ! important;
}

.team-member:hover, .team-member.active {
     color: #19bfb9 ! important;
}

.team-details {
     position: relative;
}

.team-details.text-center > img {
     left: 20%;
     position: absolute;
     top: 124px;
}

.team-info-details {
     position: absolute;
     top: 70px;
}

.team-info-details h1 {
     color: #19bfb9;
     font-size: 35px;
     font-weight: 300;
}

.team-info-details p.designation {
     font-size: 16px;
}

.team-info-details p.tm-info {
     float: right;
     width: 60%;
}

ul.team-social-link {
     float: right;
     margin-top: 50px;
     text-align: right;
     width: 100%;
}

ul.team-social-link li {
     display: inline-block;
     margin-left: 20px;
}

ul.team-social-link li a {
     color: #e1e1e1;
     float: left;
     font-size: 25px;
}

ul.team-social-link li a:hover {
     color: #ff6260;
}

.team-row {
     overflow: hidden;
     padding-bottom: 120px;
     width: 100%;
}

.team-container {
     width: 200%;
}

.team-list, .team-description {
     float: left;
     width: 50%;
}

.back-row {
     float: right;
     text-align: right;
     width: 100%;
}

.goback {
     background: none repeat scroll 0% 0% #ff6260;
     border-radius: 5px;
     border: medium none;
     color: #ffffff;
     display: inline-block;
     margin-top: 20px;
     padding: 10px 20px;
}

#services {
     background: none repeat scroll 0% 0% #ff6260;
     color: #ffffff;
     padding-bottom: 100px;
}

.service-box i {
     font-size: 100px;
}

.service-box h4 {
     border-radius: 5px;
     border: 1px solid rgba(255, 255, 255, 0.5);
     font-size: 24px;
     font-weight: 300;
     margin: 30px 0px;
     padding: 20px;
}

#news {
     background: none repeat scroll 0% 0% #ecaf69;
     padding-bottom: 100px;
}

.news-carousel {
     background: none repeat scroll 0% 0% #ffffff;
     border-radius: 5px;
     padding: 40px;
}

.news-carousel img {
     border-radius: 50%;
     float: left;
     margin-right: 40px;
     margin-top: 15px;
}

.news-carousel h3 {
     color: #ecaf69;
     font-size: 22px;
     font-weight: 300;
}

.news-carousel p {
     width: 80%;
}

.new-desk {
     border-right: 1px solid #e5e5e5;
     margin-top: 12px;
     width: 70%;
}

.cmnt-box strong {
     display: inline-block;
     font-size: 35px;
     font-weight: 300;
     margin-top: 25px;
}

.owl-theme .owl-controls {
     margin: 0px auto;
     width: 8%;
}

.owl-pagination {
     bottom: -100px;
     position: absolute;
     z-index: 10;
}

.owl-theme .owl-controls .owl-page span {
     background: none repeat scroll 0% 0% #fdc584;
}

.newsletter {
     background: none repeat scroll 0% 0% #363636;
     color: #a6a6a6;
     padding: 60px 0px;
     vertical-align: middle;
}

.newsletter h1 {
     color: #ecaf69;
     font-size: 30px;
     font-weight: lighter;
     margin-top: 32px;
}

.block-simplenews .form-inline .form-group {
     display: inherit;
}

.newsletter input, .newsletter input:focus {
     border: medium none;
     height: 58px;
}

.btn-newsletter {
     background: none repeat scroll 0% 0% #ecaf69;
     border-radius: 6px ! important;
     color: #ffffff;
     font-size: 18px;
     font-weight: 300;
     padding: 15px 0px;
     position: relative;
}

.newsletter .form-inline {
     margin-top: 15px;
}

.testimonial {
     background: url("img/parallax/parallax2.jpg") no-repeat fixed 0px 0px / cover  #56c3d7;
     min-height: 670px;
     padding-bottom: 120px;
     padding-top: 90px;
     width: 100%;
}

.testimonial .client-wrap, .testimonial .client-feed, .testimonial .testimonial-icon {
     float: left;
}

.testimonial .client-wrap {
     position: relative;
     width: 44%;
}

.testimonial .client-feed {
     background: none repeat scroll 0% 0% #ffffff;
     border-radius: 10px;
     padding: 30px;
}

.testimonial .testimonial-icon {
     margin-top: 5%;
     text-align: center;
     width: 10%;
}

.test-photo {
     margin-bottom: -30px;
}

.arrow-left-side {
     border-color: rgba(0, 0, 0, 0) #ffffff;
     border-style: solid;
     border-width: 0px 40px 40px 0px;
     float: right;
     height: 0px;
     margin-right: 15%;
     width: 0px;
}

.arrow-right-side {
     border-color: #ffffff rgba(0, 0, 0, 0) transparent;
     border-style: solid;
     border-width: 40px 40px 0px 0px;
     float: left;
     height: 0px;
     margin-left: 15%;
     width: 0px;
}

.clients-info {
     color: #ffffff;
     display: inline-block;
     font-size: 12px;
     width: 100%;
}

.clients-info h5 {
     color: #ffffff;
     font-size: 16px;
     font-weight: 300;
     margin-bottom: 0px;
     text-transform: uppercase;
}

.lt-pos {
     margin-right: 5%;
}

.rt-pos {
     margin-left: 5%;
}

.testimonial .owl-pagination {
     bottom: -40px;
}

.testimonial .owl-theme .owl-controls .owl-page span {
     background: none repeat scroll 0px 0px #54e9ff;
}

.testimonial .owl-theme .owl-controls .owl-page.active span, .testimonial .owl-theme .owl-controls.clickable .owl-page:hover span {
     background: none repeat scroll 0px 0px #ffffff;
}

#features {
     background: none repeat scroll 0% 0% #8075c6;
     color: #ffffff;
     padding-bottom: 120px;
}

.f-list h1 {
     color: #c1b8fe;
     font-size: 38px;
     font-weight: 100;
     margin-bottom: 30px;
}

.f-list .btn-purchase-feature {
     background: none repeat scroll 0% 0% #9d92e8;
     border-radius: 5px;
     color: #ffffff;
     font-size: 15px;
     font-weight: 300;
     margin-left: 0px;
     margin-top: 50px;
     padding: 20px 40px;
     position: relative;
     text-transform: uppercase;
}

#features .owl-theme .owl-controls .owl-page span {
     background: none repeat scroll 0px 0px #9d92e8;
}

#features .owl-theme .owl-controls .owl-page.active span, .testimonial .owl-theme .owl-controls.clickable .owl-page:hover span {
     background: none repeat scroll 0px 0px #ffffff;
}

#features .owl-pagination {
     bottom: -50px;
}

#features .owl-item img {
     margin-top: -20px;
}

#price {
     background: none repeat scroll 0% 0% #dd7bd0;
     color: #606060;
     padding-bottom: 120px;
}

.pricing-table {
     background: none repeat scroll 0% 0% #ffffff;
     border-radius: 5px;
     padding: 0px 0px 25px;
     text-align: center;
}

.pricing-table.most-popular {
     position: relative;
     top: -20px;
}

.most-popular {
     background: none repeat scroll 0% 0% #f5aaeb;
     color: #ffffff;
}

.most-popular h1 {
     font-size: 25px ! important;
     padding-bottom: 10px;
     padding-top: 17px ! important;
}

.most-popular h2 {
     background: none repeat scroll 0% 0% #dd99d2 ! important;
     margin-top: 20px ! important;
}

.most-popular ul li {
     border-bottom: 1px dotted #a680b1 ! important;
}

.most-popular .price-actions .btn {
     background: none repeat scroll 0% 0% #dd7bd0 ! important;
     cursor: pointer;
     margin: 10px 0px;
}

.pricing-table .price-actions .btn {
     background: none repeat scroll 0% 0% #acacac;
     border-radius: 5px;
     border: medium none;
     box-shadow: none;
     color: #ffffff;
     cursor: pointer;
     padding: 10px 20px;
     text-shadow: none;
}

.pricing-head h1 {
     font-size: 18px;
     font-weight: 300;
     padding-top: 15px;
}

.pricing-head h2 {
     background: none repeat scroll 0% 0% #c0c0c0;
     color: #ffffff;
     font-size: 50px;
     font-weight: 100;
     padding: 30px 0px;
}

.pricing-table ul {
     margin: 15px 0px;
     padding: 0px;
}

.pricing-table ul li {
     border-bottom: 1px dotted #cccccc;
     font-weight: 300;
     margin: 0px 2em;
     padding: 1em 0px;
     text-align: center;
}

.pricing-head span.note {
     display: inline;
     font-size: 25px;
     line-height: 0.8em;
     position: relative;
     top: -18px;
}

.pricing-quotation, .team-info {
     background: none repeat scroll 0% 0% #eeeeee;
     border-radius: 5px;
     display: inline-block;
     margin-bottom: 100px;
     padding: 20px 20px 35px;
     text-align: center;
     width: 100%;
}

.pricing-quotation h3, .team-info h3 {
     font-weight: 300;
}

.pricing-quotation p, .team-info p {
     margin-bottom: 0px;
}

.pricing-plan, .team-info-wrap {
     position: relative;
}

.pricing-quotation:before, .team-info:before {
     background-color: #eeeeee;
     border-color: #eeeeee;
     border-image: none;
     border-right: 1px none #eeeeee;
     border-style: none;
     content: "";
     display: block;
     height: 14px;
     left: 48%;
     position: absolute;
     top: -7px;
     transform: rotate(45deg);
     width: 15px;
}

#clients {
     padding-bottom: 50px;
     padding-top: 70px;
}

ul.client-logo li {
     float: left;
     text-align: center;
     width: 16.5%;
}

#design-purchase {
     background: none repeat scroll 0% 0% #71cfaf;
     color: #ffffff;
     padding: 60px 0px;
}

#design-purchase p {
     font-size: 20px;
     font-weight: 300;
     padding-top: 20px;
}

a.btn-d-purchase {
     background: none repeat scroll 0% 0% #98edd1;
     color: #4ca78a;
     font-size: 15px;
     font-weight: 300;
     margin: -20px 0px 0px;
     outline: medium none;
     padding: 20px 40px;
     position: relative;
     text-transform: uppercase;
}

#contact textarea {
     height: 183px;
}

#contact label {
     font-weight: 300;
}

#contact .btn-send {
     background: none repeat scroll 0% 0% #167542;
     color: #ffffff;
     font-weight: 300;
     margin: 50px 0px;
     padding: 15px 40px;
}

.blog-head {
     background: none repeat scroll 0% 0% #dc7bcf;
     min-height: 700px;
     padding-top: 120px;
}

.blog {
     padding: 80px 0px;
}

.blog h1 {
     font-size: 40px;
     font-weight: lighter;
     margin: 0px 0px 30px;
     text-align: center;
}

.blog h2, .blog h2 a {
     font-size: 36px;
     font-weight: lighter;
     letter-spacing: 2px;
     margin: 0px 0px 30px;
}

.gray-txt, .gray-txt a {
     color: #bdbdbd;
}

.gray-txt a:hover {
     color: #ff6260;
}

.light-color a:hover {
     color: rgba(255, 255, 255, 0.5);
}

.ath-date-row {
     color: #b1b1b1;
     font-size: 16px;
     font-weight: 300;
     margin-bottom: 50px;
     text-align: center;
     text-transform: uppercase;
}

.ath-date-row i {
     padding-right: 5px;
}

.ath-date-row .author, .ath-date-row .date, .ath-date-row .comments {
     display: inline-block;
     margin: 0px 20px;
}

.blog img {
     border-radius: 8px;
     height: auto;
     width: 100%;
}

.light-color .ath-date-row {
     color: rgba(255, 255, 255, 0.5);
}

.light-color a {
     color: #ffffff;
}

.green-bg {
     background: none repeat scroll 0% 0% #5bb46c;
}

.turquoise-bg {
     background: none repeat scroll 0% 0% #43bccc;
}

.purple-bg {
     background: none repeat scroll 0% 0% #8075c6;
}

.brown-bg {
     background: none repeat scroll 0% 0% #ecaf69;
}

.blue-bg {
     background: none repeat scroll 0% 0% #0fc5ef;
}

.single-blog {
     margin: 0px auto;
     width: 60%;
}

.quote {
     font-size: 32px;
     font-weight: 300;
     margin: 0px auto;
     padding: 100px 0px;
     position: relative;
     width: 70%;
}

.quote i {
     color: rgba(255, 255, 255, 0.5);
}

.quote i.top {
     display: inline-block;
     left: -20px;
     margin-top: -3px;
     position: absolute;
}

.quote i.bot {
     display: inline-block;
     margin-top: 20px;
     position: absolute;
     right: 50px;
}

.blog-details img {
     height: auto;
     margin-bottom: 50px;
     width: 100%;
}

.blog-details p {
     margin-bottom: 40px;
}

blockquote {
     background: none repeat scroll 0% 0% #f3f1f0;
     border-left: 10px solid #ff6260;
     border-radius: 5px;
     margin: 0px 10% 40px;
     padding: 30px 20px;
}

blockquote p {
     font-size: 16px;
     margin-bottom: 20px ! important;
}

.blog-tag {
     margin-bottom: 10px;
}

.blog-tag a, .red {
     color: #ff6260;
}

.blog-tag a:hover {
     text-decoration: underline;
}

.share-row {
     border-bottom: 1px solid #e4e4e4;
     border-top: 1px solid #e4e4e4;
     line-height: 40px;
     margin-bottom: 30px;
     padding: 15px 0px;
}

ul.social-links {
     margin-bottom: 0px;
}

ul.social-links li {
     display: inline-block;
     margin-left: 20px;
}

ul.social-links li a {
     color: #d6d6d6;
     font-size: 20px;
}

ul.social-links li a:hover {
     color: #ff6260;
     font-size: 20px;
}

.comments-row {
     margin-bottom: 80px;
}

.media img.media-object {
     border-radius: 50%;
     height: 50px;
     width: 50px;
}

.post-comment {
     margin-top: 40px;
}

.post-comment h3 {
     margin-bottom: 40px;
}

.media h3, .post-comment h3, .comments-row h3 {
     font-size: 46px;
     font-weight: lighter;
     margin-bottom: 40px;
}

.media-body h4 {
     color: #535353;
     font-size: 15px;
     font-weight: 400;
}

.media-body a {
     color: #ff6c6b;
}

.btn-sbt {
     background: none repeat scroll 0% 0% #ff6260 ! important;
     color: #ffffff;
     font-weight: 300 ! important;
     margin: 0px ! important;
     padding: 15px 20px ! important;
}

.text-muted {
     color: #c8c8c8;
}

.text-left-pos {
     margin-left: -20px;
     text-align: left ! important;
}

.dark-txt {
     color: #535353;
     font-size: 46px ! important;
}

.media {
     border-radius: 8px;
     border: 1px solid #e1e1e1;
     padding: 20px;
}

.media .media {
     border: medium none;
}

.mtop20 {
     margin-top: 20px;
}

.pagination-row {
     padding: 100px 0px;
}

.pagination li a {
     background: none repeat scroll 0% 0% #f2f2f2;
     border: medium none;
     color: #878787;
     padding: 15px;
}

.pagination li:first-child a {
     margin-right: 10px;
     padding: 15px 25px;
}

.pagination li:last-child a {
     margin-left: 10px;
     padding: 15px 25px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
     background-color: #f2f2f2;
     border-color: #f2f2f2;
     color: #167542;
     cursor: default;
     z-index: 2;
}

#timeline {
     height: 400px;
     left: 25px;
     position: fixed;
     top: 200px;
     width: 50px;
     z-index: 5;
}

#sidebar {
     background: none repeat scroll 0% 0% #cccccc;
     height: 500px;
     position: absolute;
     width: 100px;
     z-index: 99999;
}

#timeline .line {
     background: none repeat scroll 0% 0% rgba(230, 231, 232, 0.5);
     height: 100%;
     left: 8px;
     position: absolute;
     top: 0px;
     width: 1px;
}

#timeline .link.active, #timeline .link.hover, #timeline .link .dot:hover {
     opacity: 1;
}

#timeline .link.active .dot {
     border-radius: 5px;
     display: block;
     height: 12px;
     left: -3px;
     opacity: 1;
     position: absolute;
     top: 0px;
     transition: transform 0.15s ease-out 0s, -webkit-transform 0.15s ease-out 0s;
     width: 12px;
}

#timeline .link {
     left: 5px;
     margin-top: 0px;
     opacity: 0.7;
     position: absolute;
}

#timeline .link.active .dot, #timeline .link.hover .dot {
     border-radius: 9px;
     transition: transform 0.15s ease-out 0s, -webkit-transform 0.15s ease-out 0s;
}

#timeline .link .dot {
     background: none repeat scroll 0% 0% #e6e7e8;
     border-radius: 5px;
     display: block;
     height: 8px;
     left: -1px;
     position: absolute;
     top: 0px;
     transition: transform 0.15s ease-out 0s, -webkit-transform 0.15s ease-out 0s;
     width: 8px;
}

#timeline .link.active a, #timeline .link:hover a {
     opacity: 1 ! important;
     top: -3px;
     transition: opacity 0.3s ease-out 0s;
}

#timeline .link a {
     color: #d1d3d4;
     display: inline-block;
     font-size: 13px;
     font-weight: 500;
     opacity: 0;
     overflow: hidden;
     padding-left: 20px;
     position: absolute;
     text-decoration: none;
     top: -3px;
     transition: opacity 0.3s ease-out 0s;
}

.link-dot-position-1 {
     bottom: 400px;
}

.link-dot-position-2 {
     bottom: 350px;
}

.link-dot-position-3 {
     bottom: 300px;
}

.link-dot-position-4 {
     bottom: 250px;
}

.link-dot-position-5 {
     bottom: 200px;
}

.link-dot-position-6 {
     bottom: 150px;
}

.link-dot-position-7 {
     bottom: 100px;
}

.link-dot-position-8 {
     bottom: 50px;
}

.link-dot-position-9 {
     bottom: 0px;
}

.footer {
     background: none repeat scroll 0% 0% #272727;
     color: #6d6e70;
     font-size: 13px;
     font-weight: 300;
     padding: 50px 0px;
}

.f-logo {
     display: inline-block;
     margin-bottom: 25px;
     margin-top: 25px;
}

h1, h2, h3, h4, h5, h6 {
     font-family: 'Lato',sans-serif;
}

#qLpercentage {
     color: #167542 ! important;
     font-family: 'Lato',sans-serif;
}

.animated {
     animation-delay: 0.3s;
     animation-fill-mode: both;
}

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

.portfolio-filter ul li {
     display: inline-block;
     list-style: none outside none;
     padding: 0px 2px;
}

.portfolio-filter ul li a {
     background: none repeat scroll 0% 0% #0094bf;
     border-radius: 4px;
     color: rgba(255, 255, 255, 0.7);
     font-size: 15px;
     font-weight: 300;
     padding: 5px 20px;
     transition: all 0.3s ease 0s;
}

.portfolio-filter ul li a:hover, .filter:hover, .filter.selected {
     background: none repeat scroll 0% 0% #23d3fb;
     color: #067fa2;
     transition: all 0.3s ease 0s;
}

.animate-from-left {
     left: -60px;
     opacity: 0;
     position: relative ! important;
}

.animate-from-right {
     opacity: 0;
     position: relative ! important;
     right: -60px;
}

.animate-from-top {
     opacity: 0;
     position: relative ! important;
     top: -60px;
}

.animate-from-bottom {
     bottom: -60px;
     opacity: 0;
     position: relative ! important;
}

.animate-special-pricing {
     opacity: 0;
     position: relative ! important;
     top: -60px;
}

.page-mask {
     background: none repeat scroll 0% 0% #ffffff;
     height: 100%;
     left: 0px;
     position: fixed;
     top: 0px;
     width: 100%;
     z-index: 2000;
}

.page-loader {
     font-size: 12px;
     height: 44px;
     line-height: 44px;
     margin: 20% auto 0px;
     text-align: center;
     width: 44px;
}

.spinner {
     -moz-border-bottom-colors: none;
     -moz-border-left-colors: none;
     -moz-border-right-colors: none;
     -moz-border-top-colors: none;
     animation: 1s linear 0s normal none infinite spin;
     border-color: #ff0000 #eeeeee #eeeeee;
     border-image: none;
     border-radius: 0.5em;
     border-right: 2px solid #eeeeee;
     border-style: solid;
     border-width: 2px;
     box-sizing: border-box;
     font-size: 40px;
     height: 1em;
     width: 1em;
}

@keyframes spin {
100% { transform: rotate(360deg); }
}

@keyframes spin {
100% { transform: rotate(360deg); }
}

.btn-effect > section {
     color: #ffffff;
     margin: 0px auto;
}

.btn-effect > section p {
     margin: 0px;
     padding: 1em 0px;
     position: relative;
     z-index: 1;
}

.btn-custom {
     background: none repeat scroll 0% 0% transparent;
     border-radius: 6px ! important;
     border: medium none;
     color: inherit;
     cursor: pointer;
     display: inline-block;
     font-family: inherit;
     font-size: inherit;
     font-weight: 700;
     letter-spacing: 1px;
     margin: 15px 0px;
     outline: medium none;
     padding: 25px 80px;
     position: relative;
     text-transform: uppercase;
     transition: all 0.3s ease 0s;
}

.btn-custom:after {
     content: "";
     position: absolute;
     transition: all 0.3s ease 0s;
     z-index: -1;
}

.btn-1 {
     border-radius: 6px ! important;
     color: #ffffff;
     position: relative;
}

.btn-1b:after {
     background: none repeat scroll 0% 0% #595959;
     border-radius: 6px ! important;
     height: 0px;
     left: 0px;
     position: absolute;
     top: 0px;
     width: 100%;
     z-index: 100;
}

.btn-1 span {
     position: relative;
     z-index: 101;
}

.ani-btn {
     padding: 0px;
}

.btn-1b:hover, .btn-1b:active {
     color: #ffffff;
}

.btn-1b:hover:after, .btn-1b:active:after {
     height: 100%;
}

.btn-1c:after {
     background: none repeat scroll 0% 0% #ffffff;
     height: 100%;
     left: 0px;
     top: 0px;
     width: 0%;
}

.btn-1c:hover, .btn-1c:active {
     color: #0e83cd;
}

.btn-1c:hover:after, .btn-1c:active:after {
     width: 100%;
}

.btn-news {
     background: none repeat scroll 0% 0% #fdc584;
     border-radius: 6px ! important;
     color: #ffffff;
     font-size: 20px;
     font-weight: 300;
     margin-top: 80px;
     padding: 15px 60px;
     position: relative;
}

#block-views-testimonial-block.contextual-links-region {
     position: inherit;
}

.alert {
     margin-bottom: 1px;
     margin-top: 124px;
}

.btn.form-submit {
     background: none repeat scroll 0% 0% #ff6260;
     border: medium none;
     color: #ffffff;
     font-weight: 300 ! important;
     margin: 0px ! important;
     padding: 15px 20px ! important;
     transition: all 0.3s ease 0s;
}

.btn.form-submit:hover {
     background: none repeat scroll 0% 0% #595959;
     transition: all 0.3s ease 0s;
}

.not-front.not-logged-in .main-container {
     margin-top: 145px;
}

@media (min-width: 768px) and (max-width: 980px) {
  body { overflow-x: hidden; }
  #top-bar .nav { margin-bottom: 20px; margin-top: 10px; }
  .responsive-header { width: 100%; text-align: center; }
  .responsive-header a { text-align: center; float: none; }
  .logo { margin-top: 10px; }
  .bx-wrapper .bx-prev, .bx-wrapper .bx-prev:hover { left: 38%; }
  .bx-wrapper .bx-controls-direction a { top: 225px; }
  .team-arrow { height: 20px; }
  .team-arrow img { display: none; }
  .team-details.text-center > img { width: 70%; }
  .team-info-details { top: 30px; }
  ul.team-social-link { margin-top: 10px; }
  .new-desk { width: 60%; }
  .newsletter h1, .newsletter p, #design-purchase, #design-purchase .col-lg-3.text-right { text-align: center; }
  .testimonial-icon > img { margin-top: 60%; width: 80%; }
  #features .col-lg-6.col-sm-6.text-center > img { width: 100%; }
  .f-list h1 { font-size: 28px; }
  .team-info-details p.tm-info { float: right; width: 75%; }
  #timeline { display: none ! important; }
  .border-top-bot { width: 60%; }
  .single-blog iframe { margin-left: -20%; }
  .about-details { background: none repeat scroll 0% 0% transparent; }
}

@media (max-width: 768px) {
  body { overflow-x: hidden; }
  .navbar-nav.pull-right { float: none ! important; }
  .seperator { display: none ! important; }
  #top-bar .nav { margin-top: 5px; background: none repeat scroll 0% 0% #ffffff; }
  #top-bar .nav > li > a { line-height: 30px; }
  .navbar-toggle { background-color: #ffffff; border: 1px solid #dddddd; }
  .navbar-toggle .icon-bar { background: none repeat scroll 0% 0% #dddddd; }
  .logo { margin: 10px 0px 0px 10px; }
  #top-bar { min-height: 65px; }
  .responsive-header { width: 100%; }
  .responsive-header a { text-align: center; float: none; }
  .logo { margin-top: 10px; margin-bottom: 0px; }
  .bx-wrapper .bx-prev, .bx-wrapper .bx-prev:hover { left: 38%; }
  .bx-wrapper .bx-controls-direction a { top: 225px; }
  .team-arrow { height: 20px; }
  .team-arrow img { display: none; }
  .team-details.text-center > img { width: 50%; }
  .team-info-details { top: 30px; }
  ul.team-social-link { margin-top: 10px; }
  .new-desk { width: 60%; }
  .newsletter h1, .newsletter p, #design-purchase, #design-purchase .col-lg-3.text-right { text-align: center; }
  .testimonial-icon > img { margin-top: 60%; width: 80%; }
  #features .col-lg-6.col-sm-6.text-center > img { width: 100%; }
  .f-list h1 { font-size: 28px; }
  .form-control { margin-bottom: 10px; }
  .quote i.bot { right: 15px; }
  #timeline { display: none ! important; }
  .border-top-bot { width: 60%; }
  .team-member { margin-left: -20px; }
  .team-details.text-center > img { left: 10%; }
  .single-blog iframe { margin-left: -20%; }
  .about-details { background: none repeat scroll 0% 0% transparent; }
  .nav > li { display: inline; position: relative; float: left; }
  .footer p { text-align: center; }
}

@media (max-width: 480px) {
  .navbar-nav.pull-right { float: none ! important; }
  .seperator { display: none ! important; }
  #top-bar .nav { margin-top: 5px; background: none repeat scroll 0% 0% #ffffff; }
  #top-bar .nav > li > a { line-height: 30px; }
  .navbar-toggle { background-color: #ffffff; border: 1px solid #dddddd; }
  .navbar-toggle .icon-bar { background: none repeat scroll 0% 0% #dddddd; }
  .logo { margin: 10px 0px 0px 10px; }
  #top-bar { min-height: 65px; }
  .ban-head-pos, a.btn-tour, a.btn-tour:hover, a.btn-tour:focus { margin-left: 0px; }
  .avater { background-image: none; }
  .ban-head-pos { margin: 0px; }
  .border-top-bot { width: 90%; margin-bottom: 40px; margin-top: 50px; padding-bottom: 15px; }
  .common-heading h1 { font-size: 30px; }
  .common-heading h4, .border-top-bot h4 { font-size: 14px ! important; }
  #start, #home, #portfolio, #about, #team, #services, #news, #features, #contact { min-height: 400px; padding-top: 65px; }
  .bx-wrapper .bx-controls-direction a { top: 90px; }
  .bx-wrapper .bx-prev, .bx-wrapper .bx-prev:hover { left: 25%; }
  .bx-wrapper { padding-bottom: 100px; }
  .purchase-block h1 { font-size: 25px; margin-top: 100px; width: 90%; }
  .purchase-block { min-height: 400px; }
  .purchase-block .prch-btn { margin-top: 40px; }
  .about-details { background: none repeat scroll 0% 0% transparent; padding-top: 0px; }
  .abt-intro { font-size: 22px; padding-top: 15px; font-weight: 300; text-align: center; }
  .abt-details { font-size: 13px; text-align: center; padding-top: 10px; padding-bottom: 30px; }
  .f-list h1 { font-size: 25px; }
  .border-top-bot h4 { width: 95%; margin-left: 5%; }
  .common-heading h4 { padding: 0px 5px 5px; }
  .team-details.text-center > img { width: 50%; }
  .team-info-details { top: -140px; }
  .team-info-details p.tm-info { width: 100%; font-size: 12px; }
  .team-info-details h1 { font-size: 14px; }
  .team-details { text-align: left; }
  .team-info-details p.designation { font-size: 12px; }
  .team-arrow img, #diagram { display: none; }
  ul.team-social-link { margin-top: 5px; }
  ul.team-social-link li a { font-size: 20px; }
  .news-carousel { width: 96%; margin-left: 2%; }
  .newsletter, #features, .footer p, #design-purchase, #design-purchase .col-lg-3.text-right { text-align: center; }
  .owl-theme .owl-controls { margin: 0px auto; width: 25%; }
  .testimonial .testimonial-icon img { display: none; }
  .testimonial .client-wrap { margin-left: 1.5%; position: relative; width: 43%; }
  #features .col-lg-6.text-center > img { width: 90%; }
  .common-heading h4 { margin-bottom: 50px; }
  body { overflow-x: hidden; }
  ul.client-logo li { width: 50%; }
  #timeline, .team-description { display: none ! important; }
  .navbar-toggle { margin-top: 15px; }
  .single-blog iframe { margin-left: -50%; }
  .about-details { background: none repeat scroll 0% 0% transparent; }
  .blog-head { min-height: 450px; }
  .blog h2, .blog h2 a { text-align: center; }
  .blog h2 { padding-top: 20px; }
  .nav > li { display: inline; position: relative; float: left; }
  .navbar-brand.logo > img { width: 65%; }
  .pricing-table.most-popular { top: 0px; }
  .banner { min-height: 500px ! important; }
}

@media (max-width: 320px) {
  #timeline, .team-description { display: none ! important; }
  .navbar-toggle { margin-top: 15px; }
  .single-blog iframe { margin-left: -50%; }
  .about-details { background: none repeat scroll 0% 0% transparent; }
  .blog-head { min-height: 450px; }
  .blog h2, .blog h2 a { text-align: center; }
  .blog h2 { padding-top: 20px; }
}

#start{
   margin-top:100px;
   min-height: 500px;
}
.f-icon .f-logo , #block-block-6 .f-logo{
   margin:0;
}

.view-id-features{
  width:100%;
  margin: 0 auto;
}

section#block-system-main {
	/**background-image: url("img/bgleft.jpg");**/
	background-position: 0px 100%;
	background-repeat: no-repeat;
	background-size: 25%;
	transition: background 0.7s ease-out 0s;
}
section#start {
	margin-top: 100px;
	min-height: 500px;
/**	background-image: url("img/bgright.jpg"); **/
	background-position: 100% 100% !important;
	background-repeat: no-repeat;
	background-size: 30%;
	transition: background 0.7s ease-out 0s;
}
.feature-row img {
	margin: 0px auto;
	max-width: 100%;
	margin-bottom: 20px;
}
/*@media only screen and (min-width: 320px) and (max-width: 600px) {
	.f-logo {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.f-logo img {
		/*max-width: 140px;*/
	}
	#top-bar .animated {
		text-align: center;
	}
	div.f-logo h3 {
		margin-top: 0;
		font-size: 16px;
	}
	div.f-logo h4 {
		font-size: 15px;
	}
	
}
@media only screen and (min-width: 600px) and (max-width: 800px) {
	.f-logo img {
		max-width: 180px;
	}
	div.f-logo, div.f-logo h3 {
		margin-top: 0;
	}
}*/
.f-logo {
	margin-top: 0;
}
div.f-logo h3 {
	margin-top: 30px;
}
div.f-logo h3, div.f-logo h4 {
	text-align: left;
}
@media only screen and (min-width: 320px) and (max-width: 600px) {
	.f-logo img {
		/*max-width: 140px;*/
	}
	div.f-logo h3 {
		font-size: 16px;
		font-weight: bold;
		margin-top: 0px;
	}
	div.f-logo h4 {
		font-size: 15px;
	}
	a.f-logo {
		margin-top: 10px;
	}
	div.f-logo h3, div.f-logo h4 {
		text-align: center;
	}
	.f-logo {
		margin-bottom: 15px;
	}
	.feature-wrap {
		display: block;
	}
}
@media only screen and (min-width: 600px) and (max-width: 800px) { 
	div.f-logo h3 {
		margin-top: 0px;
	}
	div.f-logo h3, div.f-logo h4 {
		text-align: center;
	}
	.f-logo img {
		/*max-width: 160px;*/
	}
	.f-logo {
		margin-bottom: 15px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 800px) {
	#skip-link {
		position: absolute;
		top: 0;
		left: 0;
	}
	#top-bar {
		position: relative;
	}
	section#start {
		margin-top: 0;
		padding-top: 50px;
	}
	.common-heading h2 {
		font-size: 23px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.f-btn-row .btn-purchase-red {
		font-size:15px;
	}
}
#moxwai-slideshow { 
    /*margin: 50px auto; 
    width: 240px; 
    height: 240px; 
    padding: 10px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4);*/
    position: relative;
    height: 70px; 
}

@media screen and (max-width: 768px) {
  #moxwai-slideshow {
    height: 135px;
  }

  .feature-wrap {
    width: 100%;
  }
}

#moxwai-slideshow > div.slide { 
    position: absolute; 
    top: 10px; 
    left: 0px; 
    right: 0px; 
    bottom: 10px; 
}
h4.bolder {
  color: #5d5d5d;
  font-family: 'Open Sans',sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.25em;
  margin-bottom: 1.25em;
}
#moxwai-slideshow strong {
  font-weight: 700;
}
div.view-footer.feature-wrap {
  padding-top : 30px;
}