@charset "UTF-8";
/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden], template {
  display: none; }

a {
  background: transparent; }

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

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

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  color: #000;
  background: #ff0; }

small {
  font-size: 80%; }

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

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

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .table td, .table th {
    background-color: #fff !important; }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  -webkit-tap-highlight-color: transparent; }

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

a {
  text-decoration: none; }

a:hover, a:focus {
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto; }

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

.img-thumbnail {
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

p {
  margin: 0 0 10px; }

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

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

small, .small {
  font-size: 85%; }

cite {
  font-style: normal; }

mark, .mark {
  padding: .2em; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777; }

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

a.text-primary:hover {
  color: #3071a9; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

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

a.bg-primary:hover {
  background-color: #3071a9; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

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

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

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

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

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

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

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt, dd {
  line-height: 1.42857143; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

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

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

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0; }

blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777; }

blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: '\2014 \00A0'; }

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0; }

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
  content: ''; }

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
  content: '\00A0 \2014'; }

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

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }

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

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

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

table {
  background-color: transparent; }

th {
  text-align: left; }

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

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

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

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

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

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

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

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

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

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

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

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

table td[class*="col-"], table th[class*="col-"] {
  position: static;
  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-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success, .table > 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; }

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

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

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

.table > thead > tr > td.warning, .table > 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; }

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

.table > thead > tr > td.danger, .table > 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; }

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

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .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: 0; }
  .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: 0; }
  .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: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

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

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

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

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

input[type="range"] {
  display: block;
  width: 100%; }

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

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; }

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

.form-control::-moz-placeholder {
  color: #777;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #777; }

.form-control::-webkit-input-placeholder {
  color: #777; }

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

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0; }

input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm {
  line-height: 30px; }

input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg {
  line-height: 46px; }

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

.radio, .checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px; }

.radio label, .checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px; }

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

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

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

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

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

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

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

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0; }

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

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

textarea.input-sm, select[multiple].input-sm {
  height: auto; }

.input-lg, .form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

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

textarea.input-lg, select[multiple].input-lg {
  height: auto; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center; }

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
  color: #3c763d; }

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

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

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

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
  color: #8a6d3b; }

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

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

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

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  color: #a94442; }

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

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

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

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
    width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0; }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

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

.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

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

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

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

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

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

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

.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[disabled].active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc; }

.btn-default .badge {
  color: #fff;
  background-color: #333; }

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

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e; }

.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[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd; }

.btn-primary .badge {
  color: #428bca;
  background-color: #fff; }

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

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.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[disabled].active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

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

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.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[disabled].active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

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

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

.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[disabled].active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

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

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

.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[disabled].active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

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

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent; }

.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent; }

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

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

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

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

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown {
  position: relative; }

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

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

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

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

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

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

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

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

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap; }

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

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

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

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

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

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  float: left; }

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

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

.btn-toolbar {
  margin-left: -5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none; }

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

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

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

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.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-top: -1px;
  margin-left: 0; }

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

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

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

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

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

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

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

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

.btn-group-justified > .btn-group .btn {
  width: 100%; }

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto; }

[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  filter: alpha(opacity=0);
  opacity: 0; }

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

.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0; }

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

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

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].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 {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

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, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].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: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  margin-left: -1px; }

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

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

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

.nav > li.disabled > a {
  color: #777; }

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

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

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

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

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

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

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

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent; }

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

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

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

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

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff; } }

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

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

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca; }

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

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

.nav-justified {
  width: 100%; }

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

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

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

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

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff; } }

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

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

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

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

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

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

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

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

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .navbar-collapse.in {
    overflow-y: visible; }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0; } }

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }

@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px; } }

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

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

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

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

.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

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

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

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

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

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

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

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

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

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.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 {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: 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: 0; }
  .navbar-nav > li {
    float: left; }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px; } }

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

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

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
  .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
    width: auto; }
  .navbar-form .input-group > .form-control {
    width: 100%; }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio label, .navbar-form .checkbox label {
    padding-left: 0; }
  .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-default .btn-link {
  color: #777; }

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333; }

.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc; }

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

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

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

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

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

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

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

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

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

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

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

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010; }

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

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

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

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

.navbar-inverse .btn-link {
  color: #777; }

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff; }

.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444; }

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

.pagination > li {
  display: inline; }

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

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

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

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd; }

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

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }

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

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

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

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

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

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

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

.pager li {
  display: inline; }

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

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

.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 {
  color: #777;
  cursor: not-allowed;
  background-color: #fff; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

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

.label:empty {
  display: none; }

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

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

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

.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 {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px; }

.badge:empty {
  display: none; }

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

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

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

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

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

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee; }

.jumbotron h1, .jumbotron .h1 {
  color: inherit; }

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200; }

.jumbotron > hr {
  border-top-color: #d5d5d5; }

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

.jumbotron .container {
  max-width: 100%; }

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

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

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

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

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

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

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

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

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

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

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

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

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

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

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

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

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

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

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

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

.alert-danger .alert-link {
  color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

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

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

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

.progress.active .progress-bar, .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
  min-width: 30px; }

.progress-bar[aria-valuenow="0"] {
  min-width: 30px;
  color: #777;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

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

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

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

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

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

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

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

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

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

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

.media-object {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777;
  background-color: #eee; }

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

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777; }

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

.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, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
  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-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success {
  color: #3c763d; }

a.list-group-item-success .list-group-item-heading {
  color: inherit; }

a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6; }

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info {
  color: #31708f; }

a.list-group-item-info .list-group-item-heading {
  color: inherit; }

a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3; }

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning {
  color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading {
  color: inherit; }

a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc; }

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

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

a.list-group-item-danger .list-group-item-heading {
  color: inherit; }

a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc; }

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442; }

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

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

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

.panel-body {
  padding: 15px; }

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

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

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

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

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

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

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

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

.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

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

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
  margin-bottom: 0; }

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }

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

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0; }

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }

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

.panel-group {
  margin-bottom: 20px; }

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

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

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

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

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

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

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

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd; }

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

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333; }

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

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

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

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

.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff; }

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

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

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

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

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

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

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

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

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

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

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

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

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

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

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

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

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

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

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

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

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

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%; }

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

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

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

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

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2; }

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5; }

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0); }

.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

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

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

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5; }

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

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

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

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

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

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

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

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

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0; }

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left; }

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  line-height: 1; }

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

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

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

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

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

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

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

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

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

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9; }

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block; }

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px; }

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px; }

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
  display: table;
  content: " "; }

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@-ms-viewport {
  width: device-width; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs, td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm, td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md, td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print, td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/* * Glyphicons * * Special styles for displaying the icons and their classes in the docs. */
.bs-glyphicons {
  margin: 0;
  padding: 0;
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden; }

.bs-glyphicons li {
  float: left;
  width: 25%;
  height: 100px;
  padding: 10px;
  margin: 0 -1px -1px 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #ddd;
  list-style: none; }

.bs-glyphicons .glyphicons, .bs-glyphicons .social {
  display: block;
  margin: 5px auto 10px;
  font-size: 24px; }

.bs-glyphicons li b, .bs-glyphicons li strong {
  display: block;
  font-weight: normal; }

.bs-glyphicons li:hover {
  background-color: rgba(86, 61, 124, 0.1); }

@media only screen and (min-width: 768px) {
  .bs-glyphicons li {
    width: 12.5%; } }

@media only screen and (min-width: 768px) {
  .bs-glyphicons li {
    width: 12.5%; } }

/*tabs Left*/
.verticalTab_Left {
  clear: both; }

.verticalTab_Left:after {
  clear: both;
  content: ".";
  height: 0px;
  font-size: 0px;
  visibility: hidden;
  display: block; }

.verticalTab_Left ul.resp-tabs-list {
  float: left;
  margin: 0;
  padding: 1px 0; }

.verticalTab_Left .resp-tabs-container {
  padding: 0;
  margin: 0;
  overflow: auto; }

.verticalTab_Left .resp-tab-content .resp_margin {
  margin-left: 25px; }

.verticalTab_Left ul.resp-tabs-list li {
  font-size: 13px;
  margin: 0;
  list-style: none;
  border-top: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  position: relative;
  z-index: 1;
  min-width: 120px;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: background-color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: background-color ease-in 200ms;
  /* Opera */
  -ms-transition: background-color ease-in 200ms;
  /* IE9? */ }

.verticalTab_Left ul.resp-tabs-list li:first-child {
  border-top: none; }

.verticalTab_Left ul.resp-tabs-list li span {
  border: none;
  padding: 8px 15px;
  display: block;
  white-space: nowrap;
  cursor: pointer; }

.verticalTab_Left ul.resp-tabs-list li:hover {
  background: #eeeeee; }

.verticalTab_Left ul.resp-tabs-list li:hover span {
  color: #333; }

.verticalTab_Left ul.resp-tabs-list li.resp-tab-active {
  position: relative;
  z-index: 1;
  color: #FFF;
  background-color: #69b532; }

.verticalTab_Left ul.resp-tabs-list li.resp-tab-active span {
  background-image: url(../images/tab-left-active-bg.png);
  background-position: right top;
  background-repeat: no-repeat;
  margin-right: -16px;
  padding-right: 31px;
  color: #FFF; }

.verticalTab_Left h2.resp-accordion, .verticalTab_Left .resp_container {
  display: none; }

@media only screen and (max-width: 768px) {
  .verticalTab_Left ul.resp-tabs-list {
    display: none; }
  .verticalTab_Left h2.resp-accordion {
    display: block;
    border: 1px solid #e1e1e1;
    border-bottom: none;
    font-size: 12px;
    font-weight: normal;
    padding: 8px 15px;
    cursor: pointer;
    margin: 0;
    color: #919191;
    transition: background-color ease-in 200ms;
    -moz-transition: background-color ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: background-color ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: background-color ease-in 200ms;
    /* Opera */
    -ms-transition: background-color ease-in 200ms;
    /* IE9? */ }
  .verticalTab_Left .resp-arrow {
    float: right;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Regular';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-top: 4px; }
  .verticalTab_Left .resp-arrow:empty {
    width: 1em; }
  .verticalTab_Left .resp-arrow:before {
    content: "\002B"; }
  .verticalTab_Left .resp-tab-active .resp-arrow:before {
    content: "\2212"; }
  .verticalTab_Left .resp-accordion:hover {
    background: #eeeeee;
    color: #333333; }
  .verticalTab_Left .resp-tab-active, .verticalTab_Left .resp-tab-active:hover {
    background: #69b532; }
  .verticalTab_Left .resp-tab-active span {
    color: #FFF; }
  .verticalTab_Left .resp-tabs-container {
    width: 100%;
    margin: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-bottom: 1px solid #e1e1e1; }
  .verticalTab_Left .resp-tabs-container .resp_margin {
    margin: 15px; }
  .verticalTab_Left .resp-tab-content {
    border: 1px solid #e1e1e1;
    border-bottom: none;
    width: auto !important;
    padding: 0px;
    margin-bottom: 0px;
    clear: both;
    display: none; }
  .verticalTab_Left .resp-tab-content:after {
    clear: both;
    content: ".";
    height: 0px;
    font-size: 0px;
    visibility: hidden;
    display: block; } }

/*tabs right*/
.verticalTab_Right {
  clear: both; }

.verticalTab_Right:after {
  clear: both;
  content: ".";
  height: 0px;
  font-size: 0px;
  visibility: hidden;
  display: block; }

.verticalTab_Right ul.resp-tabs-list {
  float: right;
  margin: 0;
  padding: 1px 0; }

.verticalTab_Right .resp-tabs-container {
  padding: 0;
  margin: 0;
  overflow: auto; }

.verticalTab_Right .resp-tab-content .resp_margin {
  margin-right: 25px; }

.verticalTab_Right ul.resp-tabs-list li {
  font-size: 13px;
  margin: 0;
  list-style: none;
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  position: relative;
  z-index: 1;
  min-width: 120px;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: background-color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: background-color ease-in 200ms;
  /* Opera */
  -ms-transition: background-color ease-in 200ms;
  /* IE9? */ }

.verticalTab_Right ul.resp-tabs-list li:first-child {
  border-top: none; }

.verticalTab_Right ul.resp-tabs-list li span {
  border: none;
  padding: 8px 15px;
  display: block;
  white-space: nowrap;
  cursor: pointer; }

.verticalTab_Right ul.resp-tabs-list li:hover {
  background: #eeeeee; }

.verticalTab_Right ul.resp-tabs-list li:hover span {
  color: #333; }

.verticalTab_Right ul.resp-tabs-list li.resp-tab-active {
  position: relative;
  z-index: 1;
  color: #FFF;
  background-color: #69b532; }

.verticalTab_Right ul.resp-tabs-list li.resp-tab-active span {
  background-image: url(../images/tab-right-active-bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #69b532;
  margin-left: -16px;
  padding-left: 31px !important;
  color: #FFF; }

.verticalTab_Right h2.resp-accordion, .verticalTab_Right .resp_container {
  display: none; }

@media only screen and (max-width: 768px) {
  .verticalTab_Right ul.resp-tabs-list {
    display: none; }
  .verticalTab_Right h2.resp-accordion {
    display: block;
    border: 1px solid #e1e1e1;
    border-bottom: none;
    font-size: 12px;
    font-weight: normal;
    padding: 8px 15px;
    cursor: pointer;
    margin: 0;
    color: #919191;
    transition: background-color ease-in 200ms;
    -moz-transition: background-color ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: background-color ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: background-color ease-in 200ms;
    /* Opera */
    -ms-transition: background-color ease-in 200ms;
    /* IE9? */ }
  .verticalTab_Right .resp-arrow {
    float: right;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Regular';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-top: 4px; }
  .verticalTab_Right .resp-arrow:empty {
    width: 1em; }
  .verticalTab_Right .resp-arrow:before {
    content: "\002B"; }
  .verticalTab_Right .resp-tab-active .resp-arrow:before {
    content: "\2212"; }
  .verticalTab_Right .resp-accordion:hover {
    background: #eeeeee;
    color: #333333; }
  .verticalTab_Right .resp-tab-active, .verticalTab_Right .resp-tab-active:hover {
    background: #69b532; }
  .verticalTab_Right .resp-tab-active span {
    color: #FFF; }
  .verticalTab_Right .resp-tabs-container {
    width: 100%;
    margin: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-bottom: 1px solid #e1e1e1; }
  .verticalTab_Right .resp-tabs-container .resp_margin {
    margin: 15px; }
  .verticalTab_Right .resp-tab-content {
    border: 1px solid #e1e1e1;
    border-bottom: none;
    width: auto !important;
    padding: 0px;
    margin-bottom: 0px;
    clear: both;
    display: none; }
  .verticalTab_Right .resp-tab-content:after {
    clear: both;
    content: ".";
    height: 0px;
    font-size: 0px;
    visibility: hidden;
    display: block; } }

/*tabs top*/
.horizontalTab_Top {
  clear: both; }

.horizontalTab_Top:after {
  clear: both;
  content: ".";
  height: 0px;
  font-size: 0px;
  visibility: hidden;
  display: block; }

.horizontalTab_Top ul.resp-tabs-list {
  margin: 0;
  padding: 1px 0; }

.horizontalTab_Top .resp-tabs-container {
  padding: 0;
  margin: 0;
  clear: both;
  border: 1px solid #e8e8e8; }

.horizontalTab_Top .resp-tabs-container:after {
  clear: both;
  content: ".";
  height: 0px;
  font-size: 0px;
  visibility: hidden;
  display: block; }

* + html .horizontalTab_Top .resp-tabs-container {
  display: inline-block; }

.horizontalTab_Top .resp-tab-content .resp_margin {
  margin: 15px; }

.horizontalTab_Top ul.resp-tabs-list li {
  font-size: 13px;
  margin: 0;
  list-style: none;
  border-top: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  margin-bottom: -1px;
  float: left;
  position: relative;
  z-index: 1;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: background-color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: background-color ease-in 200ms;
  /* Opera */
  -ms-transition: background-color ease-in 200ms;
  /* IE9? */ }

.horizontalTab_Top ul.resp-tabs-list li:first-child {
  border-left: 1px solid #e8e8e8; }

.horizontalTab_Top ul.resp-tabs-list li span {
  border: none;
  padding: 8px 15px;
  display: block;
  white-space: nowrap;
  cursor: pointer; }

.horizontalTab_Top ul.resp-tabs-list li:hover {
  background: #eeeeee; }

.horizontalTab_Top ul.resp-tabs-list li:hover span {
  color: #333; }

.horizontalTab_Top ul.resp-tabs-list li.resp-tab-active {
  position: relative;
  z-index: 1;
  color: #FFF; }

.horizontalTab_Top .resp-tab-active, .horizontalTab_Top .resp-tab-active:hover {
  background: none; }

.horizontalTab_Top ul.resp-tabs-list li.resp-tab-active span {
  background-color: #FFF;
  color: #69b532; }

.horizontalTab_Top h2.resp-accordion, .horizontalTab_Top .resp_container {
  display: none; }

@media only screen and (max-width: 768px) {
  .horizontalTab_Top ul.resp-tabs-list {
    display: none; }
  .horizontalTab_Top h2.resp-accordion {
    display: block;
    border: 1px solid #e1e1e1;
    border-bottom: none;
    font-size: 12px;
    font-weight: normal;
    padding: 8px 15px;
    cursor: pointer;
    margin: 0;
    color: #919191;
    transition: background-color ease-in 200ms;
    -moz-transition: background-color ease-in 200ms;
    /* Firefox 4 */
    -webkit-transition: background-color ease-in 200ms;
    /* Safari and Chrome */
    -o-transition: background-color ease-in 200ms;
    /* Opera */
    -ms-transition: background-color ease-in 200ms;
    /* IE9? */ }
  .horizontalTab_Top .resp-arrow {
    float: right;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Regular';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-top: 4px; }
  .horizontalTab_Top .resp-arrow:empty {
    width: 1em; }
  .horizontalTab_Top .resp-arrow:before {
    content: "\002B"; }
  .horizontalTab_Top .resp-tab-active .resp-arrow:before {
    content: "\2212"; }
  .horizontalTab_Top .resp-accordion:hover {
    background: #eeeeee;
    color: #333333; }
  .horizontalTab_Top .resp-tab-active, .horizontalTab_Top .resp-tab-active:hover {
    background: #69b532; }
  .horizontalTab_Top .resp-tab-active span {
    color: #FFF; }
  .horizontalTab_Top .resp-tabs-container {
    width: 100%;
    margin: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: none;
    border-bottom: 1px solid #e1e1e1; }
  .horizontalTab_Top .resp-tabs-container .resp_margin {
    margin: 15px; }
  .horizontalTab_Top .resp-tab-content {
    border: 1px solid #e1e1e1;
    border-bottom: none;
    width: auto !important;
    padding: 0px;
    margin-bottom: 0px;
    clear: both;
    display: none; }
  .horizontalTab_Top .resp-tab-content:after {
    clear: both;
    content: ".";
    height: 0px;
    font-size: 0px;
    visibility: hidden;
    display: block; } }

/*dnn*/
#ControlBar, #ControlBar *, .dnnMemberDirectory, .dnnMemberDirectory *, .dnn_mact > li.actionMenuMove > ul li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.dnnMemberDirectory img {
  max-width: 100%; }

Body:before {
  content: " ";
  height: 0px;
  width: 100%;
  display: block;
  clear: both;
  overflow: hidden; }

.dnnDropDownList *, ul.dnnAdminTabNav *, .dnnModuleDigitalAssetsBackground * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

ul.dnnAdminTabNav {
  height: 43px;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important; }

.dnnPrimaryAction, .dnnFormItem input[type="submit"], a.dnnPrimaryAction {
  color: #FFF !important;
  text-decoration: none !important; }

/*Element Hide*/
@media only screen and (max-width: 767px) {
  .ElementHide-xs, tr.ElementHide-xs, th.ElementHide-xs, td.ElementHide-xs {
    display: none !important; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ElementHide-sm, tr.ElementHide-sm, th.ElementHide-sm, td.ElementHide-sm {
    display: none !important; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ElementHide-md, tr.ElementHide-md, th.ElementHide-md, td.ElementHide-md {
    display: none !important; } }

@media only screen and (min-width: 1200px) {
  .ElementHide-lg, tr.ElementHide-lg, th.ElementHide-lg, td.ElementHide-lg {
    display: none !important; } }

/*patch*/
.bs-docs-example {
  margin-bottom: 8px; }

a.btn.btn-primary {
  color: #FFF; }

/*font-icon*/
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fontawesome-icon-list .fa-hover {
  display: block;
  color: #222222;
  line-height: 32px;
  height: 32px;
  padding-left: 10px;
  border-radius: 4px;
  cursor: pointer; }

.fontawesome-icon-list .fa-hover .fa {
  width: 32px;
  font-size: 14px;
  display: inline-block;
  text-align: right;
  margin-right: 10px; }

.fontawesome-icon-list .fa-hover:hover {
  background-color: #07c6f5;
  color: #ffffff;
  text-decoration: none; }

.fontawesome-icon-list .fa-hover:hover .fa {
  font-size: 28px;
  vertical-align: -6px; }

.fontawesome-icon-list .fa-hover:hover .text-muted {
  color: #bbe2d5; }

.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 30px; }

.rating span.star {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block; }

.rating span.star:hover {
  cursor: pointer; }

.rating span.star:before {
  content: "\f006";
  padding-right: 5px;
  color: #777777; }

.rating span.star:hover:before, .rating span.star:hover ~ span.star:before {
  content: "\f005";
  color: #e3cf7a; }

.list-group {
  margin: 0;
  padding: 0; }

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

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

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

.list-group-item:hover {
  background-color: #eeeeee;
  color: #777777; }

/*Add*/
@media only screen and (max-width: 768px) {
  .horizontalTab_Top .resp-arrow {
    font-family: 'FontAwesome' !important; }
  .horizontalTab_Top .resp-arrow:before {
    content: "\f067" !important; }
  .horizontalTab_Top .resp-tab-active .resp-arrow:before {
    content: "\f068" !important; } }

.price-table:after {
  clear: both;
  content: ".";
  height: 0;
  font-size: 0;
  visibility: hidden;
  display: block; }

.price-table {
  display: inline-block; }

.price-table {
  display: block; }

.price-table {
  padding: 28px 0 28px 0; }

.price-table [class*=span] {
  margin-bottom: 15px; }

.price-table .col {
  float: left;
  text-align: center;
  margin-bottom: 10px;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms; }

.price-table.col2 .col {
  width: 50%; }

.price-table.col3 .col {
  width: 33.3333%; }

.price-table.col4 .col {
  width: 25%; }

.price-table.col5 .col {
  width: 20%; }

.price-table .col:hover {
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 13px rgba(0, 0, 0, 0.15); }

.price-table .col.best_value {
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
  margin-top: -38px; }

.price-table .col.best_value .price_title {
  padding-top: 30px;
  padding-bottom: 26px;
  background: 0 0;
  color: #FFF !important; }

.price-table .col.best_value .price_title h2 {
  color: #FFF !important; }

.price-table .col.best_value .price_holder {
  padding-bottom: 22px; }

.price_title {
  color: #444;
  border: 1px solid #e2e2e2;
  padding-top: 15px;
  padding-bottom: 11px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 22px;
  position: relative;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms; }

.price-table .price_title h2 {
  margin: 0;
  font-weight: 400; }

.price-table .col:first-child .price_holder {
  margin-left: 0; }

.price-table .price_holder {
  border: 1px solid #E4E4E4;
  margin: 0 0 0 -1px;
  min-height: 300px;
  padding-bottom: 12px; }

.price-table .price_box {
  color: #444;
  padding: 20px 0 25px 0; }

.price-table .sup {
  font-size: 28px;
  line-height: 34px;
  vertical-align: top; }

.price-table .price {
  font-size: 48px;
  line-height: 50px; }

.price-table .price_holder ul {
  margin: 0 0 13px 0;
  padding: 0;
  border-bottom: 1px solid #e2e2e2; }

.price-table .price_holder ul li {
  list-style: none;
  border-top: 1px solid #e2e2e2;
  padding: 12px 0; }

.price-table .btn {
  border: none;
  background: 0 0;
  color: #FFF !important;
  text-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 5px 20px;
  transition: all ease-in 200ms !important;
  -moz-transition: all ease-in 200ms !important;
  -webkit-transition: all ease-in 200ms !important;
  -o-transition: all ease-in 200ms !important;
  -ms-transition: all ease-in 200ms !important; }

.price-table .btn:hover {
  background-color: #525252; }

.price-table a.btn {
  color: #FFF;
  margin-top: 10px;
  position: relative;
  font-size: 15px; }

.price-table [class*=span] {
  margin-bottom: 15px; }

.price-table2 .price_title {
  color: #FFF;
  padding: 20px 0 50px;
  margin: 0 0 0 -1px;
  border: none; }

.price-table2 .price_title h2 {
  color: #FFF;
  text-align: center;
  font-size: 20px; }

.price-table2 .price_box {
  height: 53px;
  padding: 35px 0 !important;
  width: 123px;
  margin: -40px auto 10px;
  position: relative;
  border: 5px solid #FFF;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #FFF;
  text-align: center;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.price-table2 .price_holder ul li {
  text-align: center; }

.price-table2 .price_holder {
  border-top: none;
  text-align: center; }

.price-table2 .btn {
  background: url(../images/but_bg.png) repeat-x left bottom;
  padding: 10px 25px;
  margin-bottom: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 14px !important;
  color: #fff !important; }

.price-table2 .btn:hover {
  background: url(../images/but_bg.png) repeat-x left bottom #525252; }

.price-table2 .unit {
  font-size: 20px; }

.price-table2 .best_value {
  margin-top: -20px;
  margin-bottom: -20px; }

.price-table2 .best_value .price_title {
  padding: 30px 0 60px; }

.price-table2 .best_value .price_holder .btn {
  margin: 10px 0 30px; }

.price-table3 .price_title {
  background-color: #2c3433;
  border: none; }

.price-table3 .price_title h2 {
  text-align: center;
  color: #FFF;
  font-size: 26px;
  padding: 25px 0 6px; }

.price-table3 .price_box {
  text-align: center;
  padding: 15px 0 30px; }

.price-table3 .price_box .price, .price-table3 .price_box .sup, .price-table3 .price_box .unit {
  vertical-align: bottom;
  line-height: normal !important;
  color: #FFF;
  font-size: 26px; }

.price-table3 .price_box .price {
  font-size: 50px;
  font-weight: 700;
  line-height: 1 !important;
  padding: 0 3px; }

.price-table3 .price_holder {
  border: 1px solid #ededed;
  margin: 0;
  padding: 0 14px;
  text-align: center; }

.price-table3 .price_holder dt {
  border-bottom: 1px solid #ededed;
  padding: 25px 0;
  font-size: 22px;
  color: #818181; }

.price-table3 .price_holder dd {
  line-height: 2;
  padding: 20px 0;
  margin: 0;
  color: grey;
  text-align: left; }

.price-table3 .price_holder .btn {
  margin: auto;
  background: #2c3433;
  padding: 15px 40px;
  font-size: 20px; }

.price-table3 .price_holder .btn:hover {
  background: #00bfa7; }

.price-table3 .best_value .price_holder .btn, .price-table3 .best_value .price_title {
  background: #00bfa7; }

.price-table3 .color_1 .price_holder .btn, .price-table3 .color_1 .price_title {
  background: #7a6bbc; }

.price-table3 .color_2 .price_holder .btn, .price-table3 .color_2 .price_title {
  background: #93c650; }

.price-table3 .color_3 .price_holder .btn, .price-table3 .color_3 .price_title {
  background: #ff803f; }

.price-table3 .color_4 .price_holder .btn, .price-table3 .color_4 .price_title {
  background: #febf0f; }

.price-table3 .color_1 .price_holder .btn:hover, .price-table3 .color_2 .price_holder .btn:hover, .price-table3 .color_3 .price_holder .btn:hover, .price-table3 .color_4 .price_holder .btn:hover {
  background: #2c3433; }

.price-table4 .price_title {
  border: none;
  text-align: center;
  padding: 25px 0;
  font-size: 14px;
  font-style: italic;
  color: #fff;
  border: none;
  margin: 0; }

.price-table4 .price_border {
  border: 1px solid #ededed;
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  overflow: hidden;
  max-width: 800px; }

.price-table4 .price_title h2 {
  font-size: 26px;
  color: #FFF;
  margin-bottom: 3px;
  font-style: normal; }

.price-table4 .price_holder {
  text-align: center;
  border: none;
  margin: 0;
  padding-bottom: 30px; }

.price-table4 .price_box {
  color: #FFF;
  position: relative;
  padding: 25px 0 30px;
  margin: 0 0 20px; }

.price-table4 .price_box .sup {
  font-size: 22px; }

.price-table4 .price_box .price {
  font-size: 50px;
  font-weight: 700; }

.price-table4 .price_box .unit {
  display: block;
  text-align: center;
  font-size: 16px; }

.price-table4 .price_holder ul {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 20px; }

.price-table4 .price_holder ul li {
  border-top: 1px solid #f2f2f2;
  color: #b3b3b3; }

.price-table4 .price_holder ul li:nth-child(odd) {
  background: #f9f9f9; }

.price-table4 a.btn {
  padding: 10px 24px;
  font-size: 14px;
  background-size: auto 3px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.price-table4 .color_1 .price_title {
  background-color: #81bc34; }

.price-table4 .color_1 .price_box {
  background-color: #88c637; }

.price-table4 .color_2 .price_title {
  background-color: #41a1d2; }

.price-table4 .color_2 .price_box {
  background-color: #45aadd; }

.price-table4 .color_3 .price_title {
  background-color: #41d293; }

.price-table4 .color_3 .price_box {
  background-color: #45dd9b; }

.price-table4 .color_4 .price_title {
  background-color: #d2a741; }

.price-table4 .color_4 .price_box {
  background-color: #ddb045; }

.price-table5 .price_border {
  border: 1px solid #ededed;
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  overflow: hidden; }

.price-table5 .price_title {
  background-color: #f9f9f9;
  border: none;
  text-align: center;
  padding: 30px 0; }

.price-table5 .price_title h2 {
  font-size: 26px;
  color: #a6a6a6;
  font-weight: 700; }

.price-table5 .price_holder {
  border: none;
  margin: 0;
  padding: 0;
  text-align: center; }

.price-table5 .price_box {
  text-align: center;
  color: #2c3433; }

.price-table5 .price_box .price, .price-table5 .price_box .sup, .price-table5 .price_box .unit {
  transition: color ease-in 200ms;
  -moz-transition: color ease-in 200ms;
  -webkit-transition: color ease-in 200ms;
  -o-transition: color ease-in 200ms;
  -ms-transition: color ease-in 200ms; }

.price-table5 .price_box .sup {
  font-size: 22px; }

.price-table5 .price_box .price {
  font-size: 50px;
  font-weight: 700; }

.price-table5 .price_box .unit {
  display: block;
  text-align: center;
  font-size: 16px; }

.price-table5 .price_holder ul {
  border-bottom: none;
  margin-bottom: 0; }

.price-table5 .price_holder ul li {
  border-top: none;
  color: #8f9394; }

.price-table5 .price_holder ul li:nth-child(odd) {
  background: #f9f9f9; }

.price-table5 .price_holder a.btn {
  width: 100%;
  padding: 15px 0;
  background-color: #2c3433;
  margin: 0; }

.price-table5 .price_holder a.btn:hover {
  background-color: #00bfa7; }

.price-table5 .best_value .price_box {
  color: #00bfa7; }

.price-table5 .best_value .price_holder a.btn {
  background-color: #00bfa7; }

.price-table5 .price_border:hover .price_box {
  color: #00bfa7; }

.price-table5 .price_border:hover .price_holder a.btn {
  background-color: #00bfa7; }

.price-table6 .price_border {
  border: 1px solid #ededed;
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  overflow: hidden; }

.price-table6 .price_title {
  border: none;
  font-size: 26px;
  text-align: center; }

.price-table6 .price_title h2 {
  color: #a6a6a6; }

.price-table6 .price_holder {
  border: none;
  text-align: center;
  padding-bottom: 0; }

.price-table6 .price_box {
  border: 5px solid #000;
  width: 118px;
  height: 118px;
  margin: auto auto 15px;
  padding: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center; }

.price-table6 .price_box .sup {
  padding-top: 20px;
  display: inline-block;
  font-size: 22px; }

.price-table6 .price_box .price {
  padding-top: 20px;
  display: inline-block;
  font-size: 53px; }

.price-table6 .price_box .unit {
  display: block;
  font-size: 15px; }

.price-table6 .price_holder ul {
  border-bottom: none;
  margin-bottom: 0; }

.price-table6 .price_holder ul li {
  border-top: none;
  color: #8f9394; }

.price-table6 .price_holder ul li:nth-child(odd) {
  background: #f9f9f9; }

.price-table6 .price_holder a.btn {
  width: 100%;
  padding: 15px 0;
  background-color: #2c3433;
  margin: 0;
  font-weight: 700;
  font-size: 14px; }

.price-table6 .color_1 .price_box {
  border: 5px solid #88c637;
  color: #88c637; }

.price-table6 .color_1 .price_holder a.btn {
  background-color: #88c637; }

.price-table6 .color_2 .price_box {
  border: 5px solid #45aadd;
  color: #45aadd; }

.price-table6 .color_2 .price_holder a.btn {
  background-color: #45aadd; }

.price-table6 .color_3 .price_box {
  border: 5px solid #45dd9b;
  color: #45dd9b; }

.price-table6 .color_3 .price_holder a.btn {
  background-color: #45dd9b; }

.price-table6 .color_4 .price_box {
  border: 5px solid #ddb045;
  color: #ddb045; }

.price-table6 .color_4 .price_holder a.btn {
  background-color: #ddb045; }

.price-table8 {
  text-align: center;
  padding: 0; }

.price-table8 .price_border {
  float: left;
  width: 20%;
  overflow: hidden;
  margin: 0 0 0 -1px; }

.price-table8 .price_border.best_value {
  position: relative;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 24px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.4);
  z-index: 1;
  margin: -22px 0 0 0; }

.price-table8 .price_border h2 {
  font-size: 24px;
  color: #69b532;
  margin: 0;
  padding: 50px 0;
  line-height: normal;
  background-color: #F5F5F5;
  font-weight: normal; }

.price-table8 .price_title {
  background-color: #69B532;
  text-align: center;
  padding: 0;
  border: none;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: all ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: all ease-in 200ms;
  /* Opera */
  -ms-transition: all ease-in 200ms;
  /* IE9? */ }

.price-table8 .price_box {
  padding: 20px 0;
  color: #fefffe; }

.price-table8 .price_box .text {
  font-size: 13px; }

.price-table8 .price_box .price {
  font-size: 28px; }

.price-table8 .price_holder {
  border: none;
  margin: 0;
  padding: 0; }

.price-table8 .price_holder ul {
  border-top: none;
  border-bottom: none;
  margin-bottom: 0px; }

.price-table8 .price_holder ul li {
  border-top: 1px solid #fff;
  padding: 0;
  height: 82px;
  line-height: 82px; }

.price-table8 .price_holder ul li.price_holder_line-height {
  line-height: normal;
  padding: 24px 0; }

.price-table8 .price_holder ul li:nth-child(odd) {
  background: #DADADA; }

.price-table8 .price_holder ul li:nth-child(even) {
  background: #F4F4F4; }

.price-table8 .price_holder ul li em.fa {
  font-size: 20px;
  color: #909090; }

.price-table8 .price_btn {
  padding: 20px 0;
  background: #F4F4F4; }

.price-table8 .price_btn a {
  display: inline-block;
  padding: 7px 25px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 16px;
  color: #ffffff;
  background-color: #5AAB1F;
  background-image: url(../images/opacity_20_0.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  text-decoration: none;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: background-color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: background-color ease-in 200ms;
  /* Opera */
  -ms-transition: background-color ease-in 200ms;
  /* IE9? */ }

.price-table8 .price_border:hover .price_btn a,
.price-table8 .price_btn a:hover {
  background-color: #525252; }

.price-table8 .best_value h2 {
  padding: 61px 0; }

.price-table8 .best_value .price_btn {
  padding: 30px 0; }

.price-table8 .price8_main {
  text-align: left; }

.price-table8 .price8_main h2 {
  min-height: 133px; }

.price-table8 .price8_main .price_title {
  text-align: inherit;
  padding: 0 0 0 55px; }

.price-table8 .price8_main .price_title .price_box {
  padding: 26px 0; }

.price-table8 .price8_main .price_title .price_box .text {
  font-size: 15px;
  display: block;
  line-height: normal; }

.price-table8 .price8_main .price_title .price_box .price {
  font-size: 13px;
  display: block;
  line-height: normal; }

.price-table8 .price8_main .price_holder ul li {
  padding: 0 0 0 55px; }

.price-table8 .price8_main .price_btn {
  min-height: 82px; }

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .price-table1 [class*=span], .price-table2 [class*=span], .price-table3 [class*=span], .price-table4 [class*=span], .price-table5 [class*=span], .price-table6 [class*=span] {
    width: 48%;
    margin: 0 1% 8px !important; }
  .price-table6 {
    padding: 0; }
  .price-table6 .price_border {
    margin: 20px 0 0 0; }
  .price-table8 .price_border {
    width: 50%;
    margin: 20px 0 0 0; }
  .price-table8 .price_border.best_value {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 20px 0 0 0;
    z-index: 0; }
  .price-table8 .best_value h2 {
    padding: 50px 0; }
  .price-table8 .price_holder ul li em.fa {
    vertical-align: middle;
    margin: 0 0 0 10px; }
  .price-table8 .best_value .price_btn {
    padding: 20px 0; } }

@media only screen and (max-width: 767px) {
  .price-table.col2 .col, .price-table.col3 .col, .price-table.col4 .col, .price-table.col5 .col {
    width: 50%; }
  .price-table .col.best_value {
    margin-top: 0; }
  .price-table .col.best_value .price_title {
    padding-top: 15px;
    padding-bottom: 11px; }
  .price-table .col.best_value .price_holder {
    padding-bottom: 12px; }
  .price_content {
    margin-bottom: 20px; }
  .price-table .best_value {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .price-table2 .price_holder {
    margin-bottom: 10px; }
  .price-table6 {
    padding: 0; }
  .price-table6 .price_border {
    margin: 20px 0 0 0; }
  .price-table8 .price_border {
    float: none;
    width: 100%;
    margin: 20px 0 0 0; }
  .price-table8 .price_border.best_value {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 20px 0 0 0 !important;
    z-index: 0; }
  .price-table8 .best_value h2 {
    padding: 50px 0; }
  .price-table8 .price_holder ul li em.fa {
    vertical-align: middle;
    margin: 0 0 0 10px; }
  .price-table8 .best_value .price_btn {
    padding: 20px 0; } }

.chart_list {
  text-align: center; }

.chart_list .percentage {
  position: relative;
  margin: auto auto 8px;
  width: 140px;
  height: 140px;
  line-height: 140px;
  color: #00bfa7; }

.chart_list .percentage .percentage_inner {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  font-size: 28px; }

.chart_list2 {
  text-align: center; }

.chart_list2 .percentage2 {
  position: relative;
  margin: auto auto 8px;
  width: 140px;
  height: 140px;
  line-height: 140px;
  color: #00bfa7; }

.chart_list2 .percentage2 .percentage_inner {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  font-size: 28px;
  background: url(../images/percentage_bg.png) no-repeat center center;
  background-size: contain;
  padding: 1px;
  margin: -1px; }

.chart_list3 {
  text-align: center;
  color: #fff; }

.chart_list3 .percentage3 {
  position: relative;
  margin: auto auto 30px;
  width: 150px;
  height: 150px;
  line-height: 150px;
  color: #69B532; }

.chart_list3 .percentage3 .percentage_inner {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  font-size: 32px;
  color: #fff; }

.loaded_list .progress-bar {
  position: relative;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background: 0 0;
  background-color: #00bfa7; }

.loaded_list .progress {
  overflow: visible;
  height: 15px;
  line-height: 15px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px; }

.loaded_list .progress-bar span {
  position: absolute;
  right: 0;
  bottom: 100%;
  background: #2c3433;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 2px 5px !important;
  line-height: normal !important;
  font-size: 12px !important;
  text-indent: 0;
  margin-bottom: 8px;
  display: none; }

.loaded_list .progress-bar span:before {
  border: 5px solid transparent;
  border-top: 5px solid #2c3433;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0 !important;
  margin-left: -5px; }

.number_Animation {
  text-align: center;
  color: #00bfa7; }

.number_Animation .fa {
  font-size: 90px; }

.number_Animation .number {
  display: block;
  text-align: center;
  font-size: 48px; }

.number_Animation_3 {
  text-align: center;
  color: #fff; }

.number_Animation_3 .fa {
  font-size: 90px; }

.number_Animation_3 .number {
  display: block;
  text-align: center;
  font-size: 42px;
  line-height: normal; }

.number_Animation_3 .font {
  font-size: 15px; }

.number_Animation_4 {
  text-align: center;
  color: #fff;
  padding: 0 15px; }

.number_Animation_4 .fa {
  font-size: 50px; }

.number_Animation_4 .number {
  display: block;
  text-align: center;
  font-size: 42px;
  line-height: normal;
  position: relative;
  padding: 10px 0 14px 0;
  margin-bottom: 20px; }

.number_Animation_4 .number:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 47px;
  margin-left: -23.5px;
  height: 2px;
  background: #7cf528; }

.number_Animation_4 .font {
  font-size: 15px; }

.number_Animation_4 .number_bg1 {
  background: #767676;
  padding: 90px 0; }

.number_Animation_4 .number_bg2 {
  background: #858585;
  padding: 90px 0; }

.number_Animation_4 .number_bg3 {
  background: #989898;
  padding: 90px 0; }

.number_Animation_4 .number_bg4 {
  background: #aaa;
  padding: 90px 0; }

.number_Animation_4 .blue {
  color: #01c6ff; }

.number_Animation_4 .red {
  color: #fe3f3f; }

.number_Animation_4 .yellow {
  color: #ffe400; }

.number_Animation_4 .green {
  color: #65f200; }

.Testimonials_tab {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  min-height: 20px;
  transition: height ease-in 200ms;
  -moz-transition: height ease-in 200ms;
  -webkit-transition: height ease-in 200ms;
  -o-transition: height ease-in 200ms;
  -ms-transition: height ease-in 200ms; }

.Testimonials_tab li {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  list-style: none; }

.Testimonials_tab .last_page, .Testimonials_tab .next_page {
  position: absolute;
  top: 0;
  right: 0;
  height: 28px;
  line-height: 28px;
  width: 28px;
  background-color: #f2f2f2;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  color: #797979;
  font-family: 'FontAwesome';
  top: auto;
  bottom: 14px;
  left: auto;
  right: 0;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  -webkit-transition: background-color ease-in 200ms;
  -o-transition: background-color ease-in 200ms;
  -ms-transition: background-color ease-in 200ms; }

.Testimonials_tab .next_page:before {
  content: "\f054"; }

.Testimonials_tab .last_page:before {
  content: "\f053"; }

.Testimonials_tab .last_page {
  right: 32px; }

.Testimonials_tab .last_page:hover, .Testimonials_tab .next_page:hover {
  background-color: #00bfa7;
  color: #FFF;
  text-decoration: none; }

.Testimonials_tab .dot {
  position: absolute;
  bottom: 0; }

.Testimonials_tab .dot a {
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 2px solid #606060;
  margin: 0 3px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 0;
  text-indent: -999px;
  vertical-align: middle; }

.Testimonials_tab .dot a.actived {
  background: #606060;
  width: 10px;
  height: 10px; }

.Testimonials_1 .dot {
  right: 60px;
  bottom: 16px; }

.Testimonials_1 .dot a {
  border: 1px solid #f2f2f2;
  width: 20px;
  height: 20px; }

.Testimonials_1 .dot a.actived {
  width: 20px;
  height: 20px;
  border: 1px solid #f2f2f2;
  background: #f2f2f2; }

.Testimonials_1 blockquote {
  background: 0 0;
  padding: 1px 0 0 1px;
  margin: 0;
  text-indent: 0; }

.Testimonials_1 blockquote p {
  background-color: #fafafa;
  border: 1px solid #ececec;
  padding: 20px;
  font-size: 13px;
  color: grey;
  font-style: normal;
  text-indent: 0; }

.Testimonials_1 small {
  position: relative;
  top: 0;
  left: 0;
  font-size: 13px;
  color: #777;
  font-style: normal;
  padding: 24px 0 0 35px; }

.Testimonials_1 small:before {
  content: " ";
  position: absolute;
  top: -5px;
  left: 55px;
  width: 10px;
  height: 10px;
  background-color: #fafafa;
  border-left: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg); }

.Testimonials_1 small img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-right: 15px;
  float: left;
  vertical-align: middle; }

.Testimonials_1 small span {
  display: block;
  font-size: 15px;
  color: #00bfa7;
  font-weight: 700;
  margin-top: 4px; }

.Testimonials_2 .last_page, .Testimonials_2 .next_page {
  top: auto;
  bottom: 0;
  left: 50%; }

.Testimonials_2 .last_page {
  right: 32px;
  margin: 0 0 0 -30px; }

.Testimonials_2 .dot {
  right: 0;
  bottom: 3px;
  width: 100%;
  text-align: center; }

.Testimonials_2 .dot a {
  border: 1px solid #f2f2f2;
  width: 20px;
  height: 20px; }

.Testimonials_2 .dot a.actived {
  width: 20px;
  height: 20px;
  border: 1px solid #f2f2f2;
  background: #f2f2f2; }

.Testimonials_2 blockquote {
  background: 0 0;
  padding: 0;
  margin: 0;
  text-indent: 0; }

.Testimonials_2 blockquote p {
  padding: 0;
  text-align: center;
  font-size: 13px;
  color: grey;
  font-style: normal; }

.Testimonials_2 .Pic {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  vertical-align: middle;
  display: block;
  margin: 0 auto 10px;
  overflow: hidden;
  text-align: center;
  text-indent: 0; }

.Testimonials_2 small {
  position: relative;
  top: 0;
  left: 0;
  font-size: 13px;
  color: #777;
  font-style: normal;
  padding: 15px 0 40px;
  width: 100%;
  text-align: center; }

.Testimonials_2 small:before {
  content: " "; }

.Testimonials_2 small span {
  display: block;
  font-size: 15px;
  color: #00bfa7;
  font-weight: 700;
  margin-top: 4px; }

.Testimonials_3 blockquote {
  background: 0 0;
  padding-bottom: 0;
  position: relative; }

.Testimonials_3 .last_page {
  left: 180px;
  bottom: 60px; }

.Testimonials_3 .next_page {
  left: 210px;
  bottom: 60px; }

.Testimonials_3 {
  position: relative; }

.Testimonials_3 .Pic {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0; }

.Testimonials_3 li {
  padding-left: 180px;
  min-height: 160px;
  width: auto; }

.Testimonials_3 blockquote span.mark {
  font-size: 103px;
  position: absolute;
  top: -5px;
  left: 10px;
  color: #555;
  line-height: normal;
  font-family: Arial, Helvetica, sans-serif !important;
  font-style: italic !important;
  text-indent: 0 !important;
  text-align: left;
  width: 100px; }

.Testimonials_3 small:before {
  content: " "; }

.Testimonials_3 small span {
  display: block;
  font-size: 15px;
  color: #444;
  font-weight: 700;
  margin-top: 4px;
  font-style: normal;
  margin-bottom: 3px; }

.Testimonials_3 small {
  position: static;
  font-size: 13px;
  color: #777;
  font-style: normal;
  padding: 25px 0 40px;
  float: right; }

.Testimonials_3 .dot {
  left: 180px;
  bottom: 40px; }

.Testimonials_4 {
  margin: 0;
  padding: 0; }

.Testimonials_4 li {
  list-style: none; }

.Testimonials_5 .dot {
  right: 0; }

.Testimonials_4 blockquote {
  background: 0 0;
  padding: 0;
  margin: 0 0 15px; }

.Testimonials_4 blockquote p {
  border-bottom: 7px solid #f0f0f0;
  padding: 0 0 20px;
  font-size: 13px;
  line-height: 2;
  color: grey;
  font-style: normal;
  text-indent: 0; }

.Testimonials_4 small {
  position: relative;
  top: 0;
  left: 0;
  font-size: 13px;
  color: #777;
  font-style: normal;
  padding: 24px 0 0 0; }

.Testimonials_4 small:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 30px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 10px solid #f0f0f0; }

.Testimonials_4 small img {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  float: left;
  vertical-align: middle; }

.Testimonials_4 small span {
  display: block;
  font-size: 15px;
  color: #00bfa7;
  font-weight: 700;
  margin: 6px 0 5px; }

.Testimonials_5 blockquote {
  background: 0 0;
  padding: 0;
  margin: 0 0 15px;
  text-indent: 0; }

.Testimonials_5 blockquote p {
  padding: 0;
  font-size: 13px;
  color: grey;
  font-style: normal;
  text-indent: 0;
  padding: 20px;
  background-color: #00bfa7;
  color: #FFF; }

.Testimonials_5 small {
  position: relative;
  top: 0;
  left: 0;
  font-size: 13px;
  color: #777;
  font-style: normal;
  padding: 20px 0 0 0; }

.Testimonials_5 small:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 30px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 10px solid #00bfa7; }

.Testimonials_5 small span {
  display: block;
  font-size: 15px;
  color: #00bfa7;
  font-weight: 700;
  margin: 6px 0 5px; }

.Testimonials_5 .last_page, .Testimonials_5 .next_page {
  top: auto;
  bottom: 5px;
  width: 29px;
  height: 27px;
  background-color: #959998;
  text-indent: -999px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  overflow: hidden; }

.Testimonials_5 .last_page:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0 !important;
  height: 0 !important;
  border: 6px solid transparent;
  border-right: 6px solid #FFF;
  margin: -6px 0 0 -9px; }

.Testimonials_5 .next_page:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0 !important;
  height: 0 !important;
  border: 6px solid transparent;
  border-left: 6px solid #FFF;
  margin: -6px 0 0 -3px; }

.Testimonials_7 .last_page, .Testimonials_7 .next_page {
  top: auto;
  bottom: 0;
  left: 51%; }

.Testimonials_7 .last_page {
  right: 32px;
  margin: 0 0 0 -45px; }

.Testimonials_7 .dot {
  right: 0;
  bottom: 3px;
  width: 100%;
  text-align: center; }

.Testimonials_7 .dot a {
  border: 1px solid #f2f2f2;
  width: 20px;
  height: 20px; }

.Testimonials_7 .dot a.actived {
  width: 20px;
  height: 20px;
  border: 1px solid #f2f2f2;
  background: #f2f2f2; }

.Testimonials_7 blockquote {
  background: 0 0;
  padding: 0;
  margin: 0;
  text-indent: 0; }

.Testimonials_7 blockquote p {
  margin: 0 110px;
  padding: 0;
  text-align: center;
  font-size: 16px;
  color: #666;
  font-style: normal;
  position: relative; }

.Testimonials_7 .Pic {
  width: 87px;
  height: 87px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  vertical-align: middle;
  display: block;
  margin: 23px auto 40px;
  overflow: hidden;
  text-align: center;
  text-indent: 0; }

.Testimonials_7 small {
  position: relative;
  top: 0;
  left: 0;
  font-size: 13px;
  color: #777;
  font-style: normal;
  padding: 15px 0 40px;
  width: 100%;
  text-align: center; }

.Testimonials_7 small:before {
  content: " "; }

.Testimonials_7 small span {
  display: block;
  font-size: 18px;
  color: #00bfa7;
  font-weight: 400;
  margin-top: 4px; }

.Testimonials_7.Testimonials_tab .last_page, .Testimonials_7.Testimonials_tab .next_page {
  background-color: transparent;
  border: 1px solid #919191;
  height: 32px;
  width: 32px;
  border: 2px solid #919191;
  font-size: 13px;
  line-height: 32px;
  font-weight: 700;
  font-family: 'FontAwesome'; }

.Testimonials_7.Testimonials_tab .next_page:before {
  content: "\f054"; }

.Testimonials_7.Testimonials_tab .last_page:before {
  content: "\f053"; }

.Testimonials_7 blockquote p:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 20px;
  left: 0;
  top: 124px;
  background: url(../images/mark_l.png) center center no-repeat; }

.Testimonials_7 blockquote p:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 28px;
  height: 20px;
  margin: 0 0 0 15px;
  background: url(../images/mark_r.png) center center no-repeat; }

.Testimonials_7.Testimonials_tab .last_page:hover, .Testimonials_7.Testimonials_tab .next_page:hover {
  background-color: transparent; }

.Testimonials_7.Testimonials_tab {
  padding-bottom: 25px; }

.Testimonials_8 blockquote {
  background: 0 0;
  padding-bottom: 0;
  padding-top: 5px;
  position: relative;
  margin-top: 23px; }

.Testimonials_8 .last_page {
  left: 180px;
  bottom: 60px; }

.Testimonials_8 .next_page {
  left: 210px;
  bottom: 60px; }

.Testimonials_8 {
  position: relative;
  border: 1px solid #e9e8e8;
  border-radius: 5px; }

.Testimonials_8 .Pic {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  border: 5px solid #e9e9e9;
  margin: 25px 0 0 25px; }

.Testimonials_8 li {
  padding-left: 109px;
  min-height: 160px;
  width: auto; }

.Testimonials_8 blockquote span.mark {
  font-size: 0;
  position: absolute;
  top: -5px;
  left: 10px;
  color: #555;
  line-height: normal;
  font-family: Arial, Helvetica, sans-serif !important;
  font-style: italic !important;
  text-indent: 0 !important;
  text-align: left;
  width: 100px; }

.Testimonials_8 small:before {
  content: " "; }

.Testimonials_8 small span {
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-top: 4px;
  font-style: normal;
  margin-bottom: 3px; }

.Testimonials_8 small {
  position: static;
  font-size: 13px;
  color: #777;
  font-style: normal;
  padding: 15px 0 71px;
  float: left; }

.Testimonials_8 .dot {
  left: 50%;
  margin-left: -45px;
  bottom: 30px; }

.Testimonials_8 .dot a {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 0 solid #606060;
  margin: 0 3px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 0;
  text-indent: -999px;
  vertical-align: middle;
  background: #cbcbcb; }

.Testimonials_8 .dot a.actived {
  width: 18px;
  height: 18px; }

.Testimonials_8 blockquote p {
  text-indent: 0;
  font-style: normal; }

.Testimonials_9 .last_page, .Testimonials_9 .next_page {
  top: auto;
  bottom: 0;
  left: 50%; }

.Testimonials_9 .last_page {
  right: 32px;
  margin: 0 0 0 -30px; }

.Testimonials_9 .dot {
  right: 0;
  bottom: 0;
  width: 100%;
  text-align: center; }

.Testimonials_9 .dot a {
  width: 12px;
  height: 12px;
  background: #898989;
  border: none; }

.Testimonials_9 .dot a.actived {
  background: #69b532;
  width: 12px;
  height: 12px; }

.Testimonials_9 blockquote {
  background: 0 0;
  padding: 0;
  margin: 0;
  text-indent: 0; }

.Testimonials_9 blockquote p {
  padding: 0;
  text-align: center;
  font-size: 17px;
  color: #fff;
  font-style: normal;
  margin: 0 100px;
  line-height: 30px;
  position: relative; }

.Testimonials_9 blockquote p:before {
  left: -22px;
  top: 100px;
  background: url(../images/comma1.png) center center no-repeat; }

.Testimonials_9 blockquote p:after {
  right: 80px;
  bottom: 0;
  background: url(../images/comma2.png) center center no-repeat; }

.Testimonials_9 blockquote p:after, .Testimonials_9 blockquote p:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 20px; }

.Testimonials_9 .Pic {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  vertical-align: middle;
  display: block;
  margin: 35px auto 35px;
  overflow: hidden;
  text-align: center;
  text-indent: 0; }

.Testimonials_9 small {
  position: relative;
  top: 0;
  left: 0;
  font-size: 13px;
  color: #777;
  font-style: normal;
  padding: 30px 0 40px;
  width: 100%;
  text-align: center; }

.Testimonials_9 small:before {
  content: " "; }

.Testimonials_9 small span {
  display: block;
  font-size: 15px;
  color: #69b532;
  font-weight: 700;
  margin-top: 4px; }

.blockquote_title {
  border-top: 1px solid #e3e3e3;
  margin-top: 30px;
  text-align: center;
  white-space: nowrap; }

.blockquote_title .ico {
  width: 82px;
  height: 36px;
  background: url(../images/blockquote_ico.png) no-repeat center center #FFF;
  display: block;
  margin: -28px auto 0; }

.blockquote_title span {
  font-size: 16px;
  color: #666;
  white-space: normal;
  vertical-align: middle;
  font-weight: 700;
  padding: 20px 0 0;
  margin: 0; }

.blockquote_box blockquote {
  background: 0 0;
  margin: 0 !important;
  padding: 0 0 25px !important;
  text-align: center; }

.blockquote_box blockquote p {
  font-style: normal;
  text-indent: 2em;
  color: #888; }

.blockquote_box blockquote small {
  border-top: 1px solid #e3e3e3;
  bottom: 0;
  display: block;
  font-size: 13px;
  left: 0;
  line-height: 18px;
  padding: 20px 0 0;
  position: relative;
  margin: 30px auto 0;
  text-align: center;
  max-width: 550px;
  font-style: normal; }

.blockquote_box blockquote small:before {
  content: "";
  position: absolute;
  background: url(../images/arrow-2.png) no-repeat center center #FFF;
  width: 17px;
  height: 10px;
  top: -1px;
  left: 50%;
  margin-left: -8px; }

.blockquote_box .dot {
  right: 0; }

.blockquote_box .dot a {
  width: 15px !important;
  height: 15px !important;
  background: #e3e3e3 !important;
  border: none !important;
  margin-left: 5px !important; }

.horizontalTab_Top_1 {
  padding-bottom: 15px; }

.horizontalTab_Top_1 ul.resp-tabs-list li {
  margin-right: 10px;
  border: 1px solid #ebebeb;
  border-bottom: none;
  padding-top: 1px; }

.horizontalTab_Top_1 ul.resp-tabs-list li span {
  padding: 10px 22px;
  font-size: 14px; }

.horizontalTab_Top_1 ul.resp-tabs-list li.resp-tab-active {
  padding-top: 0;
  border-top: 2px solid #00bfa7; }

.horizontalTab_Top_2 {
  padding-bottom: 15px; }

.horizontalTab_Top_2 ul.resp-tabs-list li {
  margin-right: 5px;
  border: 1px solid #ececec;
  border-bottom: none;
  background-color: #f3f3f3; }

.horizontalTab_Top_2 ul.resp-tabs-list li span {
  padding: 10px 12px;
  font-size: 14px; }

.horizontalTab_Top_2 h2.resp-accordion span em, .horizontalTab_Top_2 h2.resp-accordion span i, .horizontalTab_Top_2 ul.resp-tabs-list li em, .horizontalTab_Top_2 ul.resp-tabs-list li i {
  padding-right: 5px; }

.horizontalTab_Top_2 ul.resp-tabs-list li.resp-tab-active span {
  background-color: #00bfa7;
  color: #FFF !important; }

.horizontalTab_Top_3 {
  padding-bottom: 15px; }

.horizontalTab_Top_3 ul.resp-tabs-list li, .horizontalTab_Top_3 ul.resp-tabs-list li:hover {
  margin: 0 10px 5px 0;
  border: 1px solid #00bfa7;
  padding-top: 1px;
  background-color: #00bfa7; }

.horizontalTab_Top_3 ul.resp-tabs-list li span {
  padding: 10px 22px;
  font-size: 14px;
  color: #FFF; }

.horizontalTab_Top_3 ul.resp-tabs-list li.resp-tab-active, .horizontalTab_Top_3 ul.resp-tabs-list li.resp-tab-active:hover {
  padding-top: 0;
  border: 1px solid #ebebeb;
  border-top: 2px solid #00bfa7; }

.horizontalTab_Top_3 ul.resp-tabs-list li:hover span {
  color: #FFF; }

.horizontalTab_Top_4 {
  padding-bottom: 0; }

.horizontalTab_Top_4 ul.resp-tabs-list li {
  margin-left: 4px;
  border: 0 solid #ececec;
  background-color: #f3f3f3;
  width: 24.669%;
  opacity: .6;
  cursor: pointer; }

.horizontalTab_Top_4 ul.resp-tabs-list li.resp-tab-active {
  opacity: 1; }

.horizontalTab_Top_4 ul.resp-tabs-list li:first-child {
  border-left: 0 solid #e8e8e8;
  margin-left: 0; }

.horizontalTab_Top_4 ul.resp-tabs-list li span {
  padding: 10px 12px;
  font-size: 14px; }

.horizontalTab_Top_4 h2.resp-accordion span em, .horizontalTab_Top_4 h2.resp-accordion span i, .horizontalTab_Top_4 ul.resp-tabs-list li em, .horizontalTab_Top_4 ul.resp-tabs-list li i {
  padding-right: 5px; }

.horizontalTab_Top_4 ul.resp-tabs-list li.resp-tab-active span {
  background-color: #00bfa7;
  color: #FFF; }

.horizontalTab_Top_4 .resp-tabs-container {
  padding-top: 34px;
  border: none; }

.horizontalTab_Top_5_out {
  font-size: 24px;
  color: #666666;
  white-space: normal;
  vertical-align: middle;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 54px; }

.horizontalTab_Top_5 {
  padding-bottom: 15px; }

.horizontalTab_Top_5 ul.resp-tabs-list li {
  margin-right: 5px;
  border: 1px solid #ececec;
  border-bottom: none; }

.horizontalTab_Top_5 ul.resp-tabs-list li span {
  padding: 10px 12px;
  font-size: 14px; }

.horizontalTab_Top_5 h2.resp-accordion span em, .horizontalTab_Top_5 h2.resp-accordion span i, .horizontalTab_Top_5 ul.resp-tabs-list li em, .horizontalTab_Top_5 ul.resp-tabs-list li i {
  padding-right: 5px; }

.horizontalTab_Top_5 ul.resp-tabs-list li.resp-tab-active span {
  background-color: #69B532;
  color: #FFF !important; }

.horizontalTab_Top_5 .resp-tab-content .resp_margin {
  margin: 30px 25px; }

.horizontalTab_Top_5 .resp-tab-content .resp_margin img {
  border: 1px solid #d4d2d2;
  float: right;
  margin: 0 0 0 20px; }

.verticalTab_Left_1 {
  padding-bottom: 15px; }

.verticalTab_Left_1 .resp-tab-content {
  border: none; }

.verticalTab_Left_1 .resp_container .resp_margin {
  border: 1px solid #ebebeb;
  padding: 10px 20px;
  margin: 0; }

.verticalTab_Left_1 ul.resp-tabs-list li span {
  padding: 10px 15px;
  margin: 0;
  border: none;
  background: 0 0; }

.verticalTab_Left_1 ul.resp-tabs-list li.resp-tab-active span {
  margin: 0;
  border: none;
  color: #00bfa7 !important;
  background: 0 0 !important; }

.verticalTab_Left_1 ul.resp-tabs-list li {
  border: 1px solid #ebebeb;
  border-right: none;
  background: #FFF !important;
  padding-left: 1px;
  margin-bottom: 12px; }

.verticalTab_Left_1 ul.resp-tabs-list {
  border-top: 1px solid #ebebeb;
  padding: 0; }

.verticalTab_Left_1 ul.resp-tabs-list li.resp-tab-active {
  margin-right: -1px;
  border-left: 2px solid #00bfa7;
  padding-left: 0; }

.verticalTab_Left_2 {
  padding-bottom: 15px; }

.verticalTab_Left_2 .resp-tab-content {
  border: none; }

.verticalTab_Left_2 .resp_container .resp_margin {
  border: 1px solid #ebebeb;
  padding: 10px 20px;
  margin: 0; }

.verticalTab_Left_2 ul.resp-tabs-list li span {
  padding: 10px 15px;
  margin: 0;
  border: none;
  background: 0 0; }

.verticalTab_Left_2 ul.resp-tabs-list li.resp-tab-active span {
  margin: 0;
  border: none;
  background: #00bfa7 !important;
  text-align: center;
  padding-right: 15px; }

.verticalTab_Left_2 ul.resp-tabs-list li {
  border: 1px solid #ebebeb;
  background: #f3f3f3 !important;
  margin-bottom: 12px;
  margin-right: 10px;
  text-align: center; }

.verticalTab_Left_2 ul.resp-tabs-list li:first-child {
  border-top: 1px solid #ebebeb; }

.verticalTab_Left_2 ul.resp-tabs-list {
  padding: 0; }

.verticalTab_Left_2 h2.resp-accordion span em, .verticalTab_Left_2 h2.resp-accordion span i, .verticalTab_Left_2 ul.resp-tabs-list li em, .verticalTab_Left_2 ul.resp-tabs-list li i {
  padding-right: 5px; }

.verticalTab_Left_3 {
  padding-bottom: 15px; }

.verticalTab_Left_3 .resp-tab-content {
  border: none; }

.verticalTab_Left_3 .resp_container .resp_margin {
  border: 1px solid #ebebeb;
  padding: 10px 20px;
  margin: 0; }

.verticalTab_Left_3 ul.resp-tabs-list li span {
  padding: 10px 15px;
  margin: 0;
  border: none;
  background: 0 0;
  color: #FFF; }

.verticalTab_Left_3 ul.resp-tabs-list li:hover span {
  color: #FFF; }

.verticalTab_Left_3 ul.resp-tabs-list li.resp-tab-active span {
  margin: 0;
  border: none;
  background: #FFF !important;
  color: #00bfa7;
  text-align: center;
  padding-right: 15px; }

.verticalTab_Left_3 ul.resp-tabs-list li {
  border: 1px solid #00bfa7;
  background: #00bfa7 !important;
  margin-bottom: 12px;
  margin-right: 10px;
  text-align: center;
  padding-top: 1px; }

.verticalTab_Left_3 ul.resp-tabs-list li.resp-tab-active, .verticalTab_Left_3 ul.resp-tabs-list li.resp-tab-active:hover {
  border: 1px solid #ebebeb;
  border-top: 2px solid #00bfa7 !important;
  padding-top: px; }

.verticalTab_Left_3 ul.resp-tabs-list li:first-child {
  border-top: 1px solid #ebebeb; }

.verticalTab_Left_3 ul.resp-tabs-list {
  padding: 0; }

.verticalTab_Left_3 h2.resp-accordion span em, .verticalTab_Left_3 h2.resp-accordion span i, .verticalTab_Left_3 ul.resp-tabs-list li em, .verticalTab_Left_3 ul.resp-tabs-list li i {
  padding-right: 5px; }

.verticalTab_Right_1 {
  padding-bottom: 15px; }

.verticalTab_Right_1 .resp-tab-content {
  border: none; }

.verticalTab_Right_1 .resp_container .resp_margin {
  border: 1px solid #ebebeb;
  padding: 10px 20px;
  margin: 0; }

.verticalTab_Right_1 ul.resp-tabs-list li span {
  padding: 10px 15px;
  margin: 0;
  border: none;
  background: 0 0; }

.verticalTab_Right_1 ul.resp-tabs-list li.resp-tab-active span {
  margin: 0;
  border: none;
  padding: 10px 15px !important;
  color: #00bfa7 !important;
  background: 0 0 !important; }

.verticalTab_Right_1 ul.resp-tabs-list li {
  border: 1px solid #ebebeb;
  border-left: none;
  background: #FFF !important;
  margin-bottom: 12px; }

.verticalTab_Right_1 ul.resp-tabs-list {
  border-top: 1px solid #ebebeb;
  padding: 0; }

.verticalTab_Right_1 ul.resp-tabs-list li.resp-tab-active {
  margin-left: -1px;
  padding-left: 1px;
  border-right: 2px solid #00bfa7; }

.verticalTab_Right_2 {
  padding-bottom: 15px; }

.verticalTab_Right_2 .resp-tab-content {
  border: none; }

.verticalTab_Right_2 .resp_container .resp_margin {
  border: 1px solid #ebebeb;
  padding: 10px 20px;
  margin: 0; }

.verticalTab_Right_2 ul.resp-tabs-list li span {
  padding: 10px 15px;
  margin: 0;
  border: none;
  background: 0 0; }

.verticalTab_Right_2 ul.resp-tabs-list li.resp-tab-active span {
  margin: 0;
  border: none;
  background: #00bfa7 !important;
  text-align: center;
  padding: 10px 15px !important; }

.verticalTab_Right_2 ul.resp-tabs-list li {
  border: 1px solid #ebebeb;
  background: #f3f3f3 !important;
  margin-bottom: 12px;
  margin-left: 10px;
  text-align: center; }

.verticalTab_Right_2 ul.resp-tabs-list li:first-child {
  border-top: 1px solid #ebebeb; }

.verticalTab_Right_2 ul.resp-tabs-list {
  padding: 0; }

.verticalTab_Right_2 h2.resp-accordion span em, .verticalTab_Right_2 h2.resp-accordion span i, .verticalTab_Right_2 ul.resp-tabs-list li em, .verticalTab_Right_2 ul.resp-tabs-list li i {
  padding-right: 5px; }

.verticalTab_Right_3 {
  padding-bottom: 15px; }

.verticalTab_Right_3 .resp-tab-content {
  border: none; }

.verticalTab_Right_3 .resp_container .resp_margin {
  border: 1px solid #ebebeb;
  padding: 10px 20px;
  margin: 0; }

.verticalTab_Right_3 ul.resp-tabs-list li span {
  padding: 10px 15px;
  margin: 0;
  border: none;
  background: 0 0;
  color: #FFF; }

.verticalTab_Right_3 ul.resp-tabs-list li:hover span {
  color: #FFF; }

.verticalTab_Right_3 ul.resp-tabs-list li.resp-tab-active span {
  margin: 0;
  border: none;
  background: #FFF !important;
  color: #00bfa7;
  text-align: center;
  padding: 10px 15px !important; }

.verticalTab_Right_3 ul.resp-tabs-list li {
  border: 1px solid #00bfa7;
  background: #00bfa7 !important;
  margin-bottom: 12px;
  margin-left: 10px;
  text-align: center;
  padding-top: 1px; }

.verticalTab_Right_3 ul.resp-tabs-list li.resp-tab-active, .verticalTab_Right_3 ul.resp-tabs-list li.resp-tab-active:hover {
  border: 1px solid #ebebeb;
  border-top: 2px solid #00bfa7 !important; }

.verticalTab_Right_3 ul.resp-tabs-list li:first-child {
  border-top: 1px solid #ebebeb; }

.verticalTab_Right_3 ul.resp-tabs-list {
  padding: 0; }

.verticalTab_Right_3 h2.resp-accordion span em, .verticalTab_Right_3 h2.resp-accordion span i, .verticalTab_Right_3 ul.resp-tabs-list li em, .verticalTab_Right_3 ul.resp-tabs-list li i {
  padding-right: 5px; }

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .horizontalTab_Top_5 ul.resp-tabs-list li span {
    padding: 10px 3px; } }

@media only screen and (max-width: 767px) {
  .verticalTab_Left_1 .resp_container .resp_margin, .verticalTab_Left_2 .resp_container .resp_margin, .verticalTab_Left_3 .resp_container .resp_margin, .verticalTab_Right_1 .resp_container .resp_margin, .verticalTab_Right_2 .resp_container .resp_margin, .verticalTab_Right_3 .resp_container .resp_margin {
    border-bottom: none; }
  .horizontalTab_Top_5 .resp-tab-content .resp_margin img {
    margin: 0 0 15px 0;
    float: none; } }

.accordion_2 .panel-default {
  border: none;
  margin-bottom: 4px;
  margin-top: 0 !important;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0; }

.accordion_2 .panel-heading {
  background-color: #f8f8f8;
  border: none;
  border-radius: 0;
  padding: 0; }

.accordion_2 .panel-heading .panel-title a {
  padding: 10px 10px 10px 46px;
  position: relative;
  background: #f3f3f3;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none !important;
  -webkit-transition: background-color .35s ease;
  transition: background-color .35s ease;
  color: #444; }

.accordion_2 .accordion_icon:before {
  content: "\f067";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 14px;
  margin: -6px 0 0 -5px; }

.accordion_2 .panel-title a .accordion_icon:before {
  content: "\f068";
  color: #FFF; }

.accordion_2 .panel-title a:hover .accordion_icon:before {
  color: #FFF; }

.accordion_2 .panel-title a.collapsed .accordion_icon:before {
  content: "\f067";
  color: #444; }

.accordion_2 .panel-title a.collapsed:hover .accordion_icon:before {
  content: "\f067";
  color: #FFF; }

.accordion_2 .panel-heading .panel-title a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 100%;
  display: inline-block;
  margin: 0;
  background-color: #c4c4c4;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  -webkit-transition: background-color ease-in 200ms;
  -o-transition: background-color ease-in 200ms;
  -ms-transition: background-color ease-in 200ms; }

.accordion_2 .panel-body {
  padding: 9px 0;
  border: none !important; }

.accordion_2 .panel-heading .panel-title a.collapsed {
  color: #444; }

.accordion_2 .panel-title a:hover {
  text-decoration: none; }

.accordion_2 .panel-title a.collapsed .accordion_icon {
  background-color: #c4c4c4; }

.accordion_3 .panel-default {
  border: none;
  margin-bottom: 0;
  margin-top: 0 !important;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0; }

.accordion_3 .panel-heading {
  border: none;
  border-bottom: 1px solid #dadada;
  border-radius: 0;
  padding: 0;
  background: 0 0; }

.accordion_3 .panel-heading .panel-title a {
  padding: 16px 10px 16px 30px;
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none !important;
  -webkit-transition: background-color .35s ease;
  transition: background-color .35s ease;
  color: #444; }

.accordion_3 .panel-title a .accordion_icon:before {
  content: "\f067";
  font-size: 10px;
  margin: 0;
  -webkit-text-size-adjust: none; }

.accordion_3 .panel-title a .accordion_icon:before {
  content: "\f068";
  color: #FFF; }

.accordion_3 .panel-title a:hover .accordion_icon:before {
  color: #FFF; }

.accordion_3 .panel-title a.collapsed .accordion_icon:before {
  content: "\f067";
  color: #444; }

.accordion_3 .panel-title a.collapsed:hover .accordion_icon:before {
  content: "\f067";
  color: #FFF; }

.accordion_3 .panel-heading .panel-title a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  margin: 14px 0;
  background-color: #c4c4c4;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  -webkit-transition: background-color ease-in 200ms;
  -o-transition: background-color ease-in 200ms;
  -ms-transition: background-color ease-in 200ms; }

.accordion_3 .panel-body {
  padding: 9px 0;
  border: none !important; }

.accordion_3 .panel-heading .panel-title a.collapsed {
  color: #444; }

.accordion_3 .panel-title a.collapsed .accordion_icon {
  background-color: #c4c4c4; }

.accordion_4 {
  border-bottom: 1px solid #e0e0e0; }

.accordion_4 .panel-heading .panel-title a, .accordion_4 .panel-heading .panel-title a:hover {
  color: #00bfa7;
  font-size: 13px;
  border-bottom: 1px solid #e0e0e0; }

.accordion_4 .panel-default {
  border: none;
  margin-top: 0 !important;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  margin-bottom: 1px; }

.accordion_4 .panel-body {
  padding: 9px 0;
  border: none !important; }

.accordion_4 .panel-heading .panel-title a {
  padding: 12px 0;
  border-top: 1px solid #e0e0e0;
  display: block;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none !important;
  -webkit-transition: background-color .35s ease;
  transition: background-color .35s ease; }

.accordion_4 .panel-heading .accordion_icon {
  border-right: 1px solid #00bfa7;
  border-bottom: 1px solid #00bfa7;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  vertical-align: middle;
  margin-right: 10px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms; }

.accordion_4 .panel-heading .panel-title a.collapsed {
  border-bottom: none; }

.accordion_4 .panel-heading .panel-title a.collapsed .accordion_icon {
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg); }

.accordion_4 .panel-heading {
  border: none;
  border-radius: 0;
  padding: 0;
  background: 0 0; }

.accordion_4 .panel-heading .panel-title a.collapsed, .accordion_4 .panel-heading .panel-title a.collapsed:hover {
  color: #666; }

.accordion_5 .panel-heading .panel-title a {
  background-color: #fafafa;
  border: 1px solid #ebebeb;
  padding: 10px 0 10px 50px;
  position: relative;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none !important;
  -webkit-transition: background-color .35s ease;
  transition: background-color .35s ease;
  color: #444; }

.accordion_5 .panel-default {
  border: none !important;
  margin-bottom: 5px !important;
  margin-top: 0 !important;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0; }

.accordion_5 .panel-body {
  padding: 9px 0;
  border: none !important; }

.accordion_5 .panel-heading .accordion_icon {
  background: #00bfa7;
  width: 38px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  color: #FFF; }

.accordion_5 .accordion_icon:before {
  content: "\f067";
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -5px;
  position: absolute; }

.accordion_5 .panel-heading .panel-title a, .accordion_5 .panel-heading .panel-title a.collapsed:hover, .accordion_5 .panel-heading .panel-title a:hover {
  color: #00bfa7; }

.accordion_5 .panel-title a .accordion_icon:before {
  content: "\f068"; }

.accordion_5 .panel-title a:hover .accordion_icon:before {
  content: "\f068"; }

.accordion_5 .panel-title a.collapsed .accordion_icon:before {
  content: "\f067"; }

.accordion_5 .panel-title a.collapsed:hover .accordion_icon:before {
  content: "\f067";
  color: #FFF; }

.accordion_5 .panel-heading {
  border: none;
  border-radius: 0;
  padding: 0;
  background: 0 0; }

.accordion_5 .panel-heading .panel-title a.collapsed {
  color: #444; }

.accordion_6 .panel-heading .panel-title a, .accordion_6 .panel-heading .panel-title a:hover {
  color: #00bfa7; }

.accordion_6 .panel-default {
  border: 1px solid #ececec;
  margin-bottom: 6px;
  margin-top: 0 !important;
  border-radius: 5px;
  -moz-border-radius: px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0; }

.accordion_6 .panel-heading .panel-title a {
  border-bottom: 1px solid #ececec;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
  z-index: 1;
  display: block;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none !important;
  -webkit-transition: background-color .35s ease;
  transition: background-color .35s ease;
  font-size: 13px;
  background-color: #fafafa;
  padding: 12px 10px; }

.accordion_6 .panel-heading .panel-title a.collapsed {
  border-bottom: none; }

.accordion_6 .panel-collapse {
  border: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-top: 0px;
  position: relative;
  z-index: 0; }

.accordion_6 .panel-heading .accordion_icon {
  border-right: 1px solid #00bfa7;
  border-bottom: 1px solid #00bfa7;
  float: right;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  margin: 5px 1px 0 0;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms; }

.accordion_6 .panel-heading .panel-title a.collapsed .accordion_icon {
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  margin: 5px 1px 0 0; }

.accordion_6 .panel-body {
  border: none !important;
  padding: 9px 15px; }

.accordion_6 .panel-heading {
  border: none;
  border-radius: 0;
  padding: 0;
  background: 0 0; }

.accordion_6 .panel-heading .panel-title a.collapsed, .accordion_6 .panel-heading .panel-title a.collapsed:hover {
  color: #666; }

.accordion_7 {
  border-bottom: 1px solid #4e4e4e; }

.accordion_7 .panel-heading .panel-title a {
  color: #00bfa7;
  font-size: 13px;
  border-bottom: 1px solid #4e4e4e; }

.accordion_7 .panel-heading .panel-title a:hover {
  color: #69b532;
  font-size: 13px; }

.accordion_7 .panel-default {
  border: none;
  margin-top: 0 !important;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  margin-bottom: 1px; }

.accordion_7 .panel-default:first-child .panel-heading .panel-title a {
  border-top: 0 solid #e0e0e0; }

.accordion_7 .panel-body {
  padding: 9px 0;
  border: none !important; }

.accordion_7 .panel-heading .panel-title a {
  padding: 8px 0;
  border-top: 1px solid #4e4e4e;
  display: block;
  font-weight: 400;
  color: #4e4e4e;
  line-height: 18px;
  text-decoration: none !important;
  -webkit-transition: all .35s ease;
  transition: all .35s ease; }

.accordion_7 .panel-heading .accordion_icon {
  border-right: 1px solid #69b532;
  border-bottom: 1px solid #69b532;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  vertical-align: middle;
  margin-right: 10px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms; }

.accordion_7 .panel-heading .panel-title a.collapsed:hover .accordion_icon {
  border-right: 1px solid #69b532;
  border-bottom: 1px solid #69b532; }

.accordion_7 .panel-heading .panel-title a.collapsed {
  border-bottom: none; }

.accordion_7 .panel-heading .panel-title a.collapsed .accordion_icon {
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg); }

.accordion_7 .panel-heading {
  border: none;
  border-radius: 0;
  padding: 0;
  background: 0 0; }

.accordion_7 .panel-heading .panel-title a.collapsed {
  color: #999; }

.accordion_7 .panel-heading .panel-title a.collapsed:hover {
  color: #69b532; }

.accordion_8 .panel-default {
  border: none;
  margin-bottom: 0;
  margin-top: 0 !important;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  padding: 0 0 0 40px;
  position: relative; }

.accordion_8 .panel-heading {
  border: none;
  border-bottom: 1px solid #dadada;
  border-radius: 0;
  padding: 0;
  background: 0 0; }

.accordion_8 .panel-heading .panel-title a {
  padding: 16px 10px 16px 0;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none !important;
  color: #69b532; }

.accordion_8 .panel-title a .accordion_icon:before {
  content: "\f107";
  font-size: 10px;
  margin: 0;
  -webkit-text-size-adjust: none; }

.accordion_8 .panel-title a .accordion_icon:before {
  content: "\f106";
  color: #69B532; }

.accordion_8 .panel-title a:hover .accordion_icon:before {
  color: #69B532; }

.accordion_8 .panel-title a.collapsed .accordion_icon:before {
  content: "\f107";
  color: #69B532; }

.accordion_8 .panel-title a.collapsed:hover .accordion_icon:before {
  content: "\f107";
  color: #69B532; }

.accordion_8 .panel-heading .panel-title a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  display: inline-block;
  margin: 14px 0;
  border: 1px solid #69B532;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }

.accordion_8 .panel-body {
  padding: 9px 0;
  border: none !important; }

.accordion_8 .panel-heading .panel-title a.collapsed {
  color: #656664; }

.quotes_1 blockquote {
  background: #fbfbfb;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #8f8f8f;
  text-indent: 0;
  padding: 25px 35px;
  margin: 0 0 8px; }

.quotes_1 blockquote p {
  text-indent: 0;
  color: #8f8f8f; }

.quotes_1 blockquote small {
  position: static;
  color: #5e5e5e;
  padding: 20px 0 0; }

.quotes_1 blockquote span.mark {
  font-size: 20px;
  position: absolute;
  top: 25px;
  left: 20px;
  line-height: normal;
  font-family: Tahoma, Geneva, sans-serif !important;
  font-style: italic !important; }

.quotes_2 blockquote {
  background: #FFF;
  border: 1px solid #ebebeb;
  border-left: 5px solid #00bfa7;
  color: #8f8f8f;
  text-indent: 0;
  padding: 25px 35px;
  margin: 0 0 8px; }

.quotes_2 blockquote p {
  text-indent: 20px;
  position: relative;
  z-index: 1;
  color: #8f8f8f; }

.quotes_2 blockquote small {
  position: static;
  color: #5e5e5e;
  padding: 20px 0 0;
  text-align: right; }

.quotes_2 blockquote span.mark {
  font-size: 120px;
  position: absolute;
  top: -15px;
  left: 10px;
  color: #d2d2d2;
  line-height: normal;
  z-index: 0;
  font-family: Tahoma, Geneva, sans-serif !important;
  font-style: italic !important;
  text-indent: 0 !important; }

.quotes_3 blockquote {
  background: #00bfa7;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  color: #FFF;
  text-indent: 0;
  padding: 25px 35px;
  margin: 0 0 8px; }

.quotes_3 blockquote p {
  text-indent: 30px;
  color: #FFF; }

.quotes_3 blockquote small {
  position: static;
  color: #FFF;
  padding: 20px 0 0;
  text-align: right; }

.quotes_3 blockquote span.mark {
  font-size: 84px;
  position: absolute;
  top: 8px;
  left: 25px;
  color: #FFF;
  line-height: normal;
  font-family: Arial, Helvetica, sans-serif !important; }

.quotes_4 blockquote {
  background: #FFF;
  color: #8f8f8f;
  text-indent: 0;
  padding: 25px 00px;
  margin: 0 0 8px; }

.quotes_4 blockquote p {
  text-indent: 45px;
  color: #8f8f8f; }

.quotes_4 blockquote small {
  position: static;
  color: #00bfa7;
  padding: 20px 0 0; }

.quotes_4 blockquote span.mark {
  font-size: 103px;
  position: absolute;
  top: -2px;
  left: -10px;
  color: #d2d2d2;
  line-height: normal;
  font-family: Georgia, "Times New Roman", Times, serif !important;
  font-style: italic !important; }

.dropcaps_1 {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  float: left;
  font-size: 45px;
  color: #666; }

.dropcaps_2 {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  float: left;
  font-size: 45px;
  color: #00bfa7; }

.dropcaps_3 {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 10px 8px 5px 0;
  text-align: center;
  float: left;
  font-size: 36px;
  color: #666;
  background: #f2f2f2; }

.dropcaps_4 {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 10px 8px 5px 0;
  text-align: center;
  float: left;
  font-size: 36px;
  color: #00bfa7;
  background: #f2f2f2; }

.dropcaps_5 {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 10px 8px 5px 0;
  text-align: center;
  float: left;
  font-size: 36px;
  color: #FFF;
  background: #00bfa7;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }

.dropcaps_6 {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 10px 8px 5px 0;
  text-align: center;
  float: left;
  font-size: 36px;
  color: #FFF;
  background: #00bfa7;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

.flip_box {
  -webkit-perspective: 1000;
  perspective: 1000;
  overflow: visible;
  margin-bottom: 5px;
  position: relative; }

.flip_box .back, .flip_box .front {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 750ms ease 0s;
  transition: all 750ms ease 0s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.flip_box .front {
  position: relative;
  z-index: 0;
  background-color: #FFF;
  -webkit-transform: rotateY(0);
  transform: rotateY(0); }

.flip_box .back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -2;
  background-color: #FFF;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg); }

.flip_box.flip_right .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.flip_box.flip_top .front {
  -webkit-transform: rotateX(0);
  transform: rotateX(0); }

.flip_box.flip_top .back {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg); }

.flip_box.flip_bottom .front {
  -webkit-transform: rotateX(0);
  transform: rotateX(0); }

.flip_box.flip_bottom .back {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg); }

.flip_box:hover .front {
  background-color: #FFF;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.flip_box:hover .back {
  z-index: 3;
  -webkit-transform: rotateY(0);
  transform: rotateY(0); }

.flip_box.flip_right:hover .front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg); }

.flip_box.flip_top:hover .front {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg); }

.flip_box.flip_top:hover .back {
  -webkit-transform: rotateX(0);
  transform: rotateX(0); }

.flip_box.flip_bottom:hover .front {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg); }

.flip_box.flip_bottom:hover .back {
  -webkit-transform: rotateX(0);
  transform: rotateX(0); }

.flip_box_1 .back, .flip_box_1 .front {
  border: 1px solid #e2e2e2;
  padding: 25px;
  text-align: center; }

.flip_box_1 .front .fa {
  background-color: #69b532;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 26px;
  color: #FFF;
  margin-bottom: 20px; }

.flip_box_1 h3 {
  font-size: 15px;
  color: #666;
  margin-bottom: 10px; }

.flip_box_1 .back {
  height: auto; }

.flip_box_1 .back h3 {
  margin: 0 0 15px; }

.flip_box_1 .back a.but {
  padding: 6px 0;
  color: #FFF;
  background-color: #69b532;
  text-decoration: none;
  display: block;
  width: 120px;
  text-align: center;
  margin: 37px auto -42px; }

.flip_box_2 .back, .flip_box_2 .front {
  background-color: #f8f8f8;
  border: 1px solid #e2e2e2;
  padding: 25px;
  text-align: center; }

.flip_box_2 .back {
  height: 100%;
  padding: 0 25px; }

.flip_box_2 .front .fa {
  font-size: 45px;
  color: #777;
  margin: 8px 0 0; }

.flip_box_2 h3 {
  color: #666;
  font-size: 15px;
  margin: 25px 0 15px; }

.flip_box_3 .front {
  padding: 0 25px;
  text-align: center; }

.flip_box_3 .back {
  padding: 0 25px;
  text-align: center;
  background-color: #69b532;
  color: #FFF; }

.flip_box_3 .back {
  height: 100%; }

.flip_box_3 .front .fa {
  font-size: 45px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  background-color: #e9e9e9;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #777;
  margin: 8px 0 0; }

.flip_box_3 h3 {
  color: #666;
  font-size: 15px;
  margin: 25px 0 15px; }

.flip_box_3 .back h3 {
  color: #FFF;
  margin: 35px 0 15px; }

.flip_box_3 .back a.but {
  display: inline-block;
  padding: 8px 25px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  margin-top: 10px; }

.flip_box_4 {
  cursor: pointer;
  text-align: center;
  border: 1px solid #dedede;
  padding: 40px 40px 0 40px;
  margin: 20px 0 45px 0; }

.flip_box_4 .icon {
  width: 90px;
  height: 90px;
  line-height: 70px;
  text-align: center;
  background-color: #F4F4F4;
  border: 10px solid #fff;
  position: relative;
  color: #B2B2B2;
  font-size: 20px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 0 auto -45px;
  transition: color ease-in 200ms,background-color ease-in 200ms;
  -moz-transition: color ease-in 200ms,background-color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: color ease-in 200ms,background-color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: color ease-in 200ms,background-color ease-in 200ms;
  /* Opera */
  -ms-transition: color ease-in 200ms,background-color ease-in 200ms;
  /* IE9? */ }

.flip_box_4 .icon:before {
  width: 90px;
  height: 90px;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: auto;
  transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  position: absolute;
  content: "";
  left: -10px;
  top: -10px; }

.flip_box_4 h1 {
  font-size: 22px;
  color: #69b532;
  font-weight: normal;
  margin: 0 0 15px 0; }

.flip_box_4 p {
  margin: 0 0 20px 0; }

.flip_box_4 a {
  text-transform: uppercase; }

.flip_box_4:hover .icon {
  background-color: #69b532;
  color: #fff; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .flip_box_4 {
    padding: 20px;
    margin: 30px 0 0 0; }
  .flip_box_4 .icon {
    margin: 0 auto; }
  .flip_box_4 .icon:before {
    display: none; } }

@media only screen and (max-width: 767px) {
  .flip_box_4 {
    padding: 20px 20px 20px 20px;
    margin: 44px 0 0 0; }
  .row .col-sm-4:first-child .flip_box_4 {
    margin: 5px; }
  .flip_box_4 .icon {
    width: 50px;
    height: 50px;
    line-height: 40px;
    border: 5px solid #fff;
    font-size: 20px;
    margin: 0 auto; }
  .flip_box_4 .icon:before {
    display: none; } }

.photo_box .pic_box {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0); }

.photo_box {
  margin: 0 0 5px 0;
  padding: 0;
  overflow: hidden;
  line-height: 1.8; }

.photo_box .pic_box {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  vertical-align: middle; }

.photo_box a, .photo_box a:hover {
  text-decoration: none; }

.photo_box .ico {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -25px;
  text-align: center;
  color: #FFF;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 1; }

.photo_box .ico span {
  color: #FFF;
  width: 50px !important;
  height: 50px !important;
  line-height: 50px !important;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  margin: 0 3px;
  background-color: #69b532;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: relative;
  z-index: 1; }

.photo_box .ico h3 {
  color: #FFF;
  font-size: 15px;
  margin-bottom: 5px; }

.photo_box .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #FFF;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 1; }

.vertical_center_1 {
  width: 100%;
  height: 100%;
  display: table; }

.vertical_center_2 {
  display: table-cell;
  width: 100%;
  vertical-align: middle; }

.photo_box .content h3 {
  color: #FFF;
  font-size: 15px;
  margin-bottom: 5px; }

.photo_box .content p {
  color: #FFF;
  font-size: 13px; }

.photo_box .content > .fa {
  font-size: 50px;
  height: 70%;
  position: relative; }

.photo_box .content > .fa:before {
  position: absolute;
  top: 50%;
  left: 0; }

.photo_box .content .ico {
  position: static;
  margin: 0 0 15px; }

.photo_box .shade {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 0; }

.photo_box .content, .photo_box .ico, .photo_box .shade {
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms; }

.photo_box:hover .content, .photo_box:hover .ico {
  filter: alpha(opacity=100);
  opacity: 1; }

.photo_box:hover .shade {
  filter: alpha(opacity=50);
  opacity: .5; }

.photo_box.default_show .content, .photo_box.default_show .ico {
  filter: alpha(opacity=100);
  opacity: 1; }

.photo_box.default_show .shade {
  filter: alpha(opacity=50);
  opacity: .5; }

.photo_box.img_zoom .pic_box img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all ease-out 300ms;
  -moz-transition: all ease-out 300ms;
  -webkit-transition: all ease-out 300ms;
  -o-transition: all ease-out 300ms;
  -ms-transition: all ease-out 300ms; }

.photo_box:hover.img_zoom .pic_box img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15); }

.photo_box.ico_LeftAndRight_enter span, .photo_box.ico_TopAndBottom_enter span, .photo_box.ico_bottom_enter .ico, .photo_box.ico_left_enter .ico, .photo_box.ico_right_enter .ico, .photo_box.ico_top_enter .ico, .photo_box.ico_top_enter .ico2 {
  transition: all ease-in 300ms;
  -moz-transition: all ease-in 300ms;
  -webkit-transition: all ease-in 300ms;
  -o-transition: all ease-in 300ms;
  -ms-transition: all ease-in 300ms; }

.photo_box.ico_left_enter .ico {
  left: -100%; }

.photo_box:hover.ico_left_enter .ico {
  left: 0; }

.photo_box.ico_right_enter .ico {
  left: 100%; }

.photo_box:hover.ico_right_enter .ico {
  left: 0; }

.photo_box.ico_top_enter .ico {
  top: -100%; }

.photo_box.ico_top_enter .ico2 {
  top: -100%; }

.photo_box:hover.ico_top_enter .ico {
  top: 50%; }

.photo_box.ico_bottom_enter .ico {
  top: 150%; }

.photo_box:hover.ico_bottom_enter .ico {
  top: 50%; }

.photo_box.ico_LeftAndRight_enter span.ico_left {
  transform: translate(-200px, 0);
  -ms-transform: translate(-200px, 0);
  -webkit-transform: translate(-200px, 0);
  -o-transform: translate(-200px, 0);
  -moz-transform: translate(-200px, 0); }

.photo_box.ico_LeftAndRight_enter span.ico_right {
  transform: translate(200px, 0);
  -ms-transform: translate(200px, 0);
  -webkit-transform: translate(200px, 0);
  -o-transform: translate(200px, 0);
  -moz-transform: translate(200px, 0); }

.photo_box.ico_TopAndBottom_enter span.ico_top {
  transform: translate(0, -200px);
  -ms-transform: translate(0, -200px);
  -webkit-transform: translate(0, -200px);
  -o-transform: translate(0, -200px);
  -moz-transform: translate(0, -200px); }

.photo_box.ico_TopAndBottom_enter span.ico_bottom {
  transform: translate(0, 200px);
  -ms-transform: translate(0, 200px);
  -webkit-transform: translate(0, 200px);
  -o-transform: translate(0, 200px);
  -moz-transform: translate(0, 200px); }

.photo_box:hover.ico_LeftAndRight_enter span.ico_left, .photo_box:hover.ico_LeftAndRight_enter span.ico_right, .photo_box:hover.ico_TopAndBottom_enter span.ico_bottom, .photo_box:hover.ico_TopAndBottom_enter span.ico_top {
  transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0); }

.photo_box.ico_push_in img {
  margin-bottom: -15px;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms; }

.photo_box.ico_push_in .ico {
  top: auto;
  bottom: -50px;
  width: 100%;
  background-color: #69b532;
  filter: alpha(opacity=100);
  opacity: 1; }

.photo_box.ico_push_in .ico span {
  background-color: transparent !important; }

.photo_box.ico_push_in .ico a {
  display: block;
  width: 50%;
  float: left;
  text-align: center; }

.photo_box.ico_push_in .ico a:first-child {
  border-right: 1px solid #FFF;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  margin-right: -2px; }

.photo_box:hover.ico_push_in img {
  margin-top: -15px;
  margin-bottom: 0; }

.photo_box:hover.ico_push_in .ico {
  top: auto;
  bottom: 0; }

.photo_box.ico_left_rotate .ico, .photo_box.ico_left_rotate .ico > span, .photo_box.ico_right_rotate .ico, .photo_box.ico_right_rotate .ico > span {
  width: 50px;
  height: 50px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin: 0;
  padding: 0; }

.photo_box.ico_left_rotate .ico {
  left: 0;
  top: auto;
  bottom: 0;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%; }

.photo_box.ico_right_rotate .ico {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.photo_box:hover.ico_left_rotate .ico, .photo_box:hover.ico_right_rotate .ico {
  transform: rotate(0);
  -ms-transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0); }

.photo_box.content_top_increment .increment_1 {
  transform: translate(0, -300px);
  -ms-transform: translate(0, -300px);
  -webkit-transform: translate(0, -300px);
  -o-transform: translate(0, -300px);
  -moz-transform: translate(0, -300px);
  transition: all ease-in 500ms;
  -moz-transition: all ease-in 500ms;
  -webkit-transition: all ease-in 500ms;
  -o-transition: all ease-in 500ms;
  -ms-transition: all ease-in 500ms; }

.photo_box.content_top_increment .increment_2 {
  transform: translate(0, -300px);
  -ms-transform: translate(0, -300px);
  -webkit-transform: translate(0, -300px);
  -o-transform: translate(0, -340px);
  -moz-transform: translate(0, -340px);
  transition: all ease-in 400ms;
  -moz-transition: all ease-in 400ms;
  -webkit-transition: all ease-in 400ms;
  -o-transition: all ease-in 400ms;
  -ms-transition: all ease-in 400ms; }

.photo_box.content_top_increment .increment_3 {
  transform: translate(0, -300px);
  -ms-transform: translate(0, -300px);
  -webkit-transform: translate(0, -300px);
  -o-transform: translate(0, -380px);
  -moz-transform: translate(0, -380px);
  transition: all ease-in 300ms;
  -moz-transition: all ease-in 300ms;
  -webkit-transition: all ease-in 300ms;
  -o-transition: all ease-in 300ms;
  -ms-transition: all ease-in 300ms; }

.photo_box:hover.content_top_increment .increment_1, .photo_box:hover.content_top_increment .increment_2, .photo_box:hover.content_top_increment .increment_3 {
  transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0); }

.photo_box:hover.content_top_increment .increment_1 {
  transition: all ease-in 300ms;
  -moz-transition: all ease-in 300ms;
  -webkit-transition: all ease-in 300ms;
  -o-transition: all ease-in 300ms;
  -ms-transition: all ease-in 300ms; }

.photo_box:hover.content_top_increment .increment_2 {
  transition: all ease-in 400ms;
  -moz-transition: all ease-in 400ms;
  -webkit-transition: all ease-in 400ms;
  -o-transition: all ease-in 400ms;
  -ms-transition: all ease-in 400ms; }

.photo_box:hover.content_top_increment .increment_3 {
  transition: all ease-in 500ms;
  -moz-transition: all ease-in 500ms;
  -webkit-transition: all ease-in 500ms;
  -o-transition: all ease-in 500ms;
  -ms-transition: all ease-in 500ms; }

.photo_box.content_top_increment .content h3 {
  background-color: #69b532;
  font-size: 18px;
  color: #FFF;
  padding: 15px;
  margin-bottom: 25px;
  width: 100%; }

.photo_box.content_top_increment .content a.but {
  background-color: #dedede;
  color: #666;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-decoration: none;
  margin-top: 15px; }

.photo_box.content_top_increment .content p {
  padding: 0 30px; }

.photo_box.ico_zoom .ico span {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  transition: all ease-in 300ms;
  -moz-transition: all ease-in 300ms;
  -webkit-transition: all ease-in 300ms;
  -o-transition: all ease-in 300ms;
  -ms-transition: all ease-in 300ms; }

.photo_box:hover.ico_zoom .ico span {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.photo_box.img_flip {
  overflow: visible; }

.photo_box.img_flip .pic_box {
  position: relative;
  overflow: visible;
  -webkit-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000; }

.photo_box.img_flip .content, .photo_box.img_flip .pic_box img, .photo_box.img_flip .shade {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 750ms ease 0s;
  transition: all 750ms ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.photo_box.img_flip .pic_box img {
  z-index: 1;
  position: relative;
  -webkit-transform: rotateY(0);
  transform: rotateY(0); }

.photo_box.img_flip .pic_box .content, .photo_box.img_flip .pic_box .shade {
  z-index: -2;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg); }

.photo_box.img_flip .pic_box .content {
  z-index: -1; }

.photo_box:hover.img_flip img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.photo_box:hover.img_flip .pic_box .content, .photo_box:hover.img_flip .pic_box .shade {
  -webkit-transform: rotateY(0);
  transform: rotateY(0); }

.photo_box:hover.img_flip .pic_box .shade {
  z-index: 2; }

.photo_box:hover.img_flip .pic_box .content {
  z-index: 3; }

.content_sytle_2 .shade {
  background-color: #69b532; }

.content_sytle_2 .content h3 {
  font-size: 18px;
  color: #FFF;
  margin-bottom: 5px; }

.content_sytle_2 .content p {
  padding: 0 30px 5px; }

.content_sytle_2 .content a.but {
  border: 1px solid #FFF;
  padding: 10px 25px;
  font-size: 13px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: inline-block;
  margin-top: 10px;
  color: #FFF; }

.photo_box.content_push_in .pic_box img {
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms; }

.photo_box.content_push_in .content {
  filter: alpha(opacity=100);
  opacity: 1;
  background-color: #69b532;
  top: auto;
  height: auto;
  bottom: 0;
  height: 60px;
  margin-bottom: -60px;
  overflow: hidden; }

.photo_box.content_push_in .content h3 {
  margin: 10px 0 0; }

.photo_box:hover.content_push_in .pic_box img {
  margin-top: -60px;
  margin-bottom: 60px; }

.photo_box:hover.content_push_in .content {
  margin-bottom: 0; }

.photo_box.icon_tag_push .ico {
  width: 90px;
  height: 90px;
  left: auto;
  right: -90px;
  top: -90px;
  margin: 0;
  text-align: right;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms; }

.photo_box.icon_tag_push .ico:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border: 45px solid transparent;
  border-right-color: #69b532;
  border-top-color: #69b532; }

.photo_box.icon_tag_push .ico span {
  background: 0 0;
  width: auto !important;
  height: auto !important;
  display: inline-block !important;
  line-height: 60px !important;
  width: 50px !important;
  text-align: center !important; }

.photo_box:hover.icon_tag_push .ico {
  right: 0;
  top: 0; }

.photo_box.icon_tag_push .content {
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.8);
  width: auto;
  height: auto;
  padding: 13px 36px;
  color: #666;
  top: auto;
  bottom: 20px;
  filter: alpha(opacity=100);
  opacity: 1; }

.photo_box.icon_tag_push .content h3 {
  color: #666;
  font-size: 16px;
  margin: 0; }

.photo_box.content_bottom_push_in .content {
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.8);
  height: auto;
  padding: 10px 0;
  color: #666;
  top: auto;
  bottom: 0;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms;
  transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%); }

.photo_box.content_bottom_push_in .content:before {
  content: "";
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  border-bottom-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -4px; }

.photo_box.content_bottom_push_in .content h3 {
  color: #666;
  font-size: 16px;
  margin: 0; }

.photo_box.content_bottom_push_in .content p {
  color: #666;
  margin-bottom: 0; }

.photo_box:hover.content_bottom_push_in .content {
  transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0); }

.photo_box.content_bottom_push_in_2 .shade {
  background-color: #000;
  top: 100%;
  margin-top: -40px;
  filter: alpha(opacity=50);
  opacity: .5; }

.photo_box:hover.content_bottom_push_in_2 .shade {
  top: 0;
  margin: 0;
  filter: alpha(opacity=50);
  opacity: .5; }

.photo_box.content_bottom_push_in_2 .content {
  filter: alpha(opacity=100);
  opacity: 1;
  height: 40px;
  top: 100%;
  margin-top: -35px;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms; }

.photo_box:hover.content_bottom_push_in_2 .content {
  height: 100%;
  top: 0;
  margin-top: 0; }

.photo_box.content_bottom_push_in_2 .but {
  border: 1px solid #FFF;
  padding: 10px 22px;
  font-size: 13px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: inline-block;
  margin-top: 10px;
  color: #FFF;
  text-decoration: none; }

.photo_box.entirety_left_offset .shade {
  background-color: #f0f0f0; }

.photo_box.entirety_left_offset .content, .photo_box.entirety_left_offset .ico, .photo_box.entirety_left_offset .shade {
  filter: alpha(opacity=100);
  opacity: 1;
  left: 100%;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms; }

.photo_box.entirety_left_offset .ico {
  width: auto;
  top: auto;
  bottom: 0; }

.photo_box.entirety_left_offset .ico span {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin: 0; }

.photo_box.entirety_left_offset .content {
  text-align: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 30px 80px 30px 30px; }

.photo_box.entirety_left_offset a, .photo_box.entirety_left_offset h3, .photo_box.entirety_left_offset p {
  color: #666; }

.photo_box:hover.entirety_left_offset .content, .photo_box:hover.entirety_left_offset .ico, .photo_box:hover.entirety_left_offset .shade {
  left: 50px; }

.photo_box.entirety_bevel .content {
  height: 60%;
  text-align: left;
  top: 0;
  padding: 0 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.photo_box.entirety_bevel .ico {
  height: 40%;
  text-align: left;
  margin: 0;
  top: 60%;
  left: 40px; }

.photo_box.entirety_bevel .ico span {
  background-color: transparent;
  border: 1px solid #FFF; }

.photo_box:hover.entirety_bevel .shade {
  background-color: #69b532;
  filter: alpha(opacity=80);
  opacity: .8; }

.photo_box.entirety_bevel .pic_box:before {
  content: "";
  border-top: 0 solid #e5e5e5;
  border-right: 0 solid #FFF;
  border-left: 0 solid #e5e5e5;
  border-bottom: 0 solid #FFF;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms; }

.photo_box:hover.entirety_bevel .pic_box:before {
  border-top: 25px solid #e5e5e5;
  border-right: 25px solid #FFF;
  border-left: 25px solid #e5e5e5;
  border-bottom: 25px solid #FFF; }

.img_left {
  float: left;
  width: auto;
  margin: 8px 15px 5px 0; }

.img_right {
  float: right;
  width: auto;
  margin: 8px 0 5px 15px; }

.img_center {
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 5px; }

.img_center .pic_box {
  display: inline-block;
  width: auto; }

.box_border_radius {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0); }

.box_border_round {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0); }

.box_border {
  border: 3px solid #ddd;
  overflow: hidden; }

.box_border_padding {
  border: 1px solid #ddd;
  padding: 3px; }

.box_border_padding {
  border: 1px solid #ddd;
  padding: 3px; }

.box_bottom_shadow {
  box-shadow: 0 8px 8px -4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 8px 8px -4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 8px 8px -4px rgba(0, 0, 0, 0.3); }

.box_bottom_shadow_left, .box_bottom_shadow_right {
  overflow: visible;
  position: relative;
  z-index: 1; }

.box_bottom_shadow_left:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100px;
  height: 15px;
  z-index: 0;
  box-shadow: 14px 14px 14px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 14px 14px 14px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 14px 14px 14px rgba(0, 0, 0, 0.3);
  margin: -24px 0 0 0;
  transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -o-transform: rotate(-5deg); }

.box_bottom_shadow_right:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 100px;
  height: 15px;
  z-index: -1;
  box-shadow: -14px 14px 14px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -14px 14px 14px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: -14px 14px 14px rgba(0, 0, 0, 0.3);
  margin: -24px 0 0 0;
  transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -moz-transform: rotate(-deg);
  -webkit-transform: rotate(5deg);
  -o-transform: rotate(5deg); }

.box_dotted_padding {
  border: 1px dashed #ddd;
  padding: 3px; }

.box_dotted_padding {
  border: 1px dashed #ddd;
  padding: 3px; }

@-webkit-keyframes ico_rotate {
  0% {
    -webkit-transform: rotate(-60deg) scale(0.5);
    opacity: 0; }
  50% {
    -webkit-transform: rotate(20deg) scale(1.1);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(0) scale(1);
    opacity: 1; } }

@keyframes ico_rotate {
  0% {
    -webkit-transform: rotate(-60deg) scale(0.5);
            transform: rotate(-60deg) scale(0.5);
    opacity: 0; }
  50% {
    -webkit-transform: rotate(20deg) scale(1.1);
            transform: rotate(20deg) scale(1.1);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
    opacity: 1; } }

.ico_rotate .ico span {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 80px;
  height: 80px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }

.ico_rotate:hover .ico span {
  -webkit-animation-name: ico_rotate;
  animation-name: ico_rotate; }

.shade_zoom .shade {
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
      transform: scale(0.1);
  transition: all ease-in 300ms;
  -moz-transition: all ease-in 300ms;
  -webkit-transition: all ease-in 300ms;
  -o-transition: all ease-in 300ms;
  -ms-transition: all ease-in 300ms; }

.shade_zoom:hover .shade {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1); }

.shade_zoom .ico span {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  filter: alpha(opacity=0);
  opacity: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  border: 1px solid #FFF;
  background-color: transparent !important;
  transition: all ease-in 300ms;
  -moz-transition: all ease-in 300ms;
  -webkit-transition: all ease-in 300ms;
  -o-transition: all ease-in 300ms;
  -ms-transition: all ease-in 300ms; }

.shade_zoom:hover .ico span {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
  filter: alpha(opacity=100);
  opacity: 1; }

.photo_box.content_zoom .content, .photo_box.content_zoom .shade {
  overflow: hidden;
  top: auto;
  left: 0;
  bottom: 0;
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
      transform: scale(0.1);
  transition: all ease-in 300ms;
  -moz-transition: all ease-in 300ms;
  -webkit-transition: all ease-in 300ms;
  -o-transition: all ease-in 300ms;
  -ms-transition: all ease-in 300ms; }

.photo_box.content_zoom:hover .content, .photo_box.content_zoom:hover .shade {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
  filter: alpha(opacity=100);
  opacity: 1; }

.ico_no_bg .fa, .ico_no_bg .fa {
  background: 0 0 !important;
  font-size: 30px !important;
  color: #FFF !important;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); }

.icon_border span {
  border: 4px solid #fff; }

.photo_box2 .ico span {
  width: 88px !important;
  height: 88px !important;
  line-height: 80px !important;
  margin: 3px; }

.photo_box2 .ico {
  position: static;
  margin-top: 0; }

.photo_box2 h3 {
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  padding-bottom: 30px; }

.photo_box2 img, .photo_box2.photo_box img {
  max-width: none; }

.photo_box2 .pic_box {
  padding: 100px 0 117px 0;
  background: url(../images/video_bg.jpg) center center no-repeat;
  background-size: cover; }

.photo_box:hover.ico_top_enter .text_sytle_2 h3, .photo_box:hover.ico_top_enter .text_sytle_2 p {
  color: #fff; }

.text_sytle_1 {
  padding: 15px 10px 10px; }

.text_sytle_1 h3, .text_sytle_2 h3 {
  font-size: 14px;
  color: #666;
  margin: 0; }

.text_sytle_1 .info {
  float: right;
  padding-top: 13px;
  font-size: 14px; }

.text_sytle_1 .info span {
  margin-right: 3px; }

.text_sytle_1 h3 {
  margin: 0 0 5px 0;
  font-size: 14px;
  color: #666; }

.text_sytle_2 {
  background-color: #f5f5f5;
  padding: 15px 15px 10px;
  border-bottom: 2px solid #dcdcdc;
  text-align: center;
  -webkit-transition: all ease-in 200ms;
  transition: all ease-in 200ms; }

.text_sytle_3 {
  padding: 10px 0 5px; }

.text_sytle_3 h3 {
  font-size: 14px;
  color: #666; }

.text_sytle_4 h3 {
  padding: 0;
  border-bottom: 1px solid #dedede;
  margin-bottom: 12px;
  font-size: 14px;
  color: #666; }

.text_sytle_4 h3 span {
  display: inline-block;
  padding: 10px 0;
  border-bottom: 1px solid #69b532;
  margin-bottom: -1px;
  font-size: 14px;
  color: #666; }

.text_sytle_5 {
  clear: both;
  overflow: hidden;
  margin: 5px; }

.text_sytle_5 h3 {
  font-size: 16px;
  color: #666;
  font-weight: 700;
  margin: 10px 8px; }

.text_sytle_5 h3 span {
  float: right; }

.photo_box .ico2 span {
  background-color: transparent !important;
  border: 3px solid #fff !important;
  width: 56px !important;
  height: 56px !important; }

@media only screen and (max-width: 767px) {
  .photo_box2 .pic_box {
    padding: 50px 0 50px 0; } }

.carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0); }

.carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.carousel .owl-item {
  float: left; }

.carousel .owl-pagination {
  text-align: center;
  padding: 20px 0 0;
  position: absolute;
  top: 100%;
  left: 2;
  width: 100%; }

.carousel .owl-page {
  cursor: pointer;
  width: 30px;
  height: 4px;
  margin: 0 5px;
  display: inline-block;
  background-color: #999;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  -webkit-transition: background-color ease-in 200ms;
  -o-transition: background-color ease-in 200ms;
  -ms-transition: background-color ease-in 200ms; }

.carousel .owl-page.active {
  background-color: #73b317; }

.carousel .owl-buttons .owl-next, .carousel .owl-buttons .owl-prev {
  position: absolute;
  left: -30px;
  top: 50%;
  cursor: "";
  font-size: 0;
  cursor: pointer;
  width: 50px;
  height: 50px;
  margin-top: -15px; }

.carousel .owl-buttons .owl-next {
  left: auto;
  right: -30px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel .owl-buttons .owl-prev {
    left: -15px; }
  .carousel .owl-buttons .owl-next {
    right: -15px; } }

@media only screen and (max-width: 767px) {
  .carousel .owl-buttons .owl-prev {
    left: 0; }
  .carousel .owl-buttons .owl-next {
    right: 0; } }

.carousel .owl-buttons .owl-next:before, .carousel .owl-buttons .owl-prev:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -10px;
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  text-align: center;
  cursor: pointer;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg); }

.carousel .owl-buttons .owl-next:before {
  transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -o-transform: rotate(-135deg); }

.carousel {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

.carousel .grabbing {
  cursor: url(../images/grabbing.png) 8 8, move; }

.carousel .owl-item, .carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.carousel {
  display: none; }

.carousel img {
  max-width: 100%; }

.carousel_1 .item {
  text-align: center;
  padding: 0 5px; }

.carousel_1 .item .fa {
  width: 230px;
  height: 230px;
  line-height: 230px;
  color: #73b317;
  background-color: #ececec;
  font-size: 80px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 10px 0;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  -webkit-transition: background-color ease-in 200ms;
  -o-transition: background-color ease-in 200ms;
  -ms-transition: background-color ease-in 200ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0); }

.carousel_1 .item:hover .fa {
  background-color: #73b317;
  color: #FFF; }

.carousel_2 .item {
  text-align: left;
  padding: 0 15px; }

.carousel_2 .item h3 {
  color: #666;
  font-size: 16px; }

.carousel_2 .item p {
  line-height: 1.8; }

.carousel_2 .pic {
  position: relative;
  background-color: #000; }

.carousel_2 .pic .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 26px;
  margin: -25px 0 0 -25px;
  color: #FFF;
  background-color: #69b532;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms; }

.carousel_2 .item:hover .fa {
  filter: alpha(opacity=100);
  opacity: 1; }

.carousel_2 .item .pic img {
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms; }

.carousel_2 .item:hover .pic img {
  filter: alpha(opacity=50);
  opacity: .5; }

.carousel_2 .owl-buttons .owl-next, .carousel_2 .owl-buttons .owl-prev {
  left: -50px;
  border: none;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  -webkit-transition: background-color ease-in 200ms;
  -o-transition: background-color ease-in 200ms;
  -ms-transition: background-color ease-in 200ms; }

.carousel_2 .owl-buttons .owl-next {
  left: auto;
  right: -50px; }

.carousel_2 .owl-buttons .owl-next:before, .carousel_2 .owl-buttons .owl-prev:before {
  border-color: #FFF;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px; }

.carousel_2 .owl-buttons .owl-next:hover, .carousel_2 .owl-buttons .owl-prev:hover {
  background-color: #73b317; }

.carousel_2 .owl-pagination {
  padding-top: 10px; }

.carousel_2 .owl-page {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel_2 .owl-buttons .owl-prev {
    left: -15px; }
  .carousel_2 .owl-buttons .owl-next {
    right: -15px; } }

@media only screen and (max-width: 767px) {
  .carousel_2 .owl-buttons .owl-prev {
    left: 0; }
  .carousel_2 .owl-buttons .owl-next {
    right: 0; } }

.carousel_3 .owl-buttons .owl-next, .carousel_3 .owl-buttons .owl-prev {
  left: 50px;
  border: none;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms; }

.carousel_3 .owl-buttons .owl-next {
  left: auto;
  right: 50px; }

.carousel_3 .owl-buttons .owl-next:before, .carousel_3 .owl-buttons .owl-prev:before {
  border-color: #FFF;
  width: 10px;
  height: 10px;
  margin: -4px 0 0 -4px; }

.carousel_3 .owl-buttons .owl-next:hover, .carousel_3 .owl-buttons .owl-prev:hover {
  background-color: #73b317; }

.carousel_3:hover .owl-buttons .owl-next, .carousel_3:hover .owl-buttons .owl-prev {
  filter: alpha(opacity=100);
  opacity: 1; }

.carousel_3 .owl-item .carousel_content {
  position: absolute;
  top: 0;
  left: -30%;
  width: 30%;
  height: 100%;
  z-index: 10;
  padding: 30px;
  color: #FFF;
  opacity: 0;
  transition: all 200ms ease-out 0ms;
  -moz-transition: all 200ms ease-out 0ms;
  -webkit-transition: all 200ms ease-out 0ms;
  -o-transition: all 200ms ease-out 0ms;
  -ms-transition: all 200ms ease-out 0ms; }

.carousel_3 .owl-item.synced .carousel_content, .carousel_3 .owl-item.synced .carousel_content.text_left {
  top: 0;
  left: 0;
  opacity: 1;
  text-align: left;
  transition: all 400ms ease-out 800ms;
  -moz-transition: all 400ms ease-out 800ms;
  -webkit-transition: all 400ms ease-out 800ms;
  -o-transition: all 400ms ease-out 800ms;
  -ms-transition: all 400ms ease-out 800ms; }

.carousel_3 .owl-item .carousel_content.text_right {
  left: auto;
  right: -30%;
  width: 30%;
  height: 100%;
  text-align: right; }

.carousel_3 .owl-item.synced .carousel_content.text_right {
  left: auto;
  right: 0; }

.carousel_3 .owl-item .carousel_content.text_top {
  left: 0;
  top: -100%;
  width: 100%;
  height: auto;
  max-height: 100%; }

.carousel_3 .owl-item.synced .carousel_content.text_top {
  left: 0;
  top: 0; }

.carousel_3 .owl-item .carousel_content.text_bottom {
  left: 0;
  top: auto;
  bottom: -100%;
  width: 100%;
  height: auto;
  max-height: 100%; }

.carousel_3 .owl-item.synced .carousel_content.text_bottom {
  left: 0;
  top: auto;
  bottom: 0; }

.carousel_3 .owl-item .carousel_content h3 {
  color: #FFF; }

.carousel_3 .owl-item .carousel_content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: .5;
  z-index: -1; }

.carousel_4 {
  margin: 0; }

.carousel_4 .item {
  position: relative; }

.carousel_4 .sliding {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #FFF;
  line-height: 2;
  background-color: rgba(71, 71, 71, 0.8);
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms; }

.carousel_4 .item:hover .sliding {
  filter: alpha(opacity=100);
  opacity: 1; }

.carousel_4 .sliding h3 {
  background-color: #73b317;
  padding: 15px 0;
  color: #FFF;
  margin-top: 40px; }

.carousel_4 .sliding p {
  padding: 0 15px; }

.carousel_4 .sliding a {
  background-color: #dedede;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #444;
  padding: 5px 15px;
  margin-top: 15px;
  display: inline-block; }

.carousel_4 .sliding a:hover {
  text-decoration: none; }

.carousel_5 .item {
  padding: 0 15px; }

.carousel_5 .owl-pagination {
  padding-top: 46px;
  z-index: 2; }

.carousel_5 .owl-page {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }

.carousel_6 .item {
  padding: 0 1px; }

.carousel_6 .owl-buttons .owl-next, .carousel_6 .owl-buttons .owl-prev {
  width: 22px !important;
  height: 22px !important;
  background-color: #696969;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  top: -15px;
  left: auto;
  right: 0;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  -webkit-transition: background-color ease-in 200ms;
  -o-transition: background-color ease-in 200ms;
  -ms-transition: background-color ease-in 200ms; }

.carousel_6 .owl-buttons .owl-prev {
  right: 25px; }

.carousel_6 .owl-buttons .owl-next:before, .carousel_6 .owl-buttons .owl-prev:before {
  width: 6px;
  height: 6px;
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  margin: -3px 0 0 -3px; }

.carousel_6 .owl-buttons .owl-next:hover, .carousel_6 .owl-buttons .owl-prev:hover {
  background-color: #73b317; }

.carousel_6 .owl-pagination {
  padding-top: 10px; }

.carousel_6 .owl-page {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }

.carousel_6 h3 {
  color: #666;
  font-size: 15px;
  margin-top: 10px; }

.carousel_6 p {
  color: #888;
  font-size: 12px; }

.carousel_7 .item {
  position: relative; }

.carousel_7 .sliding {
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 2;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  top: 100%;
  margin-top: -50px;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms; }

.carousel_7 .sliding h3 {
  color: #FFF;
  font-size: 15px;
  padding: 10px 10px 0;
  transition: padding ease-in 200ms;
  -moz-transition: padding ease-in 200ms;
  -webkit-transition: padding ease-in 200ms;
  -o-transition: padding ease-in 200ms;
  -ms-transition: padding ease-in 200ms; }

.carousel_7 .item:hover .sliding {
  top: 0;
  margin: 0;
  background-color: #69b532;
  filter: alpha(opacity=90);
  opacity: .9; }

.carousel_7 .item:hover h3 {
  padding-top: 40px; }

.carousel_7 .sliding p {
  padding: 0 15px; }

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

.carousel_7 .carousel_link span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 24px;
  margin: 0 3px; }

.carousel_7 .carousel_link a:hover {
  text-decoration: none; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel_3 .owl-item .carousel_content {
    padding: 15px; }
  .carousel_3 .owl-item .carousel_content.text_left {
    left: -35%;
    width: 35%; }
  .carousel_3 .owl-item .carousel_content.text_right {
    right: -35%;
    width: 35%; }
  .carousel_8 .owl-buttons .owl-prev {
    left: 0; }
  .carousel_8 .owl-buttons .owl-next {
    right: 0; } }

@media only screen and (max-width: 767px) {
  .carousel_3 .owl-item .carousel_content.text_left, .carousel_3 .owl-item .carousel_content.text_right {
    height: auto;
    top: auto;
    bottom: 0;
    padding: 8px 15px;
    width: auto; }
  .carousel_3 .owl-item .carousel_content.text_left {
    bottom: auto; }
  .carousel_3 .owl-item .carousel_content.text_bottom, .carousel_3 .owl-item .carousel_content.text_top {
    padding: 8px 15px; }
  .carousel_3 .owl-item .carousel_content p {
    display: none; }
  .carousel_3 .owl-item .carousel_content h3 {
    font-size: 13px;
    padding: 0;
    margin: 0; } }

.carousel_8 .item {
  position: relative; }

.carousel_8 .sliding {
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 2;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  top: 100%;
  margin-top: -50px;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms; }

.carousel_8 .sliding h3 {
  color: #FFF;
  font-size: 15px;
  padding: 10px 10px 0;
  transition: padding ease-in 200ms;
  -moz-transition: padding ease-in 200ms;
  -webkit-transition: padding ease-in 200ms;
  -o-transition: padding ease-in 200ms;
  -ms-transition: padding ease-in 200ms; }

.carousel_8 .item:hover .sliding {
  top: 0;
  margin: 0;
  background-color: #69b532;
  filter: alpha(opacity=90);
  opacity: .9; }

.carousel_8 .item:hover h3 {
  padding-top: 40px; }

.carousel_8 .sliding p {
  padding: 0 15px; }

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

.carousel_8 .carousel_link span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 24px;
  margin: 0 3px; }

.carousel_8 .carousel_link a:hover {
  text-decoration: none; }

.carousel_8 .photo_box:hover.content_bottom_push_in_2 .shade {
  background-color: #69b532;
  opacity: .9;
  filter: alpha(opacity=90); }

.carousel_8 .photo_box .ico span {
  background: #fff;
  color: #69b532; }

.carousel_8 .owl-buttons .owl-next {
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px 0 0 5px; }

.carousel_8 .owl-buttons .owl-prev {
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0 5px 5px 0; }

.carousel_8 .owl-buttons .owl-next, .carousel_8 .owl-buttons .owl-prev {
  width: 38px;
  height: 52px;
  margin-top: -26px; }

.carousel_8 .owl-buttons .owl-next:before, .carousel_8 .owl-buttons .owl-prev:before {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 15px;
  height: 15px;
  margin: -6px 0 0 -10px; }

.sync_carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.sync_carousel .carousel_main, .sync_carousel .carousel_nav {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  display: none;
  margin: 0;
  padding: 0; }

.sync_carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0); }

.sync_carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.sync_carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.sync_carousel .owl-item {
  float: left; }

.sync_carousel .owl-pagination {
  text-align: center;
  padding: 20px 0 0;
  position: absolute;
  top: 100%;
  left: 2;
  width: 100%; }

.sync_carousel .owl-page {
  cursor: pointer;
  width: 21px;
  height: 21px;
  border: 2px solid #2e2e2e;
  margin: 0 5px;
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }

.sync_carousel .owl-buttons .owl-next, .sync_carousel .owl-buttons .owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  width: 41px;
  height: 65px;
  line-height: 65px;
  font-size: 0;
  text-align: center;
  cursor: pointer;
  margin: -32px 0 0 0;
  background-color: #2e2e2e;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  -webkit-transition: background-color ease-in 200ms;
  -o-transition: background-color ease-in 200ms;
  -ms-transition: background-color ease-in 200ms; }

.sync_carousel .owl-buttons .owl-next {
  left: auto;
  right: 0; }

.sync_carousel .owl-buttons .owl-next:before, .sync_carousel .owl-buttons .owl-prev:before {
  content: "";
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -4px;
  font-size: 20px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg); }

.sync_carousel .owl-buttons .owl-next:before {
  border-left: none;
  border-right: 2px solid #FFF;
  margin-left: -7px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg); }

.sync_carousel .owl-buttons .owl-next:hover, .sync_carousel .owl-buttons .owl-prev:hover {
  background-color: #ed474a; }

.sync_carousel .grabbing {
  cursor: url(../images/grabbing.png) 8 8, move; }

.sync_carousel .owl-item, .sync_carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.sync_carousel img {
  max-width: 100%; }

.sync_carousel_1 .carousel_nav .item {
  cursor: pointer;
  margin: 17px 2px 5px 2px; }

.sync_carousel_1 .carousel_nav .synced .item {
  background: #69b532; }

.sync_carousel_1 .carousel_nav .synced .item img {
  filter: alpha(opacity=70);
  opacity: .7; }

.sync_carousel_2 .carousel_nav {
  margin: 0 0 60px 0; }

.sync_carousel_2 .carousel_nav .owl-wrapper {
  width: 100% !important;
  text-align: center; }

.sync_carousel_2 .carousel_nav .owl-item {
  display: inline-block;
  width: auto !important;
  margin: 0 17px;
  float: none;
  cursor: pointer; }

.sync_carousel_2 .carousel_nav .owl-item .item .out {
  position: relative;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 3px solid transparent; }

.sync_carousel_2 .carousel_nav .owl-item .item .out:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: transparent;
  background-color: rgba(182, 182, 182, 0.5); }

.sync_carousel_2 .carousel_nav .owl-item.synced .item .out {
  border: 3px solid #fff; }

.sync_carousel_2 .carousel_nav .owl-item.synced .item .out:before {
  display: none; }

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

.sync_carousel_2 .carousel_main .owl-item .item {
  color: #dad9d9; }

.sync_carousel_2 .carousel_main .owl-item .item p {
  font-size: 20px;
  padding: 0 50px; }

.sync_carousel_2 .carousel_main .owl-item .item h5 {
  font-size: 16px;
  color: #fff;
  line-height: normal;
  font-weight: normal;
  margin: 30px 0 10px 0; }

.sync_carousel_2 .carousel_main .owl-item .item h6 {
  font-size: 14px;
  color: #dcdcdc;
  font-weight: normal; }

.sync_carousel_2 .owl-buttons .owl-next,
.sync_carousel_2 .owl-buttons .owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 0;
  text-align: center;
  cursor: pointer;
  margin: -22px 0 0 0;
  background-color: transparent;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #fff; }

.sync_carousel_2 .owl-buttons .owl-next {
  left: auto;
  right: 0; }

.sync_carousel_2 .owl-buttons .owl-next:hover,
.sync_carousel_2 .owl-buttons .owl-prev:hover {
  background-color: transparent; }

@media only screen and (min-width: 1200px) {
  .sync_carousel_2 .carousel_main .owl-item .item p {
    padding: 0 135px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sync_carousel_2 .carousel_nav .owl-item {
    margin: 0 25px; } }

@media only screen and (max-width: 767px) {
  .sync_carousel_2 .carousel_nav .owl-wrapper {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important; }
  .sync_carousel_2 .carousel_nav {
    margin: 0 0 20px 0; }
  .sync_carousel_2 .carousel_nav .owl-item {
    margin: 0 2px; }
  .sync_carousel_2 .carousel_nav .owl-item .item .out {
    width: 38px; }
  .sync_carousel_2 .carousel_main .owl-item .item p {
    line-height: normal;
    font-size: 16px; } }

.anchorTag {
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  z-index: 902;
  text-align: center; }

.anchorTag.iconimg span {
  width: 70px;
  height: 70px;
  line-height: 45px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: -35px 0 0 -35px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 12px solid #fff;
  background-color: #69b532;
  background: #69b532;
  cursor: pointer;
  background-color: #69b532; }

.anchorTag.iconimg span img {
  max-width: 100%; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .anchorTag.iconimg span {
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-width: 5px;
    margin: -25px 0 0 -25px; }
  .anchorTag.iconimg span img {
    max-width: 50%; } }

@media only screen and (max-width: 767px) {
  .anchorTag.iconimg span {
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-width: 3px;
    margin: -25px 0 0 -25px; }
  .anchorTag.iconimg span img {
    max-width: 50%; } }

#anchorNav {
  position: fixed;
  left: 50px;
  top: 30%;
  margin: 0;
  padding: 0;
  z-index: 10000; }

#anchorNav li {
  list-style: none;
  cursor: pointer;
  position: relative;
  margin-bottom: 10px; }

#anchorNav li i {
  display: block;
  text-indent: -200px;
  overflow: hidden;
  width: 42px;
  height: 42px;
  background-color: #74bd38;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms; }

#anchorNav li:hover i {
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  width: 120px;
  background-color: #9a9797; }

#anchorNav li.active i {
  background-color: #9a9797; }

#anchorNav li span {
  color: #FFF;
  position: absolute;
  left: 40px;
  margin: 0;
  white-space: nowrap;
  padding: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  font-size: 13px;
  line-height: 42px;
  text-transform: capitalize;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms; }

#anchorNav li:hover span {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible; }

#anchorNav li b {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -12px 0 0 0;
  text-align: center; }

#anchorNav li b img {
  width: 40%; }

/************animation.css******************/
/*CSS3 Animation*/
.animated, .animated .animation_item {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 200ms;
  -webkit-animation-delay: 200ms; }

span.animation, a.animation, b.animation, i.animation, span.animationhover, a.animationhover, b.animationhover, i.animationhover, span.animation_item, a.animation_item, b.animation_item, i.animation_item {
  display: inline-block; }

.animated.infinite, .animation_item.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge, .animation_item.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animation img, .animationhover img, .animated .animation_item img {
  max-width: 100%; }

.animation {
  opacity: 0; }

.animationhover, .animated {
  opacity: 1; }

.animationhover {
  animation-delay: 0ms;
  -webkit-animation-delay: 0ms; }

@keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@-webkit-keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.animated.bounce, .animated .animation_item.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%, 100%, 50% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 100%, 50% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.animated.flash, .animated .animation_item.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.animated.pulse, .animated .animation_item.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.animated.rubberBand, .animated .animation_item.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.animated.shake, .animated .animation_item.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.animated.swing, .animated .animation_item.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.animated.tada, .animated .animation_item.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.animated.wobble, .animated .animation_item.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.animated.bounceIn, .animated .animation_item.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.animated.bounceInDown, .animated .animation_item.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.animated.bounceInLeft, .animated .animation_item.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.animated.bounceInRight, .animated .animation_item.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animated.bounceInUp, .animated .animation_item.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.animated.bounceOut, .animated .animation_item.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.animated.bounceOutDown, .animated .animation_item.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.animated.bounceOutRight, .animated .animation_item.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.animated.bounceOutUp, .animated .animation_item.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.animated.fadeIn, .animated .animation_item.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.animated.fadeInDown, .animated .animation_item.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.animated.fadeInDownBig, .animated .animation_item.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.animated.fadeInLeft, .animated .animation_item.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.animated.fadeInLeftBig, .animated .animation_item.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.animated.fadeInRight, .animated .animation_item.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.animated.fadeInRightBig, .animated .animation_item.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.animated.fadeInUp, .animated .animation_item.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.animated.fadeInUpBig, .animated .animation_item.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.animated.fadeOut, .animated .animation_item.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.animated.fadeOutDown, .animated .animation_item.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.animated.fadeOutDownBig, .animated .animation_item.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.animated.fadeOutLeft, .animated .animation_item.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.animated.fadeOutLeftBig, .animated .animation_item.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.animated.fadeOutRight, .animated .animation_item.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.animated.fadeOutRightBig, .animated .animation_item.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.animated.fadeOutUp, .animated .animation_item.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.animated.fadeOutUpBig, .animated .animation_item.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip, .animated .animation_item.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px); } }

.animated.flipInX, .animated .animation_item.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px); } }

.animated.flipInY, .animated .animation_item.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.animated.flipOutX, .animated .animation_item.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.animated.flipOutY, .animated .animation_item.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }

.animated.lightSpeedIn, .animated .animation_item.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.animated.lightSpeedOut, .animated .animation_item.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }

.animated.rotateIn, .animated .animation_item.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }

.animated.rotateInDownLeft, .animated .animation_item.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }

.animated.rotateInDownRight, .animated .animation_item.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }

.animated.rotateInUpLeft, .animated .animation_item.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }

.animated.rotateInUpRight, .animated .animation_item.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.animated.rotateOut, .animated .animation_item.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    -ms-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0; } }

.animated.rotateOutDownLeft, .animated .animation_item.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.animated.rotateOutDownRight, .animated .animation_item.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.animated.rotateOutUpLeft, .animated .animation_item.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.animated.rotateOutUpRight, .animated .animation_item.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.animated.hinge, .animated .animation_item.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.animated.rollIn, .animated .animation_item.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.animated.rollOut, .animated .animation_item.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.animated.zoomIn, .animated .animation_item.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animated.zoomInDown, .animated .animation_item.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animated.zoomInLeft, .animated .animation_item.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animated.zoomInRight, .animated .animation_item.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animated.zoomInUp, .animated .animation_item.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

.animated.zoomOut, .animated .animation_item.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animated.zoomOutDown, .animated .animation_item.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center; } }

.animated.zoomOutLeft, .animated .animation_item.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center; } }

.animated.zoomOutRight, .animated .animation_item.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animated.zoomOutUp, .animated .animation_item.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@keyframes scaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes scaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }

.animated.scaleUp, .animated .animation_item.scaleUp {
  -webkit-animation-name: scaleUp;
  animation-name: scaleUp; }

.animated.delay1, .animated .animation_item.delay1 {
  animation-delay: 400ms;
  -webkit-animation-delay: 400ms; }

.animated.delay2, .animated .animation_item.delay2 {
  animation-delay: 600ms;
  -webkit-animation-delay: 600ms; }

.animated.delay3, .animated .animation_item.delay3 {
  animation-delay: 800ms;
  -webkit-animation-delay: 800ms; }

.animated.delay4, .animated .animation_item.delay4 {
  animation-delay: 1000ms;
  -webkit-animation-delay: 1000ms; }

.animated.delay5, .animated .animation_item.delay5 {
  animation-delay: 1200ms;
  -webkit-animation-delay: 1200ms; }

.animated.delay6, .animated .animation_item.delay6 {
  animation-delay: 1400ms;
  -webkit-animation-delay: 1400ms; }

.animated.delay7, .animated .animation_item.delay7 {
  animation-delay: 1600ms;
  -webkit-animation-delay: 1600ms; }

.animated.delay8, .animated .animation_item.delay8 {
  animation-delay: 1800ms;
  -webkit-animation-delay: 1800ms; }

.animated.delay9, .animated .animation_item.delay9 {
  animation-delay: 2000ms;
  -webkit-animation-delay: 2000ms; }

.animated.delay10, .animated .animation_item.delay10 {
  animation-delay: 2200ms;
  -webkit-animation-delay: 2200ms; }

.animated.delay11, .animated .animation_item.delay11 {
  animation-delay: 2400ms;
  -webkit-animation-delay: 2400ms; }

.animated.delay12, .animated .animation_item.delay12 {
  animation-delay: 2600ms;
  -webkit-animation-delay: 2600ms; }

@-webkit-keyframes star {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; }
  0% {
    -webkit-transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(180deg) scale(0.7); }
  100% {
    -webkit-transform: rotate(360deg) scale(1); } }

@keyframes star {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; }
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(180deg) scale(0.7);
            transform: rotate(180deg) scale(0.7); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1); } }

@-webkit-keyframes cloud {
  0% {
    left: -100px; }
  100% {
    left: 100%; } }

@keyframes cloud {
  0% {
    left: -100px; }
  100% {
    left: 100%; } }

@-webkit-keyframes snowflake {
  0% {
    top: -100px;
    -webkit-transform: rotate(0deg) translateX(0); }
  25% {
    -webkit-transform: rotate(360deg) translateX(20px); }
  50% {
    -webkit-transform: rotate(720deg) translateX(0px); }
  75% {
    -webkit-transform: rotate(1080deg) translateX(-20px); }
  100% {
    top: 100%;
    -webkit-transform: rotate(1440deg) translateX(0px); } }

@keyframes snowflake {
  0% {
    top: -100px;
    -webkit-transform: rotate(0deg) translateX(0);
            transform: rotate(0deg) translateX(0); }
  25% {
    -webkit-transform: rotate(360deg) translateX(20px);
            transform: rotate(360deg) translateX(20px); }
  50% {
    -webkit-transform: rotate(720deg) translateX(0px);
            transform: rotate(720deg) translateX(0px); }
  75% {
    -webkit-transform: rotate(1080deg) translateX(-20px);
            transform: rotate(1080deg) translateX(-20px); }
  100% {
    top: 100%;
    -webkit-transform: rotate(1440deg) translateX(0px);
            transform: rotate(1440deg) translateX(0px); } }

@-webkit-keyframes dandelion {
  0% {
    opacity: 0;
    left: 20%; }
  10% {
    opacity: 1; }
  100% {
    bottom: 100%; } }

@keyframes dandelion {
  0% {
    opacity: 0;
    left: 20%; }
  10% {
    opacity: 1; }
  100% {
    bottom: 100%; } }

@keyframes arrows {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    bottom: 0; }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    bottom: 20px; }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    bottom: -10px; }
  90% {
    bottom: -3px; } }

@-webkit-keyframes arrows {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    bottom: 0; }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    bottom: 20px; }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    bottom: -10px; }
  90% {
    bottom: -3px; } }

@media only screen and (max-width: 767px) {
  .animated, .animated .animation_item {
    -webkit-animation-name: none !important;
    animation-name: none !important; } }

/* CSS Document */
#Body {
  color: #666666;
  background: #FFF; }

.body_bg {
  min-height: 100%;
  position: relative; }

html, body {
  margin: 0px;
  padding: 0px;
  font: normal 14px/1.5 'Open Sans', sans-serif;
  color: #666666;
  height: 100%; }

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

header, nav, section, footer {
  display: block; }

A, A:link {
  text-decoration: none;
  transition: color ease 300ms;
  -moz-transition: color ease 300ms;
  /* Firefox 4 */
  -webkit-transition: color ease 300ms;
  /* Safari and Chrome */
  -o-transition: color ease 300ms;
  /* Opera */
  -ms-transition: color ease 300ms;
  /* IE9? */ }

A:active {
  text-decoration: none; }

A:visited {
  text-decoration: none; }

A:hover {
  text-decoration: underline; }

h1 {
  letter-spacing: normal;
  margin: 5px 0 10px 0; }

h2 {
  letter-spacing: normal;
  margin: 5px 0 10px 0; }

h3 {
  letter-spacing: normal;
  margin: 5px 0 10px 0; }

h4 {
  letter-spacing: normal;
  margin: 0px 0 4px 0; }

h5 {
  letter-spacing: normal;
  margin: 5px 0 10px 0; }

form#Form {
  height: 100%; }

.ModuleTitle_SubMenu {
  z-index: 9999 !important; }

.clearfix:after {
  clear: both;
  content: ".";
  height: 0px;
  font-size: 0px;
  visibility: hidden;
  display: block; }

.clearfix {
  display: inline-block; }

.clearfix {
  display: block; }

#dnn_ControlPanel #dnnCPWrap {
  -webkit-filter: none !important;
          filter: none !important; }

ul.dnnActionMenuBody li ul li a, ul.dnnActionMenuBody li ul li a img {
  color: #328DDE !important; }

.clear {
  clear: both; }

.pb40 {
  padding-bottom: 40px; }

.pt40 {
  padding-top: 40px; }

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .pb40 {
    padding-bottom: 30px; }
  .pt40 {
    padding-top: 30px; } }

@media only screen and (max-width: 767px) {
  .pb40 {
    padding-bottom: 20px; }
  .pt40 {
    padding-top: 20px; } }

/**************** Login page******************/
@media only screen and (max-width: 767px) {
  .loginContent .LoginPanel {
    width: 100% !important; }
  .loginContent .dnnFormItem .dnnLoginRememberMe {
    white-space: nowrap; }
  .loginContent .dnnFormLabel {
    display: block !important;
    text-align: left !important; } }

/**************** register page******************/
@media only screen and (max-width: 767px) {
  .dnnRegistrationForm {
    min-width: inherit !important; }
  .dnnRegistrationForm .dnnForm {
    width: 100%; }
  .dnnRegistrationForm .dnnFormLabel {
    display: block !important;
    text-align: left !important; }
  .dnnRegistrationForm .dnnForm .dnnFormItem .dnnLabel {
    display: block !important;
    float: none !important;
    text-align: left !important;
    width: 100%; }
  .dnnRegistrationForm .dnnForm .dnnFormItem a.dnnFormHelp {
    right: auto !important;
    position: static !important;
    margin-left: 5px !important; }
  .dnnRegistrationForm .dnnForm .dnnFormItem {
    padding: 0px !important;
    margin: 0px !important; }
  .dnnRegistrationForm .dnnFormItem input[type="text"], .dnnRegistrationForm .dnnFormItem input[type="password"], .dnnRegistrationForm .dnnFormItem input[type="email"], .dnnRegistrationForm .dnnFormItem input[type="tel"], .dnnRegistrationForm .dnnFormItem select, .dnnRegistrationForm .dnnFormItem textarea {
    width: 100%;
    margin-bottom: 10px !important; } }

/**************** Password page******************/
@media only screen and (max-width: 767px) {
  .dnnSendPasswordContent {
    width: auto !important; }
  .dnnSendPasswordContent .dnnLabel {
    display: block !important;
    width: 100% !important;
    text-align: left; }
  .dnnSendPasswordContent a.dnnFormHelp, .dnnSendPasswordContent .dnnForm .dnnFormItem a.dnnFormHelp, .dnnSendPasswordContent .dnnTooltip label a.dnnFormHelp {
    position: static; }
  .dnnSendPasswordContent input[type="text"], .dnnSendPasswordContent input[type="password"], .dnnSendPasswordContent input[type="email"], .dnnSendPasswordContent input[type="tel"], .dnnSendPasswordContent select, .dnnSendPasswordContent textarea {
    width: 90%;
    margin-bottom: 10px !important; }
  .dnnSendPasswordContent ul.dnnActions {
    padding: 0 !important; } }

/* ********** Control Panel Style ************** */
.CommandButton, A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active {
  font-size: 12px;
  color: #973939;
  text-decoration: none;
  font-weight: normal; }

A.CommandButton:hover {
  color: #973939;
  text-decoration: underline;
  font-size: 12px;
  font-weight: normal; }

.FileManager A, .FileManager A:link, .FileManager A:visited, .FileManager A:active {
  color: #000;
  text-decoration: underline; }

.FileManager A:hover {
  color: #000;
  text-decoration: none; }

/* ********** Buttons Style ************** */
a.Button_green {
  padding: 12px 30px;
  margin: 0px 10px 0 0;
  position: relative;
  font-size: 14px;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 10px;
  color: #FFFFFF !important;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: background-color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: background-color ease-in 200ms;
  /* Opera */
  -ms-transition: background-color ease-in 200ms;
  /* IE9? */ }

* + html a.Button_green {
  display: inline; }

a.Button_green:hover {
  text-decoration: none;
  background: #555555; }

a.Button_green2 {
  padding: 8px 15px; }

a.Button_default {
  padding: 9px 25px;
  font-size: 14px;
  display: inline-block;
  white-space: nowrap;
  color: #FFFFFF !important;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-shadow: 1px 1px 1px #333;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: background-color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: background-color ease-in 200ms;
  /* Opera */
  -ms-transition: background-color ease-in 200ms;
  /* IE9? */ }

* + html a.Button_default {
  display: inline; }

a.Button_default:hover {
  text-decoration: none;
  background: #555555;
  color: #FFFFFF !important; }

a.Button_green2 {
  padding: 4px 15px;
  margin: 18px 10px 0px 10px;
  position: relative;
  font-size: 13px;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 10px;
  color: #FFFFFF !important;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: background-color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: background-color ease-in 200ms;
  /* Opera */
  -ms-transition: background-color ease-in 200ms;
  /* IE9? */ }

* + html a.Button_green2 {
  display: inline; }

a.Button_green2:hover {
  text-decoration: none;
  background: #555555; }

a.Button_green span.fa {
  font-size: 24px;
  vertical-align: bottom; }

a.Button_default2 {
  border: 5px solid #e5e5e5;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-shadow: 1px 1px 1px #333;
  display: inline-block; }

a.Button_default2 span {
  padding: 10px 25px 12px;
  font-size: 13px;
  display: block;
  white-space: nowrap;
  color: #FFFFFF !important;
  background: url(images/Button_default2.png) repeat-x left bottom;
  border-radius: 3px 3px 4px 4px;
  -moz-border-radius: 3px 3px 4px 4px;
  -webkit-border-radius: 3px 3px 4px 4px;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: background-color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: background-color ease-in 200ms;
  /* Opera */
  -ms-transition: background-color ease-in 200ms;
  /* IE9? */ }

* + html a.Button_default2 {
  display: inline; }

a.Button_default2:hover {
  text-decoration: none; }

a.Button_default2:hover span {
  background-color: #555555;
  color: #FFFFFF !important; }

a.Button_default3 {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-shadow: 1px 1px 1px #333;
  display: inline-block; }

a.Button_default3 span {
  padding: 10px 25px 12px;
  font-size: 13px;
  display: block;
  white-space: nowrap;
  color: #FFFFFF !important;
  background: url(images/Button_default2.png) repeat-x left bottom;
  border-radius: 3px 3px 4px 4px;
  -moz-border-radius: 3px 3px 4px 4px;
  -webkit-border-radius: 3px 3px 4px 4px;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: background-color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: background-color ease-in 200ms;
  /* Opera */
  -ms-transition: background-color ease-in 200ms;
  /* IE9? */ }

* + html a.Button_default3 {
  display: inline; }

a.Button_default3:hover {
  text-decoration: none; }

a.Button_default3:hover span {
  background-color: #555555;
  color: #FFFFFF !important; }

a.Button_white {
  border: 5px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-shadow: 1px 1px 1px #FFF;
  display: inline-block; }

a.Button_white span {
  padding: 10px 25px 12px;
  font-size: 13px;
  display: block;
  white-space: nowrap;
  background: #FFF url(images/Button_default2.png) repeat-x left bottom;
  border-radius: 3px 3px 4px 4px;
  -moz-border-radius: 3px 3px 4px 4px;
  -webkit-border-radius: 3px 3px 4px 4px;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: background-color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: background-color ease-in 200ms;
  /* Opera */
  -ms-transition: background-color ease-in 200ms;
  /* IE9? */ }

* + html a.Button_white {
  display: inline; }

a.Button_white:hover {
  text-decoration: none; }

a.Button_white:hover span {
  background-color: #555555;
  color: #FFF !important;
  text-shadow: none; }

a.Button_blue {
  padding: 12px 30px;
  margin: 0px 10px;
  position: relative;
  font-size: 14px;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 10px;
  color: #FFFFFF !important;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: background-color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: background-color ease-in 200ms;
  /* Opera */
  -ms-transition: background-color ease-in 200ms;
  /* IE9? */ }

* + html a.Button_blue {
  display: inline; }

a.Button_blue:hover {
  text-decoration: none;
  background: #555555; }

a.Button_blue2 {
  padding: 8px 15px; }

a.Button_blue span.fa, a.Button_blue2 span.fa {
  font-size: 24px;
  vertical-align: bottom;
  margin-right: 5px; }

/*Custom Buttons style*/
a.Button_style1 {
  padding: 10px 16px;
  margin: 0px 5px 5px 0;
  position: relative;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  color: #FFFFFF !important;
  text-decoration: none;
  background: url(images/but_bg.png) repeat-x left bottom;
  background-size: contain;
  border-radius: 3px 3px 4px 4px;
  -moz-border-radius: 3px 3px 4px 4px;
  -webkit-border-radius: 3px 3px 4px 4px;
  /* For Firefox3.6+ */
  -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset;
  /* For Chrome5+, Safari5+ */
  box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: background-color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: background-color ease-in 200ms;
  /* Opera */
  -ms-transition: background-color ease-in 200ms;
  /* IE9? */ }

a.Button_style2 {
  padding: 10px 16px;
  margin: 0px 5px 5px 0;
  position: relative;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  color: #FFFFFF !important;
  text-decoration: none;
  background: url(images/but_bg.png) repeat-x left bottom;
  background-size: contain;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: background-color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: background-color ease-in 200ms;
  /* Opera */
  -ms-transition: background-color ease-in 200ms;
  /* IE9? */ }

a.Button_style3 {
  padding: 10px 16px;
  margin: 0px 5px 5px 0;
  position: relative;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  color: #FFFFFF !important;
  text-decoration: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: background-color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: background-color ease-in 200ms;
  /* Opera */
  -ms-transition: background-color ease-in 200ms;
  /* IE9? */ }

a[class*="Button"].Red {
  background-color: #df0c00; }

a[class*="Button"].Teal {
  background-color: #20b2aa; }

a[class*="Button"].Violet {
  background-color: #6f0080; }

a[class*="Button"].MidnightBlue {
  background-color: #191970; }

a[class*="Button"].gold {
  background-color: #ffd700; }

a[class*="Button"].OliveDrab {
  background-color: #76a732; }

a[class*="Button"].SteelBlue {
  background-color: #4682b4; }

a[class*="Button"].GoldenOrange {
  background-color: #f88616; }

a[class*="Button"].silver {
  background-color: #c0c0c0; }

a[class*="Button"].dark {
  background-color: #4a4949; }

a[class*="Button"].small {
  font-size: 12px;
  letter-spacing: 1px;
  padding: 10px 16px;
  line-height: 18px; }

a[class*="Button"].large {
  font-size: 13px;
  letter-spacing: 1.2px;
  line-height: 20px;
  padding: 15px 22px; }

a[class*="Button"].jumbo {
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 24px;
  padding: 18px 26px; }

a.Button_style1:hover, a.Button_style2:hover, a.Button_style3:hover {
  color: #FFF !important;
  background-color: #2e2e2e;
  text-decoration: none; }

* + html a.Button_style1, * + html a.Button_style2, * + html a.Button_style3 {
  display: inline; }

/*page Spacing*/
.mt-10 {
  margin-top: 10px; }

.mb-10 {
  margin-bottom: 10px; }

.pt-10 {
  padding-top: 10px; }

.pb-10 {
  padding-bottom: 10px; }

.mt-20 {
  margin-top: 20px; }

.mb-20 {
  margin-bottom: 20px; }

.pt-20 {
  padding-top: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.mt-30 {
  margin-top: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.pt-30 {
  padding-top: 30px; }

.pb-30 {
  padding-bottom: 30px; }

.mt-40 {
  margin-top: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.pt-40 {
  padding-top: 40px; }

.pb-40 {
  padding-bottom: 40px; }

.mt-50 {
  margin-top: 50px; }

.mb-50 {
  margin-bottom: 50px; }

.pt-50 {
  padding-top: 50px; }

.pb-50 {
  padding-bottom: 50px; }

.mt-60 {
  margin-top: 60px; }

.mb-60 {
  margin-bottom: 60px; }

.pt-60 {
  padding-top: 60px; }

.pb-60 {
  padding-bottom: 60px; }

@media only screen and (max-width: 767px) {
  .mt-20 {
    margin-top: 10px; }
  .mb-20 {
    margin-bottom: 10px; }
  .pt-20 {
    padding-top: 10px; }
  .pb-20 {
    padding-bottom: 10px; }
  .mt-30 {
    margin-top: 15px; }
  .mb-30 {
    margin-bottom: 15px; }
  .pt-30 {
    padding-top: 15px; }
  .pb-30 {
    padding-bottom: 15px; }
  .mt-40 {
    margin-top: 30px; }
  .mb-40 {
    margin-bottom: 30px; }
  .pt-40 {
    padding-top: 30px; }
  .pb-40 {
    padding-bottom: 30px; }
  .mt-50 {
    margin-top: 30px; }
  .mb-50 {
    margin-bottom: 30px; }
  .pt-50 {
    padding-top: 30px; }
  .pb-50 {
    padding-bottom: 30px; }
  .mt-60 {
    margin-top: 30px; }
  .mb-60 {
    margin-bottom: 30px; }
  .pt-60 {
    padding-top: 30px; }
  .pb-60 {
    padding-bottom: 30px; } }

/* ********** Pane Style ************** */
.row [class*="Pane"] {
  padding: 0px 0px 10px 0px; }

.DNNEmptyPane {
  display: none; }

/* ********** Container Style ************** */
.Head {
  font-weight: bold;
  font-family: 'Open Sans', sans-serif; }

.SubHead {
  font-family: 'Open Sans', sans-serif; }

.SubSubHead {
  font-family: 'Open Sans', sans-serif; }

.Normal {
  font-family: 'Open Sans', sans-serif; }

.tp-bullets {
  z-index: 900 !important; }

/* ********** Breadcrumb Style ************** */
.breadcrumbBox h3 {
  float: left;
  font-size: 16px;
  text-transform: uppercase;
  color: #FFF;
  font-weight: normal; }

.breadcrumbBox .breadcrumbRight {
  float: right;
  padding-top: 5px; }

.breadcrumb, a.breadcrumb:link, a.breadcrumb:active, a.breadcrumb:visited {
  text-decoration: none;
  font-weight: normal;
  color: #FFF; }

a.breadcrumb:hover {
  font-weight: normal;
  text-decoration: underline; }

/* ********** Other Style ************** */
.dnn_layout {
  width: 980px;
  margin: 0px auto; }

.head_mid, .content_mid, .footer_mid {
  padding: 0px 20px; }

/*language*/
.languageBox {
  white-space: nowrap;
  float: right; }

.languageBox span img {
  margin-right: 7px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  vertical-align: middlea; }

* + html .languageBox span {
  font-size: 30px; }

.languageBox span.selected img {
  filter: alpha(opacity=100);
  opacity: 1;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.4); }

/*Login*/
.Login {
  margin-left: 5px;
  padding-left: 0px;
  padding-right: 2px;
  text-align: center; }

.Login * {
  display: inline-block;
  margin: 0;
  padding: 0; }

* + html .Login * {
  display: inline; }

.Login .loginGroup, .Login .registerGroup {
  display: inline-block;
  padding: 0px 5px 0px 8px;
  margin: 0px;
  height: 40px;
  line-height: 40px; }

.Login .sep,
.Login .registerGroup li.userMessages:after,
.Login .registerGroup li.userNotifications:after {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0); }

.Login img {
  vertical-align: middle;
  margin-top: -2px; }

.Login .fa {
  display: inline-block;
  vertical-align: middle; }

.Login .registerGroup ul, .Login .registerGroup li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block; }

.Login .registerGroup .userProfileImg img {
  max-width: 35px !important; }

.Login, .Login a, .Login a:link, .Login a:active, .Login a:visited {
  color: #777777; }

.Login a:hover {
  color: #69b532;
  text-decoration: none; }

.Login .registerGroup li.userMessages, .Login .registerGroup li.userNotifications {
  font-size: 0;
  overflow: hidden;
  vertical-align: middle;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  position: relative;
  padding: 0px 10px 0 5px;
  height: 31px;
  line-height: 31px;
  text-align: right;
  margin: 0; }

.Login .registerGroup li.userDisplayName {
  padding: 0 5px; }

.Login .registerGroup li.userMessages {
  padding-left: 4px; }

.Login .registerGroup li.userMessages:empty, .Login .registerGroup li.userNotifications:empty {
  width: 1em; }

.Login .registerGroup li.userMessages:before {
  content: "\f0e0";
  font-size: 14px;
  z-index: 0;
  transition: color ease-in 200ms;
  -moz-transition: color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: color ease-in 200ms;
  /* Opera */
  -ms-transition: color ease-in 200ms;
  /* IE9? */ }

.Login .registerGroup li.userNotifications:before {
  content: "\f06a";
  font-size: 14px;
  transition: color ease-in 200ms;
  -moz-transition: color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: color ease-in 200ms;
  /* Opera */
  -ms-transition: color ease-in 200ms;
  /* IE9? */ }

.Login .registerGroup li.userMessages:hover:before, .Login .registerGroup li.userNotifications:hover:before {
  color: #69b532; }

.Login .registerGroup li.userMessages:after, .Login .registerGroup li.userNotifications:after {
  content: "|";
  font-size: 13px;
  color: #777777;
  line-height: 20px !important;
  height: 18px !important;
  font-weight: normal !important;
  overflow: hidden;
  position: absolute;
  top: 5px;
  right: 0px;
  z-index: 10; }

.Login .registerGroup li.userMessages a, .Login .registerGroup li.userNotifications a {
  display: block !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 11; }

* + html .Login .loginGroup, * + html .Login .registerGroup, * + html .Login .fa, * + html .Login .registerGroup ul, * + html .Login .registerGroup li {
  display: inline; }

.Login .registerGroup li.userMessages a strong, .Login .registerGroup li.userNotifications a strong {
  display: none; }

.Login .registerGroup li.userMessages a span, .Login .registerGroup li.userNotifications a span {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 12px;
  display: block;
  background-color: #69b532;
  padding: 0px 3px;
  height: 14px;
  line-height: 1;
  color: #FFF;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-weight: normal; }

/* Search Style  */
.pulldownsearch {
  position: relative;
  width: 32px; }

#header3 .pulldownsearch, #header5 .pulldownsearch {
  z-index: 905; }

.searchbut {
  height: 16px;
  line-height: 16px;
  width: 16px;
  font-size: 16px;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #787878;
  text-align: center;
  margin: -9px 0px 0px -8px; }

#header1 .pulldownsearch {
  margin-top: 3px; }

.searchBox {
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: 24px;
  padding: 15px;
  background: #FFF;
  border: #dedede 1px solid;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  overflow: inherit !important;
  height: 35px !important;
  z-index: 905;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.searchArrow {
  position: absolute;
  top: -9px;
  right: 20px;
  width: 15px;
  background: url(images/search_arrow.png) no-repeat left top; }

#search #dnn_dnnSEARCH_ClassicSearch, #search #dnn_dnnSEARCH1_ClassicSearch, #search #dnn_dnnSEARCH2_ClassicSearch, #search #dnn_dnnSEARCH3_ClassicSearch {
  background: #ececec;
  border: none;
  float: none;
  height: 30px;
  margin-top: 0px;
  position: relative;
  white-space: nowrap;
  width: 235px;
  display: block;
  text-align: left;
  color: #FFF; }

.SearchIcon {
  display: none; }

#search .search, #search a.search:link, #search a.search:active, #search a.search:visited {
  text-decoration: none;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  /*line-height: 30px;*/
  text-align: center;
  width: 30px;
  height: 30px;
  overflow: hidden;
  padding: 0px;
  color: #FFF;
  font-family: 'FontAwesome';
  line-height: 30px; }

#search .search,
#search a.search:link,
#search a.search:active,
#search a.search:visited {
  text-decoration: none;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  /*line-height: 30px;*/
  text-align: center;
  width: 30px;
  height: 30px;
  overflow: hidden;
  padding: 0px;
  color: #FFF;
  font-family: 'FontAwesome';
  line-height: 30px; }

#main_right .searchBox2 .search,
#main_right .searchBox2 a.search:link,
#main_right .searchBox2 a.search:active,
#main_right .searchBox2 a.search:visited {
  text-decoration: none;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: center;
  width: 30px;
  height: 30px;
  overflow: hidden;
  padding: 0px;
  color: #FFF;
  font-family: 'FontAwesome';
  line-height: 30px; }

#search input.NormalTextBox {
  width: 165px;
  text-align: left;
  height: 18px;
  line-height: 18px;
  padding: 0px 3px 0px 3px;
  background: none;
  border: none;
  display: block;
  position: absolute;
  left: 4px;
  top: 6px;
  outline: 0;
  border-radius: 0px 0px 0px 0px;
  -webkit-appearance: none;
  color: #979797; }

#search .searchInputContainer {
  position: static !important; }

#search .searchInputContainer a.dnnSearchBoxClearText.dnnShow {
  top: 1px !important;
  left: auto;
  right: 35px !important; }

#search .searchSkinObjectPreview {
  right: inherit;
  left: auto;
  right: 0px; }

.dnnSearchBoxPanel, .dnnSearchResultPanel {
  width: 100%;
  max-width: none;
  padding: 10px 0px !important; }

.dnnSearchResultPanel {
  padding: 10px 0px 7px 0px !important; }

.searchbut.Open .fa.fa-search:before {
  content: "\f00d"; }

/*source_code*/
.source_code a {
  margin: 10px 0px; }

.source_code pre {
  display: none; }

.source_code pre code {
  color: #c7254e; }

/* ********** HEADER ************** */
/*.dnn_logo {
	float: left;
	max-width: 46%;
}*/
.dnn_logo {
  float: left;
  max-width: 100%; }

.dnn_logo img {
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%; }

.LogoMenuBox {
  padding: 35px 0px; }

@media only screen and (max-width: 767px) {
  .phoneHeadTop img {
    max-width: 100%; } }

/* ********** NAV ************** */
/*main menu*/
.dnn_menu {
  position: relative;
  z-index: 904;
  float: right; }

/*dnngo_megamenu */
#dnngo_megamenu {
  margin: 0px;
  padding: 0px;
  clear: both; }

#dnngo_megamenu .primary_structure {
  position: relative;
  clear: both;
  margin: 0;
  padding: 0; }

#dnngo_megamenu .primary_structure > li {
  float: left;
  list-style: none;
  position: relative; }

#dnngo_megamenu .primary_structure > li > a {
  display: inline-block;
  padding: 0;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: background-color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: background-color ease-in 200ms;
  /* Opera */
  -ms-transition: background-color ease-in 200ms;
  /* IE9? */ }

* + html #dnngo_megamenu .primary_structure > li > a {
  display: inline; }

#dnngo_megamenu .primary_structure > li > a:hover, #dnngo_megamenu .primary_structure > li.menu_hover > a, #dnngo_megamenu .primary_structure > li.current > a {
  text-decoration: none; }

/*sub*/
#dnngo_megamenu .dnngo_menuslide {
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 903;
  margin: 0;
  padding: 0; }

#dnngo_megamenu .dnngo_masonrymenu {
  width: 100%; }

#dnngo_megamenu .dnngo_masonrymenu > ul {
  float: left; }

#dnngo_megamenu .dnngo_masonrymenu > ul > li {
  margin: 0px 10px; }

/*dnngo_slide_menu*/
#dnngo_megamenu .dnngo_slide_menu {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  white-space: nowrap;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }

#dnngo_megamenu .dnngo_slide_menu ul, #dnngo_megamenu .dnngo_slide_menu ul li {
  margin: 0;
  padding: 0; }

#dnngo_megamenu .dnngo_slide_menu .dnngo_submenu {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  display: none;
  position: absolute;
  left: 100%;
  top: 0px;
  z-index: 904;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4); }

#dnngo_megamenu .dnngo_slide_menu li {
  position: relative;
  list-style: none;
  border-bottom: 1px solid #dbdbdb; }

#dnngo_megamenu .dnngo_slide_menu li:last-child {
  border-bottom: none; }

#dnngo_megamenu .dnngo_slide_menu li a {
  text-decoration: none;
  text-align: left;
  padding: 12px 80px 12px 15px;
  line-height: 1.8;
  font-size: 13px;
  display: block;
  color: #8C8C8C;
  transition: background ease-in 200ms;
  -moz-transition: background ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: background ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: background ease-in 200ms;
  /* Opera */
  -ms-transition: background ease-in 200ms;
  /* IE9? */ }

#dnngo_megamenu .rtl .dnngo_slide_menu li a {
  padding: 7px 20px 7px 60px;
  text-align: right; }

#dnngo_megamenu .dnngo_slide_menu li a:hover, #dnngo_megamenu .dnngo_slide_menu li.menu_hover > a {
  color: #FFF;
  background-color: #69b532; }

#dnngo_megamenu .dnngo_slide_menu li.dir > a:before {
  content: "";
  border-right: 1px solid #8C8C8C;
  border-bottom: 1px solid #8C8C8C;
  width: 5px;
  height: 5px;
  right: 20px;
  top: 50%;
  position: absolute;
  margin: -2px 0 0 0;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -moz-transform: rotate(-45deg);
  /* Firefox */
  -webkit-transform: rotate(-45deg);
  /* Safari and Chrome */
  -o-transform: rotate(-45deg);
  /* Opera */ }

#dnngo_megamenu .dnngo_slide_menu li.dir > a:hover:before,
#dnngo_megamenu .dnngo_slide_menu li.dir.menu_hover > a:before {
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF; }

#dnngo_megamenu .rtl .dnngo_slide_menu li.dir > a:before {
  left: 15px;
  right: auto;
  -ms-transform: rotate(135deg);
  /* IE 9 */
  -moz-transform: rotate(135deg);
  /* Firefox */
  -webkit-transform: rotate(135deg);
  /* Safari and Chrome */
  -o-transform: rotate(135deg);
  /* Opera */ }

#dnngo_megamenu .rtl .dnngo_boxslide,
#dnngo_megamenu .rtl .dnngo_boxslide .menu_centerbox ul {
  text-align: right; }

#dnngo_megamenu .dnngo_slide_menu li.subcurrent > a {
  color: #FFF; }

#dnngo_megamenu .dnngo_slide_menu li.dir.subcurrent > a:hover:before,
#dnngo_megamenu .dnngo_slide_menu li.dir.subcurrent > a:before {
  border-color: #FFF; }

#dnngo_megamenu .rtl .dnngo_menuslide.slide {
  left: auto !important;
  right: 0; }

/*dnngo_boxslide*/
#dnngo_megamenu .dnngo_boxslide {
  background: #FFF;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  clear: both;
  overflow: hidden;
  width: 100%;
  margin: auto;
  text-align: left;
  padding: 10px 21px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

#dnngo_megamenu .dnngo_boxslide .clear {
  clear: both;
  overflow: hidden;
  width: 100%;
  height: 0px; }

#dnngo_megamenu .dnngo_boxslide .menu_centerbox {
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

#dnngo_megamenu .dnngo_boxslide .menu_leftbox {
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 1.8; }

#dnngo_megamenu .dnngo_boxslide .menu_rightbox {
  float: left;
  padding: 0px 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul {
  margin: 0;
  padding: 0;
  text-align: left; }

#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li {
  list-style: none;
  padding: 4px 0px;
  font-size: 12px; }

#dnngo_megamenu .dnngo_boxslide .menu_centerbox > ul {
  padding: 10px; }

#dnngo_megamenu .dnngo_boxslide .menu_centerbox > ul > li {
  display: inline-block;
  vertical-align: top;
  margin-right: -6px;
  padding: 5px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

* + html #dnngo_megamenu .dnngo_boxslide .menu_centerbox .dnngo_masonrymenu > ul > li {
  display: inline; }

#dnngo_megamenu .dnngo_boxslide .menu_centerbox > .dnngo_masonrymenu > ul > li > a > span {
  color: #73b317;
  font-size: 14px;
  padding-bottom: 13px;
  border-bottom: 1px solid #d3d3d3;
  display: block;
  margin-bottom: 10px;
  line-height: 1.8; }

#dnngo_megamenu .dnngo_boxslide .menu_centerbox > .dnngo_masonrymenu > ul > li > a:hover {
  text-decoration: none; }

#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li {
  width: 100% !important; }

#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a {
  color: #8C8C8C;
  display: block;
  width: 100%;
  line-height: 1.8; }

#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a:hover {
  color: #73b317;
  text-decoration: none; }

#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a span {
  display: block; }

#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a span:before {
  content: "";
  vertical-align: middle;
  width: 5px;
  height: 5px;
  padding: 0;
  margin: 0;
  display: inline-block;
  border-right: 1px solid #8C8C8C;
  border-bottom: 1px solid #8C8C8C;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -moz-transform: rotate(-45deg);
  /* Firefox */
  -webkit-transform: rotate(-45deg);
  /* Safari and Chrome */
  -o-transform: rotate(-45deg);
  /* Opera */
  margin: 0 5px 2px 0; }

#dnngo_megamenu .rtl .dnngo_boxslide .menu_centerbox ul li li a span:before {
  -ms-transform: rotate(135deg);
  /* IE 9 */
  -moz-transform: rotate(135deg);
  /* Firefox */
  -webkit-transform: rotate(135deg);
  /* Safari and Chrome */
  -o-transform: rotate(135deg);
  /* Opera */
  margin: 0 0px 2px 5px; }

#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li a:hover span:before {
  border-left-color: #3b9cf7; }

#dnngo_megamenu .dnngo_boxslide .menu_centerbox ul li li li {
  padding-left: 10px; }

#dnngo_megamenu .rtl .dnngo_boxslide .menu_centerbox ul li li li {
  padding-right: 10px; }

#dnngo_megamenu .dnngo_boxslide .menu_topbox {
  width: 100%; }

#dnngo_megamenu .dnngo_boxslide .menu_bottombox {
  width: 100%; }

#dnngo_megamenu .mega_title {
  font-size: 14px !important;
  font-weight: normal;
  padding: 10px 0 5px;
  line-height: 1.2;
  color: #73b317; }

#dnngo_megamenu .social-icons {
  margin: 15px 0; }

#dnngo_megamenu .social-icons a {
  font-size: 27px !important;
  color: #c1c1c1; }

#dnngo_megamenu .social-icons a:hover {
  color: #69b532; }

#dnngo_megamenu .menu_leftbox .dividers_1 {
  margin-bottom: 10px; }

#header2 #dnngo_megamenu .primary_structure > li, #header4 #dnngo_megamenu .primary_structure > li {
  margin-left: 4px; }

@media only screen and (min-width: 768px) and (max-width: 979px) {
  #header2 #dnngo_megamenu .primary_structure > li, #header4 #dnngo_megamenu .primary_structure > li {
    margin-left: 2px; } }

/*roll_menu*/
.roll_menu.roll_activated {
  position: fixed;
  background-color: #FFF;
  width: 100%;
  z-index: 1000;
  left: 0px;
  border-bottom: 1px solid #e3e3e3; }

.roll_menu.roll_activated .header_top {
  border: none !important; }

#header1 .roll_menu.roll_activated .dnn_logo, #header1 .roll_menu.roll_activated #dnngo_megamenu > div > ul > li > a > span, #header2 .roll_menu.roll_activated .dnn_logo, #header4 .roll_menu.roll_activated .dnn_logo {
  height: 47px !important;
  line-height: 47px !important; }

#header1 .roll_menu.roll_activated .pulldownsearch, #header2 .roll_menu.roll_activated .pulldownsearch, #header4 .roll_menu.roll_activated .pulldownsearch {
  height: 48px !important;
  margin-top: 0px !important; }

#header1 .roll_menu.roll_activated .pulldownsearch {
  margin-top: 2px !important; }

#header1 .roll_menu.roll_activated #dnngo_megamenu > div > ul > li > a > span, #header1 .roll_menu.roll_activated #dnngo_megamenu > div > ul > li > a:hover > span, #header1 .roll_menu.roll_activated #dnngo_megamenu > div > ul > li.current > a > span, #header1 .roll_menu.roll_activated #dnngo_megamenu > div > ul > li.menu_hover > a > span {
  border-top-width: 1px !important; }

.roll_logo {
  display: none; }

#header3 .roll_menu.roll_activated .dnn_menu, #header5 .roll_menu.roll_activated .dnn_menu {
  float: right; }

#header3 .roll_menu.roll_activated .roll_logo, #header5 .roll_menu.roll_activated .roll_logo {
  display: block;
  float: left;
  height: 47px !important;
  line-height: 47px !important; }

#header3 .roll_menu.roll_activated .roll_logo img, #header5 .roll_menu.roll_activated .roll_logo img {
  max-width: 100%;
  max-height: 100%; }

#header3 .roll_menu.roll_activated #dnngo_megamenu > div > ul > li > a > span {
  height: 48px !important;
  line-height: 48px !important; }

#header3 .roll_menu.roll_activated .pulldownsearch {
  height: 48px !important; }

#header2 .roll_menu.roll_activated #dnngo_megamenu .primary_structure > li, #header4 .roll_menu.roll_activated #dnngo_megamenu .primary_structure > li {
  height: 48px;
  line-height: 48px; }

/*Left Menu*/
.LeftPage_Box {
  background: url(images/mian_line.jpg) repeat-y 226px top; }

.LeftBox {
  padding-bottom: 40px; }

.rightPage_Box {
  background: url(images/mian_line.jpg) repeat-y 742px top; }

.LeftOutPane {
  margin-right: 1px; }

#left_menu {
  padding: 0px 0px 0px;
  margin: 0px; }

#left_menu img {
  display: none; }

#left_menu ul {
  padding: 0px;
  margin: 0px 0 1.5rem 0; }

#left_menu ul li {
  list-style: none; }

#left_menu ul li a {
  display: block;
  text-decoration: none;
  padding: 13px 10px 13px 30px;
  color: #333333;
  line-height: 19px;
  border-bottom: 1px solid #dadada;
  background: url(images/arrow-1.png) no-repeat 10px -57px;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: background-color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: background-color ease-in 200ms;
  /* Opera */
  -ms-transition: background-color ease-in 200ms;
  /* IE9? */ }

.rightPage_Box #left_menu ul li a {
  padding-left: 40px; }

#left_menu > .gomenu > ul > li.current.Item-1 > a {
  border-top: 1px solid #dadada; }

#left_menu > .gomenu > ul > li > a:hover {
  color: #FFFFFF;
  background-position: 10px 18px; }

.rightPage_Box #left_menu > .gomenu > ul > li > a:hover {
  background-position: 20px 18px; }

#left_menu > .gomenu > ul > li.current > a, #left_menu > .gomenu > ul > li.current > a:hover {
  background-color: #FFF;
  background-position: 10px -57px;
  color: #333333; }

.rightPage_Box #left_menu > .gomenu > ul > li.current > a, .rightPage_Box #left_menu > .gomenu > ul > li.current > a:hover {
  background: #006493;
  color: #fff; }

#left_menu ul ul {
  padding: 10px 15px;
  display: none; }

#left_menu ul ul ul {
  padding: 5px 0px;
  display: none;
  margin-bottom: 0px; }

#left_menu ul li.current > ul {
  display: block; }

#left_menu ul ul .subcurrent > ul {
  display: block; }

#left_menu ul li li {
  margin: 0;
  border-bottom: none;
  padding-left: 20px; }

#left_menu ul li li li {
  padding-left: 15px; }

#left_menu ul li li a {
  position: relative;
  padding: 6px 5px 6px 15px;
  line-height: 18px;
  font-size: 13px;
  border: none;
  white-space: normal;
  color: #666666;
  background-position: 0px -65px;
  text-transform: none; }

.rightPage_Box #left_menu ul li li {
  padding-left: 25px; }

.rightPage_Box #left_menu ul li li a {
  background-position: 0px -65px;
  padding-left: 15px; }

#dnn_RightOutPane .EDN_article h2 {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0; }

#dnn_RightOutPane .EDN_article {
  padding-left: 1rem;
  border-left: 0px; }

#dnn_RightOutPane .Container-H2 .dnntitle {
  padding: 0 0 0 1rem; }

/* ********** CONTENT ************** */
.Mian_Box {
  background: #f7f7f7 url(images/mian_line.jpg) repeat-x left bottom; }

.Mian_Box2 {
  border-bottom: 1px solid #E3E3E3; }

.Mian_Box [class*="Pane"], .Mian_Box_3 [class*="Pane"] {
  margin: 30px 0px 0px; }

.Mian_Box_2 [class*="Pane"] {
  margin: 60px 0px 0px; }

.ContentBottom [class*="Pane"], .ContentBottom2 [class*="Pane"], .ContentBottom3 [class*="Pane"] {
  margin: 30px 0px 31px; }

#dnn_content {
  min-height: 300px;
  position: relative;
  z-index: 4; }

#dnn_content:before,
.Breadcrumb_bg:before,
.BannerPane:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1; }

.Mian_Box_2 section.row {
  /*	background: url(images/mian_line.jpg) repeat-x left bottom;*/ }

.ContentBottom {
  background: #f9f9f9;
  border-top: 1px solid #e5e5e5; }

.ContentBottom2 {
  background: url(images/opacity_20.png) repeat-x left -4px; }

.ContentBottom3 {
  background: url(images/ContentBottom_bg.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover; }

.TopOutPaneC {
  padding-bottom: 16px !important;
  background: url(images/TopOutPaneC_bg.png) no-repeat center bottom;
  background-size: 100% 16px; }

.TopOutPaneC > div {
  background-color: #f8f8f8; }

.TopOutPaneE {
  background-color: #f5f5f5; }

.BannerBox {
  background-image: url(images/BannerBox.png); }

.BannerPaneB {
  padding: 30px 0px 42px;
  margin-bottom: 30px;
  background: url(images/BannerShade.png) no-repeat center bottom;
  background-size: 100% 42px; }

.backgroundImage1 {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  background-color: #f8f8f8; }

/* ********** FOOTER ************** */
.Footer_Contentbg [class*="Pane"] {
  margin: 35px 0 45px;
  padding: 0; }

.Footer_Bottombg {
  padding: 25px 0px;
  font-size: 13px; }

.copyright_style, .FooterPane {
  float: left;
  padding: 10px 8px 0px; }

.copyright_style .sep {
  padding: 0px 12px; }

.copyright_style, .FooterPane .Normal, .copyright_style a, .copyright_style a:link, .copyright_style a:active, .copyright_style a:visited {
  text-decoration: none; }

.copyright_style a:hover {
  text-decoration: underline; }

#to_top {
  display: none;
  position: fixed;
  right: 25px;
  bottom: 25px;
  float: right;
  background-color: #181d1d;
  width: 42px;
  height: 42px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: none;
  z-index: 1000;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: background-color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: background-color ease-in 200ms;
  /* Opera */
  -ms-transition: background-color ease-in 200ms;
  /* IE9? */ }

#to_top:after {
  content: "";
  height: 15px;
  width: 15px;
  overflow: hidden;
  margin: -3px 0 0 10px;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  /* IE 9 */
  -moz-transform: rotate(225deg);
  /* Firefox */
  -webkit-transform: rotate(225deg);
  /* Safari and Chrome */
  -o-transform: rotate(225deg);
  /* Opera */
  transition: border ease-in 200ms;
  -moz-transition: border ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: border ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: border ease-in 200ms;
  /* Opera */
  -ms-transition: border ease-in 200ms;
  /* IE9? */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  top: 50%;
  position: absolute; }

/* ********** BOTTOM ************** */
/*Message*/
.MessageBox .Message_Icon {
  display: inline-block;
  vertical-align: middle;
  width: 8%;
  padding: 0 0 0 1px; }

.MessageBox .trumpet {
  font-size: 62px;
  color: #bcbcbc;
  display: block; }

.MessageBox .Message_Content {
  display: inline-block;
  vertical-align: middle;
  width: 65%;
  color: #999999; }

.MessageBox .Message_Button {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  text-align: center; }

* + html .MessageBox .Message_Icon {
  display: block;
  float: left;
  padding-top: 30px; }

* + html .MessageBox .Message_Content {
  display: block;
  float: left; }

* + html .MessageBox .Message_Button {
  padding-top: 30px;
  display: block;
  float: left; }

.MessageBox .Message_Content h3 {
  text-transform: uppercase;
  color: #666666;
  font-size: 24px;
  padding-bottom: 3px;
  font-weight: normal; }

/**/
.MessageBox .MessageRightBox {
  width: 90%;
  display: inline-block;
  vertical-align: middle; }

.MessageBox .MessageRightBox .Message_Content {
  width: 70%; }

.MessageBox .MessageRightBox .Message_Button {
  width: 29%; }

* + html .MessageBox .MessageRightBox {
  display: block;
  float: left; }

.MessageBox_2 {
  padding: 30px 40px; }

.MessageBox_2 .Message_Content {
  display: inline-block;
  vertical-align: middle;
  width: 69%;
  color: #999999; }

.MessageBox_2 .Message_Button {
  display: inline-block;
  vertical-align: middle;
  width: 29%;
  text-align: right; }

* + html .MessageBox_2 .Message_Content {
  display: block;
  float: left; }

* + html .MessageBox_2 .Message_Button {
  padding-top: 30px;
  display: block;
  float: left; }

.MessageBox_2 .Message_Content h3 {
  text-transform: uppercase;
  color: #666666;
  font-size: 16px;
  padding-bottom: 3px; }

.MessageBox2 .Message_Content h3, .MessageBox2 .Message_Content {
  color: #FFF; }

.MessageBox2 .Message_Icon {
  font-size: 50px;
  color: #FFF; }

/*Our Services*/
.OurServices_Box .nav-tabs li.active a {
  background: none !important;
  border-bottom: 1px solid #FFF !important; }

.OurServices_Box .tab-content {
  overflow: hidden !important;
  background: none !important; }

.OurServices_list {
  margin: 0px;
  padding: 10px 0px;
  float: left;
  width: 47%; }

.OurServices_list li {
  list-style: none;
  background: url(images/arrow-1.png) no-repeat left -70px;
  padding: 0px 0px 5px 15px;
  margin-left: 10px; }

.OurServices_list li a, .OurServices_list li a:link, .OurServices_list li a:active, .OurServices_list li a:visited {
  font-size: 13px;
  color: #777777;
  text-decoration: none; }

.OurServices_Pic {
  float: left;
  width: 53%; }

.OurServices_Pic img {
  -webkit-animation: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s normal none 1 mk_scale;
          animation: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s normal none 1 mk_scale;
  opacity: 1;
  max-width: 100%; }

.OurServices_Box2 .OurServices_Box2_right h3 {
  font-size: 24px;
  text-transform: capitalize;
  padding: 0 0 25px 0;
  font-weight: normal;
  color: #69b532;
  font-family: 'Open Sans';
  line-height: 20px; }

.OurServices_Box2 .OurServices_Box2_right > a {
  display: inline-block;
  padding: 10px 34px;
  color: #fff !important;
  font-size: 15px;
  text-decoration: none;
  border-radius: 3px;
  margin: 22px 0 0 0;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  background: #69b532; }

.OurServices_Box2 .OurServices_Box2_right > a:hover {
  background: #555555; }

.OurServices_Box3 .Services_main {
  border: 1px solid #e6e6e6;
  background-color: #FCFCFC;
  position: relative;
  padding: 0 0 0 60px;
  transition: border ease-in 200ms,background-color ease-in 200ms;
  -moz-transition: border ease-in 200ms,background-color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: border ease-in 200ms,background-color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: border ease-in 200ms,background-color ease-in 200ms;
  /* Opera */
  -ms-transition: border ease-in 200ms,background-color ease-in 200ms;
  /* IE9? */ }

.OurServices_Box3 .Services_main:hover {
  border: 1px solid #69B532;
  background-color: #69B532; }

.OurServices_Box3 .Services_main .Services_icon {
  position: absolute;
  width: 60px;
  left: 0px;
  top: 0px;
  height: 100%;
  border-right: 1px solid #e6e6e6;
  text-align: center; }

.OurServices_Box3 .Services_main .Services_icon span.fa {
  position: absolute;
  top: 50%;
  font-size: 20px;
  left: 50%;
  margin: -10px 0 0 -10px;
  transition: color ease-in 200ms;
  -moz-transition: color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: color ease-in 200ms;
  /* Opera */
  -ms-transition: color ease-in 200ms;
  /* IE9? */ }

.OurServices_Box3 .Services_main:hover .Services_icon span.fa {
  color: #fff; }

.OurServices_Box3 .Services_main .Services_Content {
  padding: 35px;
  background-color: #fff; }

.OurServices_Box3 .Services_main .Services_Content h3 {
  font-size: 18px;
  font-weight: normal;
  color: #6f6e6e;
  margin: 0 0 20px 0; }

.OurServices_Box4 .OurServices_Box4_img {
  margin: 30px 0 0 0;
  border: 1px solid #cfcfcf;
  transition: border ease-in 200ms;
  -moz-transition: border ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: border ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: border ease-in 200ms;
  /* Opera */
  -ms-transition: border ease-in 200ms;
  /* IE9? */ }

.OurServices_Box4 .OurServices_Box4_img:hover {
  border: 1px solid #69B532; }

.OurServices_Box5 {
  background-image: url(images/OurServices_Box5.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.OurServices_Box5 .OurServices_Box5_left h1 {
  font-size: 28px;
  color: #fff;
  margin: 0;
  font-weight: normal;
  line-height: normal; }

.OurServices_Box5 .OurServices_Box5_left ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.OurServices_Box5 .OurServices_Box5_left ul li {
  margin: 45px 0 0 0;
  position: relative;
  padding: 0 0 0 85px; }

.OurServices_Box5 .OurServices_Box5_left ul li .icon_main {
  position: absolute;
  width: 61px;
  height: 61px;
  left: 0px;
  top: 3px;
  background-color: rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  padding: 7px; }

.OurServices_Box5 .OurServices_Box5_left ul li .icon_main .icon {
  width: 47px;
  height: 47px;
  line-height: 47px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  color: #69B532; }

.OurServices_Box5 .OurServices_Box5_left ul li h3 {
  font-size: 16px;
  color: #ecffdd;
  line-height: normal;
  margin: 0 0 15px 0; }

.OurServices_Box5 .OurServices_Box5_left ul li p {
  font-size: 13px;
  color: #1b4000; }

/*img float*/
.img_Left {
  float: left;
  padding: 7px 10px 0px 0px; }

.img_Right {
  float: right;
  padding: 7px 0px 0px 10px; }

/*Links_List*/
.Links_List {
  padding: 0px;
  margin: 0px; }

.Links_List li {
  list-style: none;
  padding: 7px 0px 7px 15px;
  background: url(images/arrow-1.png) no-repeat left -63px;
  border-bottom: 1px solid #d7d7d7; }

.Links_List li a, .Links_List li a:link, .Links_List li a:active, .Links_List li a:visited {
  color: #777777;
  text-decoration: none; }

/*Contact_List*/
.Contact_List {
  margin: 0px;
  padding: 0px; }

.Contact_List li {
  list-style: none;
  padding: 6px 0px; }

.Contact_List li span {
  width: 1em;
  float: left;
  text-align: center; }

.Contact_List li span:first-child {
  font-size: 20px;
  display: inline-block;
  margin-right: 15px; }

/*Theme_19_Normal*/
.Theme_19_Normal {
  position: relative; }

.Theme_19_Normal .filter_block {
  border: none !important;
  position: absolute;
  top: -50px;
  right: 0px;
  width: auto !important; }

.Theme_19_Normal .filter_navigation ul li a, .Theme_19_Normal .filter_navigation ul li.selected a {
  background: none !important;
  border: none !important;
  padding-right: 0px !important; }

.Theme_19_Normal .view-tenth .mask {
  right: auto !important;
  bottom: 100% !important;
  top: auto !important; }

.Theme_19_Normal .view-tenth:hover .mask {
  bottom: 0px !important; }

.Theme_19_Normal .view-tenth .mask {
  filter: alpha(opacity=80);
  opacity: 0.8; }

.Theme_19_Normal .view-tenth:hover .mask {
  filter: alpha(opacity=80);
  opacity: 0.8; }

.Theme_19_Normal .image-grid .view-tenth .portfolio_descr h2 {
  font-weight: bold !important;
  font-size: 16px !important; }

.Theme_19_Normal .image-grid .po_link, .Theme_19_Normal .image-grid .po_zoom {
  width: 40px !important;
  height: 40px !important;
  background-image: url(images/Theme_19_ico.png) !important;
  background-color: #000000 !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
  background-position: 4px 3px !important;
  margin: 0px 5px 0px 0px !important; }

.Theme_19_Normal .image-grid .po_zoom {
  background-position: -34px 2px !important;
  margin: 0px !important; }

/*function list*/
.functionList .functionBox {
  margin-bottom: 5px; }

.functionList .functionBox .functiontitle {
  font-size: 16px;
  color: #666666;
  vertical-align: middle;
  font-weight: bold;
  padding: 10px 0px 0px;
  margin: 0px; }

.functionList .functionBox .functiontitle span {
  font-weight: normal;
  color: #999999;
  display: block;
  font-size: 13px;
  margin: -3px 0px 0px;
  padding: 0px; }

.functionList .functionBox .functionMain {
  padding: 5px 0px 3px 0px;
  vertical-align: top;
  clear: both; }

.functionList .functionBox .functionIcon {
  float: left;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  color: #9d9d9d;
  background: #eeeeee;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: background-color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: background-color ease-in 200ms;
  /* Opera */
  -ms-transition: background-color ease-in 200ms;
  /* IE9? */ }

.functionList .functionBox .functionIcon span {
  line-height: inherit; }

.functionList .functionBox:hover .functionIcon {
  color: #FFF; }

.functionList_2 .functionBox {
  margin-bottom: 5px; }

.functionList_2 .functionBox .functiontitle {
  font-size: 16px;
  color: #666666;
  vertical-align: middle;
  font-weight: bold;
  padding: 24px 0px 13px;
  margin: 0px;
  text-align: center;
  text-transform: uppercase; }

.functionList_2 .functionBox .functiontitle span {
  font-weight: normal;
  color: #999999;
  display: block;
  font-size: 13px;
  margin: -3px 0px 0px;
  padding: 0px; }

.functionList_2 .functionBox .functionMain {
  padding: 5px 0px 3px 0px;
  text-align: center;
  vertical-align: top;
  clear: both; }

.functionList_2 .functionBox .functionIcon {
  width: 95px;
  height: 95px;
  line-height: 95px;
  font-size: 34px;
  color: #666666;
  background: #eeeeee;
  text-align: center;
  margin: auto;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: background-color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: background-color ease-in 200ms;
  /* Opera */
  -ms-transition: background-color ease-in 200ms;
  /* IE9? */ }

.functionList_2 .functionBox .functionIcon span {
  line-height: inherit; }

.functionList_2 .functionBox:hover .functionIcon {
  color: #FFF; }

.functionList_3 .functionBox {
  margin-bottom: 5px; }

.functionList_3 .functionBox .functiontitle {
  font-size: 16px;
  color: #666666;
  vertical-align: middle;
  font-weight: bold;
  padding: 10px 0px 0px;
  margin: 0px; }

.functionList_3 .functionBox .functiontitle span {
  font-weight: normal;
  color: #999999;
  display: block;
  font-size: 13px;
  margin: -3px 0px 0px;
  padding: 0px; }

.functionList_3 .functionBox .functionMain {
  padding: 21px 0px 3px 0px;
  vertical-align: top;
  clear: both; }

.functionList_3 .functionBox .functionIcon {
  float: left;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 24px;
  background: #c7c8c8;
  color: #FFF;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: background-color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: background-color ease-in 200ms;
  /* Opera */
  -ms-transition: background-color ease-in 200ms;
  /* IE9? */ }

.functionList_3 .functionBox .functionIcon span {
  line-height: inherit; }

.functionList_4 .functionBox .functionIcon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin-right: 20px; }

.functionList_4 .functionBox .functionIcon span {
  height: 100px;
  line-height: 100px;
  font-size: 50px; }

.functionList_4 .functionBox .functiontitle {
  padding-top: 24px; }

.functionList_5 .functionBox {
  margin-bottom: 5px;
  background: #f3f3f3;
  margin-top: 41px;
  display: inline-block;
  border-radius: 4px; }

.functionList_5 .functionBox .functiontitle {
  font-size: 16px;
  color: #666666;
  vertical-align: middle;
  font-weight: bold;
  padding: 17px 0px 0px;
  margin: 0px;
  text-align: center; }

.functionList_5 .functionBox .functiontitle span {
  font-weight: normal;
  color: #999999;
  display: block;
  font-size: 13px;
  margin: -3px 0px 0px;
  padding: 0px; }

.functionList_5 .functionBox .functionMain {
  padding: 16px 27px 35px;
  text-align: center;
  vertical-align: top;
  clear: both; }

.functionList_5 .functionBox .functionIcon {
  width: 80px;
  height: 80px;
  background: #FFF;
  border: 3px solid #ffffff;
  font-size: 28px;
  text-align: center;
  margin: -40px auto 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: background-color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: background-color ease-in 200ms;
  /* Opera */
  -ms-transition: background-color ease-in 200ms;
  /* IE9? */
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.functionList_5 .functionBox .Ico_border {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  width: 76px;
  height: 76px;
  line-height: 76px;
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.functionList_5 .functionBox .functionIcon span {
  line-height: inherit; }

.functionList_5 .functionBox:hover .functionIcon {
  color: #FFF; }

.functionList_6 .functionBox {
  background: url(images/opacity_25.png);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin: 1px;
  text-align: center; }

.functionList_6 .functionBox .functionIcon {
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 30px;
  margin: 20px auto;
  text-align: center;
  overflow: hidden;
  background: #FFF;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: background-color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: background-color ease-in 200ms;
  /* Opera */
  -ms-transition: background-color ease-in 200ms;
  /* IE9? */ }

.functionList_6 .functionBox:hover .functionIcon {
  color: #FFF; }

.functionList_6 .functionBox .functionIcon span {
  line-height: inherit; }

.functionList_6 .functionBox .functiontitle {
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold; }

.functionList_6 .functionBox .functionMain {
  padding: 5px 15px 20px;
  color: #FFF; }

.functionList_6 .functionBox {
  margin-bottom: 15px; }

.functionList_8 .functionBox {
  margin-bottom: 5px;
  margin-top: 41px;
  min-height: 217px;
  border: 1px solid #ebebeb; }

.functionList_8 .functionBox .functiontitle {
  font-size: 18px;
  color: #6c6868;
  vertical-align: middle;
  padding: 17px 0px 0px;
  margin: 0px;
  text-align: center; }

.functionList_8 .functionBox .functiontitle span {
  font-weight: normal;
  color: #999999;
  display: block;
  font-size: 13px;
  margin: -3px 0px 0px;
  padding: 0px; }

.functionList_8 .functionBox .functionMain {
  padding: 25px 42px 35px;
  text-align: center;
  vertical-align: top;
  clear: both;
  color: #b5b5b5; }

.functionList_8 .functionBox .functionMain p span {
  display: block;
  margin: 0 0 16px 0; }

.functionList_8 .functionBox .functionIcon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #FFF;
  border: 5px solid #ffffff;
  background-color: #E9F6DA !important;
  font-size: 25px;
  text-align: center;
  margin: -35px auto 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.functionList_8 .functionBox .Ico_border {
  color: #69B532;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  width: 43px;
  height: 43px;
  line-height: 43px;
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  transition: background-color ease-in 200ms,color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms,color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: background-color ease-in 200ms,color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: background-color ease-in 200ms,color ease-in 200ms;
  /* Opera */
  -ms-transition: background-color ease-in 200ms,color ease-in 200ms;
  /* IE9? */ }

.functionList_8 .functionBox .functionIcon span {
  line-height: inherit; }

.functionList_8 .functionBox:hover {
  border: 1px solid #69B532; }

.functionList_8 .functionBox:hover .functionIcon .Ico_border {
  background-color: #69B532;
  color: #FFF; }

.Theme_25_Default .slides {
  clear: both;
  overflow: hidden; }

.Theme_25_Default .flex-control-nav {
  text-align: right !important;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 900; }

* + html .Theme_25_Default .flex-control-nav li {
  display: inline !important; }

.Theme_25_Default .flex-control-paging li a {
  width: 15px !important;
  height: 15px !important;
  background: #e3e3e3 !important;
  line-height: 50px;
  display: block !important; }

.Theme_25_Default .flex-control-nav li {
  margin: 0px 1px !important; }

.Theme_25_Default .flex-direction-nav, .Theme_25_Default .flex-pauseplay {
  display: none !important; }

/*3D Banner*/
.SliderRevolution3D a, .SliderRevolution3D a:link, .SliderRevolution3D a:active, .SliderRevolution3D a:visited {
  color: #FFF; }

.SliderRevolution3D a:hover {
  color: #FFF; }

.SliderRevolution3D {
  -webkit-text-size-adjust: none; }

.Banner_Title {
  color: #FFF;
  font-size: 40px; }

.Banner_Content {
  color: #FFF;
  font-size: 17px;
  line-height: 30px;
  padding: 18px 0px;
  border-top: 1px solid #FFF !important;
  border-bottom: 1px solid #FFF !important; }

.Banner_More {
  font-size: 16px;
  padding: 10px 25px;
  color: #FFF;
  border: 2px solid #ffffff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.Banner_More a {
  display: block; }

.Banner_More a, .Banner_More a:link, .Banner_More a:active, .Banner_More a:visited {
  color: #FFF !important;
  text-decoration: none; }

.Banner_More a:hover {
  color: #fff !important;
  text-decoration: none; }

.Banner_Title2 {
  color: #FFF;
  font-size: 40px;
  font-weight: bold; }

.Banner_Content2 {
  color: #FFF;
  font-size: 16px;
  line-height: 30px; }

.Banner_More2 {
  font-size: 16px;
  padding: 10px 25px;
  color: #FFF;
  border: 2px solid #ffffff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.Banner_More2 a {
  display: block; }

.Banner_More2 a, .Banner_More2 a:link, .Banner_More2 a:active, .Banner_More2 a:visited {
  color: #FFF;
  text-decoration: none; }

.Banner_More2 a:hover {
  color: #fff !important;
  text-decoration: none; }

.Banner_Title3 {
  background: url(images/opacity_50.png);
  color: #FFF;
  padding: 11px 15px 12px;
  font-size: 24px;
  font-weight: bold; }

.Banner_Content3 {
  background: url(images/opacity_50.png);
  color: #FFF;
  padding: 12px 15px;
  font-size: 16px;
  line-height: 30px; }

.Banner_Title5 {
  color: #ffffff;
  font-size: 45px;
  font-weight: bold; }

.Banner_Title6 {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold; }

.Banner_Content5 {
  color: #FFF;
  padding: 12px 15px;
  font-size: 16px;
  text-align: center; }

.Banner_More5 {
  font-size: 15px;
  font-weight: bold;
  padding: 10px 20px;
  text-align: center;
  color: #FFF;
  border: 2px solid #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.Banner_More5 a {
  display: block; }

.Banner_More5 a, .Banner_More5 a:link, .Banner_More5 a:active, .Banner_More5 a:visited {
  color: #FFF;
  text-decoration: none; }

.Banner_More5 a:hover {
  color: #FFF !important;
  text-decoration: none; }

.Banner_Title7 {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold; }

.Banner_Content6 {
  color: #ffffff;
  font-size: 14px; }

.Banner_More6 {
  font-size: 15px;
  padding: 10px 20px;
  text-align: center;
  color: #FFF;
  border: 2px solid #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.Banner_More6 a {
  display: block; }

.Banner_More6 a, .Banner_More6 a:link, .Banner_More6 a:active, .Banner_More6 a:visited {
  color: #FFF;
  text-decoration: none; }

.Banner_More6 a:hover {
  color: #fff !important; }

@media only screen and (max-width: 560px) {
  .SliderRevolution3D .Banner_More {
    border: 1px solid #ffffff !important; } }

.ls-borderlessdark .ls-nav-prev {
  background: url(images/Banner_arrows.png) no-repeat 9px center !important;
  width: 38px;
  height: 38px; }

.ls-borderlessdark .ls-nav-next {
  background: url(images/Banner_arrows.png) no-repeat -76px center !important;
  width: 38px;
  height: 38px; }

.ls-borderlessdark .ls-bottom-nav-wrapper {
  display: none !important; }

/*latestNews*/
.latestNews dl {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 27px;
  margin: 0 0 32px;
  clear: both; }

.latestNews dt {
  float: left;
  margin: 0px;
  padding: 0px 15px 0px 0px; }

.latestNews dd {
  margin: 0px;
  padding: 0px; }

.latestNews dl:last-child {
  border-bottom: none;
  padding: 0;
  margin: 0;
  clear: both; }

.latestNews dd h3 {
  font-size: 15px;
  margin: 0 0 5px;
  font-weight: normal; }

/*Link_list*/
.list_list {
  margin: 10px 0px;
  padding: 0 0 0 3px; }

.list_list ul {
  margin: 0;
  padding: 0; }

.list_list li {
  list-style: none;
  display: block;
  padding: 4px 0px;
  overflow: hidden; }

.list_list li span.ico {
  background: url(images/arrow-3.png) no-repeat center center;
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  vertical-align: middle;
  margin: 0px 10px 3px 0px; }

.list_list2 li {
  width: 50%; }

/*Order List*/
.Order_List {
  margin: 0px;
  padding: 0px; }

.Order_List li {
  list-style: none;
  border-bottom: 1px solid #d6d6d6;
  padding: 19px 0px 18px 85px;
  position: relative;
  min-height: 45px; }

.Order_List li span.number {
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: block;
  position: absolute;
  top: 16px;
  left: 12px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  font-weight: bold; }

/*Theme_14_Default*/
.Theme_14_Default .scrollableArea {
  background: #000; }

.Theme_14_Default .scrollableArea a img, .Theme_14_Default .scrollableArea a:before {
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: all ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: all ease-in 200ms;
  /* Opera */
  -ms-transition: all ease-in 200ms;
  /* IE9? */ }

.Theme_14_Default .scrollableArea a:hover img {
  filter: alpha(opacity=50);
  opacity: 0.5; }

.Theme_14_Default .scrollableArea a {
  position: relative;
  display: block;
  float: left; }

.Theme_14_Default .scrollableArea a:before {
  content: "  ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54px;
  height: 54px;
  display: block;
  margin: -27px 0px 0px -27px; }

.Theme_14_Default .scrollableArea a:hover:before {
  background: url(images/Pic_Icon.png) center center no-repeat; }

.Theme_14_Default .scrollingHotSpotLeft {
  width: 44px !important;
  height: 50px !important;
  background: url(images/arrow-4.png) no-repeat 12px center #000 !important;
  opacity: 0;
  min-width: 44px !important;
  top: 50% !important;
  margin-top: -25px !important;
  border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  -webkit-border-radius: 0px 3px 3px 0px; }

.Theme_14_Default .scrollingHotSpotRight {
  width: 44px !important;
  height: 50px !important;
  background: url(images/arrow-4.png) no-repeat -30px center #000 !important;
  opacity: 0;
  min-width: 44px !important;
  top: 50% !important;
  margin-top: -25px !important;
  border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  -webkit-border-radius: 3px 0px 0px 3px; }

/*Theme_13_Elegant*/
.BannerBox {
  padding: 0px 5px; }

.Theme_12_Elegant {
  position: relative; }

.Theme_12_Elegant:before {
  content: '';
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  background: #fff; }

.Theme_12_Elegant .unoslider_indicator {
  width: 100%;
  text-align: center !important;
  bottom: -30px !important;
  left: 0px !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.Theme_12_Elegant .unoslider_indicator a {
  height: 22px !important;
  width: 22px !important;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 0px 5px !important;
  background-color: rgba(255, 255, 255, 0.7) !important;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: background-color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: background-color ease-in 200ms;
  /* Opera */
  -ms-transition: background-color ease-in 200ms;
  /* IE9? */ }

.Theme_12_Elegant .unoslider_indicator a.unoslider_indicator_active {
  background-color: rgba(0, 0, 0, 0.4) !important; }

/*----------- Page-----------------------*/
.gray_line {
  border: none;
  border-bottom: 1px solid #e2e2e2;
  margin: 5px 0;
  height: 0px;
  width: 100%;
  clear: both;
  display: block;
  overflow: hidden; }

.gray_line2 {
  border: none;
  border-bottom: 1px solid #f0f0f0;
  margin: 5px 0;
  height: 0px;
  width: 100%;
  clear: both;
  display: block;
  overflow: hidden; }

.dividers_1 {
  border: none;
  border-bottom: 1px solid #ebebeb;
  margin: 5px 0;
  height: 0px;
  width: 100%;
  clear: both;
  display: block;
  overflow: hidden; }

.dividers_2 {
  border: none;
  border-bottom: 1px dashed #d7d7d7;
  margin: 5px 0;
  height: 0px;
  width: 100%;
  clear: both;
  display: block;
  overflow: hidden; }

.dividers_3 {
  border: none;
  border-bottom: 3px double #ebebeb;
  margin: 5px 0;
  height: 0px;
  width: 100%;
  clear: both;
  display: block;
  overflow: hidden; }

.dividers_4 {
  border: none;
  border-bottom: 2px solid #00bfa7;
  margin: 5px 0;
  height: 0px;
  width: 100%;
  clear: both;
  display: block;
  overflow: hidden; }

.dividers_5 {
  border: none;
  border-top: 1px dotted #cdcdcd;
  border-bottom: 1px dotted #cdcdcd;
  margin: 5px 0;
  height: 2px;
  width: 100%;
  clear: both;
  display: block;
  overflow: hidden; }

.dividers_6 {
  border: none;
  margin: 5px 0;
  height: 1px;
  width: 100%;
  clear: both;
  display: block;
  overflow: hidden;
  background: #ebebeb;
  background: -o-linear-gradient(#ebebeb, #ebebeb 30%, #FFF 77%);
  background: -webkit-radial-gradient(#ebebeb, #ebebeb 30%, #FFF 77%); }

.dividers_7 {
  border: none;
  margin: 5px 0;
  height: 3px;
  width: 100%;
  clear: both;
  display: block;
  overflow: hidden;
  background: #ebebeb;
  background: -o-linear-gradient(#ebebeb, #dfdfdf 30%, #FFF 72%);
  background: -webkit-radial-gradient(#ebebeb, #dfdfdf 30%, #FFF 72%); }

.dividers_8 {
  border-bottom: 1px solid #ebebeb;
  font-size: 24px;
  text-align: center;
  width: 100%;
  clear: both;
  display: inline-block;
  margin: 19px 0; }

.dividers_8 .icon_main {
  display: block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 68px;
  height: 68px;
  margin: -34px auto;
  padding: 16px;
  background-color: #fff; }

.dividers_8 .icon_out {
  display: block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #D3D3D3;
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  font-size: 14px; }

.dividers_8 span.fa {
  color: #D3D3D3; }

/* **********  SECTION STYLES  ************** */
.backgroundImage1 {
  background: url(images/img_bg_1.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center; }

.backgroundImage2 {
  background: url(images/img_bg_2.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center; }

.backgroundImage2_shade h3 {
  color: #FFF; }

.backgroundImage2_shade {
  position: relative;
  background-image: url(images/shade_1.png); }

.backgroundImage2, .backgroundImage2 .Normal {
  color: #FFF; }

.backgroundImage3 {
  background: #f1f2f4;
  position: relative;
  background-image: url(images/shade_1.png);
  text-align: center; }

.backgroundImage4 {
  background: url(images/img_bg_4.jpg) center top;
  text-align: center;
  background-attachment: fixed; }

.backgroundImage4_shade {
  position: relative; }

.backgroundImage4_shade:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=89);
  opacity: 0.89;
  z-index: -1; }

.backgroundImage4, .backgroundImage4 .Normal, .backgroundImage4 h3 {
  color: #FFF; }

.backgroundImage4 > * {
  position: relative;
  z-index: 1; }

.backgroundImage4 a, .backgroundImage4 a:link, .backgroundImage4 a:active, .backgroundImage4 a:visited, .backgroundImage4 a:hover {
  color: #FFF; }

.backgroundImage5 {
  background: #fdfdfd;
  border-top: 1px solid #e9e8e8;
  border-bottom: 1px solid #e9e8e8;
  text-align: center; }

.backgroundImage6 {
  background-image: url(images/img_bg_6.jpg);
  text-align: center; }

.backgroundImage6, .backgroundImage6 .Normal, .backgroundImage6 h3 {
  color: #FFF; }

.backgroundImage7 {
  background-image: url(images/img_bg_7.jpg);
  text-align: center; }

.backgroundImage7, .backgroundImage7 .Normal, .backgroundImage7 h3 {
  color: #FFF; }

.backgroundImage8 {
  background: url(images/img_bg_8.jpg) center bottom no-repeat;
  background-size: cover;
  text-align: center;
  background-attachment: fixed; }

.backgroundImage8_shade {
  position: relative; }

.backgroundImage8_shade:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(images/img_bg_8_shade.png);
  filter: alpha(opacity=89);
  opacity: 0.89;
  z-index: -1; }

.backgroundImage8, .backgroundImage8 .Normal, .backgroundImage8 h3 {
  color: #FFF; }

.backgroundImage8 > * {
  position: relative;
  z-index: 1; }

.backgroundImage9 {
  background: #f6f7f9;
  text-align: center; }

.backgroundImage10 {
  background: url(images/img_bg_10.jpg) center bottom no-repeat;
  background-size: cover;
  text-align: center;
  background-attachment: fixed; }

.backgroundImage10, .backgroundImage10 .Normal, .backgroundImage10 h3 {
  color: #FFF; }

.backgroundImage11 {
  background: url(images/img_bg_11.jpg) left center;
  text-align: center;
  background-attachment: fixed; }

.backgroundImage11, .backgroundImage11 .Normal, .backgroundImage11 h3 {
  color: #FFF; }

.backgroundImage12 {
  background: #f3f3f3;
  text-align: center;
  background-attachment: fixed; }

.backgroundImage13 {
  background: url(images/img_bg_13.jpg) center center;
  text-align: center;
  background-attachment: fixed; }

.backgroundImage13, .backgroundImage13 .Normal, .backgroundImage13 h3 {
  color: #FFF; }

.backgroundImage14 {
  background: url(images/img_bg_14.jpg) center center;
  text-align: center;
  background-attachment: fixed; }

.backgroundImage15 {
  background: url(images/img_bg_15.jpg) center center;
  text-align: center; }

.backgroundImage15, .backgroundImage15 .Normal, .backgroundImage15 h3 {
  color: #b7b7b7; }

.backgroundImage16 {
  text-align: center; }

.backgroundImage16, .backgroundImage16 .Normal, .backgroundImage16 h3 {
  color: #FFF; }

.backgroundImage17 {
  background: url(images/img_bg_17.jpg) center center;
  text-align: center;
  background-attachment: fixed; }

.backgroundImage18 {
  background: url(images/img_bg_18.jpg) center center;
  text-align: center;
  background-attachment: fixed; }

.backgroundImage18, .backgroundImage18 .Normal, .backgroundImage18 h3 {
  color: #FFF; }

.backgroundImage32 {
  background: url(images/backgroundImage19.jpg); }

.backgroundImage32 h3.title {
  text-align: center;
  color: #838383;
  font-size: 28px;
  line-height: normal;
  margin: 0 0 40px 0;
  font-weight: normal; }

.backgroundImage33 {
  background: url(images/backgroundImage20.jpg) no-repeat center center;
  background-attachment: fixed; }

.backgroundImage34 {
  background: url(images/backgroundImage21.jpg) no-repeat center center;
  background-attachment: fixed; }

.backgroundImage35 {
  background-color: #FBFBFB; }

.backgroundImage1 > div > div > h3, .backgroundImage2 > div > div > h3, .backgroundImage3 > div > div > h3, .backgroundImage4 > div > div > h3, .backgroundImage5 > div > div > h3, .backgroundImage6 > div > div > h3, .backgroundImage7 > div > div > h3, .backgroundImage8 > div > div > h3, .backgroundImage9 > div > div > h3, .backgroundImage10 > div > div > h3, .backgroundImage11 > div > div > h3, .backgroundImage12 > div > div > h3, .backgroundImage13 > div > div > h3, .backgroundImage14 > div > div > h3, .backgroundImage15 > div > div > h3, .backgroundImage16 > div > div > h3, .backgroundImage17 > div > div > h3, .backgroundImage18 > div > div > h3 {
  font-size: 18px;
  padding-bottom: 15px;
  line-height: 1.2; }

@media only screen and (max-width: 1024px) {
  .backgroundImage1, .backgroundImage2, .backgroundImage4, .backgroundImage6, .backgroundImage7, .backgroundImage8, .backgroundImage10, .backgroundImage11, .backgroundImage13, .backgroundImage14, .backgroundImage15, .backgroundImage17, .backgroundImage18, .backgroundImage19, .backgroundImage20, .backgroundImage21, .backgroundImage22, backgroundImage33 {
    background-attachment: scroll;
    background-position: center bttom; } }

/* **********  Lead  ************** */
.Lead {
  position: relative; }

.Lead_font {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%; }

.Lead h1 {
  color: #ffffff;
  font-size: 30px;
  background: url(images/opacity_70.png);
  padding: 10px 40px;
  position: absolute;
  left: 0;
  bottom: 10px;
  margin: 0px;
  font-weight: normal; }

.Lead p {
  color: #ffffff;
  font-size: 20px;
  background: url(images/opacity_70.png);
  padding: 15px 40px;
  line-height: 1.2;
  position: absolute;
  left: 0;
  top: 0px;
  font-weight: normal; }

/*Our Skills*/
.progress .progress-bar {
  text-align: left;
  text-indent: 12px; }

/* MEET OUR TEAM */
.team_list {
  text-align: center;
  margin-top: 20px; }

.team_title {
  padding: 10px;
  color: #FFF;
  text-align: center;
  line-height: 1.2;
  font-style: italic; }

.team_title span {
  font-size: 18px;
  padding-right: 10px;
  display: block;
  font-style: normal;
  padding-bottom: 3px; }

.team_social {
  text-align: center;
  padding: 10px 0;
  background: #efefef; }

.team_social .social-icons {
  margin-bottom: 0px; }

.team_social .social-icons a {
  width: 30px;
  height: 30px;
  margin: 0;
  display: inline-block;
  font-size: 28px;
  color: #cccccc; }

.team_social .social-icons a:hover {
  /* For Firefox3.6+ */
  -webkit-box-shadow: none;
  /* For Chrome5+, Safari5+ */
  box-shadow: none;
  /* For Latest Opera */ }

/*ServicesList*/
.Services_List {
  clear: both;
  overflow: hidden;
  padding: 0px;
  margin: 0px 0px 10px;
  text-align: center; }

.Services_List .row {
  margin-bottom: 20px; }

.Services_List .col-sm-3 > div {
  background: #f8f8f8;
  display: inline-block; }

.Services_List h3 {
  color: #444444;
  font-size: 16px;
  font-weight: normal;
  padding: 10px 0px;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: all ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: all ease-in 200ms;
  /* Opera */
  -ms-transition: all ease-in 200ms;
  /* IE9? */ }

.Services_List .Services_icon {
  width: 82px;
  height: 82px;
  font-size: 30px;
  display: block;
  text-align: center;
  margin: 40px auto 0px;
  line-height: 82px;
  color: #FFF;
  background: #c8c8c8;
  border-radius: 82px;
  -moz-border-radius: 82px;
  -webkit-border-radius: 82px;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: background-color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: background-color ease-in 200ms;
  /* Opera */
  -ms-transition: background-color ease-in 200ms;
  /* IE9? */ }

.Services_List .Services_icon span {
  line-height: inherit; }

.Services_List .Services_Content {
  padding: 0px 20px 40px; }

/*What Others Say About Us ?*/
.About_info {
  position: relative;
  padding-left: 100px;
  margin-top: 20px; }

.About_info .Img_box {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 88px;
  height: 88px;
  line-height: 88px;
  font-size: 50px;
  color: #FFF;
  text-align: center;
  background: #dbdbdb;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-right: 15px; }

.About_info .Img_box span {
  line-height: inherit; }

.About_msg {
  margin-left: -100px;
  color: #444444; }

.about_us_a {
  text-align: center; }

.about_us_a > div {
  position: relative; }

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

.about_us_a .top_img img {
  border: 10px solid rgba(255, 255, 255, 0.52);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }

.about_us_a .top_number {
  width: 45px;
  height: 45px;
  line-height: 43px;
  color: #69B532;
  font-size: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  margin: 15px 0 10px 0;
  transition: background-color ease-in 200ms,color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms,color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: background-color ease-in 200ms,color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: background-color ease-in 200ms,color ease-in 200ms;
  /* Opera */
  -ms-transition: background-color ease-in 200ms,color ease-in 200ms;
  /* IE9? */ }

.about_us_a .the1,
.about_us_a .the2,
.about_us_a .the3,
.about_us_a .the4 {
  cursor: pointer; }

.about_us_a .the1:hover .top_number,
.about_us_a .the2:hover .top_number,
.about_us_a .the3:hover .top_number,
.about_us_a .the4:hover .top_number {
  color: #fff;
  background-color: #69B532; }

.about_us_a .top_number:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 1px;
  background-color: #CBCBCB;
  left: -32px;
  top: 214px; }

.about_us_a .top_number:after {
  position: absolute;
  content: "";
  width: 50%;
  height: 1px;
  background-color: #CBCBCB;
  right: -32px;
  top: 214px; }

.about_us_a .the1 .top_number:before,
.about_us_a .the4 .top_number:after {
  display: none; }

.about_us_a .created_box h3.created_title {
  font-size: 15px;
  color: #69b532;
  font-weight: normal; }

.about_us_a .created_box .created_details {
  color: #a09f9f; }

.our_team3 .team_list {
  margin-top: 0; }

.our_team3 .team_list .team_person {
  position: relative; }

.our_team3 .team_list .team_person .team_title {
  position: absolute;
  bottom: 60px;
  width: 100%;
  font-size: 13px;
  color: #fff;
  font-style: normal;
  padding: 14px 0; }

.our_team3 .team_list .team_person .team_title:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 8px;
  border-color: #69B532 transparent transparent transparent;
  top: 100%;
  left: 50%;
  margin: 0 0 0 -8px; }

.our_team3 .team_list .team_person .team_title span {
  font-size: 16px;
  color: #fff;
  padding-right: 0;
  display: inline-block;
  padding-bottom: 0; }

.our_team3 .team_list .team_person .team_social {
  position: absolute;
  bottom: 10px;
  width: 100%;
  background-color: transparent;
  padding: 0; }

.our_team3 .team_list .team_person .team_social .social-icons a {
  width: 33px;
  height: 33px;
  font-size: 18px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #fff;
  color: #69B532; }

.about_us_b {
  font-size: 28px;
  color: #fff;
  padding: 25px 0;
  margin: 0;
  display: block;
  position: relative; }

.about_us_b:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 15px;
  border-color: #69B532 transparent transparent transparent;
  top: 100%;
  left: 50%;
  margin: 0 0 0 -15px; }

/*Why Choose Us ?*/
.Choose_List {
  margin: 10px 0 0;
  padding: 0px; }

.Choose_List li {
  background: url(images/arrow_6.png) no-repeat 10px 16px;
  padding-left: 37px;
  list-style: none;
  border-bottom: 1px solid #e2e2e2;
  padding: 9px 0px 10px 30px; }

.Choose_List span {
  float: right; }

/*We've Got Answers*/
.Answers_List {
  padding: 0px;
  margin: 0px; }

.Answers_List li {
  list-style: none;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e2e2e2; }

.Answers_List li.last-item {
  padding-bottom: 15px;
  margin-bottom: 0px;
  border-bottom: none; }

.Answers_List h3 {
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  padding-bottom: 10px; }

.Answers_List span.Answers_icon {
  width: 82px;
  height: 82px;
  line-height: 82px;
  color: #FFF;
  text-align: center;
  display: inline-block;
  float: left;
  font-size: 40px;
  margin: 3px 15px 0px 0px;
  background: #c8c8c8;
  border-radius: 82px;
  -moz-border-radius: 82px;
  -webkit-border-radius: 82px;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: background-color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: background-color ease-in 200ms;
  /* Opera */
  -ms-transition: background-color ease-in 200ms;
  /* IE9? */ }

* + html .Answers_List span.Answers_icon {
  display: block;
  font-size: 65px; }

* + html .Answers_List h3 {
  margin-top: -20px; }

/*tabs-top-group*/
.tabs-top-group2 .panel-default {
  border: none;
  margin-top: 0 !important;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 1px; }

.tabs-top-group2 .nav-tabs {
  border: none;
  background: #f7f7f7;
  padding: 5px 0px; }

.tabs-top-group2 .nav-tabs a, .tabs-top-group2 .nav-tabs a:link, .tabs-top-group2 .nav-tabs a:active, .tabs-top-group2 .nav-tabs a:visited {
  color: #444444;
  font-size: 16px;
  border: none; }

.tabs-top-group2 .nav-tabs a:hover {
  border: none;
  background: none; }

.tabs-top-group2 .nav-tabs li {
  list-style: none; }

.tabs-top-group2 .nav-tabs li.active a, .tabs-top-group2 .nav-tabs li.active a:hover {
  border: none;
  background: none; }

.tabs-top-group2 .panel-heading {
  border: none;
  border-radius: 0;
  padding: 0; }

.tabs-top-group2 .panel-heading .panel-title a {
  border: none;
  background: url(images/plus_minus2.png) no-repeat right -75px #F8F8F8;
  position: relative;
  border: none;
  padding: 10px 0px 10px 35px;
  font-size: 14px;
  color: #444444;
  display: block;
  font-weight: normal;
  line-height: 18px;
  outline: none;
  text-decoration: none !important;
  -webkit-transition: background-color 0.35s ease;
  transition: background-color 0.35s ease; }

.tabs-top-group2 .panel-heading:hover .panel-title a.collapsed {
  background-position: right -139px; }

.tabs-top-group2 .panel-heading .accordion_icon {
  position: absolute;
  left: 8px;
  top: 10px;
  text-align: center;
  background: #9b9b9b !important;
  color: #FFFFFF;
  font-weight: bold;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }

.tabs-top-group2 .panel-heading .panel-title a {
  transition: background-color ease-in 100ms;
  -moz-transition: background-color ease-in 100ms;
  /* Firefox 4 */
  -webkit-transition: background-color ease-in 100ms;
  /* Safari and Chrome */
  -o-transition: background-color ease-in 100ms;
  /* Opera */
  -ms-transition: background-color ease-in 100ms;
  /* IE9? */ }

.tabs-top-group2 .panel-heading .panel-title a.collapsed {
  background-position: right 15px; }

.tabs-top-group2 .panel-heading:hover .panel-title a {
  background-image: url(images/plus_minus2.png);
  background-position: right -229px;
  color: #FFF !important; }

.tabs-top-group2 .panel-heading:hover .accordion_icon {
  background: #FFF !important; }

.tabs-top-group2 .panel-body {
  padding: 0px 0px 20px 40px;
  border: none; }

.Title_pricing {
  font-size: 20px;
  color: #444;
  font-weight: normal;
  text-align: center;
  padding-bottom: 20px; }

/*******Pricing Option *******/
.price_List .price_content {
  padding-left: 100px;
  position: relative; }

.price_List .sup {
  position: absolute;
  top: 20px;
  left: 0px;
  font-size: 25px;
  color: #959595; }

.price_List .price {
  position: absolute;
  top: 5px;
  left: 15px;
  font-size: 50px;
  color: #444444; }

.Pricing h1 {
  font-size: 24px;
  color: #69b532;
  font-weight: normal;
  margin: 0 0 20px 0; }

.Pricing .Pricing_right p {
  margin: 20px 0 0 0; }

.Pricing .Pricing_right a {
  display: inline-block;
  padding: 10px 34px;
  color: #fff !important;
  font-size: 15px;
  text-decoration: none;
  border-radius: 3px;
  margin: 22px 22px 0 0;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  background: #69b532; }

.Pricing .Pricing_right a:hover {
  background: #555555; }

.Pricing_top_main {
  text-align: center; }

.Pricing_top_main .title {
  color: #69b532;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: normal;
  margin: 0; }

.Pricing_top_main .line {
  width: 44px;
  height: 2px;
  margin: 10px auto 20px;
  background-color: #69b532; }

.Pricing2 ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.Pricing2 ul li {
  display: inline-block;
  margin: 0;
  float: left;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 14px 0;
  width: 157px;
  cursor: pointer; }

.Pricing2 ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 155px;
  height: 42px;
  -webkit-transform: skew(20deg);
  -ms-transform: skew(20deg);
  transform: skew(20deg);
  background-color: #E8E8E8;
  z-index: -1;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: background-color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: background-color ease-in 200ms;
  /* Opera */
  -ms-transition: background-color ease-in 200ms;
  /* IE9? */ }

.Pricing2 ul li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 155px;
  height: 42px;
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
  background-color: #E8E8E8;
  z-index: -1;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: background-color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: background-color ease-in 200ms;
  /* Opera */
  -ms-transition: background-color ease-in 200ms;
  /* IE9? */ }

.Pricing2 ul li.the1 {
  margin: 0 10px 0 0;
  background-color: #E8E8E8;
  width: 156px;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: background-color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: background-color ease-in 200ms;
  /* Opera */
  -ms-transition: background-color ease-in 200ms;
  /* IE9? */ }

.Pricing2 ul li.the1:before {
  display: none; }

.Pricing2 ul li.the1:after {
  -webkit-transform: skew(0deg);
  -ms-transform: skew(0deg);
  transform: skew(0deg);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-color: transparent transparent transparent #E8E8E8;
  border-width: 42px 0 42px 15px;
  left: 100%;
  top: 0;
  background-color: transparent;
  transition: border ease-in 200ms,color ease-in 200ms;
  -moz-transition: border ease-in 200ms,color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: border ease-in 200ms,color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: border ease-in 200ms,color ease-in 200ms;
  /* Opera */
  -ms-transition: border ease-in 200ms,color ease-in 200ms;
  /* IE9? */ }

.Pricing2 ul li.the6 {
  overflow: hidden;
  padding: 14px 0;
  width: 153px;
  margin: 0 0 0 -8px; }

.Pricing2 ul li.the6:before {
  margin: 0 0 0 8px; }

.Pricing2 ul li.the6:after {
  margin: 0 0 0 8px; }

.Pricing2 ul li span {
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-color: #B3B3B3;
  color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 22px;
  display: inline-block;
  transition: background-color ease-in 200ms,color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms,color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: background-color ease-in 200ms,color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: background-color ease-in 200ms,color ease-in 200ms;
  /* Opera */
  -ms-transition: background-color ease-in 200ms,color ease-in 200ms;
  /* IE9? */ }

.Pricing2 ul li p {
  font-size: 18px;
  color: #838383;
  margin: 0;
  line-height: normal;
  transition: color ease-in 200ms;
  -moz-transition: color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: color ease-in 200ms;
  /* Opera */
  -ms-transition: color ease-in 200ms;
  /* IE9? */ }

.Pricing2 ul li:hover:before,
.Pricing2 ul li:hover:after {
  background-color: #69B532; }

.Pricing2 ul li:hover span {
  background-color: #fff;
  color: #69B532; }

.Pricing2 ul li:hover p {
  color: #fff; }

.Pricing2 ul li.the1:hover {
  background-color: #69B532; }

.Pricing2 ul li.the1:hover:after {
  border-color: transparent transparent transparent #69B532;
  background-color: transparent; }

@media only screen and (min-width: 1200px) {
  .Pricing2 ul li {
    width: 189px; }
  .Pricing2 ul li.the1 {
    width: 180px; }
  .Pricing2 ul li.the6 {
    width: 187px; }
  .Pricing2 ul li:before {
    content: "";
    width: 186px; }
  .Pricing2 ul li:after {
    width: 186px; } }

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .Pricing2 ul li {
    width: 118px; }
  .Pricing2 ul li.the1 {
    width: 118px; }
  .Pricing2 ul li.the6 {
    width: 117px; }
  .Pricing2 ul li:before {
    content: "";
    width: 116px; }
  .Pricing2 ul li:after {
    width: 116px; } }

@media only screen and (max-width: 767px) {
  .Pricing2 ul li {
    width: 50%;
    background-color: #E8E8E8; }
  .Pricing2 ul li:hover {
    background-color: #69B532; }
  .Pricing2 ul li.the1,
  .Pricing2 ul li.the6 {
    width: 50%;
    margin: 0; }
  .Pricing2 ul li:before,
  .Pricing2 ul li:after,
  .Pricing2 ul li.the1:after {
    display: none; }
  .our_team3 .team_list {
    margin-bottom: 20px; } }

/* Form   Theme_Responsive_Default */
.Theme_Responsive_Default .form_input {
  padding-right: 25px !important;
  position: relative; }

.Theme_Responsive_Default .form_input input, .Theme_Responsive_Default .form_input textarea {
  width: 100% !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.Theme_Responsive_Default .form_input .form_required {
  padding: 0px !important;
  position: absolute;
  top: 10px;
  right: 0px; }

.Theme_Responsive_Default .form_label {
  color: #888888;
  font-size: 14px; }

.Theme_Responsive_Default .btn {
  background: none;
  padding: 5px 20px;
  margin: 0 0 10px;
  color: #FFF !important;
  text-shadow: none !important;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: background-color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: background-color ease-in 200ms;
  /* Opera */
  -ms-transition: background-color ease-in 200ms;
  /* IE9? */ }

.Theme_Responsive_Default .btn:hover {
  background: #525252; }

/*Contact_Info*/
.ContactInfo_list {
  margin: 0px;
  padding: 0px; }

.ContactInfo_list li {
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0px 10px 30px;
  margin: 0px;
  list-style: none;
  position: relative;
  color: #888888;
  font-size: 14px; }

.ContactInfo_list li span {
  width: 20px;
  height: 20px;
  line-height: 21px;
  display: block;
  position: absolute;
  top: 12px;
  left: 0px;
  font-size: 16px;
  text-align: center; }

/*gmap*/
#gmap img {
  max-width: none; }

#gmap {
  width: 100%;
  height: 267px; }

/*FAQ*/
.faq_lefta h3 {
  font-size: 24px;
  text-transform: capitalize;
  padding: 0 0 25px 0;
  font-weight: normal;
  color: #69b532;
  font-family: 'Open Sans';
  line-height: 20px; }

.faq_lefta p img {
  float: left;
  margin: 0 25px 0 0; }

.faq_lefta a {
  display: inline-block;
  padding: 10px 34px;
  color: #fff !important;
  font-size: 15px;
  text-decoration: none;
  border-radius: 3px;
  margin: 22px 0 0 0;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  background: #69b532; }

.faq_lefta a:hover {
  background: #555555; }

.faq_righta h3 {
  font-size: 24px;
  text-transform: capitalize;
  padding: 0 0 25px 0;
  font-weight: normal;
  color: #939393;
  font-family: 'Open Sans';
  line-height: 20px; }

.faq_righta ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.faq_righta ul li {
  line-height: 34px; }

.faq_righta > ul > li > a {
  text-decoration: none;
  font-size: 13px;
  color: #939393;
  transition: color ease-in 200ms;
  -moz-transition: color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: color ease-in 200ms;
  /* Opera */
  -ms-transition: color ease-in 200ms;
  /* IE9? */ }

.faq_righta > ul > li > a:hover {
  text-decoration: underline; }

.faq_righta ul li span.fa {
  font-size: 12px;
  color: #69B532;
  margin: 0 10px 0 0; }

.faq_list {
  clear: both; }

.faq_list:after {
  clear: both;
  content: ".";
  height: 0px;
  font-size: 0px;
  visibility: hidden;
  display: block; }

.faq_left {
  float: left;
  width: 50%; }

.faq_right {
  float: right;
  width: 50%; }

.faq_list dl {
  padding-bottom: 45px;
  margin-bottom: 45px;
  position: relative; }

.faq_list .faq_left .faq_box:last-child,
.faq_list .faq_right .faq_box:last-child {
  padding-bottom: 0px;
  margin-bottom: 20px; }

.faq_list dl:before {
  content: "";
  border-bottom: 1px dashed #BABABA;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0; }

.faq_list .faq_left dl:last-child:before,
.faq_list .faq_right dl:last-child:before {
  display: none;
  border-bottom: none; }

.faq_left dl {
  padding-right: 20px; }

.faq_right dl {
  padding-left: 20px; }

.faq_right dl:before {
  left: 20px; }

.faq_list dt {
  font-size: 18px;
  color: #8c8d8c;
  font-weight: normal;
  padding-bottom: 15px; }

.faq_list dt .ico_q {
  width: 29px;
  height: 29px;
  line-height: 29px;
  font-size: 18px;
  text-align: center;
  color: #FFF;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #69B532;
  display: inline-block;
  margin-right: 10px; }

* + html .faq_list dt .ico_q {
  display: inline; }

.faq_list dd {
  position: relative;
  padding: 0 0 0 70px;
  margin: 0; }

.faq_list dd .ico_a {
  position: absolute;
  left: 0;
  top: 0;
  width: 29px;
  height: 29px;
  line-height: 29px;
  font-size: 18px;
  text-align: center;
  color: #FFF;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #C3C3C3; }

.faq_list dd .ico_a:before {
  content: " ";
  width: 70%;
  height: 1px;
  position: absolute;
  right: -32px;
  top: 50%;
  background-color: #C1C1C1; }

@media only screen and (max-width: 767px) {
  .faq_left,
  .faq_right {
    float: none;
    width: 100%; }
  .faq_lefta a {
    margin: 20px 0; }
  .faq_right dl {
    padding-left: 0; }
  .faq_list dt {
    position: relative;
    padding-left: 45px; }
  .faq_list dt .ico_q {
    position: absolute;
    left: 0px;
    top: 4px;
    margin-right: 0px; } }

/*404 ERROR*/
.ErrorPage_Box {
  text-align: center; }

.ErrorPage_Box h1 {
  text-align: center;
  color: #888888;
  font-size: 60px;
  font-weight: normal;
  padding: 50px 0px 20px;
  line-height: 1.1; }

.ErrorPage_Box p {
  color: #888888;
  font-size: 16px;
  text-align: center;
  padding: 20px 0px 10px 0px; }

.ErrorPage_Box ul {
  display: inline-block;
  margin: auto;
  padding: 0px 0px 20px 0px; }

* + html .ErrorPage_Box ul {
  display: inline; }

.ErrorPage_Box ul li {
  text-align: left;
  list-style: none;
  color: #888888;
  font-size: 16px;
  padding: 5px 0px; }

.ErrorPage_Box .Refresh:before {
  display: none !important; }

.ErrorPage_Box .ErrorPage_but {
  padding: 20px 0px 50px; }

.ErrorPage_Box .ErrorPage_but a:Hover {
  text-decoration: none; }

.ErrorPage_Box span.fa {
  font-size: 25px;
  margin-right: 15px;
  vertical-align: middle; }

/*Time Line*/
.time_line_title {
  text-align: center;
  background-image: url(images/time_line_title_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0 0 55px 0; }

.Time_Line {
  position: relative;
  z-index: 1;
  margin: 15px 0;
  padding: 49px 0 60px 0; }

.Time_Line .Time_Line_topline {
  position: absolute;
  content: "";
  background-image: url(images/Time_Line_topline.png);
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  margin: 0;
  height: 64px;
  left: 0;
  top: 0; }

.Time_Line .Time_Line_bottomline {
  position: absolute;
  content: "";
  background-image: url(images/Time_Line_bottomline.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
  margin: 0 0 -49px 0;
  height: 335px;
  bottom: 0;
  left: 0;
  z-index: -1; }

.Time_Line .Time_Line_top {
  text-align: center;
  display: block;
  margin: 15px 0; }

.Time_Line .Time_Line_top .Time_Line_top_time {
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #e7e4e4;
  text-align: center;
  line-height: 44px;
  font-size: 12px;
  color: #6f6e6e;
  text-transform: uppercase;
  width: 192px;
  height: 44px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.Time_Line .Time_Line_top .Time_Line_top_time span.glyphicons {
  font-size: 18px; }

.Time_Line .Time_Line_left {
  width: 50%;
  float: left;
  margin: 15px 0; }

.Time_Line .Time_Line_left .Time_Line_leftmain {
  margin: 0 60px 0 0;
  padding: 27px 28px;
  border: 1px solid #f4f0f0;
  background-color: #FCFCFC;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: left;
  position: relative; }

.Time_Line .Time_Line_left .Time_Line_leftmain:after {
  content: "";
  position: absolute;
  top: 20%;
  left: 100%;
  width: 17px;
  height: 17px;
  border: 3px solid #69b532;
  background-color: #fff;
  margin: -2px 0 0px 53px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transform: translateZ(0); }

.Time_Line .Time_Line_left .Time_Line_leftmain .imgbox {
  margin: 0 0 20px  0; }

.Time_Line .Time_Line_left .Time_Line_leftmain h3 {
  font-size: 16px;
  color: #979696;
  font-weight: normal;
  margin: 0; }

.Time_Line .Time_Line_left .Time_Line_leftmain .date {
  font-size: 13px;
  color: #c3bfbf;
  margin: 20px 0; }

.Time_Line .Time_Line_left .Time_Line_leftmain a {
  text-decoration: none; }

.Time_Line .Time_Line_left .Time_Line_leftmain .dot {
  position: absolute;
  top: 15%;
  left: 100%;
  white-space: nowrap;
  margin: 0 0 0 51px; }

.Time_Line .Time_Line_left .Time_Line_leftmain .dot:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  padding: 1px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-width: 5px;
  border-color: #fff;
  border-style: double;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0; }

.Time_Line .Time_Line_left .Time_Line_leftmain .triangle {
  position: absolute;
  top: 20%;
  left: 100%;
  width: 12px;
  height: 12px;
  border-top: 1px solid #e5e4e4;
  border-right: 1px solid #e5e4e4;
  background-color: #fff;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
  margin: 0 0 0 -5px; }

.Time_Line .Time_Line_right {
  width: 50%;
  float: right;
  margin: 15px 0; }

.Time_Line .Time_Line_right .Time_Line_rightmain {
  margin: 0 0 0 60px;
  padding: 27px 28px;
  border: 1px solid #f4f0f0;
  background-color: #FCFCFC;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative; }

.Time_Line .Time_Line_right .Time_Line_rightmain:after {
  content: "";
  position: absolute;
  top: 20%;
  right: 100%;
  width: 17px;
  height: 17px;
  border: 3px solid #69b532;
  background-color: #fff;
  margin: -2px 52px 0px 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%; }

.Time_Line .Time_Line_right .Time_Line_rightmain .imgbox {
  margin: 0 0 20px 0; }

.Time_Line .Time_Line_right .Time_Line_rightmain h3 {
  font-size: 16px;
  color: #979696;
  font-weight: normal;
  margin: 0; }

.Time_Line .Time_Line_right .Time_Line_rightmain .date {
  font-size: 13px;
  color: #c3bfbf;
  margin: 20px 0; }

.Time_Line .Time_Line_right .Time_Line_rightmain a {
  text-decoration: none; }

.Time_Line .Time_Line_right .Time_Line_rightmain .dot {
  position: absolute;
  top: 15%;
  right: 100%;
  white-space: nowrap;
  margin: 0 51px 0 0; }

.Time_Line .Time_Line_right .Time_Line_rightmain .dot:after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  padding: 1px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-width: 5px;
  border-color: #fff;
  border-style: double;
  position: relative;
  top: 5px;
  margin: 0 0 0 5px; }

.Time_Line .Time_Line_right .Time_Line_rightmain .triangle {
  position: absolute;
  top: 20%;
  right: 100%;
  width: 12px;
  height: 12px;
  border-bottom: 1px solid #e5e4e4;
  border-left: 1px solid #e5e4e4;
  background-color: #fff;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
  margin: 0 -5px 0 0; }

.Time_Line .Time_Line_line {
  position: absolute;
  z-index: -1;
  left: 50%;
  width: 3px;
  height: 100%;
  top: 0px;
  margin-left: -1px;
  overflow: hidden;
  background-color: #BBBBBB; }

@media only screen and (max-width: 767px) {
  .Time_Line .Time_Line_left,
  .Time_Line .Time_Line_right {
    width: 100%;
    margin: 30px 0; }
  .Time_Line .Time_Line_left .Time_Line_leftmain,
  .Time_Line .Time_Line_right .Time_Line_rightmain {
    margin: 0;
    background-color: #fff; }
  .Time_Line .Time_Line_left .Time_Line_leftmain .triangle,
  .Time_Line .Time_Line_right .Time_Line_rightmain .triangle {
    display: none; }
  .Time_Line .Time_Line_left .Time_Line_leftmain .dot {
    top: -20%;
    left: 50%;
    margin: 0 0 0 -10px; }
  .Time_Line .Time_Line_right .Time_Line_rightmain .dot {
    top: -20%;
    right: 50%;
    margin: 0 -10px 0 0; } }

/*list*/
.list_style1,
.list_style2,
.list_style3,
.list_style4,
.list_style5,
.list_style6,
.list_style7,
.list_style8,
.list_style9 {
  margin: 0px;
  padding: 0px; }

.list_style1 li,
.list_style2 li,
.list_style3 li,
.list_style4 li,
.list_style5 li,
.list_style6 li,
.list_style7 li,
.list_style8 li,
.list_style9 li {
  list-style: none;
  padding: 3px 0px; }

.list_style1 li .fa, .list_style1 li .social {
  margin-right: 5px; }

.list_style1 li a, .list_style1 li a:link, .list_style1 li a:active, .list_style1 li a:visited {
  color: #888888; }

/*Header_Info*/
.Header_Info {
  padding: 2px 0px 0px;
  margin: 0px; }

.Header_Info li {
  list-style: none;
  display: inline-block;
  padding: 0px 3px;
  white-space: nowrap; }

* + html .Header_Info li {
  display: inline; }

#header4 .HeadPane .Header_Info li {
  color: #FFF; }

.mobile_menu .Header_Info {
  padding: 15px 0px; }

/*Our Team*/
.our_team2 .team_title {
  padding: 15px 0px 8px;
  font-size: 18px;
  color: #00bfa7;
  background: none;
  text-align: left; }

.our_team2 .team_title span {
  color: #2c3433;
  display: inline;
  padding: 0; }

.our_team2 .team_content {
  color: #808080; }

.our_team2 .team_social {
  padding: 0px;
  background: none;
  text-align: left; }

.our_team2 .team_social a, .our_team2 .team_social a:link, .our_team2 .team_social a:active, .our_team2 .team_social a:visited {
  font-size: 32px;
  color: #d2d2d2;
  margin-right: 3px; }

.our_team2 .team_social a:hover {
  color: #00bfa7;
  text-decoration: none; }

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

@media only screen and (max-width: 767px) {
  .our_team2 .team_list {
    max-width: 250px;
    margin: auto auto 5px; } }

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

.our_team3 .our_team3_a h1 {
  font-size: 28px;
  color: #7b7b7b;
  font-weight: normal; }

.our_team3 .our_team3_a .title_main {
  position: relative; }

.our_team3 .our_team3_a .title_main:before {
  width: 60px;
  height: 1px;
  background-color: #D9D8D8;
  content: "";
  position: absolute;
  left: 50%;
  top: 11px;
  margin: 0 0 0 -68px; }

.our_team3 .our_team3_a .title_main:after {
  width: 60px;
  height: 1px;
  background-color: #D9D8D8;
  content: "";
  position: absolute;
  right: 50%;
  top: 11px;
  margin: 0 -67px 0 0; }

.our_team3 .our_team3_a .title_main .title:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-right: 1px solid #D9D8D8;
  border-bottom: 1px solid #D9D8D8;
  text-align: center;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
  top: 6px; }

.our_team3 .our_team3_a .title_main .title span.fa {
  font-size: 22px;
  color: #69B532; }

.our_team3 .our_team3_a p {
  font-size: 16px; }

.our_team3 .dividers_3 {
  margin: 15px 0 25px 0; }

.our_team4 h3 {
  margin: 0;
  font-size: 28px;
  color: #7b7b7b;
  font-weight: normal;
  line-height: normal; }

.our_team4 h3 span {
  position: relative;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 28px; }

.our_team4 h3 span:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 117px;
  height: 2px;
  background-color: #69b532; }

.our_team4 .our_team4_left p img {
  float: left;
  border: 1px solid #d1d1d1;
  margin: 0 20px 20px 0; }

.our_team5 .icon_main {
  background-color: #F9F9F9;
  padding: 20px;
  margin: 20px 0 0 0;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: background-color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: background-color ease-in 200ms;
  /* Opera */
  -ms-transition: background-color ease-in 200ms;
  /* IE9? */ }

.our_team5 .icon_main span {
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  float: left;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #CDCCCC;
  color: #fff;
  font-size: 16px;
  transition: background-color ease-in 200ms,color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms,color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: background-color ease-in 200ms,color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: background-color ease-in 200ms,color ease-in 200ms;
  /* Opera */
  -ms-transition: background-color ease-in 200ms,color ease-in 200ms;
  /* IE9? */ }

.our_team5 .icon_main p {
  float: right;
  margin: 0;
  line-height: 28px;
  font-size: 16px;
  color: #a6a5a5;
  transition: color ease-in 200ms;
  -moz-transition: color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: color ease-in 200ms;
  /* Opera */
  -ms-transition: color ease-in 200ms;
  /* IE9? */ }

.our_team5 .icon_main:hover {
  background-color: #69B532; }

.our_team5 .icon_main:hover span {
  background-color: #FFFFFF;
  color: #69B532; }

.our_team5 .icon_main:hover p {
  color: #fff; }

.link_list2 {
  margin: 0px;
  padding: 0px;
  text-align: center; }

.link_list2 li {
  display: inline-block;
  list-style: none;
  margin-left: -3px;
  min-width: 20%;
  text-align: center;
  vertical-align: middle; }

* + html .link_list2 li {
  display: inline; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* text-based popup styling */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 25px;
  width: auto;
  max-width: 400px;
  margin: 0 auto; }

.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8); }

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0; }

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-newspaper .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0) rotate(500deg);
      -ms-transform: scale(0) rotate(500deg);
          transform: scale(0) rotate(500deg); }

.mfp-newspaper.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.mfp-newspaper.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
      -ms-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg); }

.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-newspaper.mfp-removing .mfp-content {
  -webkit-transform: scale(0) rotate(500deg);
      -ms-transform: scale(0) rotate(500deg);
          transform: scale(0) rotate(500deg);
  opacity: 0; }

.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-move-horizontal .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px); }

.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.mfp-move-horizontal.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-move-horizontal.mfp-removing .mfp-content {
  -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0; }

.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-move-from-top .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px); }

.mfp-move-from-top.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.mfp-move-from-top.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-move-from-top.mfp-removing .mfp-content {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0; }

.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-3d-unfold .mfp-content {
  -webkit-perspective: 2000px;
          perspective: 2000px; }

.mfp-3d-unfold .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateY(-60deg);
          transform: rotateY(-60deg); }

.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.mfp-3d-unfold.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg); }

.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-3d-unfold.mfp-removing .mfp-content {
  -webkit-transform: rotateY(60deg);
          transform: rotateY(60deg);
  opacity: 0; }

.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-zoom-out .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3); }

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-zoom-out.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-zoom-out.mfp-removing .mfp-content {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 0; }

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0; }

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
            transform: rotate(80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
            transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
            transform: translateY(700px);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: hinge;
          animation-name: hinge; }

.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out; }

.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0; }

/*Theme_21_LinkAndZoom*/
.Theme_21_LinkAndZoom_Normal .carousel_image {
  background: url(images/opacity_70.png); }

.Theme_21_LinkAndZoom_Normal .Icon_zoom {
  background-image: url(images/Theme_Ico.png) !important;
  border: 3px solid #FFF;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-right: 10px; }

.Theme_21_LinkAndZoom_Normal span.Icon_link {
  background-image: url(images/Theme_Ico.png) !important;
  border: 3px solid #FFF;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-left: 10px; }

.Theme_21_LinkAndZoom_Normal .pager {
  margin-top: 15px; }

.Theme_21_LinkAndZoom_Normal .prev, .Theme_21_LinkAndZoom_Normal .next {
  display: none !important; }

.iLightBox_Content {
  display: none;
  background-color: #FFF;
  max-width: 60%;
  margin: auto;
  padding: 20px; }

.iLightBox_Content h3 {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 15px; }

.iLightBox_zoom_in .iLightBox_Content {
  display: block; }

/*player*/
.player .Play {
  cursor: pointer;
  display: inline-block; }

.player.Button {
  display: block !important;
  width: auto;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  z-index: 1000;
  background-color: #F00;
  color: #FFF; }

.player .YTPOverlay {
  background-color: #000;
  filter: alpha(opacity=20);
  opacity: 0.2; }

.player .Play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.player_boxes {
  padding: 50px 40px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; }

.player_boxes.dark {
  background-color: rgba(0, 0, 0, 0.6); }

.player_boxes .player_title {
  font-size: 50px;
  font-weight: normal;
  letter-spacing: 3px;
  line-height: 1.1; }

.player_boxes .player_line {
  width: 70px;
  border-top: 2px solid #69b532;
  margin: 20px auto; }

.player_boxes .player_smalltitle {
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: normal;
  line-height: 1.2; }

.player_boxes .player_content {
  color: #666666;
  margin: 0px 10% 30px; }

.player_boxes .Button_default {
  margin-bottom: 10px; }

.player_boxes.dark .player_smalltitle, .player_boxes.dark .player_content {
  color: #FFF; }

/*responsive-video*/
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  z-index: 0; }

.responsive-video iframe, .responsive-video object, .responsive-video embed, .responsive-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.responsive-video > a {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%; }

/*-- Loading animation --*/
.pace_bg, .pace-running .pace_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 10100; }

.showControlBar .pace_bg {
  margin-top: -53px !important; }

.pace-running .pace {
  z-index: 10101; }

.pace, .pace *, .pace *:before, .pace *:after, .pace:before, .pace:after {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

.pace-running .body_bg {
  visibility: hidden; }

.pace-done .body_bg {
  visibility: visible; }

.pace-done .pace, .pace-done .pace_bg {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: all ease-in 500ms;
  -moz-transition: all ease-in 500ms;
  /* Firefox 4 */
  -webkit-transition: all ease-in 500ms;
  /* Safari and Chrome */
  -o-transition: all ease-in 500ms;
  /* Opera */
  -ms-transition: all ease-in 500ms;
  /* IE9? */ }

@media only screen and (min-width: 1200px) {
  .dnn_layout {
    width: 1170px; }
  .LeftPage_Box {
    background-position: 274px top; }
  .rightPage_Box {
    background-position: 885px top; }
  .home2_text_ul li a {
    padding: 4px 0 4px 10px; }
  .mark_show li {
    margin-left: 18px; }
  .footer_about_us .footer_social a.rss, .footer_about_us .footer_social a.facebook {
    margin: 0 8px 0 0; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dnn_layout {
    width: 750px; } }

@media only screen and (min-width: 768px) and (max-width: 979px) {
  #top_menu > div > ul > li > a > span {
    padding: 0px 15px;
    line-height: 30px;
    height: 30px; }
  .LeftPage_Box {
    background-position: 165px top; }
  .rightPage_Box {
    background-position: 559px top; }
  .Lead h1 {
    font-size: 22px; }
  .Lead p {
    font-size: 12px; }
  .ErrorPage_Box h1 {
    font-size: 30px;
    padding: 30px 0px 20px;
    line-height: 1.4; }
  .home_light_box li {
    margin-left: 5px !important; }
  .home_light_box li.iteam {
    margin: 0 !important; }
  .home_light_box .photo_box {
    margin: 0 0 5px 0 !important; }
  .Contact_List li span {
    width: 89px !important; }
  .Contact_List li span:first-child {
    width: auto !important;
    margin-right: 3px !important; }
  .mt-10 {
    margin-top: 5px; }
  .mb-10 {
    margin-bottom: 5px; }
  .pt-10 {
    padding-top: 5px; }
  .pb-10 {
    padding-bottom: 5px; }
  .mt-20 {
    margin-top: 10px; }
  .mb-20 {
    margin-bottom: 10px; }
  .pt-20 {
    padding-top: 10px; }
  .pb-20 {
    padding-bottom: 10px; }
  .mt-30 {
    margin-top: 15px; }
  .mb-30 {
    margin-bottom: 15px; }
  .pt-30 {
    padding-top: 15px; }
  .pb-30 {
    padding-bottom: 15px; }
  .mt-40 {
    margin-top: 20px; }
  .mb-40 {
    margin-bottom: 20px; }
  .pt-40 {
    padding-top: 20px; }
  .pb-40 {
    padding-bottom: 20px; }
  .mt-50 {
    margin-top: 25px; }
  .mb-50 {
    margin-bottom: 25px; }
  .pt-50 {
    padding-top: 25px; }
  .pb-50 {
    padding-bottom: 25px; }
  .mt-60 {
    margin-top: 30px; }
  .mb-60 {
    margin-bottom: 30px; }
  .pt-60 {
    padding-top: 30px; }
  .pb-60 {
    padding-bottom: 30px; }
  .introduce.member1, .introduce.member2 {
    padding-bottom: 0px !important; }
  .home1_full_bg1 {
    padding: 20px 10px !important; }
  .project {
    padding: 17px 0px 36px 0 !important; }
  .carousel_5 .owl-pagination {
    padding-top: 24px; }
  .mark_show li {
    margin-left: 11px !important; }
  .mark_show li:first-child {
    margin-left: 0 !important; }
  .footer_about_us .footer_social a {
    width: auto !important;
    float: none !important; }
  .footer_about_us .footer_social a.rss, .footer_about_us .footer_social a.facebook {
    margin: 0 0 5px 0 !important; }
  .home2_text_ul li .fa {
    display: block !important; }
  .footer_about_us .footer_social a .icon em {
    width: 16px !important; }
  .about_us_a .top_number:before,
  .about_us_a .top_number:after {
    top: 190px; }
  .isotope_grid .isotope_group4 a {
    padding: 7px 45px !important; }
  .functionList_8 .functionBox .functionMain {
    padding: 25px 5px; }
  .OurServices_Box3 .Services_main .Services_Content {
    padding: 15px; } }

@media only screen and (max-width: 767px) {
  .dnn_layout {
    width: auto; }
  .header_top {
    text-align: center; }
  .HeadPane {
    float: none !important;
    display: block;
    margin: 0px auto -10px !important; }
  .HeaderRight {
    float: none !important;
    text-align: center !important;
    padding-bottom: 10px; }
  .languageBox {
    float: none !important; }
  .Login {
    float: none !important;
    padding-bottom: 8px;
    line-height: 40px;
    height: auto !important; }
  .dnn_logo {
    text-align: center;
    float: none !important; }
  .LogoMenuBox {
    text-align: center; }
  .searchbut {
    margin-top: -16px; }
  .pulldownsearch {
    float: none !important;
    display: inline-block;
    vertical-align: middle; }
  .languageBox .language-object .Language {
    height: 40px; }
  /*Header_Info*/
  .Header_Info {
    width: 100%; }
  .Header_Info li {
    width: 100%;
    display: block;
    text-align: center;
    padding: 4px 0px;
    white-space: normal; }
  /*Nav*/
  .navigation--mobile {
    display: block; }
  .navigation_mobile {
    width: 75%;
    position: absolute;
    bottom: 100%;
    right: 0;
    visibility: hidden;
    z-index: 0;
    -webkit-transition: visibility 0 linear;
    -webkit-transition-delay: 0.4s;
    -webkit-transition: visibility 0 linear 0.4s;
    transition: visibility 0 linear 0.4s; }
  .wrapper {
    height: 100%;
    position: relative;
    z-index: 1;
    background: #FFF;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out; }
  .navigation_is-visible .wrapper {
    background: #FFF;
    border-right: 1px solid #dedede;
    -webkit-transform: translateX(-75%);
    -ms-transform: translateX(-75%);
    transform: translateX(-75%); }
  .navigation_is-visible #dnn_wrapper {
    background: #f5f5f5; }
  .navigation_is-visible .navigation_mobile {
    top: 0px;
    bottom: auto;
    visibility: visible;
    z-index: 1;
    -webkit-transition: z-index 0 linear;
    -webkit-transition-delay: 0.4s;
    -webkit-transition: z-index 0 linear 0.4s;
    transition: z-index 0 linear 0.4s; }
  .phoneHeadTop {
    border-bottom: 1px solid #eaeaea;
    padding: 20px 107px 20px 15px;
    position: relative; }
  .phoneHeadBottom {
    text-align: center;
    padding: 10px 0px 5px;
    position: relative; }
  .mobilemenu_close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -14px;
    color: #444444;
    font-family: "FontAwesome";
    overflow: hidden;
    white-space: nowrap;
    font-size: 0px;
    text-decoration: none !important; }
  .mobilemenu_close:after {
    font-size: 26px;
    display: inline-block; }
  .mobilemenu_close:after {
    content: "\f0c9"; }
  html.mm-opening.mm-opened .mobilemenu_close:after,
  #mobile_search.Open:before {
    content: "\f00d"; }
  #mobile_search {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
    cursor: pointer;
    position: absolute;
    right: 70px;
    top: 50%;
    margin-top: -14px;
    color: #444444;
    overflow: hidden;
    white-space: nowrap;
    font-size: 21px;
    text-decoration: none !important; }
  .languageBox {
    height: auto !important;
    line-height: normal !important; }
  .searchBox2 {
    padding: 15px 55px 15px 17px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    width: auto;
    display: block;
    position: absolute;
    left: -1px;
    right: -1px;
    top: -2px;
    z-index: 30;
    background-color: #FFF;
    border: #dedede 1px solid;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    display: none; }
  .searchBox2:before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: #FFF;
    top: -5px;
    right: 74px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
    box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.2); }
  .searchBox2 * {
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
  .searchBox2 input.NormalTextBox {
    line-height: 22px;
    height: 22px;
    padding: 7px 4px;
    border: none;
    background: none;
    width: 100%;
    outline: none;
    background-color: #ececec; }
  .searchBox2 .searchInputContainer {
    display: block !important;
    margin: 0px !important; }
  .searchBox2 .searchSkinObjectPreview,
  .searchBox2 .searchInputContainer a.dnnSearchBoxClearText.dnnShow,
  .searchBox2 .searchInputContainer a.dnnSearchBoxClearText {
    text-align: left; }
  .searchBox2 ul.searchSkinObjectPreview {
    width: 100%;
    display: none; }
  .searchBox2 .searchInputContainer a.dnnSearchBoxClearText {
    top: 2px;
    display: none !important; }
  #search2.searchBox2 .search,
  #search2.searchBox2 a.search:link,
  #search2.searchBox2 a.search:active,
  #search2.searchBox2 a.search:visited {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    text-decoration: none;
    display: block;
    position: absolute;
    right: 17px;
    top: 15px;
    /*line-height: 30px;*/
    text-align: center;
    width: 36px;
    height: 36px;
    overflow: hidden;
    padding: 0px;
    color: #FFF;
    font-family: 'FontAwesome';
    line-height: 36px; }
  .phoneHeadBottom .Login,
  .phoneHeadBottom .languageBox {
    display: inline-block;
    vertical-align: middle; }
  .phoneHeadBottom .languageBox .language-object .Language {
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
    line-height: 26px; }
  .phoneHeadBottom .languageBox span img {
    margin-bottom: -3px; }
  .phoneHeadBottom .Login .registerGroup li.userDisplayName {
    padding: 0; }
  /*Message*/
  .Message_Icon {
    display: block;
    width: auto;
    float: none;
    padding: 0px 10px 0px 0px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
  .Message_Content {
    display: block;
    width: auto;
    color: #999999;
    float: none;
    width: 90% !important; }
  .MessageBox .MessageRightBox .Message_Content {
    width: 100% !important; }
  .Message_Content p, .Message_Content div {
    clear: both; }
  .Message_Button {
    display: block;
    float: none;
    width: auto !important;
    padding: 0px 0px 20px 0px; }
  /*Theme_19_Normal*/
  .Theme_19_Normal .filter_block {
    border: none !important;
    position: static;
    top: 0;
    right: 0;
    width: auto !important;
    margin: 0px !important;
    padding: 0px !important; }
  .Theme_19_Normal .filter_navigation ul li a, .Theme_19_Normal .filter_navigation ul li.selected a {
    padding: 0px 15px 0px 0px !important; }
  /**/
  .OurServices_list {
    float: none !important;
    width: auto; }
  .OurServices_Pic {
    float: none !important;
    width: auto; }
  .Footer_Contentbg [class*="Pane"] {
    margin: 0px; }
  .Footer_Contentbg .FootPaneA {
    margin-top: 30px; }
  .Footer_Contentbg .FootPaneD {
    margin-bottom: 30px; }
  .copyright_style {
    text-align: center; }
  .copyright_style, .FooterPane {
    float: none;
    text-align: center; }
  #to_top {
    float: none;
    margin: auto; }
  /*price*/
  .price-table.col2 .col, .price-table.col3 .col, .price-table.col4 .col, .price-table.col5 .col {
    width: 50%; }
  .price-table .col.best_value {
    margin-top: 0px; }
  .price-table .col.best_value .price_title {
    padding-top: 15px;
    padding-bottom: 11px; }
  .price-table .col.best_value .price_holder {
    padding-bottom: 12px; }
  .price_content {
    margin-bottom: 20px; }
  #gmap {
    width: 100%;
    height: 300px; }
  .Lead h1 {
    font-size: 22px; }
  .Lead p {
    font-size: 12px; }
  .ErrorPage_Box h1 {
    font-size: 30px;
    padding: 30px 0px 20px;
    line-height: 1.4; }
  .breadcrumbBox h2 {
    font-size: 22px;
    margin: 0px;
    padding: 0px; }
  .breadcrumbRight {
    display: none; }
  .LeftPage_Box, .rightPage_Box {
    background: none !important; }
  .js-clingify-placeholder {
    height: 0px !important;
    display: none !important; }
  .SkinPlugin_icon {
    display: none !important; }
  .row [class*="Pane"] {
    padding: 0px 0px 20px 0px; }
  .Mian_Box [class*="Pane"], .Mian_Box_3 [class*="Pane"] {
    margin: 20px 0px 0px; }
  .introduce {
    padding: 0 0 0 0px !important;
    background-position: center top !important; }
  .home1_full_bg1, .home1_full_bg1_r {
    float: none !important;
    width: auto !important; }
  .home1_full_bg1 {
    padding: 30px 10px !important; }
  .home1_full_bg1_r {
    position: static !important;
    right: auto !important;
    height: 100px !important;
    margin: 0 -20px 0 -20px !important; }
  .isotope_grid .isotope_group_2 a {
    display: inline-block;
    padding: 4px 8px 4px 8px !important; }
  .common_h4 {
    margin: 0 0 10px 0 !important;
    font-size: 19px !important; }
  .Mian_Box_2 [class*="Pane"] {
    margin: 20px 0px 0px; }
  .home1_head h3 {
    margin-bottom: 0; }
  .backgroundImage24 {
    background-size: cover !important; }
  .introduce > h3, .introduce > h4 {
    text-align: center; }
  .introduce > h3 {
    font-size: 20px !important; }
  .introduce > h4 {
    padding: 0 !important; }
  .Container-2 .dnntitle {
    margin-bottom: 0px !important; }
  .Container-2 .dnntitle .title2 {
    font-size: 18px !important; }
  .isotope_grid .isotope_group2 {
    padding: 1px 0 5px !important; }
  .isotope_grid .isotope_group2 a {
    padding: 1px 9px !important;
    display: inline-block; }
  .isotope_grid .isotope_group3 {
    padding: 1px 0 5px !important; }
  .isotope_grid .isotope_group3 a {
    padding: 1px 9px !important;
    display: inline-block; }
  .isotope_grid .isotope_group4 {
    margin: 5px 0 10px 0 !important;
    text-align: left !important; }
  .isotope_grid .isotope_group4 a {
    padding: 1px 20px !important;
    margin: 5px 0 0 0 !important; }
  .isotope_grid .isotope_main.isotope_main4 .photo_box {
    margin: 0 0 20px 0 !important; }
  .Testimonials_7 blockquote p {
    margin: 0 9px !important; }
  .Testimonials_7 .Pic {
    margin: 5px auto 10px !important; }
  .Testimonials_7.Testimonials_tab {
    padding-bottom: 0 !important; }
  .Testimonials_7 blockquote p::before {
    top: 99px !important; }
  .pb-30, .mobile_padding {
    padding-bottom: 15px; }
  .project {
    padding: 0px 10px 15px 10px !important; }
  .carousel_5 .owl-pagination {
    padding-top: 13px !important; }
  .periodic_box {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  .mark_show li {
    float: none !important;
    width: auto !important;
    margin-left: 0px !important;
    margin-bottom: 5px; }
  .mark_show.last {
    padding: 0px !important; }
  .functionList_2 .functionBox .functiontitle {
    padding: 0px 0px 0px !important; }
  .functionList_2 .functionBox {
    margin-bottom: 20px; }
  a.Button_green2 {
    margin: 0px 10px 0px 10px; }
  .home2_doing .home2_head {
    padding: 0px !important; }
  .doing_img {
    margin-top: 15px; }
  .about_us_a .top_number:before,
  .about_us_a .top_number:after {
    display: none; }
  .OurServices_Box3 .Services_main {
    margin: 10px 0 0 0; }
  .Time_Line .Time_Line_bottomline {
    margin: 0 0 -30px 0; }
  .OurServices_Box3 .Services_main .Services_Content {
    padding: 15px; }
  .our_team4 h3 {
    line-height: 34px; } }

@media only screen and (max-width: 560px) {
  .Lead h1 {
    font-size: 22px;
    display: none; }
  .Lead p {
    font-size: 12px;
    display: none; }
  .price-table.col2 .col, .price-table.col3 .col, .price-table.col4 .col, .price-table.col5 .col {
    width: 100%; } }

a.dnnPrimaryAction {
  color: #FFF !important; }

/*print*/
@media print {
  a:link:after, article a[href^=http]:after {
    content: " "; }
  .navigation_mobile,
  #search2,
  #mobile_menu {
    display: none; }
  .animation {
    opacity: 1; }
  .animated,
  .animated .animation_item {
    -webkit-animation-name: none !important;
    animation-name: none !important; } }

/*Element Hide*/
@media only screen and (max-width: 767px) {
  .ElementHide-xs, tr.ElementHide-xs, th.ElementHide-xs, td.ElementHide-xs {
    display: none !important; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ElementHide-sm, tr.ElementHide-sm, th.ElementHide-sm, td.ElementHide-sm {
    display: none !important; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ElementHide-md, tr.ElementHide-md, th.ElementHide-md, td.ElementHide-md {
    display: none !important; } }

@media only screen and (min-width: 1200px) {
  .ElementHide-lg, tr.ElementHide-lg, th.ElementHide-lg, td.ElementHide-lg {
    display: none !important; } }

#dnngo_megamenu > div > ul > li > a > span {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/*****bootstrap.css 2*****/
blockquote {
  padding: 21px;
  margin: 0px 0 42px 0;
  font-family: Arial;
  font-style: italic;
  color: #848484;
  position: relative;
  border: none; }

blockquote p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 22.5px;
  text-indent: 50px; }

blockquote small {
  display: block;
  line-height: 18px;
  font-size: 12px;
  position: absolute;
  bottom: -42px;
  left: 20%;
  padding: 24px 0 0 30px; }

blockquote small:before {
  content: '\2014 \00A0'; }

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0; }

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

mark, .mark {
  padding: 0; }

.Pic img {
  max-width: 100%; }

.photo_box img {
  max-width: 100%; }

.news_post_box img {
  max-width: 100%; }

.Lead img {
  max-width: 100%; }

.our_team img {
  max-width: 100%; }

#dnngo_megamenu .dnngo_boxslide img {
  max-width: 100%; }

/* ---- combination filters ---- */
/*.isotope_grid {
	width:100%;
	overflow:hidden;
}
.isotope_grid .isotope_main {
	width:100%;
	overflow:hidden;
	position:relative;
}
.isotope_grid .isotope_item {
  width:200px;
  margin: 0px;
  position:absolute;
  left:0;
  top:0;
  overflow:hidden;
}*/
.isotope_grid .isotope_item .pic_box img {
  width: 100%; }

.isotope_grid .isotope_item > div {
  margin: 0; }

.isotope_grid .isotope_group {
  text-align: right;
  padding: 5px 0 15px; }

.isotope_grid .isotope_group a {
  margin: 0px 1px 5px 0px;
  padding: 3px 0 3px 15px;
  color: #666666;
  font-size: 14px;
  border: 1px solid transparent;
  text-decoration: none;
  transition: border ease-in 200ms;
  -moz-transition: border ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: border ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: border ease-in 200ms;
  /* Opera */
  -ms-transition: border ease-in 200ms;
  /* IE9? */ }

.isotope_grid .isotope_group a:hover, .isotope_grid .isotope_group a.active {
  color: #69b532;
  text-decoration: none; }

.isotope_grid .photo_box .content .ico {
  margin: 0 0 5px; }

.isotope_grid .photo_box .ico span {
  color: #FFF;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  margin: 0px 3px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }

.isotope_grid .photo_box .content h2 {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #ffffff !important;
  border: none !important;
  display: block;
  margin: 0 auto !important;
  text-align: center;
  text-transform: uppercase; }

.isotope_grid .photo_box .content p {
  margin: 0; }

.isotope_grid .isotope_main .photo_box {
  margin: 0 0 15px 15px; }

.isotope_grid .isotope_main {
  margin-left: -10px; }

@media only screen and (max-width: 767px) {
  .isotope_grid .isotope_group {
    text-align: left; }
  .isotope_grid .isotope_main {
    margin-left: 0; }
  .isotope_grid .isotope_main .photo_box {
    margin: 0 0 15px; } }

/*new page*/
.TeamDetail_left {
  border: 1px dashed #cfcfcf;
  padding: 10px; }

.TeamDetail_left img {
  max-width: 100%;
  margin-bottom: 15px; }

.TeamDetail_left .team_social {
  border-top: 1px dashed #cfcfcf;
  padding: 12px 0 0px;
  margin-top: 15px;
  font-size: 30px;
  text-align: left;
  background: none; }

.TeamDetail_left .team_social a {
  color: #ed474a;
  transition: color ease-in 200ms;
  -moz-transition: color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: color ease-in 200ms;
  /* Opera */
  -ms-transition: color ease-in 200ms;
  /* IE9? */ }

.TeamDetail_left .team_social a:hover {
  color: #2e2e2e; }

.TeamDetail_right .Teamtitle {
  color: #2c3433;
  font-size: 18px;
  font-weight: normal; }

.TeamDetail_right .Teamtitle span {
  color: #ed474a; }

.TeamDetail_info {
  border-top: 1px dashed #dcdcdc;
  border-bottom: 1px dashed #dcdcdc;
  margin: 0;
  padding: 7px 0; }

.TeamDetail_info li {
  list-style: none;
  padding: 7px 10px 7px 0;
  display: inline-block;
  vertical-align: middle; }

.TeamDetail_info li span.fa, .TeamDetail_info li span.social {
  width: 29px;
  height: 29px;
  line-height: 29px;
  background-color: #dcdcdc;
  font-size: 16px;
  text-align: center;
  color: #FFF;
  margin-right: 10px;
  vertical-align: middle; }

.TeamDetail_info li a, .TeamDetail_info li a:link, .TeamDetail_info li a:active, .TeamDetail_info li a:visited {
  color: #8a8a8a;
  text-decoration: none; }

.TeamDetail_info li a:hover {
  color: #ed474a;
  text-decoration: underline; }

.Team_Details2 h5 {
  font-size: 18px;
  color: #505050;
  line-height: normal;
  margin: 0 0 5px 0; }

.Team_Details2 h6 {
  font-size: 14px;
  color: #7b7b7b;
  line-height: normal;
  margin: 0 0 20px 0; }

.Team_Details2 .Team_Details2_right ul {
  margin: 20px 0;
  padding: 0;
  list-style-type: none; }

.Team_Details2 .Team_Details2_right ul li {
  line-height: 22px;
  margin: 10px 0; }

.Team_Details2 .Team_Details2_right ul li span.fa {
  font-size: 20px;
  color: #69B532;
  float: left;
  margin: 0 10px 0 0; }

.Team_Details2 .Team_Details2_right .Team_Details2_right_bottom {
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
  padding: 20px 0; }

.Team_Details2 .Team_Details2_right .Team_Details2_right_bottom .Team_Details2_right_bottom_main {
  display: inline-block;
  line-height: 48px;
  color: #69B532;
  margin: 0 20px 0 0;
  float: left; }

.Team_Details2 .Team_Details2_right .Team_Details2_right_bottom .Team_Details2_right_bottom_main span.fa {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #69B532;
  color: #fff;
  font-size: 20px;
  float: left;
  margin: 0 10px 0 0; }

.Team_Details2 .Team_Details2_right .Team_Details2_right_bottom .Team_Details2_right_bottom_main p {
  float: left;
  margin: 0; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .Team_Details2 .Team_Details2_right .Team_Details2_right_bottom .Team_Details2_right_bottom_main {
    margin: 5px 0; } }

@media only screen and (max-width: 767px) {
  .Team_Details2 .Team_Details2_right .Team_Details2_right_bottom .Team_Details2_right_bottom_main {
    margin: 5px 0; } }

.loaded_list2 p {
  margin: 0px;
  color: #2e2e2e; }

.loaded_list2 .progress {
  margin: 0 0 10px;
  height: 26px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px; }

.loaded_list2 .progress .progress-bar {
  height: 26px;
  line-height: 26px;
  text-align: right;
  background: #ed474a;
  color: #FFF;
  width: 0;
  transition: width ease-in 200ms;
  -moz-transition: width ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: width ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: width ease-in 200ms;
  /* Opera */
  -ms-transition: width ease-in 200ms;
  /* IE9? */ }

.loaded_list2 .progress .progress-bar span {
  padding-right: 5px; }

/*loading*/
.loading {
  width: 26px;
  height: 26px;
  position: relative; }

.loading .container1 > div, .loading .container2 > div, .loading .container3 > div {
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden; }

.loading .loading-container {
  position: absolute;
  width: 100%;
  height: 100%; }

.loading .container2 {
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
      transform: rotateZ(45deg); }

.loading .container3 {
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotate(90deg);
      transform: rotateZ(90deg); }

.loading .circle1 {
  top: 0;
  left: 0; }

.loading .circle2 {
  top: 0;
  right: 0; }

.loading .circle3 {
  right: 0;
  bottom: 0; }

.loading .circle4 {
  left: 0;
  bottom: 0; }

.loading .container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.loading .container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.loading .container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.loading .container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.loading .container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.loading .container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.loading .container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.loading .container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.loading .container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.loading .container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.loading .container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

.isotope_grid .loading {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin: 0 0 0 -10px; }

/***new portfolios group***/
.isotope_grid .portfolios_group {
  padding: 5px 0 35px;
  text-align: left; }

.isotope_grid .portfolios_group a {
  margin: 0px 1px 5px 0px;
  padding: 8px 28px;
  display: inline-block;
  line-height: 18px;
  color: #888888;
  font-size: 13px;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  outline: none;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: all ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: all ease-in 200ms;
  /* Opera */
  -ms-transition: all ease-in 200ms;
  /* IE9? */ }

.isotope_grid .portfolios_group a:hover, .isotope_grid .portfolios_group a.active {
  background-color: #69b532;
  border-color: #69b532;
  color: #ffffff !important; }

/***portfolios button***/
a.portfolios_default_btn {
  display: inline-block;
  width: 120px;
  line-height: 36px !important;
  border: 1px solid #69b532;
  color: #69b532;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  text-decoration: none;
  margin-right: 10px;
  text-transform: uppercase;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: all ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: all ease-in 200ms;
  /* Opera */
  -ms-transition: all ease-in 200ms;
  /* IE9? */ }

a.portfolios_default_btn:hover {
  color: #ffffff;
  background-color: #69b532;
  text-decoration: none; }

@media only screen and (max-width: 767px) {
  a.portfolios_default_btn {
    margin-right: 2px; } }

/***portfolios carousel***/
.portfolios_carousel_title {
  font-size: 20px;
  color: #333333;
  padding: 23px 0 15px; }

.portfolios_carousel .carousel .owl-buttons .owl-prev, .portfolios_carousel .carousel .owl-buttons .owl-next {
  border: 1px solid #d1d1d1;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  left: -50px;
  margin-top: -25px; }

.portfolios_carousel .carousel .owl-buttons .owl-next {
  left: auto;
  right: -50px; }

.portfolios_carousel .carousel .owl-buttons .owl-prev:before, .portfolios_carousel .carousel .owl-buttons .owl-next:before {
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  margin: -10px 0 0 -5px; }

.portfolios_carousel .carousel .owl-buttons .owl-next:before {
  margin: -10px 0 0 -15px; }

.portfolios_carousel .carousel_1 .owl-buttons .owl-prev:hover, .portfolios_carousel .carousel_1 .owl-buttons .owl-next:hover, .portfolios_carousel .carousel .owl-buttons .owl-prev:hover:before, .portfolios_carousel .carousel .owl-buttons .owl-next:hover:before {
  border-color: #69b532; }

@media only screen and (max-width: 767px) {
  .portfolios_carousel .carousel .owl-buttons .owl-prev {
    left: -20px; }
  .portfolios_carousel .carousel .owl-buttons .owl-next {
    right: -20px; } }

/***Grid layouts***/
.Grid_layouts .isotope_main {
  margin-left: -15px; }

.Grid_layouts .photo_box .content h2 {
  font-size: 16px;
  line-height: 1.8; }

.Grid_layouts .photo_box .content p {
  font-size: 13px;
  margin-bottom: 15px; }

.Grid_layouts .photo_box .content a {
  font-size: 14px;
  color: #ffffff;
  line-height: 36px;
  border: 1px solid #ffffff;
  padding: 8px 45px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.Grid_layouts .photo_box .shade {
  background-color: #69b532; }

.Grid_layouts .photo_box:hover .shade {
  opacity: 0.8; }

@media only screen and (max-width: 767px) {
  .Grid_layouts .isotope_main {
    margin-left: 0; } }

/***Classic layouts***/
.Classic_layouts .isotope_main {
  margin-left: -15px; }

@media only screen and (max-width: 767px) {
  .Classic_layouts .isotope_main {
    margin-left: 0; } }

/***Text layouts***/
.Text_layouts .isotope_main {
  margin-left: -15px; }

.Text_layouts .photo_box .ico span {
  width: 50px !important;
  height: 50px !important;
  line-height: 50px !important;
  font-size: 16px;
  border: 1px solid #ffffff;
  background: none !important;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: all ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: all ease-in 200ms;
  /* Opera */
  -ms-transition: all ease-in 200ms;
  /* IE9? */ }

.Text_layouts .photo_box a:hover span {
  color: #69b532;
  background: #ffffff !important; }

.Text_layouts .photo_box .shade {
  background-color: #69b532; }

.text_sytle1 {
  font-size: 12px;
  color: #666666;
  padding: 16px 0 19px; }

.text_sytle1 h3 {
  font-size: 15px;
  color: #333333;
  text-transform: uppercase; }

.text_sytle1 a {
  font-size: 13px;
  color: #69b532;
  text-transform: uppercase; }

.text_sytle2 {
  font-size: 13px;
  color: #666666;
  padding: 20px 20px 15px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #d4d4d4;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px; }

.text_sytle2 h3 {
  font-size: 15px;
  color: #333333;
  text-transform: uppercase; }

.text_sytle2 .info {
  float: right;
  font-size: 14px;
  padding-top: 13px; }

.text_sytle2 .info span {
  margin-right: 3px; }

@media only screen and (max-width: 767px) {
  .Text_layouts .isotope_main {
    margin-left: 0; } }

/***List layouts***/
.List_layouts .isotope_main {
  margin-left: 0; }

.List_layouts .isotope_item > div {
  margin: 0 -15px; }

.List_layouts .isotope_main .photo_box {
  margin: 0; }

div.List_layouts .isotope_item {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e5e5e5; }

.List_layouts_text {
  font-size: 12px; }

.text_sytle3 {
  font-size: 13px;
  color: #666666; }

.text_sytle3 h3 {
  font-size: 15px;
  color: #333333;
  margin: 0 0 7px;
  text-transform: uppercase; }

.List_layouts_text hr {
  width: 60px;
  margin: 20px 0;
  border-color: #69b532;
  display: inline-block; }

.List_layouts_text p a {
  margin-top: 26px; }

@media only screen and (max-width: 767px) {
  .List_layouts .isotope_main .photo_box {
    margin: 0 0 15px; } }

/***Sidebar layouts***/
.Sidebar_layouts {
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5; }

.Sidebar_layouts .text_sytle3 {
  padding: 20px 0 4px; }

.Sidebar_layouts p a {
  margin-top: 13px; }

.Sidebar_layouts_categories {
  margin: 0 0 20px;
  list-style: none; }

.Sidebar_layouts_categories li {
  border-bottom: 1px solid #d1d1d1;
  line-height: 39px;
  font-size: 12px;
  color: #666666; }

.Sidebar_layouts_categories li a {
  color: #666666; }

.Sidebar_layouts_categories .fa {
  font-size: 12px;
  color: #69b532;
  margin-right: 10px; }

.categories_number {
  float: right; }

.Sidebar_layouts_recent_news {
  font-size: 13px;
  color: #888888;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d1d1d1; }

.Sidebar_layouts_recent_news img {
  float: left;
  padding-right: 20px; }

.Sidebar_layouts_recent_news .heading {
  font-size: 14px;
  color: #333333;
  padding-top: 8px; }

.Sidebar_layouts_recent_news .heading a {
  color: #333333; }

.Sidebar_layouts_links {
  margin: 0 0 20px;
  list-style: none; }

.Sidebar_layouts_links li {
  border-bottom: 1px solid #d1d1d1;
  line-height: 39px; }

.Sidebar_layouts_links li a {
  font-size: 12px;
  color: #666666; }

.Sidebar_layouts_links .fa {
  color: #69b532;
  margin-right: 10px; }

/***All Single layouts***/
.Single_Layouts {
  font-size: 12px;
  color: #666666; }

.Single_Layouts h3 {
  font-size: 15px;
  color: #333333;
  text-transform: uppercase;
  margin: 20px 0 15px; }

.Single_Layouts p {
  padding-bottom: 11px; }

.Single_Layouts .carousel .owl-pagination {
  top: auto;
  bottom: 0; }

.Single_Layouts .carousel .owl-page {
  background-color: rgba(255, 255, 255, 0.6);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }

.Single_Layouts .carousel .owl-page.active {
  background-color: #ffffff; }

.Single_Layouts .carousel .owl-buttons .owl-prev, .Single_Layouts .carousel .owl-buttons .owl-next {
  margin-top: -25px; }

@media only screen and (max-width: 767px) {
  .Single_Layouts .carousel_3 .owl-buttons .owl-prev {
    left: 0; }
  .Single_Layouts .carousel_3 .owl-buttons .owl-next {
    right: 0; } }

/***page control***/
.page_turning a {
  font-size: 12px;
  color: #666666 !important;
  margin: 0 5px 5px 0; }

a.page_control {
  display: inline-block;
  line-height: 31px !important;
  width: 70px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  text-decoration: none;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: all ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: all ease-in 200ms;
  /* Opera */
  -ms-transition: all ease-in 200ms;
  /* IE9? */ }

a.page_number {
  display: inline-block;
  height: 30px;
  line-height: 30px !important;
  width: 30px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  text-decoration: none;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: all ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: all ease-in 200ms;
  /* Opera */
  -ms-transition: all ease-in 200ms;
  /* IE9? */ }

a.page_control:hover, a.page_number:hover {
  color: #69b532 !important;
  border: 1px solid #69b532;
  text-decoration: none; }

.Single_page {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #d8d8d8; }

.Single_page a {
  font-size: 13px;
  color: #69b532;
  display: inline-block;
  line-height: 38px !important;
  width: 100px;
  border: 1px solid #69b532;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  text-decoration: none;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: all ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: all ease-in 200ms;
  /* Opera */
  -ms-transition: all ease-in 200ms;
  /* IE9? */ }

.Single_page a:hover {
  background-color: #69b532;
  color: #ffffff; }

.prev_control {
  float: left; }

.next_control {
  float: right; }

/*Home6*/
.wrapper {
  position: relative; }

#main_right .searchBox2 a.search:before {
  content: "\f002"; }

.Login .userProfileImg {
  display: block !important; }

.Login .userMessages, .Login .userNotifications, .Login .userProfileImg {
  display: inline-block !important; }

/*full_screen_pic*/
.full_screen_pic {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 1; }

.full_screen_pic li {
  list-style: none;
  background-size: cover;
  background-position: center bottom; }

.full_screen_pic .content {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100%;
  letter-spacing: 3px; }

.full_screen_pic .content .title p {
  color: #FFF;
  line-height: 1; }

.full_screen_pic .content .title p a {
  text-decoration: none; }

.full_screen_pic .content .title .titl01 {
  font-size: 30px;
  text-transform: uppercase; }

.full_screen_pic .content .title .titl02 {
  font-size: 60px;
  font-weight: bold; }

.full_screen_pic .content .title .titl03 {
  font-size: 24px;
  margin: 40px 0 15px 0; }

.full_screen_pic .content .title span {
  color: #ed474a; }

.Home5_line img {
  margin-left: -17%;
  height: 130px; }

.full_screen_pic #nextPage {
  width: 100px;
  height: 100px;
  line-height: 120px;
  font-size: 36px;
  color: #a6a6a6;
  font-weight: bold;
  margin: 0 auto;
  position: relative;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  cursor: pointer;
  border: 1px solid #a6a6a6;
  background: url(images/h6_icon.png) no-repeat center center;
  text-align: center;
  text-indent: -9999px; }

.full_screen_pic #nextPage span {
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg); }

.full_screen_pic.animations #nextPage {
  -webkit-transition-delay: 1s;
  transition-delay: 1s; }

.full_screen_pic #nextPage:hover:after {
  top: 55%; }

.full_screen_pic .banner_socials {
  padding: 20px 0; }

.full_screen_pic .banner_socials a {
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 61px;
  border: 1px solid #ffffff;
  margin: 0 10px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: all ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: all ease-in 200ms;
  /* Opera */
  -ms-transition: all ease-in 200ms;
  /* IE9? */ }

.full_screen_pic .banner_socials a:hover {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.3);
  border-color: transparent; }

@media only screen and (max-width: 767px) {
  .full_screen_pic li {
    height: auto !important;
    padding: 30px 0; }
  .full_screen_pic .content {
    position: static; } }

/* ---- combination filters  HOME6 ---- */
.isotope_grid.isotope_grid_home5 {
  width: 100%;
  overflow: hidden; }

.isotope_grid.isotope_grid_home5 .isotope_main {
  width: 100%;
  overflow: hidden;
  position: relative; }

.isotope_grid.isotope_grid_home5 .isotope_item {
  width: 200px;
  margin: 0px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden; }

.isotope_grid.isotope_grid_home5 .isotope_item .pic_box img {
  width: 100%; }

.isotope_grid.isotope_grid_home5 .isotope_item .photo_box {
  margin: 0; }

.isotope_grid.isotope_grid_home5 .isotope_group {
  text-align: center;
  padding: 0 0 40px 0; }

.isotope_grid.isotope_grid_home5 .isotope_group a {
  margin: 0 2px 3px;
  padding: 5px 15px;
  color: #a0a0a0;
  font-size: 13px;
  display: inline-block;
  border: 1px solid #ebebeb;
  text-decoration: none;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: all ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: all ease-in 200ms;
  /* Opera */
  -ms-transition: all ease-in 200ms;
  /* IE9? */ }

.isotope_grid.isotope_grid_home5 .isotope_group a:hover, .isotope_grid.isotope_grid_home5 .isotope_group a.active {
  border: 1px solid #69b532;
  color: #FFF;
  text-decoration: none;
  background-color: #69b532; }

.isotope_grid_home5.isotope_grid .isotope_main {
  margin-left: 0 !important; }

@media only screen and (max-width: 767px) {
  .isotope_grid.isotope_grid_home5 .isotope_group a {
    padding: 2px 8px;
    margin: 10px 3px 0 0; }
  .isotope_grid.isotope_grid_home5 .isotope_group {
    padding: 0 0 20px 0; } }

.Home5_one_bg {
  background: #e6e6e6; }

.Home5_one_bg .Top_one_con {
  font-size: 19px;
  color: #404040;
  line-height: 25px;
  padding: 10px 0; }

.Home5_one_bg a.Button_default3 span {
  font-size: 17px;
  padding: 6px 25px 12px; }

.Home5_one_bg a.Button_default3 {
  margin: 0 0 10px 0; }

.H5_AboutUs_Left h2 {
  font-size: 22px;
  color: #575757;
  font-weight: normal; }

.H5_AboutUs_Left p {
  /*font-size:14px; line-height:22px;*/
  margin: 30px 0 25px 0; }

.H5_list_one {
  margin: 0;
  padding: 0 0 30px 0;
  list-style: none; }

.H5_list_one li {
  position: relative; }

.H5_list_one li a {
  line-height: 20px;
  font-size: 15px;
  display: block;
  padding: 20px 0 20px 60px;
  text-transform: uppercase; }

.H5_list_one a:hover {
  color: #a0a0a0; }

.H5_list_one span.fa {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #69b532;
  color: #69b532;
  height: 45px;
  line-height: 45px;
  width: 45px;
  text-align: center;
  font-size: 25px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  margin: -22px 0 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 50%; }

.H5_list_one span {
  margin: 0 16px 0 0; }

a.Button_default3.Button_default3_f17 span {
  font-size: 17px;
  padding: 6px 25px 12px; }

.H5_F17 {
  font-size: 17px;
  color: #a09f9f;
  line-height: 23px;
  text-align: center; }

.OurProcess_tit:after {
  content: " ";
  display: block;
  margin: auto;
  width: 46px; }

.Process_tit_color h2 {
  color: #fff; }

.Service_tit_color h2 {
  color: #a2a2a2; }

.Fun_tit_color h2 {
  color: #fff; }

.Process_tit_color:after {
  border-bottom: 2px solid #fff; }

.Service_tit_color:after {
  border-bottom: 2px solid #69b532; }

.Fun_tit_color:after {
  border-bottom: 2px solid #69b532; }

.AboutUs_tit_color:after {
  border-bottom: 2px solid #69b532; }

.OurProcess_tit h2 {
  text-align: center;
  font-weight: normal;
  font-size: 28px;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: normal;
  margin: 0 0 14px 0; }

.OurProcess_con div {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #a09f9f; }

.Home5_loaded_list .progress {
  background: rgba(106, 102, 99, 0.5); }

/*Our Services*/
.H6_Services_con {
  min-height: 60px;
  padding: 0 0 70px 85px;
  position: relative; }

.H6_Services_con span {
  font-size: 45px;
  color: #69b532;
  left: 0;
  position: absolute;
  top: 0; }

.H6_Services_con h2 {
  font-size: 20px;
  color: #4e4e4e;
  margin: 0 0 10px 0; }

/*Our Fun Facts*/
.H6_number_Animation.number_Animation .fa {
  font-size: 50px; }

.H6_number_Animation.number_Animation .number {
  font-size: 14px;
  color: #fff; }

/* Testimonials  About Us*/
.H6_Testimonials_tab .mark {
  color: #74bd38;
  font-family: Georgia, "Times New Roman", Times, serif !important;
  font-size: 103px;
  font-style: italic !important;
  line-height: normal;
  display: block;
  text-align: center;
  margin: 10px 0 0 0 !important; }

.H6_Testimonials_tab .H6_Testimonials_con {
  margin: -30px 0 0 0;
  font-size: 24px;
  color: #fff;
  font-style: normal; }

.H6_Testimonials_tab .H6_Testimonials_con p {
  margin-top: -20px;
  line-height: 28px; }

.H6_Testimonials_tab.Testimonials_tab .H6_Testimonials_name {
  font-weight: normal;
  font-size: 18px;
  font-style: normal;
  color: #74bd38; }

.H6_Testimonials_tab.Testimonials_tab .H6_Testimonials_name span {
  color: #c7c7c7;
  padding: 0 0 0 5px; }

.H6_Testimonials_con {
  position: relative;
  text-align: center; }

.H6_Testimonials_tab.Testimonials_tab .last_page {
  left: 50%;
  margin: 0 0 0 -43px; }

.H6_Testimonials_tab.Testimonials_tab .last_page:before {
  content: "";
  border-top: 3px solid #c7c7c7;
  border-left: 3px solid #c7c7c7;
  width: 8px;
  height: 8px;
  left: 50%;
  top: 50%;
  position: absolute;
  margin: -4px 0 0 -4px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg); }

.H6_Testimonials_tab.Testimonials_tab .next_page:before {
  content: "";
  border-right: 3px solid #c7c7c7;
  border-bottom: 3px solid #c7c7c7;
  width: 8px;
  height: 8px;
  left: 50%;
  top: 50%;
  position: absolute;
  margin: -4px 0 0 -4px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg); }

.H6_Testimonials_tab.Testimonials_tab .next_page {
  right: 50%;
  margin: 0 -43px 0 0; }

.H6_Testimonials_tab.Testimonials_tab .last_page, .H6_Testimonials_tab.Testimonials_tab .next_page {
  background: none;
  border: 2px solid #c7c7c7;
  font-family: arial;
  font-size: 22px;
  font-weight: bold;
  height: 38px;
  line-height: 38px;
  width: 38px;
  color: #c7c7c7;
  bottom: 0;
  text-indent: -9999px;
  overflow: hidden; }

.H6_Testimonials_box {
  text-align: center; }

/*Our Process*/
.Home5_loaded_list h2 {
  font-weight: normal;
  font-size: 20px;
  margin: 0 0 30px 0; }

.Home5_loaded_list p {
  font-size: 16px;
  color: #cdd1ca;
  margin: 0 0 5px 0; }

/**/
.H6_Footer_bg {
  background: url(images/H6_Footer_bg.jpg) no-repeat left top; }

.H6_Footer_bg img.No_pad {
  padding-right: 0; }

.Footer_img img {
  display: inline-block; }

.H6_animation_con {
  position: relative; }

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

.H6_animation_con .mac img {
  display: inline-block; }

.H6_animation_con .ipad, .H6_animation_con .phone {
  position: absolute; }

.H6_animation_con .ipad {
  bottom: 0;
  right: 40px; }

.H6_animation_con .phone {
  bottom: 0;
  left: 110px; }

.H6_work_bnt {
  text-align: center; }

.H6_work_bnt a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #484747 !important;
  padding: 16px 115px;
  background: #ebebeb;
  display: inline-block;
  text-transform: uppercase;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: all ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: all ease-in 200ms;
  /* Opera */
  -ms-transition: all ease-in 200ms;
  /* IE9? */ }

.H6_work_bnt a:hover {
  color: #fff !important;
  background-color: #69b532;
  text-decoration: none; }

/*Contact Us*/
.H5_Contactus_box p {
  line-height: 22px; }

.H5_AboutUs_Rifght img {
  max-width: 100%; }

.H5_Contactus_box ul li {
  line-height: 28px; }

.con_e a span.fa {
  border-radius: 50%;
  font-size: 25px;
  height: 30px;
  left: 0;
  line-height: 31px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  top: 50%;
  width: 30px;
  margin-right: 24px; }

.con_e a {
  text-decoration: none; }

.H5_Contactus_box p {
  margin: 20px 0 20px 0; }

.H5_Contactus_box ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.tit_marg_bot {
  margin-bottom: 40px; }

.Contact_Us_a {
  text-align: center;
  margin: 60px 0 0 0; }

.Contact_Us_a_out .Contact_Us_a_icon {
  display: inline-block;
  width: 92px;
  height: 92px;
  line-height: 80px;
  border-width: 1px;
  border-style: solid;
  color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 40px; }

.Contact_Us_a_out.the1 .Contact_Us_a_icon {
  border-color: #1B58A1;
  background-color: #1B58A1; }

.Contact_Us_a_out.the2 .Contact_Us_a_icon {
  border-color: #FFAA07;
  background-color: #FFAA07; }

.Contact_Us_a_out.the3 .Contact_Us_a_icon {
  border-color: #69B532;
  background-color: #69B532; }

.Contact_Us_a_out.the4 .Contact_Us_a_icon {
  border-color: #F10403;
  background-color: #F10403; }

.Contact_Us_a_out .Contact_Us_a_icon .Contact_Us_a_iconborder {
  border: 5px solid transparent;
  display: inline-block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: border ease-in 200ms;
  -moz-transition: border ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: border ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: border ease-in 200ms;
  /* Opera */
  -ms-transition: border ease-in 200ms;
  /* IE9? */ }

.Contact_Us_a_out:hover .Contact_Us_a_icon .Contact_Us_a_iconborder {
  border: 5px solid #fff; }

.Contact_Us_a_out h3 {
  font-size: 18px;
  color: #69b532;
  margin: 30px 0 10px 0;
  font-weight: normal; }

.Contact_Us_b {
  padding: 0 100px; }

/*Meet Our Team*/
.h6_photo_box {
  padding-bottom: 30px; }

.h6_photo_box .photo_box.content_bottom_push_in .content {
  bottom: -1px;
  background-color: rgba(255, 255, 255, 0.8); }

.h6_photo_box .photo_box .ico span {
  background: rgba(255, 255, 255, 0.8); }

.h6_photo_box .photo_box .ico span {
  color: #74bd38; }

.h6_photo_box .photo_box.content_bottom_push_in .content h3 {
  color: #666666; }

.h6_photo_box .photo_box.content_bottom_push_in .content p {
  color: #666666; }

.h6_photo_box .photo_box img {
  width: 100%; }

.h6_photo_box .photo_box .pic_box {
  width: auto; }

.h6_photo_box .photo_box.content_bottom_push_in .content:before {
  border-color: transparent transparent rgba(255, 255, 255, 0.8); }

.h6_photo_box a span.social {
  border-radius: 50%;
  font-size: 40px;
  height: 40px !important;
  left: 0;
  line-height: 40px !important;
  margin-right: 12px;
  overflow: hidden;
  text-align: center;
  top: 50%;
  width: 40px !important;
  color: #fff;
  background: #69b532; }

.backgroundImage19 {
  background: url(images/img_bg_19.jpg) center center;
  text-align: center;
  background-attachment: fixed; }

.backgroundImage19 h2 {
  font-size: 24px;
  color: #fff;
  font-weight: normal; }

.backgroundImage19_con {
  color: #69b532;
  font-size: 18px;
  line-height: 20px; }

.First_bg_image {
  padding: 120px 0; }

.backgroundImage19, .backgroundImage19 .Normal, .backgroundImage19 h3 {
  color: #FFF; }

.backgroundImage20 {
  background: url(images/img_bg_20.jpg) center center;
  background-attachment: fixed; }

.backgroundImage21 {
  background: url(images/img_bg_21.jpg) center center;
  background-attachment: fixed;
  background-size: cover; }

.backgroundImage22 {
  background: url(images/img_bg_22.jpg) center center;
  background-attachment: fixed;
  background-size: cover; }

@media only screen and (min-width: 1400px) {
  .full_screen_pic .content {
    bottom: 15%; }
  .Home5_line img {
    margin-left: -17%;
    height: auto; }
  .full_screen_pic #nextPage {
    width: 120px;
    height: 120px;
    line-height: 140px; }
  .full_screen_pic .content .title .titl01 {
    font-size: 40px;
    text-transform: uppercase; }
  .full_screen_pic .content .title .titl02 {
    font-size: 72px;
    font-weight: bold; }
  .full_screen_pic .content .title .titl03 {
    font-size: 24px;
    margin: 50px 0 15px; } }

@media only screen and (min-width: 1200px) {
  .H6_animation_con .phone {
    bottom: 0;
    left: 190px; }
  .H6_animation_con .ipad {
    bottom: 0;
    right: 150px; }
  .Contact_Us_b {
    padding: 0 165px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .full_screen_pic .content .title .titl01 {
    font-size: 25px;
    text-transform: uppercase; }
  .full_screen_pic .content .title .titl01 img {
    display: block;
    text-align: center; }
  .full_screen_pic .content .title .titl02 {
    font-size: 40px;
    font-weight: bold; }
  .full_screen_pic .content .title .titl03 {
    font-size: 14px;
    margin: 20px 0 15px 0; }
  .full_screen_pic .content {
    bottom: 15%; }
  .Home5_line img {
    margin-left: -24%; }
  .Footer_img img {
    display: inline-block; }
  .Footer_img {
    text-align: center; }
  .H6_animation_con .phone {
    left: 0;
    width: 160px; }
  .H6_animation_con .ipad {
    right: 0;
    width: 220px; }
  .H6_Services_con span {
    font-size: 35px; }
  .H6_Services_con {
    padding: 0 0 20px 60px; }
  .Contact_Us_b {
    padding: 0 40px; } }

@media only screen and (max-width: 767px) {
  .full_screen_pic .content .title .titl01 {
    font-size: 25px;
    text-transform: uppercase; }
  .full_screen_pic .content .title .titl01 img {
    display: block;
    text-align: center; }
  .full_screen_pic .content .title .titl02 {
    font-size: 40px;
    font-weight: bold; }
  .full_screen_pic .content .title .titl03 {
    font-size: 14px;
    margin: 20px 0 15px 0; }
  .H6_Services_box span {
    float: none;
    display: block;
    width: auto;
    text-align: center; }
  .H6_Services_con {
    float: none;
    width: auto; }
  #anchorNav {
    display: none !important; }
  .Home5_line {
    display: none; }
  .h6_photo_box {
    padding-bottom: 0; }
  .H6_Services_con span {
    font-size: 35px; }
  .H6_Services_con {
    padding: 0 0 20px 60px; }
  .H6_animation_con .mac {
    margin: 0 auto;
    width: 70%; }
  .H6_animation_con .ipad {
    right: 15px;
    width: 28%; }
  .H6_animation_con .phone {
    left: 25px;
    width: 18%; }
  .H6_number_Animation .col-xs-6 {
    float: left;
    padding-bottom: 30px; }
  .center {
    text-align: center; }
  .H6_number_Animation {
    display: inline-block; }
  .H6_work_bnt a {
    padding: 16px 50px; }
  .full_screen_pic .content {
    padding: 0 20px; }
  .full_screen_pic .content {
    bottom: 25%; }
  .full_screen_pic .content .title .titl02 {
    margin: 25px 0; }
  .full_screen_pic .content .title .titl03 {
    margin: 0 0 30px 0; }
  .Contact_Us_b {
    padding: 0; } }

@media only screen and (max-width: 480px) {
  .full_screen_pic .content {
    bottom: 10%; }
  .full_screen_pic .content .title .titl02 {
    margin: 15px 0; }
  .full_screen_pic .content .title .titl03 {
    margin: 0 0 20px 0; } }

/******************************** Home7**********************************************/
/*box container*/
/* Effect 1: Slide in on top */
.box-effect-1 .left-menu {
  visibility: visible;
  z-index: 940;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.box-effect-1.active .left-menu {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.box-effect-1.active #header_slide {
  left: 302px; }

/* Effect 2: Reveal */
.box-effect-2.active, .box-effect-2.delay {
  overflow: hidden;
  height: auto !important; }

.box-effect-2.active .rightmain, .box-effect-2.delay .rightmain {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.3); }

.box-effect-2.active .rightmain {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }

.box-effect-2 .left-menu {
  z-index: 1; }

.box-effect-2.active .left-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s; }

.box-effect-2.active #header_slide {
  left: 302px; }

/* Effect 3: Push*/
.box-effect-3.active, .box-effect-3.delay {
  overflow: hidden;
  height: auto !important; }

.box-effect-3.active .rightmain {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }

.box-effect-3.active .left-menu {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.box-effect-3 .left-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  z-index: 50; }

.box-effect-3.active .left-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s; }

.box-effect-3.active #header_slide {
  left: 302px; }

/* Effect 4: Slide along */
.box-effect-4.active, .box-effect-4.delay {
  overflow: hidden;
  height: auto !important; }

.box-effect-4.active .rightmain, .box-effect-4.delay .rightmain {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.3); }

.box-effect-4.active .rightmain {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }

.box-effect-4 .left-menu {
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0); }

.box-effect-4.active .left-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.box-effect-4.active #header_slide {
  left: 302px; }

/* Effect 5: Reverse slide out */
.box-effect-5.active, .box-effect-5.delay {
  overflow: hidden;
  height: auto !important; }

.box-effect-5.active .rightmain, .box-effect-5.delay .rightmain {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.3); }

.box-effect-5.active .rightmain {
  transform: translate3d(300px, 0, 0);
  -moz-transform: translate3d(300px, 0, 0);
  -webkit-transform: translate3d(300px, 0, 0); }

.box-effect-5 .left-menu {
  z-index: 1;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  -moz-transform: translate3d(50%, 0, 0); }

.box-effect-5.active .left-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0); }

.box-effect-5.active #header_slide {
  left: 302px; }

/* Effect 6: Rotate pusher */
.box-effect-6.active, .box-effect-6.delay {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  overflow: hidden; }

.box-effect-6.active .rightmain, .box-effect-6.delay .rightmain {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.3); }

.box-effect-6 .rightmain {
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
      transform-origin: 0% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.box-effect-6.active .rightmain {
  -webkit-transform: translate3d(300px, 0, 0) rotateY(-15deg);
  transform: translate3d(300px, 0, 0) rotateY(-15deg); }

.box-effect-6 .left-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 50; }

.box-effect-6.active .left-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translate3d(0%, 0, 0) rotateY(0deg);
  transform: translate3d(0%, 0, 0) rotateY(0deg); }

/* Effect 7: 3D rotate in */
.box-effect-7.active, .box-effect-7.delay {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  overflow: hidden;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%; }

.box-effect-7.active .rightmain, .box-effect-7.delay .rightmain {
  height: 100%;
  overflow: hidden;
  overflow-y: auto; }

.box-effect-7 .rightmain {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.box-effect-7.active .rightmain {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }

.box-effect-7 .left-menu {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 50; }

.box-effect-7.active .left-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translate3d(0%, 0, 0) rotateY(0deg);
  transform: translate3d(0%, 0, 0) rotateY(0deg); }

/* Effect 8: 3D rotate out */
.box-effect-8.active, .box-effect-8.delay {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  overflow: hidden;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%; }

.box-effect-8.active .rightmain, .box-effect-8.delay .rightmain {
  height: 100%;
  overflow: hidden;
  overflow-y: auto; }

.box-effect-8 .rightmain {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.box-effect-8.active .rightmain {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }

.box-effect-8 .left-menu {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 50; }

.box-effect-8.active .left-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translate3d(0%, 0, 0) rotateY(0deg);
  transform: translate3d(0%, 0, 0) rotateY(0deg); }

/* Effect 9: Scale down pusher */
.box-effect-9.active, .box-effect-9.delay {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  overflow: hidden; }

.box-effect-9.active .rightmain, .box-effect-9.delay .rightmain {
  height: 100%;
  overflow: hidden;
  overflow-y: auto; }

.box-effect-9 .rightmain {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.box-effect-9.active .rightmain {
  -webkit-transform: translate3d(0, 0, -300px);
  transform: translate3d(0, 0, -300px); }

.box-effect-9 .left-menu {
  opacity: 1;
  z-index: 50;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.box-effect-9.active .left-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Effect 10: Scale up */
.box-effect-10.active, .box-effect-10.delay {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  overflow: hidden;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%; }

.box-effect-10.active .rightmain, .box-effect-10.delay .rightmain {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.3); }

.box-effect-10.active .rightmain {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }

.box-effect-10 .left-menu {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, -300px);
  transform: translate3d(0, 0, -300px); }

.box-effect-10.active .left-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Effect 11: Scale and rotate pusher */
.box-effect-11.active, .box-effect-11.delay {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  overflow: hidden; }

.box-effect-11.active .rightmain, .box-effect-11.delay .rightmain {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.3); }

.box-effect-11 .rightmain {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.box-effect-11.active .rightmain {
  -webkit-transform: translate3d(100px, 0, -600px) rotateY(-20deg);
  transform: translate3d(100px, 0, -600px) rotateY(-20deg); }

.box-effect-11 .left-menu {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.box-effect-11.active .left-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Effect 12: Open door */
.box-effect-12.active, .box-effect-12.delay {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  overflow: hidden; }

.box-effect-12.active .rightmain, .box-effect-12.delay .rightmain {
  height: 100%;
  overflow: hidden;
  overflow-y: auto; }

.box-effect-12 .rightmain {
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.box-effect-12.active .rightmain {
  -webkit-transform: rotateY(-10deg);
  transform: rotateY(-10deg); }

.box-effect-12 .left-menu {
  opacity: 1;
  z-index: 50;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.box-effect-12.active .left-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Effect 13: Fall down */
.box-effect-13.active, .box-effect-13.delay {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  overflow: hidden; }

.box-effect-13.active .rightmain, .box-effect-13.delay .rightmain {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.3); }

.box-effect-13.active .rightmain {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }

.box-effect-13 .left-menu {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.box-effect-13.active .left-menu {
  visibility: visible;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-speed: 0.2s;
  transition-speed: 0.2s; }

/* Effect 14: Delayed 3D rotate */
.box-effect-14.active, .box-effect-14.delay {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  overflow: hidden; }

.box-effect-14.active .rightmain, .box-effect-14.delay .rightmain {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.3); }

.box-effect-14 .rightmain {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.box-effect-14.active .rightmain {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }

.box-effect-14 .left-menu {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
      transform-origin: 0% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.box-effect-14.active .left-menu {
  visibility: visible;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: translate3d(0%, 0, 0) rotateY(0deg);
  transform: translate3d(0%, 0, 0) rotateY(0deg); }

/*end*/
.home7_fullscreenpic {
  text-align: center;
  bottom: 40%;
  left: 0;
  position: absolute;
  width: 100%; }

.full_screen_pic_bg {
  position: relative;
  width: 100%;
  height: 100%; }

.full_screen_pic_bg #H7_nextPage {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 24px;
  height: 24px;
  margin: 20px auto;
  cursor: pointer;
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin: 0 0 0 -12px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transition: bottom .4s ease;
  transition: bottom .4s ease; }

.full_screen_pic_bg #H7_nextPage:hover {
  bottom: 50px; }

@media only screen and (max-width: 767px) {
  .full_screen_pic_bg {
    height: auto;
    padding: 30px 0 100px; }
  .home7_fullscreenpic {
    position: static; }
  .full_screen_pic_bg #H7_nextPage {
    bottom: 35px; } }

.home7_fullscreenpic h1 {
  font-size: 56px;
  color: #fff; }

.ColorCenter {
  color: #82ce4a; }

.home7_fullscreenpic_con {
  color: #fff;
  padding: 70px 0;
  margin: 0;
  font-size: 24px; }

.H7_bnt {
  padding: 10px 30px;
  color: #cdcecc;
  font-size: 24px;
  border: 1px solid #cdcecc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 0 10px; }

a.H7_bnt {
  color: #bebebe !important;
  border: 1px solid #bebebe;
  text-decoration: none;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: all ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: all ease-in 200ms;
  /* Opera */
  -ms-transition: all ease-in 200ms;
  /* IE9? */ }

a:hover.H7_bnt {
  color: #7fcc48 !important; }

.H7_bnt:hover {
  border: 1px solid #7fcc48;
  color: #7fcc48; }

/*hover_menu*/
#hover_menu {
  margin: 0 30px 0 30px; }

#hover_menu ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#hover_menu ul li {
  margin: 0px;
  padding: 0px;
  list-style: none; }

.hover_menu > ul > li {
  border-bottom: 1px solid #e1e1e1; }

.hover_menu > ul > li.dir.active > a {
  border-bottom: 1px solid #e1e1e1; }

#hover_menu ul li img {
  vertical-align: middle; }

#hover_menu ul li a {
  font-size: 14px;
  line-height: 20px;
  padding: 0px;
  margin: 0px;
  display: block;
  font-weight: bold;
  text-decoration: none;
  outline: none;
  text-align: left;
  text-transform: uppercase;
  position: relative; }

#hover_menu > ul > li > a span {
  font-weight: bold; }

#hover_menu ul li a:after {
  clear: both;
  content: ".";
  height: 0px;
  font-size: 0px;
  visibility: hidden;
  display: block; }

#hover_menu ul li a {
  display: inline-block; }

#hover_menu ul li a {
  display: block; }

#hover_menu ul li span {
  padding: 15px 0px;
  display: block; }

#hover_menu ul li li a {
  font-size: 12px; }

#hover_menu ul li li span {
  padding: 8px 0; }

#hover_menu ul li.current > a > span, #hover_menu ul li a:hover > span {
  color: #07c6f5; }

#hover_menu ul ul {
  display: none;
  padding: 2px 0 0 0;
  margin: 0px; }

#hover_menu ul li.current > ul {
  display: block; }

#hover_menu ul li li li a:before {
  background-color: #606060; }

#hover_menu ul li li a {
  padding: 0 0 0 15px;
  margin-left: 15px; }

#hover_menu ul li li li a {
  margin-left: 30px; }

#hover_menu ul li li li li a {
  margin-left: 45px; }

#hover_menu ul li li li li li a {
  margin-left: 60px; }

#hover_menu ul li a .menu_arrow {
  display: block;
  width: 40px;
  padding: 0px;
  height: 40px;
  text-indent: 0px;
  overflow: hidden;
  margin: -17px 0 0 0;
  text-align: center;
  line-height: 40px;
  font-size: 0;
  position: absolute;
  top: 50%;
  right: 0px;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

#hover_menu ul li a .menu_arrow:before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -4px;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: all ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: all ease-in 200ms;
  /* Opera */
  -ms-transition: all ease-in 200ms;
  /* IE9? */
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0px 0px -7px;
  display: inline-block;
  font-size: 12px;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -moz-transform: rotate(-45deg);
  /* Firefox */
  -webkit-transform: rotate(-45deg);
  /* Safari and Chrome */
  -o-transform: rotate(-45deg);
  /* Opera */ }

#hover_menu ul li a:hover .menu_arrow:before, #hover_menu > ul > li.current > a > .menu_arrow:before, #hover_menu ul li a .menu_arrow.arrow_closed:before, #hover_menu ul li a:hover .menu_arrow.arrow_closed:before {
  /*border-bottom: 1px solid #07c6f5;
	border-right: 1px solid #07c6f5;*/ }

#hover_menu ul li .menu_arrow.arrow_closed:before {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -o-transform: rotate(45deg);
  /* Opera */ }

/*end*/
/*header_box*/
.header_box .languageBox {
  text-align: center;
  float: none; }

.header_box .Login .loginGroup, .header_box .Login .registerGroup {
  padding: 0 0 0 5px; }

.header_box #search #dnn_dnnSEARCH_ClassicSearch, .header_box #search #dnn_dnnSEARCH1_ClassicSearch, .header_box #search #dnn_dnnSEARCH2_ClassicSearch, .header_box #search #dnn_dnnSEARCH3_ClassicSearch {
  width: 100%; }

.header_box #search input.NormalTextBox {
  line-height: 18px;
  top: 12px;
  width: 239px;
  padding: 0px 3px 0px 10px; }

.header_box #search #dnn_dnnSEARCH_ClassicSearch,
.header_box #search #dnn_dnnSEARCH1_ClassicSearch,
.header_box #search #dnn_dnnSEARCH2_ClassicSearch,
.header_box #search #dnn_dnnSEARCH3_ClassicSearch {
  background: #e8e8e8;
  height: 40px; }

.header_box #search #dnn_dnnSEARCH3_ClassicSearch #dnn_dnnSEARCH3_cmdSearch {
  height: 40px;
  line-height: 40px;
  width: 40px; }

.header_box #search #dnn_dnnSEARCH3_ClassicSearch a.dnnSearchBoxClearText.dnnShow {
  right: 42px !important; }

/*home7_con*/
.H7_leftside_nav a {
  font-size: 30px;
  text-decoration: none; }

.H7_icon {
  text-align: center;
  width: 115px;
  height: 115px;
  margin: 0 auto;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #bbbbbb;
  cursor: pointer;
  border: 2px solid #bbbbbb;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: all ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: all ease-in 200ms;
  /* Opera */
  -ms-transition: all ease-in 200ms;
  /* IE9? */ }

.H7_icon .fa {
  font-size: 45px;
  text-align: center;
  line-height: 115px; }

.H7_One_con:hover .H7_icon {
  border: 2px solid #69b532;
  color: #69b532; }

.H7_One_con {
  text-align: center; }

.H7_One_con h2 {
  font-size: 20px;
  color: #69b532;
  font-weight: 300;
  margin: 30px 0 20px 0; }

.H7_two_con .H7_One_con {
  padding-bottom: 50px; }

.H7_two_con ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.H7_two_con ul li {
  float: left;
  width: 50%; }

.H7_two_con ul li:nth-child(1) {
  width: 48%; }

.H7_two_con ul li:nth-child(3) {
  width: 48%; }

.H7_two_con ul li:nth-child(2) {
  padding: 0 0 30px 0; }

.backgroundImage_H7bg {
  background: url(images/backgroundImage_H7bg.jpg) right center;
  background-size: cover;
  background-attachment: fixed;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf; }

.backgroundImage_H7bg img {
  max-width: 100%; }

.backgroundImage_H7bg h2 {
  font-size: 28px;
  color: #69b532;
  font-weight: 300;
  margin: 0 0 40px 0; }

.backgroundImage_H7bg h3 {
  font-size: 20px;
  color: #595958;
  font-weight: normal;
  font-weight: 300;
  margin: 0 0 20px 0; }

.H7_tit {
  font-size: 28px;
  color: #69b532;
  text-align: center; }

.H7_Aboutus_bg {
  background: #f6f6f6; }

.H7_Aboutus_box {
  min-height: 60px;
  padding: 0 0 70px 110px;
  position: relative; }

.H7_Aboutus_box span img {
  left: 0;
  position: absolute;
  top: 0;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }

.H7_center {
  text-align: center; }

.H7_Aboutus_box h2 {
  color: #69b532;
  font-size: 20px;
  font-weight: normal;
  margin: 0; }

.H7_Aboutus_box h3 {
  color: #424242;
  font-size: 15px;
  font-weight: normal; }

.H7_bnt2 {
  padding: 10px 30px;
  color: #69b532;
  font-size: 18px;
  border: 1px solid #69b532;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: inline-block; }

a.H7_bnt2 {
  color: #69b532 !important;
  border: 1px solid #69b532;
  text-decoration: none;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: all ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: all ease-in 200ms;
  /* Opera */
  -ms-transition: all ease-in 200ms;
  /* IE9? */ }

a:hover.H7_bnt2 {
  color: #777 !important;
  border: 1px solid #c4c4c4 !important; }

.Bnt_center {
  text-align: center; }

/*H7_carouse*/
.H7_carouse_bor {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc; }

.H7_carouse.carousel .owl-buttons .owl-prev:before, .H7_carouse.carousel .owl-buttons .owl-next:before {
  width: 10px;
  height: 10px;
  color: #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff; }

.H7_carouse.carousel .owl-buttons .owl-prev:before {
  margin: -5px 0 0 -3px; }

.H7_carouse.carousel .owl-buttons .owl-next:before {
  margin: -5px 0 0 -6px; }

.H7_carouse.carousel .owl-buttons .owl-prev, .H7_carouse.carousel .owl-buttons .owl-next {
  background: #c4c4c4;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: all ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: all ease-in 200ms;
  /* Opera */
  -ms-transition: all ease-in 200ms;
  /* IE9? */ }

.H7_carouse.carousel .owl-buttons .owl-prev:hover, .H7_carouse.carousel .owl-buttons .owl-next:hover {
  background: #69b532; }

.carousel .owl-item {
  text-align: center; }

.H7_carouse.carousel .owl-buttons .owl-prev {
  left: 15px;
  top: 50%;
  margin-top: -15px; }

.H7_carouse.carousel .owl-buttons .owl-next {
  right: 15px;
  top: 50%;
  margin-top: -15px; }

/*end*/
.H7_team_box.box_border_padding {
  padding: 0;
  border: 1px solid #e1e1e1; }

.H7_team_box {
  margin: 0; }

.H7_team_box.photo_box .ico span {
  background: none; }

.H7_pic_box_con {
  border-bottom: 1px solid #e1e1e1;
  padding: 15px 0;
  transition: all ease-in 300ms;
  -moz-transition: all ease-in 300ms;
  /* Firefox 4 */
  -webkit-transition: all ease-in 300ms;
  /* Safari and Chrome */
  -o-transition: all ease-in 300ms;
  /* Opera */
  -ms-transition: all ease-in 300ms;
  /* IE9? */ }

/*a:hover .H7_pic_box_con{
   background:#8c8c8c!important;
}*/
/*a:hover .H7_pic_box_con h2{
   color:#fff;}
a:hover .H7_pic_box_con h3{
   color:#69b532;}*/
.H7_pic_box_con h2 {
  font-size: 16px;
  font-weight: normal;
  color: #69b532;
  text-align: center;
  margin: 0 0 0 0; }

.H7_pic_box_con h3 {
  font-size: 13px;
  font-weight: normal;
  color: #747474;
  text-align: center;
  margin: 0 0 0 0; }

.H7_Social {
  text-align: center;
  padding: 20px 0 15px 0; }

.H7_Social_center {
  display: inline-block; }

.H7_Social_center .fa {
  font-size: 19px;
  color: #aaaaaa !important;
  margin: 0 5px; }

.H7_Social_center .fa:hover {
  color: #82ce4a !important; }

.H7_About_us_box .row {
  padding-bottom: 50px; }

.H7_team_box.photo_box img {
  width: 100% !important; }

.backgroundImage_H7bg02 {
  background: url(images/backgroundImage_H7bg02.jpg) center center;
  background-attachment: fixed; }

.H7_tit02 {
  font-size: 28px;
  color: #fff;
  text-align: center; }

.H7_center02 {
  text-align: center;
  color: #fff; }

/*Our Features*/
.con_a .title {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  padding: 0 0 10px 0; }

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

.con_a .center img {
  display: inline-block;
  width: auto\0; }

.con_a .left .box, .con_a .right .box {
  position: relative; }

.con_a .left .box {
  padding: 0 100px 0 0;
  text-align: right; }

.con_a .left .box:nth-child(2) {
  padding: 50px 100px 50px 0; }

.con_a .right .box {
  padding: 0 0 0 100px; }

.con_a .right .box:nth-child(2) {
  padding: 50px 0 50px 100px; }

.con_a .left .box .icon, .con_a .right .box .icon {
  position: absolute;
  width: 70px;
  height: 70px;
  line-height: 70px;
  top: 50%;
  margin: -35px 0 0 0;
  background-color: #69b532;
  text-align: center;
  font-size: 24px;
  color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }

.con_a .left .box .icon {
  right: 0px; }

.con_a .right .box .icon {
  left: 0px; }

.con_a .left, .con_a .right {
  color: #fff;
  margin: 0 0 10px 0; }

.con_a .left .box a.link, .con_a .right .box a.link {
  text-transform: uppercase; }

/*End*/
/*About Us*/
.H7_add_box {
  position: relative;
  padding: 0 0 40px 65px; }

.H7_add_box span {
  position: absolute;
  left: 0;
  top: -3px;
  height: 50px;
  line-height: 50px;
  width: 50px !important;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #69b532;
  color: #69b532;
  font-size: 20px;
  display: block; }

.H7_add_con h4 {
  color: #696969;
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 7px 0; }

.H7_add_con p {
  color: #a09f9f;
  font-size: 13px;
  margin: 0;
  line-height: 18px; }

/*H7_isotope_grid1*/
.isotope_grid1 .isotope_item {
  overflow: initial !important; }

.isotope_grid {
  width: 100%; }

.isotope_grid .isotope_main {
  width: 100%;
  position: relative; }

.isotope_grid .isotope_item {
  width: 0px;
  margin: 0px;
  position: absolute;
  left: 0;
  top: 0; }

.isotope_grid .isotope_item img {
  max-width: 100%; }

.isotope_grid1 .isotope_item > div {
  margin: 0; }

.isotope_grid1 .isotope_item .photo {
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: all ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: all ease-in 200ms;
  /* Opera */
  -ms-transition: all ease-in 200ms;
  /* IE9? */ }

.isotope_grid1 .isotope_item .photo img {
  width: 100%;
  transition: all ease-out 400ms;
  -moz-transition: all ease-out 400ms;
  /* Firefox 4 */
  -webkit-transition: all ease-out 400ms;
  /* Safari and Chrome */
  -o-transition: all ease-out 400ms;
  /* Opera */
  -ms-transition: all ease-out 400ms;
  /* IE9? */ }

.isotope_grid1 .isotope_item:hover .photo {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  z-index: 1000;
  -webkit-box-shadow: 0 0 5px 1px #929392;
  box-shadow: 0 0 5px 1px #929392; }

.isotope_grid1 .isotope_item .photo:before {
  border-top: 3px solid #07c6f5;
  border-left: 3px solid #07c6f5;
  top: -40px;
  left: -40px; }

.isotope_grid1 .isotope_item .photo .angle:before {
  border-top: 3px solid #07c6f5;
  border-right: 3px solid #07c6f5;
  top: -40px;
  right: -40px; }

.isotope_grid1 .isotope_item .photo:after {
  border-right: 3px solid #07c6f5;
  border-bottom: 3px solid #07c6f5;
  bottom: -40px;
  right: -40px; }

.isotope_grid1 .isotope_item .photo .angle:after {
  border-bottom: 3px solid #07c6f5;
  border-left: 3px solid #07c6f5;
  bottom: -40px;
  left: -40px; }

.isotope_grid1 .isotope_item:hover .photo:before, .isotope_grid1 .isotope_item:hover .photo .angle:before, .isotope_grid1 .isotope_item:hover .photo:after, .isotope_grid1 .isotope_item:hover .photo .angle:after {
  filter: alpha(opacity=100);
  opacity: 1; }

.isotope_grid1 .isotope_item:hover .photo:before {
  top: 20px;
  left: 20px; }

.isotope_grid1 .isotope_item:hover .photo .angle:before {
  top: 20px;
  right: 20px; }

.isotope_grid1 .isotope_item:hover .photo:after {
  bottom: 20px;
  right: 20px; }

.isotope_grid1 .isotope_item:hover .photo .angle:after {
  bottom: 20px;
  left: 20px; }

.isotope_grid1.isotope_grid .isotope_main .photo_box {
  margin: 0; }

.isotope_grid1 .photo_box .ico h3 {
  font-size: 18px;
  color: #69b532;
  margin: 10px 0 8px 0;
  padding: 5px; }

.isotope_grid1 .H7_isotope_con {
  padding: 5px;
  line-height: 16px;
  font-size: 12px; }

.isotope_grid1 .photo_box:hover.ico_bottom_enter .ico {
  top: 30%; }

.isotope_grid1 .photo_box .ico {
  top: 25%; }

.isotope_grid1.isotope_grid .photo_box .ico span {
  position: relative;
  background: none;
  border: 2px solid #fff; }

.isotope_grid1.isotope_grid .photo_box .ico span:before {
  content: "";
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  width: 8px;
  height: 8px;
  left: 50%;
  top: 50%;
  position: absolute;
  margin: -4px 0 0 -4px;
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg); }

/*end*/
/*gmap*/
#gmap2 img {
  max-width: none; }

#gmap2 {
  width: 100%;
  min-height: 505px; }

.header_box .header_box2 .Login {
  margin: 0 15px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  [class*="backgroundImage"], [class*="ContentBottom"] {
    background-attachment: scroll !important; }
  .H7_Aboutus_box span img {
    height: 60px;
    width: 60px; }
  .H7_Aboutus_box {
    padding: 0 0 60px 75px; }
  .H7_add_box span {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    width: 30px !important;
    top: 0; }
  .H7_add_box {
    padding: 0 0 40px 32px; }
  .H7_add_con p {
    font-size: 12px; }
  .H7_add_con h4 {
    font-size: 13px;
    margin: 0; }
  .con_a .left .box .icon, .con_a .right .box .icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin: -35px 8px 0; }
  .con_a .left .box {
    padding: 0 70px 0 0; }
  .con_a .left .box:nth-child(2) {
    padding: 30px 70px 30px 0; }
  .con_a .right .box {
    padding: 0 0 0 70px; }
  .con_a .right .box:nth-child(2) {
    padding: 30px 0 30px 70px; } }

@media only screen and (min-width: 1200px) {
  .H7_plane {
    margin-left: -600px;
    padding: 0 0 15px 0; } }

@media only screen and (max-width: 767px) {
  .home7_fullscreenpic h1 {
    font-size: 40px;
    line-height: 1.2; }
  .home7_fullscreenpic_con {
    padding: 30px 0 40px 0;
    font-size: 20px; }
  .H7_bnt {
    padding: 10px 15px;
    font-size: 18px; }
  .H7_icon {
    width: 80px;
    height: 80px; }
  .H7_icon .fa {
    font-size: 36px;
    line-height: 80px; }
  .con_a .left .box .icon, .con_a .right .box .icon {
    display: none; }
  .con_a .left .box {
    padding: 0 0 0 0; }
  .con_a .left {
    float: none;
    width: auto; }
  .con_a .left .box {
    text-align: left; }
  .con_a .center {
    display: none;
    width: auto;
    float: none; }
  .con_a .right {
    float: none;
    width: auto; }
  .con_a .right .box {
    padding: 0 0 0 0; }
  .con_a .right .box:nth-child(2) {
    padding: 50px 0; } }

@media only screen and (max-width: 480px) {
  .H7_bnt {
    padding: 10px 10px;
    font-size: 15px; } }

/*Header*/
.common_h3 {
  font-size: 16px;
  padding: 0 0 5px 0; }

.common_h4, .common_h3 {
  text-align: center;
  font-weight: normal; }

.common_h4 {
  color: #666666;
  font-size: 24px;
  padding: 0 0 10px 0;
  margin: 0 0 27px 0;
  text-transform: uppercase;
  position: relative; }

.common_h4:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
  width: 30px;
  background: #666666;
  margin-left: -15px; }

/**/
.backgroundImage23 {
  background: url(images/backgroundImage23.jpg) left top repeat;
  position: relative;
  background-size: cover; }

.backgroundImage24 {
  background: url(images/backgroundImage24.jpg) left top no-repeat;
  background-size: cover; }

.backgroundImage25 {
  background: url(images/backgroundImage25.jpg) left top no-repeat;
  background-size: cover; }

.home1_head h4 {
  font-size: 28px; }

.home1_head h3 {
  font-size: 16px;
  color: #f1f1f1; }

.home1_head h4, .home1_head h3 {
  font-weight: normal; }

.home1_full_bg1 {
  float: left;
  width: 50%;
  position: relative;
  padding: 60px 50px 60px 0px; }

.home1_full_bg1:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 100%;
  border-width: 18px 0 18px 18px;
  border-color: transparent transparent transparent #262626;
  border-style: solid;
  z-index: 1; }

.home1_full_bg1 p {
  padding-bottom: 10px;
  color: #b8b4b4; }

.home1_full_bg1_btn a {
  margin: 10px 0 0;
  text-transform: capitalize; }

.home1_full_bg1_btn .Button_default {
  background-color: transparent;
  border-radius: 5px;
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s; }

.home1_full_bg1_btn .Button_default:hover {
  background: transparent;
  border: 2px solid #fff; }

.home1_full_bg1_r {
  float: right;
  width: 50%;
  height: 100%;
  background: url(images/home_img1.jpg) center 0 no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0; }

.introduce_box {
  position: relative; }

.introduce_box > img {
  position: absolute;
  left: 0;
  top: 0; }

.introduce > h3 {
  font-size: 24px; }

.introduce > h4 {
  color: #b0afaf;
  padding: 10px 0; }

.introduce > h3, .introduce > h4 {
  font-weight: normal; }

.introduce {
  padding: 0 0 0 184px; }

.introduce.member1 {
  padding-bottom: 60px; }

.introduce.member2 {
  padding-bottom: 60px; }

.isotope_grid .isotope_group2 {
  text-align: center;
  padding: 5px 0 26px; }

.isotope_grid .isotope_group2 a {
  border: 1px solid #e1e1e1;
  padding: 7px 15px 7px 15px;
  border-radius: 5px;
  font-size: 13px; }

.isotope_grid .isotope_group4 {
  margin: 30px 0 40px 0;
  text-align: center;
  padding: 0; }

.isotope_grid .isotope_group4 a {
  border: 1px solid #c1c1c1;
  background-color: #c1c1c1;
  padding: 7px 77px;
  margin: 0 5px;
  border-radius: 0;
  font-size: 13px;
  display: inline-block;
  color: #fff;
  transition: background-color ease-in 200ms,color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms,color ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: background-color ease-in 200ms,color ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: background-color ease-in 200ms,color ease-in 200ms;
  /* Opera */
  -ms-transition: background-color ease-in 200ms,color ease-in 200ms;
  /* IE9? */ }

.isotope_grid .isotope_group4 a:hover,
.isotope_grid .isotope_group4 a.active {
  color: #a4a2a2;
  background-color: transparent; }

.isotope_grid .isotope_main.isotope_main4 .photo_box {
  margin: 0 0 30px 30px; }

.isotope_grid .isotope_main4 .photo_box .content h2 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: normal;
  margin: 0 0 10px 0 !important; }

.isotope_grid .isotope_main4 .photo_box .content .ico {
  margin: 30px 0 0 0; }

.isotope_grid .isotope_main4 .photo_box .ico span {
  background-color: #fff;
  color: #69b532; }

.home_light_box {
  margin: 0;
  padding: 0; }

.home_light_box li {
  float: left;
  width: 31.02564102564103%;
  margin-left: 7px;
  list-style: none; }

.home_light_box li.iteam {
  margin: 0; }

.home_light_box .photo_box .ico {
  display: none; }

.home_light_box .photo_box {
  margin: 0 0 9px 0; }

/*Home 2*/
.home2_doing .home2_head {
  font-size: 24px;
  text-transform: uppercase;
  padding: 0 0 25px 0;
  font-weight: normal; }

.home2_doing > p {
  padding: 0 0 9px 0; }

.home2_text_ul ul {
  margin: 0; }

.home2_text_ul li {
  list-style: none; }

.home2_text_ul li a {
  text-decoration: none;
  padding: 4px 0 4px 3px;
  display: inline-block;
  color: #a5a5a4; }

a.Button_green3 {
  padding: 5px 15px;
  margin: 18px 10px 0px 0px;
  position: relative;
  font-size: 17px;
  display: inline-block;
  white-space: nowrap;
  color: #FFFFFF !important;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: all ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: all ease-in 200ms;
  /* Opera */
  -ms-transition: all ease-in 200ms;
  /* IE9? */ }

a.Button_green3:hover {
  text-decoration: none;
  background: #555555; }

.home2_common_title {
  font-size: 24px;
  color: #666666;
  white-space: normal;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0 0 3px 0; }

.project {
  text-align: center;
  padding: 17px 169px 36px 169px; }

.periodic_box {
  background: #f9f9f9;
  border-top: 1px solid #e6e6e6; }

.describe {
  text-align: center;
  padding: 0 0 20px 0; }

.mark_show {
  margin: 0; }

.mark_show li {
  list-style: none;
  float: left;
  width: 31%;
  margin-left: 15px; }

.mark_show li:first-child {
  margin-left: 0; }

.mark_show li a {
  display: block;
  height: 103px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #e9e8e8;
  -webkit-transition: border 400ms ease-in-out 0s;
  transition: border 400ms ease-in-out 0s; }

.mark_show li a img {
  padding: 25px 0;
  max-width: 100%; }

.mark_show.last {
  padding: 19px 0 0 0; }

.footer_about_us p {
  padding: 0 0 12px 0; }

.footer_about_us .footer_social a {
  display: block;
  width: 48.46153846153846%;
  height: 26px;
  margin: 0 0 16px 0;
  background: #dbdbdb;
  float: left; }

.footer_about_us .footer_social a.rss, .footer_about_us .footer_social a.facebook {
  margin: 0 6px 0 0; }

.footer_about_us .footer_social a .character {
  display: block;
  text-align: center;
  color: #636262;
  float: left;
  width: 79.36507936507937%;
  line-height: 26px; }

.footer_about_us .footer_social a .icon {
  font-size: 19px;
  height: 26px;
  width: 20.63492063492063%;
  line-height: 26px;
  background: #3b59a1;
  float: left;
  display: block;
  text-align: center; }

.footer_about_us .footer_social a .icon em {
  width: 18px;
  height: 19px;
  line-height: 20px;
  color: #fff;
  display: inline-block; }

.footer_about_us .footer_social .google .icon em {
  border-radius: 0px;
  width: 18px;
  height: 15px;
  line-height: 11px; }

.footer_about_us .footer_social .rss .icon {
  background: #ffa801 left center;
  color: #ffa801; }

.footer_about_us .footer_social .twriter .icon {
  background: #31aae3 left center;
  color: #31aae3; }

.footer_about_us .footer_social .facebook .icon {
  background: #3b59a1 left center;
  color: #3b59a1; }

.footer_about_us .footer_social .google .icon {
  background: #de4b3b left center;
  color: #de4b3b;
  border-radius: 0px; }

.footer_about_us .footer_social .rss .icon .footer_about_us .footer_social .twriter .icon .footer_about_us .footer_social .facebook .icon .footer_about_us .footer_social .google .icon {
  background-size: 26px 26px; }

.Contact_List .green_color {
  color: #69b532; }

.Contact_List .red_color {
  color: #db3737; }

.Contact_List .blue_color {
  color: #0742d2; }

.Contact_List .yellow_color {
  color: #efa20b; }

.Contact_List .light_blue {
  color: #06a4ec; }

/*************Home3*****************/
.backgroundImage26 {
  background: #f8f8f8;
  border-top: 1px solid #d7d7d7; }

.home3_about h3 {
  font-size: 28px;
  padding-bottom: 25px;
  font-weight: normal; }

.home3_about p {
  padding: 0 0 10px 0; }

.home3_about a {
  display: inline-block;
  padding: 9px 0 9px 45px;
  color: #fff !important;
  font-size: 15px;
  text-decoration: none;
  border-radius: 3px;
  margin: 22px 0 0 0;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s; }

.home3_about a span {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  padding: 0 31px 0 20px; }

.home3_about a:hover {
  background: #555555; }

.home3_advance {
  text-align: center; }

.home3_advance h3 {
  font-size: 24px;
  padding: 0 0 20px 0;
  font-weight: normal;
  text-transform: uppercase; }

.home3_advance p {
  line-height: 28px;
  padding: 0;
  font-size: 15px;
  padding-bottom: 25px; }

.home3_advance p span {
  display: block; }

.backgroundImage27 {
  background: url(images/backgroundImage27.jpg) left top no-repeat;
  background-size: cover; }

.home3_facts {
  color: #fff;
  text-align: center;
  padding: 0 0 43px 0; }

.home3_facts h3 {
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  padding: 0 0 24px 0; }

.home3_facts p {
  font-size: 14px; }

.home3_facts p span {
  display: block; }

.home3_news, .home3_testimonials h3 {
  font-weight: normal;
  color: #666666;
  text-align: center;
  font-size: 24px; }

.home3_news {
  padding: 0 0 7px 0; }

.isotope_grid .isotope_group3 {
  text-align: center;
  margin: 5px 0 30px;
  padding: 0;
  border: 1px solid #c7c8c6;
  border-radius: 5px;
  display: inline-block; }

.isotope_grid .isotope_group3 a {
  border-left: 1px solid #c7c8c6;
  padding: 6px 15px 6px 15px;
  margin: 0px !important;
  font-size: 13px;
  display: inline-block; }

.isotope_grid .isotope_group3 a:first-child {
  border: none; }

.isotope_grid2 {
  text-align: center !important; }

.isotope_grid2 h2 {
  margin-bottom: 0;
  margin-top: 20px;
  font-size: 15px;
  color: #666666;
  text-transform: uppercase; }

.isotope_grid2 .photo_box .ico span {
  background-color: #fff; }

.news_border {
  border-bottom: 1px solid #d7d7d7; }

.outer_box {
  background: #fcfcfc;
  border: 1px solid #f0f0f0;
  padding: 30px;
  border-radius: 5px;
  position: relative;
  margin: 0 0 17px 0; }

.outer_box span {
  display: block; }

.home3_testimonials h3 {
  padding-bottom: 23px; }

.member_img {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -67px;
  margin-left: 30px; }

.member_img span {
  text-align: center;
  padding: 10px 0 0 0; }

.inner_box {
  padding-left: 129px; }

.inner_box p {
  padding: 15px 0 0 0; }

.inner_box p span {
  padding-top: 20px; }

.inner_box .star {
  color: #fba709;
  font-size: 14px; }

.inner_box .star em {
  float: left;
  line-height: 1; }

.inner_box .star .last {
  color: #8e8e8e;
  padding-left: 10px;
  font-style: normal; }

.buy_theme {
  text-align: center; }

.buy_theme h3 {
  font-weight: normal;
  color: #666666;
  font-size: 24px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 25px; }

.buy_theme h3:after {
  position: absolute;
  content: "";
  width: 189px;
  margin: 0 auto;
  height: 2px;
  background: #69b532;
  bottom: 0;
  left: 50%;
  margin-left: -94.5px; }

.buy_theme p {
  padding-bottom: 7px;
  color: #777777; }

.buy_theme a {
  display: inline-block;
  padding: 12px 55px;
  text-decoration: none;
  color: #fff !important;
  margin: 14px 3px 0 3px;
  border-radius: 5px;
  -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s; }

.buy_theme a:hover {
  text-decoration: none;
  background: #555555; }

.wrap {
  padding-bottom: 21px; }

.wrap img, .wrap p {
  float: left; }

.wrap img {
  margin-right: 10px;
  width: 36%; }

.wrap p {
  width: 60%;
  line-height: 20px; }

.wrap p span {
  display: block; }

.wrap p span.date {
  color: #69b532; }

.icon_only a {
  display: inline-block;
  background: #979797;
  border-radius: 50%;
  text-align: center;
  width: 28px;
  height: 28px;
  margin: 0 0px 0 18px;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s; }

.icon_only a:hover {
  text-decoration: none; }

.icon_only a span {
  font-size: 20px;
  display: block;
  line-height: 28px;
  margin: 0;
  -webkit-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s; }

.icon_only {
  padding-top: 28px; }

/*.icon_only a:first-child {
	margin: 0;
}*/
@media only screen and (min-width: 1200px) {
  .wrap img {
    margin-right: 18px;
    width: auto; }
  .wrap p {
    width: 60%;
    line-height: 20px; }
  .home_light_box li {
    margin-left: 7px; } }

@media only screen and (max-width: 979px) and (min-width: 768px) {
  .wrap img,
  .wrap p {
    width: auto;
    float: none; }
  .icon_only a {
    margin: 0 0px 0 4px; } }

@media only screen and (max-width: 767px) {
  .wrap img,
  .wrap p {
    width: auto;
    float: none; } }

/*************Home4*****************/
.functionList_7 .functionBox {
  padding: 30px 0;
  border: 1px solid #e9e9e9;
  text-align: center; }

.functionList_7 .functionBox, .functionList_7 .functiontitle, .functionList_7 .functionIcon, .functionList_7 .functionBox:hover .functiontitle span {
  transition: all 300ms linear 0s;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s; }

.functionList_7 .functionIcon {
  font-size: 36px;
  color: #dfdfdf; }

.functionList_7 .functiontitle {
  background: #f9f9f9;
  padding: 7px 5px;
  font-size: 16px;
  color: #fff;
  margin: 20px 0;
  color: #666666; }

.functionList_7 .functiontitle span {
  display: block;
  font-size: 12px;
  color: #777777; }

.functionList_7 .functionMore {
  display: inline-block;
  margin-top: 20px;
  padding-right: 20px;
  position: relative; }

.functionList_7 .functionMore:before {
  content: "\f054";
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 12px;
  margin-top: -10px; }

.functionList_7 .functionMain {
  padding: 0 10px; }

.functionList_7 .functionBox:hover {
  border-color: #69b532; }

.functionList_7 .functionBox:hover .functionIcon {
  color: #69b532;
  background: none; }

.functionList_7 .functionBox:hover .functiontitle {
  background: #69b532;
  color: #fff; }

.functionList_7 .functionBox:hover .functiontitle span {
  color: #fff; }

.backgroundImage28 {
  background: #f8f8f8; }

.home4_social_box .fa {
  font-size: 41px;
  margin-right: 0px; }

.home4_social_box .facebook {
  color: #1b58a1; }

.home4_social_box .twitter {
  color: #02bde6; }

.home4_social_box .rss {
  color: #ffaa07; }

.home4_social_box .plus {
  color: #f10403; }

.home4_social_box .social_title {
  font-size: 18px;
  color: #69b532;
  display: inline-block;
  vertical-align: inherit;
  line-height: 25px; }

.home4_social_box .social_title_b {
  display: block;
  font-size: 14px;
  color: #8a8a8a; }

.home4_service > h3, .home4_service > p {
  text-align: center; }

.home4_service > p {
  padding-bottom: 20px; }

.home4_service > h3 {
  color: #7b7b7b;
  font-size: 28px;
  font-weight: normal;
  padding-bottom: 10px; }

.home4_service > p > span {
  display: block; }

.home4_service .service_title {
  font-size: 16px;
  color: #69b532;
  font-weight: normal;
  padding-bottom: 13px;
  border-bottom: 1px dashed #d6d6d6;
  margin-bottom: 5px; }

.home4_service .service_title .fa {
  margin-right: 13px;
  font-size: 20px; }

.home4_service .service_main {
  padding-bottom: 25px; }

.home4_service .service_out {
  position: relative;
  padding: 0 0 0 90px; }

.home4_service .service_icon {
  position: absolute;
  left: 0px;
  top: 10px; }

.home4_service .service_out .service_title {
  border-bottom: none; }

.decorative {
  text-align: center;
  background: url(images/through_line.jpg) left top no-repeat;
  background-size: cover; }

.decorative h3 {
  font-size: 28px;
  color: #7b7b7b;
  font-weight: normal;
  padding: 0; }

.decorative p span {
  display: block; }

.decorative .through_line {
  margin: 36px 0 0 0;
  position: relative; }

.decorative .through_line a span {
  display: inline-block;
  border-radius: 50%;
  font-size: 34px;
  color: #69b532;
  border: 1px solid #e7e7e7;
  width: 100px;
  height: 100px;
  background: #fff;
  line-height: 100px;
  position: relative;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  z-index: 2; }

.decorative .through_line .line_box {
  position: absolute;
  content: '';
  height: 1px;
  background: #e4e4e4;
  width: 807px;
  top: 50px;
  margin-top: -1px;
  z-index: 0;
  margin-left: -411px;
  left: 50%; }

.decorative .through_line a {
  display: inline-block;
  border-radius: 50%;
  width: 120px;
  height: 100px;
  background: #f8f8f8;
  position: relative;
  z-index: 2; }

.decorative .through_line a:hover span {
  background: #69b532;
  color: #fff; }

.decorative .created_title {
  font-size: 15px;
  color: #69b532;
  padding-top: 20px; }

.theme_features h3 {
  font-size: 28px;
  color: #7b7b7b;
  font-weight: normal; }

.theme_features > p {
  padding: 0 0 10px 0; }

.theme_features > ul {
  margin: 0; }

.theme_features > ul li {
  list-style: none;
  padding: 4px 0; }

.theme_features > ul li span {
  color: #69b532;
  margin-right: 10px; }

.theme_features > a {
  display: inline-block;
  padding: 12px 55px;
  text-decoration: none;
  color: #fff !important;
  margin: 14px 3px 0 3px;
  border-radius: 5px;
  background: #69b532;
  -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s; }

.theme_features > a:hover {
  text-decoration: none;
  background: #555555; }

.backgroundImage29 {
  background: url(images/backgroundImage29.jpg) left center no-repeat;
  background-attachment: fixed;
  background-size: cover; }

.parallax {
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 60px 100px;
  margin: 60px 100px; }

.parallax h3, .parallax p {
  color: #cacaca; }

.parallax p {
  padding: 50px 0 25px 0; }

.parallax h3 {
  font-size: 36px;
  letter-spacing: 3px;
  font-weight: normal;
  line-height: 1; }

.parallax a {
  font-size: 20px; }

.our_team {
  text-align: center;
  font-size: 28px;
  color: #7c7c7c;
  padding-bottom: 25px;
  font-weight: normal; }

.member_introduce .member_title {
  font-size: 18px;
  color: #848484;
  font-weight: normal;
  line-height: normal;
  padding-bottom: 10px; }

.member_introduce .member_title span {
  display: block;
  font-size: 13px;
  color: #69b532; }

.member_introduce .member_content {
  padding-bottom: 18px; }

.member_introduce ul {
  margin: 0; }

.member_introduce ul li {
  list-style: none;
  display: inline-block; }

.member_introduce ul li a {
  font-size: 26px;
  background: #f7f7f7;
  display: inline-block;
  margin: 0 2px;
  text-align: center;
  -webkit-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s; }

.member_introduce ul li a span {
  height: 34px;
  width: 34px;
  line-height: 34px;
  display: block;
  color: #cecece; }

.member_introduce ul li a:hover {
  color: #69b532;
  text-decoration: none; }

.member_introduce ul li a:hover span {
  color: #fff; }

.contact_information {
  text-align: center;
  border: 1px solid #ebebeb;
  padding: 60px 45px;
  background: #fff;
  min-height: 318px;
  -webkit-transition: border 400ms ease-in-out 0s;
  transition: border 400ms ease-in-out 0s; }

.contact_information:hover {
  border: 1px solid #69b532; }

.contact_information > span {
  text-align: center;
  color: #69b532;
  font-size: 31px; }

.contact_information .info_title {
  font-size: 18px;
  margin: 0;
  padding: 15px 0 34px 0; }

.contact_information .info_article {
  font-size: 13px;
  color: #b5b5b5; }

.contact_information .info_article span {
  display: block; }

.contact_information .info_article span:first-child {
  padding: 0 0 10px 0; }

.f_business span {
  display: block; }

.f_business .b_title {
  font-size: 45px;
  color: #fff; }

.f_business .subscribe {
  font-size: 14px;
  color: #c6c6c5;
  padding: 10px 0 28px 0; }

.f_business p input {
  height: 55px;
  border: none;
  outline: none; }

.f_business p input[type="text"] {
  width: 307px;
  background: #585858;
  color: #909090;
  padding: 0 10px; }

.f_business p input[type="button"] {
  background: #69b532;
  width: 91px;
  color: #fff; }

.f_business > p {
  padding-bottom: 30px; }

@media only screen and (min-width: 1200px) {
  .home4_social_box .social_title {
    font-size: 18px;
    vertical-align: super;
    line-height: 30px; }
  .home4_social_box .fa {
    font-size: 71px;
    margin-right: 10px; }
  .decorative .through_line .line_box {
    width: 946px;
    margin-left: -474px; }
  .parallax h3 {
    letter-spacing: 8px; }
  .horizontalTab_Top_4 ul.resp-tabs-list li {
    margin-left: 5px; }
  .Theme_Responsive_20047_home4 .form_submit input[type="submit"].btn {
    width: 48.54%; } }

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .functionList_7 .functionBox {
    margin-bottom: 10px; }
  .home4_service > p > span, .decorative p span {
    display: inline-block; }
  .home4_service .service_title {
    font-size: 15px; }
  .decorative .through_line .line_box {
    width: 634px;
    margin-left: -317px; }
  .parallax {
    margin: 30px 0px; }
  .horizontalTab_Top_4 ul.resp-tabs-list li {
    margin-left: 3px; }
  .contact_information {
    padding: 30px 15px; }
  .form_submit input[type="submit"].btn {
    width: 47.52332%; }
  .Theme_Responsive_20047_home4 > .form_submit input[type="submit"].btn.submit_but {
    width: 49% !important; }
  .f_business p input {
    height: 45px; }
  .f_business p input[type="text"] {
    width: 250px; }
  .f_business > p {
    padding-bottom: 10px; }
  .f_business .subscribe {
    padding: 5px 0 18px 0; }
  .introduce_box > img {
    width: 25%; }
  .introduce {
    padding: 0 0 0 100px; } }

@media only screen and (max-width: 767px) {
  .decorative .through_line .line_box {
    display: none; }
  .decorative .created_title {
    padding-top: 5px; }
  .created_box {
    padding-bottom: 20px; }
  .parallax {
    margin: 20px 20px;
    padding: 20px 20px; }
  .parallax h3 {
    font-size: 17px; }
  .parallax p {
    padding: 10px 0 10px 0; }
  .functionList_7 .functionBox {
    margin-bottom: 20px; }
  .contact_information {
    margin-bottom: 15px; }
  .f_business p input[type="text"] {
    width: 200px; }
  .f_business p input {
    height: 35px; }
  .f_business > p {
    padding-bottom: 10px; }
  .f_business .subscribe {
    padding: 5px 0 10px 0; }
  .horizontalTab_Top_4 h2.resp-accordion {
    border: none;
    padding: 0;
    opacity: 0.6;
    margin-bottom: 15px; }
  .horizontalTab_Top_4 .resp-accordion:hover {
    background: none;
    opacity: 1; }
  .horizontalTab_Top_4 h2.resp-accordion.resp-tab-active {
    opacity: 1;
    margin-bottom: 0; }
  .horizontalTab_Top_4 .resp-arrow {
    display: none; }
  .horizontalTab_Top_4 .resp-tab-active {
    background: none !important; }
  .horizontalTab_Top_4 .resp-tab-content {
    margin-bottom: 15px;
    border-bottom: 1px solid #e1e1e1; }
  .home4_social_box .fa {
    font-size: 54px; } }

/*Home5*/
.latest_projects .content_mid p span {
  display: block; }

.latest_projects .content_mid p {
  padding-bottom: 25px;
  text-align: center; }

.hom5_common_title {
  font-weight: normal;
  padding-bottom: 10px;
  text-align: center; }

.hom5_common_title span {
  font-size: 24px;
  color: #666666;
  display: inline-block;
  padding: 0 50px 19px 50px;
  border-bottom: 2px solid #d4d4d4;
  position: relative; }

.hom5_common_title span:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 146px;
  margin-left: -73px;
  height: 2px;
  background: #69b532; }

.backgroundImage30 {
  background: url(images/backgroundImage30.jpg) left top no-repeat;
  background-size: cover; }

.hom5_ServeList {
  clear: both;
  overflow: hidden;
  display: table-row; }

.hom5_ServeList:before {
  display: none; }

.hom5_ServeList > [class^="col-sm"] {
  display: table-cell;
  vertical-align: middle;
  float: none;
  padding: 0; }

.hom5_ServeList li {
  list-style: none;
  padding: 12px 0;
  position: relative; }

.hom5_ServeList h5 {
  font-size: 18px;
  color: #666666; }

.hom5_ServeList .fa {
  height: 57px;
  width: 57px;
  line-height: 57px;
  background-color: #69b532;
  font-size: 24px;
  color: #FFF;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  vertical-align: middle; }

.hom5_ServeList .left {
  text-align: right;
  float: none;
  padding: 0;
  margin: 0; }

.hom5_ServeList .left li {
  padding-right: 88px; }

.hom5_ServeList .right {
  text-align: left;
  float: none;
  padding: 0;
  margin: 0; }

.hom5_ServeList .right li {
  padding-left: 88px; }

.hom5_ServeList .center {
  padding: 0; }

.hom5_ServeList .center img {
  margin: 0 auto; }

.hom5_ServeList .left h5 {
  position: relative;
  margin-bottom: 15px;
  text-align: right; }

.hom5_ServeList .right h5 {
  position: relative;
  margin-bottom: 15px;
  text-align: left; }

.hom5_ServeList .left .fa {
  position: absolute;
  top: 50%;
  margin-top: -29px;
  right: 0;
  text-align: center; }

.hom5_ServeList .right .fa {
  position: absolute;
  top: 50%;
  margin-top: -29px;
  left: 0;
  text-align: center; }

.hom5_ServeList .left a span,
.hom5_ServeList .right a span {
  -webkit-transition: background 300ms ease-in-out 0s;
  transition: background 300ms ease-in-out 0s; }

.hom5_ServeList .left a:hover span,
.hom5_ServeList .right a:hover span {
  background: #666666; }

.hom5_ServeList li p {
  line-height: 1.8;
  font-size: 13px; }

.home5_our_feature > p {
  text-align: center;
  padding: 0 0 30px 0; }

.home5_our_feature > p > span {
  display: block; }

.welcom_box {
  padding: 38px 0 0 0; }

.welcom_box h3 {
  color: #666666;
  font-size: 24px;
  font-weight: normal; }

.welcom_box h3 span {
  position: relative;
  display: inline-block;
  padding-bottom: 35px;
  margin-bottom: 40px; }

.welcom_box h3 span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 47px;
  height: 2px;
  background: #69b532; }

.welcom_box p {
  padding-bottom: 15px; }

.welcom_box a {
  padding: 5px 33px; }

.backgroundImage31 {
  background: url(images/backgroundImage31.jpg) left center no-repeat;
  background-size: cover;
  background-attachment: fixed; }

.home5_testimonials h3 {
  text-align: center;
  font-weight: normal;
  color: #fff;
  font-size: 24px; }

.price_box h3, .price_box p {
  text-align: center; }

.price_box h3 {
  font-size: 24px;
  font-weight: normal;
  color: #666666; }

.price_box p {
  padding-bottom: 20px; }

.L_FootPane, .R_FootPane {
  width: 50%;
  float: left; }

.L_FootPane {
  padding-right: 15px; }

.R_FootPane {
  padding-left: 15px;
  padding-right: 15px; }

.home5_contact_p {
  padding: 0 10px 7px 0; }

@media only screen and (min-width: 768px) and (max-width: 979px) {
  .latest_projects .content_mid p span,
  .home5_our_feature > p > span {
    display: inline; }
  .home5_our_feature > p {
    padding: 0; }
  .hom5_ServeList h5 {
    font-size: 15px; }
  .hom5_ServeList .left li {
    padding-right: 70px; }
  .hom5_ServeList .right li {
    padding-left: 70px; }
  .welcom_box h3 {
    font-size: 20px; }
  .welcom_box h3 span {
    margin-bottom: 0px;
    padding-bottom: 15px; }
  .Testimonials_9 blockquote p:after {
    right: 0; }
  .MessageBox .trumpet {
    font-size: 51px; }
  #dnngo_megamenu.IHide-sm li span > img,
  #dnngo_megamenu.IHide-sm li span > i,
  #hover_menu.IHide-sm li span > img,
  #hover_menu.IHide-sm li span > i {
    display: none; } }

@media only screen and (max-width: 767px) {
  .latest_projects .content_mid p span,
  .home5_our_feature > p > span {
    display: inline; }
  .hom5_ServeList > [class^="col-sm"] {
    display: block; }
  .hom5_ServeList .left li,
  .hom5_ServeList .right li {
    padding: 60px 0 0 0;
    margin-bottom: 10px; }
  .hom5_ServeList .left .fa {
    top: 0;
    right: 50%;
    margin-right: -29px;
    margin-top: 0; }
  .hom5_ServeList .right .fa {
    top: 0;
    left: 50%;
    margin-left: -29px;
    margin-top: 0; }
  .hom5_ServeList .left h5,
  .hom5_ServeList .right h5,
  .hom5_ServeList li p {
    text-align: center; }
  .number_Animation_4 .number_bg1,
  .number_Animation_4 .number_bg2,
  .number_Animation_4 .number_bg3,
  .number_Animation_4 .number_bg4 {
    padding: 20px 0; }
  .welcom_box {
    text-align: center;
    padding: 0; }
  .welcom_box h3 span {
    margin-bottom: 20px;
    padding-bottom: 25px; }
  .welcom_box h3 {
    font-size: 21px; }
  .welcom_box h3 span:after {
    left: 50%;
    margin-left: -28.5px; }
  .welcom_box p {
    padding-bottom: 5px; }
  .price_box p {
    padding: 0; }
  .Testimonials_9 blockquote p {
    margin: 0 10px; }
  .Testimonials_9 blockquote p:before {
    left: 0; }
  .Testimonials_9 blockquote p:after {
    right: 0; }
  .MessageBox2 {
    text-align: center; }
  .L_FootPane, .R_FootPane {
    float: none;
    width: auto;
    padding: 0; }
  .R_FootPane {
    margin-right: 15px;
    margin-left: 15px; }
  .Theme_Responsive_20047_home5 .form_row.row1,
  .Theme_Responsive_20047_home5 .form_row.row2,
  .Theme_Responsive_20047_home5 .form_row.row3 {
    float: none !important;
    width: auto !important; }
  .Theme_Responsive_20047_home5 .form_row .form_input {
    margin: 0 !important; }
  .hom5_common_title span {
    padding: 0 0px 19px 0px; }
  .MessageBox .Message_Content h3 {
    font-size: 15px;
    padding: 0 0 0 35px; }
  .member_img {
    position: static;
    margin: 0;
    text-align: center; }
  .inner_box {
    padding: 0;
    text-align: center; }
  .inner_box .star {
    text-align: center; }
  .inner_box .star em {
    float: none; }
  .inner_box p {
    padding: 0; }
  .inner_box p span {
    padding-top: 0; }
  .theme_features {
    padding-top: 20px; }
  .Theme_Responsive_20047_home4 .form_submit input[type="submit"].btn.submit_but,
  .Theme_Responsive_20047_home4 .form_submit .reset_but {
    width: 38% !important; }
  .MessageBox {
    position: relative; }
  .MessageBox .Message_Icon {
    position: absolute;
    left: 0;
    top: 9px;
    width: auto; }
  .MessageBox .trumpet {
    font-size: 33px;
    line-height: normal; }
  .introduce_box > img {
    margin: 0 auto;
    position: static; }
  .phoneHeadTop > a > img {
    max-width: 100%; }
  #dnngo_megamenu.IHide-sm li span > img,
  #dnngo_megamenu.IHide-sm li span > i,
  #hover_menu.IHide-sm li span > img,
  #hover_menu.IHide-sm li span > i {
    display: none; } }

@media only screen and (max-width: 540px) {
  .MessageBox .Message_Icon {
    margin: 10px 0 0 0; } }

/*Add*/
.Theme_12_Elegant img {
  max-width: 100% !important; }

.SkinPlugin_icon {
  position: fixed;
  top: 20%;
  right: 0;
  width: 34px;
  height: 108px;
  background: url(images/xplugin.png) no-repeat center center;
  z-index: 999;
  cursor: pointer; }

.SkinPlugin_icon a,
.SkinPlugin_icon a:hover {
  display: block;
  width: 34px;
  height: 108px;
  text-decoration: none; }

#dnn_wrapper {
  position: relative;
  background: #fff; }

#dnngo_megamenu .primary_structure span img,
#dnngo_megamenu .primary_structure span i,
.multi_menu ul li i,
.multi_menu ul li img,
#hover_menu .dropdown li a i {
  margin-right: 4px;
  transition: color ease-in 200ms;
  -webkit-transition: color ease-in 200ms;
  /* Safari and Chrome */ }

#left_menu i.fa {
  display: none; }

.glyphicons {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyph-file:before,
.glyph-more-items:before {
  content: "\f15b"; }

.CategorieTab_Top_1.CategorieTab_Top .resp-arrow {
  top: 7px; }

@media only screen and (max-width: 767px) {
  [class*="backgroundImage"], [class*="ContentBottom"] {
    background-attachment: scroll !important; }
  .Home5_one_bg .Top_one_con {
    text-align: center; } }

.mm-menu .mm-navbar.mm-navbar-top-2,
.mm-menu .mm-navbar.mm-navbar-top-2 a {
  color: #666; }

html.mm-opening.mm-opened .mm-slideout {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

.mm-slideout {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); }

.mobile_menu .mm-close.mm-btn:before {
  content: "\f00d";
  font-family: "FontAwesome";
  font-size: 20px; }

.mobile_menu .mm-prev:before,
.mobile_menu .mm-arrow:after {
  display: none; }

.mobile_menu .mm-prev:after,
.mobile_menu .mm-next:after,
.mobile_menu .mm-arrow:before {
  content: "\f053";
  font-family: "FontAwesome";
  font-size: 15px;
  display: inline-block; }

.mobile_menu .mm-next:after {
  border: none;
  -ms-transform: none;
      transform: none;
  -webkit-transform: none;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 16px;
  display: inline-block;
  top: -12px; }

.mobile_menu .mm-navbar .mm-btn {
  line-height: 46px; }

@media all and (max-width: 175px) {
  html.mm-opening.mm-opened .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }

@media all and (min-width: 550px) {
  html.mm-opening.mm-opened .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }

@media only screen and (max-width: 767px) {
  .mobile_menu.mm-menu {
    left: auto;
    right: 0;
    display: block !important; }
  .mobile_menu .menu_header {
    border-bottom: 1px solid #AFAFAF; }
  #header_slide {
    display: none; }
  .mobile_menu.mm-menu .mm-listview > li > a.mm-next {
    bottom: 1px; }
  .mobile_menu.mm-menu em.mm-counter {
    z-index: 5;
    pointer-events: none; } }

@media only screen and (min-width: 768px) {
  html.mm-opening.mm-opened .mm-slideout {
    -webkit-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    transform: translate(0%, 0); } }

.Skin_01_Portfolio.galler_datail .prev_next,
.Skin_01_Portfolio.galler_datail .prev_next * {
  box-sizing: content-box;
  -webkit-box-sizing: content-box; }

.load_more {
  margin: 48px 0;
  text-align: center; }

.load_more a {
  display: inline-block; }

.load_more a:hover {
  text-decoration: none; }

.load_more a span {
  background: #ebebeb;
  color: #484747 !important;
  font-size: 14px;
  line-height: 1;
  display: block;
  padding: 15px 15px;
  width: 302px;
  text-transform: uppercase;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  /* Firefox 4 */
  -webkit-transition: all ease-in 200ms;
  /* Safari and Chrome */
  -o-transition: all ease-in 200ms;
  /* Opera */
  -ms-transition: all ease-in 200ms;
  /* IE9? */ }

.load_more a span:hover {
  background: #2e2e2e;
  color: #fff !important;
  text-decoration: none; }

@media only screen and (max-width: 480px) {
  .load_more a span {
    font-size: 12px;
    width: 240px; } }

@media only screen and (max-width: 380px) {
  .load_more a span {
    width: 200px; } }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dd, ol, ul,
figure,
hr,
fieldset, legend {
  margin: 0;
  padding: 0; }

li > ol,
li > ul {
  margin-bottom: 0; }

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

h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
hr,
table,
fieldset, figure,
pre {
  margin-bottom: 10px; }

ul, ol,
dd {
  margin-left: 30px; }

@font-face {
  font-family: "ztk-icons";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/ztk-icons/icomoon.eot?#iefix") format("embedded-opentype"), url("fonts/ztk-icons/icomoon.woff") format("woff"); }

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ztk-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-angle-double-left:before {
  content: "\e906"; }

.icon-angle-double-right:before {
  content: "\e905"; }

.icon-twitter:before {
  content: "\e903"; }

.icon-expand-more:before {
  content: "\e900"; }

.icon-chevron-thin-right:before {
  content: "\e902"; }

.icon-chevron-thin-left:before {
  content: "\e901"; }

.icon-film:before {
  content: "\e913"; }

.icon-files-empty:before {
  content: "\e925"; }

.icon-map:before {
  content: "\e94b"; }

.icon-display:before {
  content: "\e956"; }

.icon-bubbles4:before {
  content: "\e970"; }

.icon-search:before {
  content: "\e986"; }

.icon-briefcase:before {
  content: "\e9ae"; }

.icon-download2:before {
  content: "\e9c5"; }

.icon-link:before {
  content: "\e9cb"; }

.icon-bookmarks:before {
  content: "\e9d3"; }

.icon-info:before {
  content: "\ea0c"; }

.icon-google-plus2:before {
  content: "\ea8c"; }

.icon-facebook2:before {
  content: "\ea91"; }

.icon-youtube2:before {
  content: "\ea9e"; }

.icon-file-pdf:before {
  content: "\eadf"; }

.icon-file-openoffice:before {
  content: "\eae0"; }

.icon-file-word:before, .icon-file-doc:before, .icon-file-docx:before {
  content: "\eae1"; }

.icon-file-excel:before, .icon-file-xls:before, .icon-file-xlsx:before {
  content: "\eae2"; }

.icon-podcast:before {
  content: "\e91c"; }

.icon-file-text:before {
  content: "\e922"; }

.icon-stack:before {
  content: "\e92e"; }

.icon-clock:before {
  content: "\e94e"; }

.icon-calendar:before {
  content: "\e953"; }

.icon-newspaper:before {
  content: "\e904"; }

.icon-phone:before {
  content: "\e942"; }

.icon-envelop:before {
  content: "\e945"; }

.icon-location:before {
  content: "\e947"; }

.icon-printer:before {
  content: "\e954"; }

.icon-user-tie:before {
  content: "\e976"; }

.icon-cogs:before {
  content: "\e995"; }

.icon-circle-right:before {
  content: "\ea42"; }

.icon-circle-up:before {
  content: "\ea41"; }

.icon-circle-right:before {
  content: "\ea42"; }

.icon-circle-down:before {
  content: "\ea43"; }

.icon-circle-left:before {
  content: "\ea44"; }

.icon-checkmark:before {
  content: "\ea10"; }

.icon-plus:before {
  content: "\ea0a"; }

.icon-minus:before {
  content: "\ea0b"; }

.icon-mail:before {
  content: "\ea83"; }

.icon-folder:before {
  content: "\e92f"; }

.icon-download:before {
  content: "\e960"; }

.icon-move-up:before {
  content: "\ea46"; }

.icon-burger,
.icon-burger:before,
.icon-burger:after {
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* icon created in CSS */
  position: absolute;
  background-color: #ffffff;
  border-radius: 2px; }

.icon-burger {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  /* middle line of the menu icon */
  display: inline-block;
  width: 12px;
  height: 2px;
  left: 0;
  top: 50%;
  bottom: auto;
  right: auto; }

.icon-burger:before, .icon-burger:after {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  /* upper and lower lines of the menu icon */
  content: '';
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.icon-burger:before {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px); }

.icon-burger:after {
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px); }

.is-active > .icon-burger {
  /* transform the icon into a 'X' */
  background-color: transparent; }

.is-active > .icon-burger:before, .is-active > .icon-burger:after {
  background-color: #ffffff; }

.is-active > .icon-burger:before {
  -webkit-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg); }

.is-active > .icon-burger:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg); }

html {
  font-family: "HNK-Comp-Pro", Arial, sans-serif;
  font-size: 10px;
  line-height: 13px;
  overflow-y: scroll;
  min-height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

body {
  font-size: 16px;
  line-height: 21px; }

h1 {
  font-size: 35px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

a {
  color: #000000;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: underline; }

li > ul,
li > ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

img {
  max-width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */ }

img[width],
img[height] {
  /* [1] */
  max-width: none; }

q {
  font-style: italic;
  quotes: "‘" "’"; }
  q:before {
    content: open-quote; }
  q:after {
    content: close-quote; }

blockquote {
  quotes: "“" "”"; }
  blockquote p {
    text-indent: -0.42em; }
    blockquote p:before {
      content: open-quote; }
    blockquote p:after {
      content: no-close-quote; }
    blockquote p:last-of-type {
      margin-bottom: 0; }
      blockquote p:last-of-type:after {
        content: close-quote; }

table {
  width: 100%; }

.o-grid-container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  min-width: 240px;
  max-width: 1220px;
  max-width: 1220px;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 46.25em) {
    .o-grid-container {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 46.25em) {
    .o-grid-snappy .o-grid-container, .o-grid-container--snappy {
      max-width: 740px; } }
  @media (min-width: 61.25em) {
    .o-grid-snappy .o-grid-container, .o-grid-container--snappy {
      max-width: 980px; } }
  @media (min-width: 76.25em) {
    .o-grid-snappy .o-grid-container, .o-grid-container--snappy {
      max-width: 1220px; } }
  @media \0screen {
    .o-grid-container {
      padding-left: 20px;
      padding-right: 20px;
      width: 980px; } }

.o-grid-container--bleed {
  padding-left: 0;
  padding-right: 0; }

.o-grid-row {
  clear: both;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  zoom: 1; }
  .o-grid-row {
    /*autoprefixer: off*/
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media print {
      .o-grid-row {
        display: inherit; } }
  @media (min-width: 46.25em) {
    .o-grid-row {
      margin-left: -20px; } }
  @media \0screen {
    .o-grid-row {
      margin-left: -20px; } }
  .o-grid-row:before, .o-grid-row:after {
    content: '';
    display: table; }
    .o-grid-row:before, .o-grid-row:after {
      /*autoprefixer: off*/
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
  .o-grid-row:after {
    clear: both; }

.o-grid-row--compact {
  margin-left: 0; }
  .o-grid-row--compact > [data-o-grid-colspan] {
    padding-left: 0; }

.o-grid-center {
  margin-left: auto;
  margin-right: auto;
  float: none; }

.o-grid-uncenter {
  margin-left: 0;
  margin-right: 0;
  float: left; }

.o-grid-full-width {
  display: block;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
  width: 100%; }

.o-grid-one-half {
  display: block;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  min-width: 50%;
  max-width: 50%;
  width: 50%; }

.o-grid-one-third {
  display: block;
  -webkit-flex-basis: 33.33333%;
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
  min-width: 33.33333%;
  max-width: 33.33333%;
  width: 33.33333%; }

.o-grid-two-thirds {
  display: block;
  -webkit-flex-basis: 66.66667%;
      -ms-flex-preferred-size: 66.66667%;
          flex-basis: 66.66667%;
  min-width: 66.66667%;
  max-width: 66.66667%;
  width: 66.66667%; }

.o-grid-one-quarter {
  display: block;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  min-width: 25%;
  max-width: 25%;
  width: 25%; }

.o-grid-three-quarters {
  display: block;
  -webkit-flex-basis: 75%;
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
  min-width: 75%;
  max-width: 75%;
  width: 75%; }

.o-wrapper {
  max-width: 1280px;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto; }
  .o-wrapper::after {
    clear: both;
    content: "";
    display: table; }

.o-layout {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -30px; }

.o-layout__item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-left: 30px; }

.o-headline__main,
.o-headline__sub {
  margin-bottom: 0;
  line-height: 1; }

.no-flexbox .o-media {
  display: table;
  width: 100%; }

.no-flexbox .o-media__img,
.no-flexbox .o-media__body {
  display: table-cell;
  vertical-align: top; }
  .o-media--middle > .no-flexbox .o-media__img, .o-media--middle >
  .no-flexbox .o-media__body {
    vertical-align: middle; }

.no-flexbox .o-media__img {
  float: left;
  margin-right: 15px; }
  @media (min-width: 61.25em) {
    .no-flexbox .o-media__img {
      margin-right: 30px; } }
  .no-flexbox .o-media__img img {
    max-width: none; }

.no-flexbox .o-media__body {
  width: 100%; }

.flexbox .o-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .flexbox .o-media__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 15px; }
    @media (min-width: 61.25em) {
      .flexbox .o-media__img {
        margin-right: 30px; } }
  .flexbox .o-media__body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }

.o-list-bare, .dnnForm .dnnActions {
  list-style: none;
  margin-left: 0; }

.o-list-inline {
  margin: 0;
  padding: 0;
  list-style: none; }
  .flexbox .o-list-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.o-list-inline__item {
  display: inline-block; }

.o-crop {
  position: relative;
  /* [1] */
  display: block;
  overflow: hidden;
  /* [2] */ }

.o-crop__content {
  position: absolute;
  top: 0;
  /* [1] */
  left: 0;
  /* [1] */
  max-width: none;
  /* [2] */ }

.o-crop__content--right {
  right: 0;
  left: auto; }

.o-crop__content--bottom {
  top: auto;
  bottom: 0; }

.o-crop__content--center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

/* stylelint-disable */
.o-crop--2\:1 {
  padding-bottom: 50%; }

.o-crop--4\:3 {
  padding-bottom: 75%; }

.o-crop--16\:9 {
  padding-bottom: 56.25%; }

/* stylelint-enable */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin: 0 auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;
    margin: 0 auto; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-slider {
  display: none; }

.slick-slider.slick-initialized {
  display: block; }

.slick-slide {
  outline: none; }

.slick-loading .slick-list {
  background: #fff url("/Portals/_default/Skins/20047-UnlimitedColorPack-033/images/vendor/slick/ajax-loader.gif") center center no-repeat; }

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  color: #000000;
  top: 50%;
  margin-top: -16px;
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
  background-color: transparent; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.75; }

.slick-prev:before, .slick-next:before {
  font-family: "ztk-icons";
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 10px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 0; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: 10px; }
  [dir="rtl"] .slick-next {
    left: 0;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

.slick-slider {
  overflow: hidden; }

.slick-dots {
  position: absolute;
  top: 250px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0; }
  @media (min-width: 30.625em) {
    .slick-dots {
      bottom: 30px; } }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li:first-child {
      margin-left: 0; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 10px;
      width: 10px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 0;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 10px;
        height: 10px;
        line-height: 8px;
        text-align: center;
        color: #ffffff;
        border: solid 1px #ffffff;
        border-radius: 50px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #ffffff;
      border-color: #ffffff;
      background: #ffffff; }

.slick-next:before {
  content: "";
  font-weight: 300; }

.slick-prev:before {
  content: "";
  font-weight: 300; }

.DNNEmptyPane {
  display: none !important; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 9999; }

.dnnFormPopup {
  position: absolute;
  padding: 18px;
  background: #fff;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.75);
  z-index: 100000;
  color: #000; }

.dnnFormPopup .ui-dialog-titlebar {
  position: relative;
  padding: 0 0 18px;
  border-bottom: 1px solid #ddd;
  cursor: move;
  font-size: 18px;
  font-weight: bold; }

.dnnFormPopup .dnnModalCtrl {
  display: block;
  position: absolute;
  top: -30px;
  right: -30px;
  width: 69px;
  height: 26px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: 0 0 5px #666;
          box-shadow: 0 0 5px #666; }

.dnnFormPopup .dnnModalCtrl .ui-dialog-titlebar-close {
  float: right;
  display: block;
  height: 18px;
  width: 30px;
  margin: 4px 4px 0 1px;
  overflow: hidden;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border: none;
  outline: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #585858 url("../../../../../../images/closeBtn.png") no-repeat;
  background-position: 8px 4px;
  text-indent: -9999em;
  min-width: 0 !important; }

.dnnFormPopup .dnnModalCtrl .ui-dialog-titlebar-close:hover {
  background: #358EEA url("../../../../../../images/closeBtn.png") no-repeat;
  background-position: 8px 4px;
  cursor: pointer; }

.dnnFormPopup .dnnModalCtrl a.dnnToggleMax {
  float: left;
  display: block;
  height: 18px;
  width: 30px;
  margin: 4px 0 0 4px;
  overflow: hidden;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background: #585858 url("../../../../../../images/resizeBtn.png") no-repeat;
  background-position: 10px 2px;
  text-indent: -9999em; }

.dnnFormPopup .dnnModalCtrl a.dnnToggleMax:hover {
  background: #358EEA url("../../../../../../images/resizeBtn.png") no-repeat;
  background-position: 10px 2px; }

div.ui-dialog-titlebar > .ui-dialog-titlebar-close {
  display: block;
  position: absolute;
  top: -30px;
  right: -30px;
  height: 24px;
  width: 24px;
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  background: #585858 url("../../../../../../images/closeBtn.png") no-repeat;
  background-position: 4px 4px;
  border: 3px solid #fff;
  text-indent: -9999em;
  min-width: 0 !important; }

.dnnFormPopup #iPopUp {
  width: 100% !important;
  padding-top: 10px; }

#iPopUp .ui-dialog-content,
.dnnFormPopup .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0;
  overflow: auto;
  background: #fff;
  zoom: 1; }

.dnnFormPopup .ui-dialog-buttonpane {
  margin: 0.5em 0 0;
  padding: 0.3em 1em 0 0;
  overflow: hidden;
  border-width: 1px 0 0 0;
  background-image: none;
  text-align: left;
  border-top: 1px solid #ddd; }

.dnnFormPopup .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  padding: 0.5em 1em;
  cursor: pointer;
  border: none;
  outline: none; }

.dnnFormPopup .ui-resizable-se {
  float: right;
  height: 24px;
  width: 24px;
  background: url("../../../../../../images/modal-resize-icn.png") no-repeat bottom; }

.dnnFormPopup .dnnDialog {
  padding: 10px; }

.dnnLoading {
  background: #fff url("../../../../../../images/loading.gif") no-repeat center center;
  position: absolute;
  z-index: 9999; }

#Body:not(.UPR_Administrators) #dnn_ctr_EditUser_Profile_ProfileProperties span {
  display: none; }

#Body:not(.UPR_Administrators) #dnn_ctr_EditUser_Profile_ProfileProperties .dnnDropdownSettings {
  display: none !important; }

#Body:not(.UPR_Administrators) .dnnProfile .dnnPrimaryAction {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase; }

#Body:not(.UPR_Administrators) #dnnUserDetails .dnnHelpText {
  display: none !important; }

#Body:not(.UPR_Administrators) #dnnEditUser .dnnPrimaryAction {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase; }

#Body:not(.UPR_Administrators) #dnnEditUser #dnn_ctr_EditUser_adminTabNav li:last-child {
  display: none !important; }

::-moz-selection {
  background: #e4002b;
  color: #ffffff; }

::selection {
  background: #e4002b;
  color: #ffffff; }

::-moz-selection {
  background: #e4002b;
  color: #ffffff; }

.wow {
  visibility: hidden; }

.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms; }

.c-page--lang-hr .lang-en {
  display: none !important; }

.c-page--lang-en .lang-hr {
  display: none !important; }

.mobile-menu--box {
  float: left;
  padding: 0 20px;
  color: #717171;
  cursor: pointer; }
  @media (min-width: 46.25em) {
    .mobile-menu--box {
      border-right: 1px solid #262626; } }
  .mobile-menu--box span {
    display: none; }
    @media (min-width: 46.25em) {
      .mobile-menu--box span {
        display: inline; } }

.c-nav-mobile__button {
  height: 30px;
  width: 30px;
  position: relative;
  top: -5px;
  background-color: transparent;
  border: none;
  outline: none; }
  .c-nav-mobile__button::after {
    clear: both;
    content: "";
    display: table; }
  .c-nav-mobile__button > .icon-burger {
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    height: 2px;
    width: 22px;
    background-color: rgba(255, 255, 255, 0.5);
    left: 50%; }
    .c-nav-mobile__button > .icon-burger:before {
      -webkit-transform: translateY(-7px);
      -ms-transform: translateY(-7px);
      transform: translateY(-7px);
      background-color: rgba(255, 255, 255, 0.5); }
    .c-nav-mobile__button > .icon-burger:after {
      -webkit-transform: translateY(7px);
      -ms-transform: translateY(7px);
      transform: translateY(7px);
      background-color: rgba(255, 255, 255, 0.5); }
  .c-nav-mobile__button.is-active > .icon-burger:before {
    -webkit-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg); }
  .c-nav-mobile__button.is-active > .icon-burger:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg); }

body.is-active\@sm {
  height: 100%;
  width: 100%;
  overflow: hidden; }
  body.is-active\@sm .c-main-content:after {
    height: 100%;
    width: 100%;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    overflow: hidden;
    background-color: transparent; }

.c-nav-mobile {
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  height: 100%;
  width: 240px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1060;
  background-color: #ffffff;
  overflow-y: auto;
  color: #000000; }
  .c-nav-mobile .icon {
    color: #000000; }
  @media (min-width: 61.25em) {
    .c-nav-mobile {
      height: 100%;
      width: 340px; } }

.c-nav-mobile.is-active {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.c-nav-mobile.is-opened {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.33333s;
  transition-duration: 0.33333s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.c-nav-mobile__inner {
  position: relative;
  background-color: #ffffff; }

.c-nav-mobile__list {
  margin-bottom: 0px;
  padding-bottom: 25px;
  clear: left;
  margin-left: 30px;
  margin-right: 30px; }
  .c-nav-mobile__secondary .c-nav-mobile__list {
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 0;
    margin-right: 0; }

.c-nav-mobile__secondary {
  display: none; }

.c-nav-mobile__item {
  position: relative;
  padding-left: 0; }
  .c-nav-mobile__item:last-child .c-nav-mobile__link {
    border-bottom: none; }
  .c-nav-mobile__item--has-child .icon {
    position: absolute;
    top: 5px;
    right: 0;
    padding: 10px;
    cursor: pointer; }
  .c-nav-mobile__item--has-child.is-active .c-nav-mobile__secondary {
    display: block; }
    .c-nav-mobile__item--has-child.is-active .c-nav-mobile__secondary .c-nav-mobile__link {
      border-bottom: solid 1px rgba(102, 102, 102, 0.25); }

.c-nav-mobile__link {
  display: block;
  padding: 15px 0 10px 0;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  border-bottom: solid 1px #666666; }

.c-nav-mobile .language-object {
  position: absolute;
  line-height: 70px;
  top: 0;
  right: 0;
  margin-right: 15px; }
  @media (max-width: 46.24em) {
    .c-nav-mobile .language-object {
      line-height: 50px; } }

.c-nav-mobile .c-nav-language__item {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px; }

.c-nav-mobile .c-nav-language__item > a {
  color: #999999; }

.c-nav-mobile .c-nav-language__item.is-selected {
  color: #ffffff; }

.c-nav-mobile .c-nav-language__item:first-child {
  padding-left: 5px; }

.c-nav-language__headline {
  padding-left: 5px;
  font-size: 16px;
  font-weight: 600; }

.mobile-overlay {
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 1050; }
  .mobile-overlay.is-active {
    visibility: visible;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.33333s;
    transition-duration: 0.33333s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }

.c-nav-mobile__search-button {
  display: block;
  width: 100%;
  padding: 0 30px;
  border: 0;
  text-align: left;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  color: #999;
  line-height: 70px;
  background-color: #000; }
  .c-nav-mobile__search-button > .icon {
    margin-right: 15px;
    color: #999; }
  @media (max-width: 46.24em) {
    .c-nav-mobile__search-button {
      color: #999;
      border-top: none;
      border-bottom: none;
      line-height: 50px; } }

.c-btn {
  display: inline-block;
  vertical-align: middle;
  font: inherit;
  text-align: center;
  margin: 0;
  cursor: pointer;
  padding: 14px 20px; }
  .c-btn:hover, .c-btn:focus {
    text-decoration: none;
    outline: none; }

.c-btn--primary {
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  background-color: #e4002b;
  -webkit-transition: 0.33333s;
  transition: 0.33333s;
  border-radius: 3px; }
  .c-btn--primary:hover, .c-btn--primary:focus {
    background-color: #b10021; }

.c-btn--secondary, .loginContent .dnnFormItem:nth-child(3) > a.dnnPrimaryAction {
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  background-color: #E68200;
  -webkit-transition: 0.33333s;
  transition: 0.33333s;
  border-radius: 3px; }
  .c-btn--secondary:hover, .loginContent .dnnFormItem:nth-child(3) > a.dnnPrimaryAction:hover, .c-btn--secondary:focus, .loginContent .dnnFormItem:nth-child(3) > a.dnnPrimaryAction:focus {
    background-color: #b36500; }

.c-btn--small {
  font-size: 12px;
  line-height: 15px;
  padding: 10px 12px; }
  @media (min-width: 46.25em) {
    .c-btn--small {
      font-size: 14px;
      line-height: 16px;
      padding: 15px 17px; } }

.c-btn--medium, .loginContent .dnnFormItem:nth-child(3) > a.dnnPrimaryAction {
  font-size: 14px;
  line-height: 16px;
  padding: 12px 25px; }
  @media (min-width: 46.25em) {
    .c-btn--medium, .loginContent .dnnFormItem:nth-child(3) > a.dnnPrimaryAction {
      font-size: 16px;
      line-height: 16px;
      padding: 15px 35px; } }

.c-btn--large {
  padding: 30px 60px; }

.c-btn--neutral {
  color: #171717;
  border: solid 1px #171717;
  -webkit-transition: 0.33333s;
  transition: 0.33333s;
  border-radius: 3px; }
  .c-btn--neutral:hover, .c-btn--neutral:focus {
    color: #717171;
    border-color: #717171; }

.c-table-wrapper {
  overflow: auto;
  width: 100%; }

.c-table {
  margin: 15px 0 30px 0;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 60px;
  width: 100%;
  font-size: 18px; }
  .c-table p {
    margin-bottom: 0; }
  .c-table caption {
    margin: 0;
    padding: 0;
    width: 100%; }
  .c-table th {
    font-weight: 600; }
  .c-table td {
    font-weight: 400; }
  .c-table td,
  .c-table th {
    padding: 15px;
    text-align: left;
    vertical-align: top; }
    @media (min-width: 30.625em) {
      .c-table td,
      .c-table th {
        padding: 30px 15px; } }
  .c-table th:not([scope=row]) {
    vertical-align: bottom; }

.c-table .c-table__caption,
.c-table .c-table__caption--bottom,
.c-table .c-table__caption--top {
  font-weight: 600;
  border-bottom: 2px solid #a7a59b;
  border-top: 2px solid #a7a59b;
  font-size: 14px;
  line-height: 18px;
  padding: 9px 0;
  text-align: center;
  text-transform: uppercase; }

.c-table .c-table__caption--top {
  caption-side: top;
  margin-bottom: -2px; }

.c-table .c-table__caption--bottom {
  caption-side: bottom;
  margin-bottom: 0; }

.c-table .c-table__cell--numeric {
  text-align: right; }

.c-table .c-table__cell--content-secondary {
  font-weight: 400;
  display: block;
  font-size: 12px;
  line-height: 12px; }

.c-table--row-stripes {
  background-color: transparent; }
  .c-table--row-stripes caption {
    background-color: transparent; }
  .c-table--row-stripes tbody tr:nth-child(even) {
    background-color: gray; }

.c-table--horizontal-lines tr:not(:last-child) {
  border-bottom: 1px solid gray; }

.c-table--vertical-lines th:not(:last-child):not(:first-child),
.c-table--vertical-lines td:not(:last-child):not(:first-child) {
  border-left: 1px solid gray;
  border-right: 1px solid gray; }

.c-table--horizontal-borders {
  border-bottom: 1px solid gray;
  border-top: 1px solid gray; }
  .c-table--horizontal-borders th:not([scope=row]) {
    border-top: 1px solid silver; }

.c-table--vertical-borders {
  border-left: 1px solid gray;
  border-right: 1px solid gray; }
  .c-table--vertical-borders th[scope=row] {
    border-left: 1px solid silver; }

.c-table--compact th {
  font-size: 12px;
  line-height: 16px;
  padding: 6px 8px; }

.c-table--compact td {
  font-size: 11px;
  line-height: 15px;
  padding: 6px 8px; }

.c-table--responsive-flat {
  float: left;
  width: 100%; }
  .c-table--responsive-flat *,
  .c-table--responsive-flat *:before,
  .c-table--responsive-flat *:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  @media (min-width: 30.625em) {
    .c-table--responsive-flat {
      display: table; } }
  .c-table--responsive-flat td {
    padding: 8px;
    width: 50%; }
    @media (min-width: 30.625em) {
      .c-table--responsive-flat td {
        border-right: 1px solid gray;
        display: table-cell; } }
  .c-table--responsive-flat thead th {
    display: none;
    padding: 8px; }
    @media (min-width: 30.625em) {
      .c-table--responsive-flat thead th {
        border-right: 1px solid gray;
        display: table-cell; } }
  .c-table--responsive-flat tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: 100%; }
    @media (min-width: 30.625em) {
      .c-table--responsive-flat tr {
        display: table-row; } }
  .c-table--responsive-flat tbody tr th {
    border-right: 1px solid gray;
    float: left;
    padding: 8px;
    width: 50%; }
    @media (min-width: 30.625em) {
      .c-table--responsive-flat tbody tr th {
        display: none; } }

.c-table--responsive-overflow {
  margin: 0;
  min-width: 500px;
  width: 100%; }

.c-table--responsive-scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }
  @media (min-width: 30.625em) {
    .c-table--responsive-scroll {
      display: table; } }
  .c-table--responsive-scroll thead {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    @media (min-width: 30.625em) {
      .c-table--responsive-scroll thead {
        display: table-header-group; } }
  .c-table--responsive-scroll tbody {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative; }
    @media (min-width: 30.625em) {
      .c-table--responsive-scroll tbody {
        display: table-row-group; } }
  .c-table--responsive-scroll tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    @media (min-width: 30.625em) {
      .c-table--responsive-scroll tr {
        display: table-row; } }
  .c-table--responsive-scroll th,
  .c-table--responsive-scroll td {
    display: block; }
    @media (min-width: 30.625em) {
      .c-table--responsive-scroll th,
      .c-table--responsive-scroll td {
        display: table-cell; } }

.module-container__title {
  font-size: 35px;
  line-height: 38px;
  font-weight: 400; }

.sharing-bar {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6; }

.sharing-bar__container {
  font-size: 0;
  text-align: center;
  margin: 0 auto; }

.sharing-bar__item {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  margin-top: 15px;
  margin-bottom: 15px;
  border-left: 1px solid #e6e6e6; }
  .sharing-bar__item:first-child {
    border-left: none; }

.sharing-bar__link {
  height: 69px;
  width: 69px;
  display: block;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin-top: -15px;
  margin-bottom: -15px;
  position: relative;
  vertical-align: top;
  color: #ccc; }
  .sharing-bar__link:hover, .sharing-bar__link:focus {
    color: #1a1a1a;
    outline: none; }
  @media (min-width: 61.25em) {
    .sharing-bar__link {
      height: 69px;
      width: 90px; } }

.sharing-bar__icon {
  height: 20px;
  width: 20px;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

html.no-touchevents .Lightbox--body-open {
  overflow: hidden; }

.light-box {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
  opacity: 1;
  -webkit-transition: 0.15s ease-in opacity;
  transition: 0.15s ease-in opacity; }

.light-box--dark {
  background-color: rgba(0, 0, 0, 0.9); }

.light-box__wrapper {
  display: table;
  width: 100%;
  height: 100%; }

.light-box__content {
  margin: 60px auto;
  display: table-cell;
  vertical-align: middle; }

.search-popup {
  width: 90%;
  max-width: 1180px;
  min-height: 650px;
  margin: 0 auto; }
  @media (max-width: 46.24em) {
    .search-popup {
      width: 100%;
      padding: 100px 15px 0; } }

.search-popup .search-form__close-button {
  background-color: transparent;
  position: absolute;
  display: block;
  top: 30px;
  right: 40px;
  border: none;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  cursor: pointer; }

.icon-big-cross {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center; }

.icon-big-cross svg {
  display: inline-block;
  vertical-align: middle; }

.search-popup .search-form__close-button svg path {
  stroke: #666;
  fill: #666; }

.search-popup .search-popup--results-text {
  margin-top: 30px;
  margin-left: 30px;
  color: rgba(152, 152, 152, 0.5);
  display: inline-block;
  font-size: 18px;
  -webkit-font-smoothing: antialiased; }

.search-popup--results-text > span {
  font-size: 20px; }

.search-form__open-button {
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
  outline: none;
  border: none; }

.search-popup .search-form .search-box {
  font-weight: 400;
  font-family: "HNK-Pro", Arial, sans-serif;
  font-size: 35px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.3);
  border: none;
  border-bottom: 1px solid #323232;
  background: transparent;
  outline: none;
  width: 100%;
  max-height: 103px;
  text-shadow: 0 0 0 #fff;
  text-indent: 6px;
  border-radius: 0;
  -webkit-appearance: none; }
  @media (min-width: 46.25em) {
    .search-popup .search-form .search-box {
      font-size: 54px; } }

.sb-material-results .sb-results .media-list,
.sb-material-results .sb-pnl-facets .material-nav-tabs {
  list-style: none;
  margin-left: 0; }

.sb-material-results .avtsb-comment {
  display: none; }

.avtsb-pager .lang-en {
  display: none; }
  .c-page--lang-en .avtsb-pager .lang-en {
    display: inline-block; }

.avtsb-pager .lang-hr {
  display: none; }
  .c-page--lang-hr .avtsb-pager .lang-hr {
    display: inline-block; }

.fnlForm {
  margin: 0; }

.dnnForm .dnnFormItem {
  clear: both;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  zoom: 1;
  margin-left: 0 !important;
  margin-bottom: 10px; }
  .dnnForm .dnnFormItem {
    /*autoprefixer: off*/
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media print {
      .dnnForm .dnnFormItem {
        display: inherit; } }
  @media (min-width: 46.25em) {
    .dnnForm .dnnFormItem {
      margin-left: -20px; } }
  @media \0screen {
    .dnnForm .dnnFormItem {
      margin-left: -20px; } }
  .dnnForm .dnnFormItem:before, .dnnForm .dnnFormItem:after {
    content: '';
    display: table; }
    .dnnForm .dnnFormItem:before, .dnnForm .dnnFormItem:after {
      /*autoprefixer: off*/
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
  .dnnForm .dnnFormItem:after {
    clear: both; }
  .dnnForm .dnnFormItem .dnnLabel {
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    padding-left: 10px;
    display: block;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    padding: 0 !important; }
    @media \0screen {
      .dnnForm .dnnFormItem .dnnLabel {
        min-width: 0 !important; } }
    @media (min-width: 46.25em) {
      .dnnForm .dnnFormItem .dnnLabel {
        padding-left: 20px; } }
    @media \0screen {
      .dnnForm .dnnFormItem .dnnLabel {
        padding-left: 20px; } }
    @media (min-width: 30.625em) {
      .dnnForm .dnnFormItem .dnnLabel {
        display: block;
        -webkit-flex-basis: 25%;
            -ms-flex-preferred-size: 25%;
                flex-basis: 25%;
        min-width: 25%;
        max-width: 25%; } }
    @media \0screen {
      .dnnForm .dnnFormItem .dnnLabel {
        display: block;
        width: 25%; } }
    @media only screen and (min-width: 490px) {
      .dnnForm .dnnFormItem .dnnLabel {
        text-align: right; }
        .dnnForm .dnnFormItem .dnnLabel label.dnnFormLabel, .dnnForm .dnnFormItem .dnnLabel label {
          line-height: 28px;
          margin-right: 10px; } }
  .dnnForm .dnnFormItem > input[type] {
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    padding-left: 10px;
    display: block;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 0; }
    @media \0screen {
      .dnnForm .dnnFormItem > input[type] {
        min-width: 0 !important; } }
    @media (min-width: 46.25em) {
      .dnnForm .dnnFormItem > input[type] {
        padding-left: 20px; } }
    @media \0screen {
      .dnnForm .dnnFormItem > input[type] {
        padding-left: 20px; } }
    @media (min-width: 30.625em) {
      .dnnForm .dnnFormItem > input[type] {
        display: block;
        -webkit-flex-basis: 75%;
            -ms-flex-preferred-size: 75%;
                flex-basis: 75%;
        min-width: 75%;
        max-width: 75%; } }
    @media \0screen {
      .dnnForm .dnnFormItem > input[type] {
        display: block;
        width: 75%; } }
    .c-page-section--registracija .dnnForm .dnnFormItem > input[type] {
      position: relative;
      float: left;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0%;
          -ms-flex: 1 1 0%;
              flex: 1 1 0%;
      padding-left: 10px; }
      @media \0screen {
        .c-page-section--registracija .dnnForm .dnnFormItem > input[type] {
          min-width: 0 !important; } }
      @media (min-width: 46.25em) {
        .c-page-section--registracija .dnnForm .dnnFormItem > input[type] {
          padding-left: 20px; } }
      @media \0screen {
        .c-page-section--registracija .dnnForm .dnnFormItem > input[type] {
          padding-left: 20px; } }
      @media (min-width: 30.625em) {
        .c-page-section--registracija .dnnForm .dnnFormItem > input[type] {
          display: block;
          -webkit-flex-basis: 58.33333%;
              -ms-flex-preferred-size: 58.33333%;
                  flex-basis: 58.33333%;
          min-width: 58.33333%;
          max-width: 58.33333%; } }
      @media \0screen {
        .c-page-section--registracija .dnnForm .dnnFormItem > input[type] {
          display: block;
          width: 58.33333%; } }
  .dnnForm .dnnFormItem > textarea {
    margin-bottom: 0;
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    padding-left: 10px;
    display: block;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%; }
    @media \0screen {
      .dnnForm .dnnFormItem > textarea {
        min-width: 0 !important; } }
    @media (min-width: 46.25em) {
      .dnnForm .dnnFormItem > textarea {
        padding-left: 20px; } }
    @media \0screen {
      .dnnForm .dnnFormItem > textarea {
        padding-left: 20px; } }
    @media (min-width: 30.625em) {
      .dnnForm .dnnFormItem > textarea {
        display: block;
        -webkit-flex-basis: 75%;
            -ms-flex-preferred-size: 75%;
                flex-basis: 75%;
        min-width: 75%;
        max-width: 75%; } }
    @media \0screen {
      .dnnForm .dnnFormItem > textarea {
        display: block;
        width: 75%; } }
  .dnnForm .dnnFormItem .dnnFormLabel {
    width: auto !important; }

.dnnForm .dnnActions {
  padding-top: 10px; }

.dnnForm input.dnnFormRequired {
  border-left: 1px solid #c9c9c9 !important; }

.dnnForm .dnnPrimaryAction {
  padding: 9px 25px;
  background: #006493;
  border: 1px solid #006493;
  display: inline-block;
  white-space: nowrap;
  color: #FFFFFF !important;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 3px;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms;
  -webkit-transition: background-color ease-in 200ms;
  -o-transition: background-color ease-in 200ms;
  -ms-transition: background-color ease-in 200ms; }

.dnnForm .dnnSecondaryAction {
  display: none; }

.register-terms-agreement {
  margin-left: 0;
  margin-bottom: 32px; }
  @media (min-width: 30.625em) {
    .register-terms-agreement {
      margin-left: 25%; } }
  @media (min-width: 46.25em) {
    .register-terms-agreement {
      margin-left: 32.5%; } }
  .register-terms-agreement__link {
    font-weight: 600; }

.dnnForm__captcha-container {
  position: relative; }

.dnnForm__captcha-image {
  position: relative;
  z-index: 1; }
  .dnnForm__captcha-image + div {
    display: none; }

input.dnnForm__captcha-input {
  height: 40px;
  width: 100%;
  position: absolute;
  left: 0;
  padding-left: 150px !important; }

.login-register-account__message {
  margin: 60px 0;
  font-size: 12px;
  text-align: center; }
  @media (min-width: 30.625em) {
    .login-register-account__message {
      margin-left: 25%;
      font-size: 15px;
      text-align: left; } }
  @media (min-width: 61.25em) {
    .login-register-account__message {
      margin-left: 16.5%; } }
  @media (min-width: 46.25em) {
    .c-page-section--registracija .login-register-account__message {
      margin-left: 32.5%; } }
  .login-register-account__message .icon {
    font-size: 9px;
    margin-left: 7.5px;
    margin-right: 7.5px; }
    @media (min-width: 30.625em) {
      .login-register-account__message .icon {
        font-size: 11px;
        margin-left: 15px;
        margin-right: 15px; } }
  .login-register-account__message .login-register-account__link {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px; }
    @media (min-width: 30.625em) {
      .login-register-account__message .login-register-account__link {
        font-size: 13px; } }

.dnnFormMessage.dnnFormValidationSummary,
.dnnFormItem .dnnFormMessage.dnnFormError {
  margin-bottom: 30px; }

@media (min-width: 30.625em) {
  .dnnFormMessage.dnnFormValidationSummary {
    margin-left: 25%; } }

@media (min-width: 61.25em) {
  .dnnFormMessage.dnnFormValidationSummary {
    margin-left: 16.5%; } }

@media (min-width: 30.625em) {
  .dnnFormItem .dnnFormMessage.dnnFormError {
    margin-left: 25%; } }

div.dnnPasswordResetContent {
  max-width: 550px;
  margin: 0 auto;
  width: 100%; }

div.dnnForm.dnnPasswordReset ul.dnnActions, div.dnnForm.dnnPasswordReset .dnnFormItem .dnnFormMessage.dnnFormError {
  margin-left: 0 !important; }

div.dnnForm.dnnPasswordReset .dnnActions li:first-child {
  padding-left: 0 !important; }

.c-page--Gre_ka_500 .dnnFormValidationSummary, .c-page--Error_500 .dnnFormValidationSummary, .c-page--Gre_ka_404 .dnnFormValidationSummary, .c-page--Error_404 .dnnFormValidationSummary {
  display: none; }

.dnnLogin > div {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  min-width: 240px;
  max-width: 1220px;
  max-width: 1220px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 0 !important; }
  @media (min-width: 46.25em) {
    .dnnLogin > div {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 46.25em) {
    .o-grid-snappy .dnnLogin > div, .dnnLogin > div--snappy {
      max-width: 740px; } }
  @media (min-width: 61.25em) {
    .o-grid-snappy .dnnLogin > div, .dnnLogin > div--snappy {
      max-width: 980px; } }
  @media (min-width: 76.25em) {
    .o-grid-snappy .dnnLogin > div, .dnnLogin > div--snappy {
      max-width: 1220px; } }
  @media \0screen {
    .dnnLogin > div {
      padding-left: 20px;
      padding-right: 20px;
      width: 980px; } }

.loginContent {
  clear: both;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  zoom: 1; }
  .loginContent {
    /*autoprefixer: off*/
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media print {
      .loginContent {
        display: inherit; } }
  @media (min-width: 46.25em) {
    .loginContent {
      margin-left: -20px; } }
  @media \0screen {
    .loginContent {
      margin-left: -20px; } }
  .loginContent:before, .loginContent:after {
    content: '';
    display: table; }
    .loginContent:before, .loginContent:after {
      /*autoprefixer: off*/
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
  .loginContent:after {
    clear: both; }
  .loginContent .dnnFormItem input[type] {
    color: #000000;
    padding-left: 10px;
    font-size: 14px;
    line-height: 24px; }
  .loginContent .LoginPanel {
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    padding-left: 10px;
    display: block;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    padding-right: 0 !important; }
    @media \0screen {
      .loginContent .LoginPanel {
        min-width: 0 !important; } }
    @media (min-width: 46.25em) {
      .loginContent .LoginPanel {
        padding-left: 20px; } }
    @media \0screen {
      .loginContent .LoginPanel {
        padding-left: 20px; } }
    @media (min-width: 61.25em) {
      .loginContent .LoginPanel {
        display: block;
        -webkit-flex-basis: 66.66667%;
            -ms-flex-preferred-size: 66.66667%;
                flex-basis: 66.66667%;
        min-width: 66.66667%;
        max-width: 66.66667%; } }
    @media \0screen {
      .loginContent .LoginPanel {
        display: block;
        width: 66.66667%; } }
  .loginContent .dnnSocialRegistration {
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    padding-left: 10px;
    display: block;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%; }
    @media \0screen {
      .loginContent .dnnSocialRegistration {
        min-width: 0 !important; } }
    @media (min-width: 46.25em) {
      .loginContent .dnnSocialRegistration {
        padding-left: 20px; } }
    @media \0screen {
      .loginContent .dnnSocialRegistration {
        padding-left: 20px; } }
    @media (min-width: 61.25em) {
      .loginContent .dnnSocialRegistration {
        display: block;
        -webkit-flex-basis: 33.33333%;
            -ms-flex-preferred-size: 33.33333%;
                flex-basis: 33.33333%;
        min-width: 33.33333%;
        max-width: 33.33333%; } }
    @media \0screen {
      .loginContent .dnnSocialRegistration {
        display: block;
        width: 33.33333%; } }
    @media (min-width: 30.625em) and (max-width: 61.24em) {
      .loginContent .dnnSocialRegistration {
        padding-left: 25%; } }
    .loginContent .dnnSocialRegistration #socialControls {
      padding: 0 !important; }
  .loginContent .dnnFormItem:nth-child(3) {
    width: auto; }
    .loginContent .dnnFormItem:nth-child(3) > a.dnnPrimaryAction {
      margin: 0 10px;
      min-width: 110px; }
    .loginContent .dnnFormItem:nth-child(3) > a.dnnPrimaryAction {
      margin-left: 0; }
      @media (min-width: 30.625em) {
        .loginContent .dnnFormItem:nth-child(3) > a.dnnPrimaryAction {
          margin-left: 25%; } }
    .loginContent .dnnFormItem:nth-child(3) > a.dnnSecondaryAction {
      display: none; }
    .loginContent .dnnFormItem:nth-child(3) .dnnFormLabel {
      display: none; }
  .loginContent .dnnFormItem:nth-child(4) .dnnFormLabel {
    display: none; }
  .loginContent .dnnLoginRememberMe,
  .loginContent .dnnLoginActions {
    margin-left: 0; }
    @media (min-width: 30.625em) {
      .loginContent .dnnLoginRememberMe,
      .loginContent .dnnLoginActions {
        margin-left: 25%; } }
  .loginContent .dnnLoginRememberMe {
    line-height: 0; }
    .loginContent .dnnLoginRememberMe .dnnCheckbox .mark {
      position: relative;
      display: inline-block;
      width: 13px;
      height: 13px;
      margin-right: 5px;
      padding-left: 6px;
      padding-top: 5px;
      font-size: 16px;
      border: solid 1px #b9b9b9;
      background-color: #fff;
      cursor: pointer; }
      .loginContent .dnnLoginRememberMe .dnnCheckbox .mark:before {
        -webkit-transition: -webkit-transform 0.4s;
        transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
        transition: transform 0.4s, -webkit-transform 0.4s;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
        -webkit-transition-timing-function: cubic-bezier(0.45, 1.8, 0.5, 0.75);
        transition-timing-function: cubic-bezier(0.45, 1.8, 0.5, 0.75);
        -webkit-transform: rotate(-45deg) scale(0, 0);
        -ms-transform: rotate(-45deg) scale(0, 0);
        transform: rotate(-45deg) scale(0, 0);
        content: "";
        position: absolute;
        left: 1px;
        top: -1px;
        z-index: 1;
        width: 12px;
        height: 6px;
        border: 2px solid #000;
        border-top-style: none;
        border-right-style: none; }
    .loginContent .dnnLoginRememberMe .dnnCheckbox .mark.dnnCheckbox-hover {
      border: solid 1px #000; }
    .loginContent .dnnLoginRememberMe .dnnCheckbox-checked .mark:before {
      -webkit-transform: rotate(-45deg) scale(1, 1);
      -ms-transform: rotate(-45deg) scale(1, 1);
      transform: rotate(-45deg) scale(1, 1); }
  .loginContent .dnnFormItem:nth-child(5) .dnnFormLabel {
    display: none; }
  .loginContent .dnnSocialRegistration {
    display: none; }

#dnn_ctr797_Login_Login_DNN_registerLink {
  display: none !important; }

#dnn_ctr797_Login_Login_DNN_passwordLink {
  font-style: italic; }

#dnn_ctr797_ctl00_dnnSkinMessage {
  margin-top: 15px;
  margin-bottom: 15px; }

.cc_banner-wrapper {
  z-index: 9001;
  position: relative; }

.cc_container .cc_btn {
  cursor: pointer;
  text-align: center;
  font-size: 0.6em;
  -webkit-transition: font-size 200ms;
  transition: font-size 200ms;
  line-height: 1em; }

.cc_container .cc_message {
  font-size: 0.6em;
  -webkit-transition: font-size 200ms;
  transition: font-size 200ms;
  margin: 0;
  padding: 0;
  line-height: 1.5em; }

.cc_container .cc_logo {
  display: none;
  text-indent: -1000px;
  overflow: hidden;
  width: 100px;
  height: 22px;
  background-size: cover;
  background-image: url(//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.9/logo.png);
  opacity: 0.9;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms; }

.cc_container .cc_logo:hover, .cc_container .cc_logo:active {
  opacity: 1; }

@media screen and (min-width: 500px) {
  .cc_container .cc_btn {
    font-size: 0.8em; }
  .cc_container .cc_message {
    font-size: 0.8em; } }

@media screen and (min-width: 768px) {
  .cc_container .cc_btn {
    font-size: 1em; }
  .cc_container .cc_message {
    font-size: 1em;
    line-height: 1em; } }

@media screen and (min-width: 992px) {
  .cc_container .cc_message {
    font-size: 1em; } }

@media print {
  .cc_banner-wrapper, .cc_container {
    display: none; } }

.cc_container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.8); }

.cc_container .cc_btn {
  padding: 8px 10px;
  background-color: #b10021;
  cursor: pointer;
  -webkit-transition: font-size 200ms;
  transition: font-size 200ms;
  text-align: center;
  font-size: 0.6em;
  display: block;
  width: 33%;
  margin-left: 10px;
  float: right;
  max-width: 120px; }

.cc_container .cc_message {
  -webkit-transition: font-size 200ms;
  transition: font-size 200ms;
  font-size: 0.6em;
  display: block; }

@media screen and (min-width: 500px) {
  .cc_container .cc_btn {
    font-size: 0.8em; }
  .cc_container .cc_message {
    margin-top: 0.5em;
    font-size: 0.8em; } }

@media screen and (min-width: 768px) {
  .cc_container {
    padding: 15px 30px 15px; }
  .cc_container .cc_btn {
    font-size: 1em;
    padding: 8px 15px; }
  .cc_container .cc_message {
    font-size: 1em; } }

@media screen and (min-width: 992px) {
  .cc_container .cc_message {
    font-size: 1em; } }

.cc_container {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 17px;
  font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.cc_container ::-moz-selection {
  background: #ff5e99;
  color: #fff;
  text-shadow: none; }

.cc_container .cc_btn, .cc_container .cc_btn:visited {
  color: #fff;
  background-color: #b10021;
  -webkit-transition: background 200ms ease-in-out,color 200ms ease-in-out,-webkit-box-shadow 200ms ease-in-out;
  transition: background 200ms ease-in-out,color 200ms ease-in-out,-webkit-box-shadow 200ms ease-in-out;
  transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
  transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out,-webkit-box-shadow 200ms ease-in-out;
  -webkit-transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px; }

.cc_container .cc_btn:hover, .cc_container .cc_btn:active {
  background-color: #fff;
  color: #000; }

.cc_container a, .cc_container a:visited {
  text-decoration: none;
  color: #31a8f0;
  -webkit-transition: 200ms color;
  transition: 200ms color; }

.cc_container a:hover, .cc_container a:active {
  color: #b2f7ff; }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(66px);
    transform: translateY(66px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(66px);
    -ms-transform: translateY(66px);
    transform: translateY(66px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.cc_container, .cc_message, .cc_btn {
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  -webkit-animation-name: slideUp;
  animation-name: slideUp; }

.slide__image {
  display: block;
  margin: 0 auto; }

.c-nav-box ul {
  clear: both;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  zoom: 1; }
  .c-nav-box ul {
    /*autoprefixer: off*/
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media print {
      .c-nav-box ul {
        display: inherit; } }
  @media (min-width: 46.25em) {
    .c-nav-box ul {
      margin-left: -20px; } }
  @media \0screen {
    .c-nav-box ul {
      margin-left: -20px; } }
  .c-nav-box ul:before, .c-nav-box ul:after {
    content: '';
    display: table; }
    .c-nav-box ul:before, .c-nav-box ul:after {
      /*autoprefixer: off*/
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
  .c-nav-box ul:after {
    clear: both; }

.c-nav-box__item {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  padding-left: 10px;
  display: block;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  margin-bottom: 15px; }
  @media \0screen {
    .c-nav-box__item {
      min-width: 0 !important; } }
  @media (min-width: 46.25em) {
    .c-nav-box__item {
      padding-left: 20px; } }
  @media \0screen {
    .c-nav-box__item {
      padding-left: 20px; } }
  @media (min-width: 30.625em) {
    .c-nav-box__item {
      display: block;
      -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
      min-width: 50%;
      max-width: 50%; } }
  @media \0screen {
    .c-nav-box__item {
      display: block;
      width: 50%; } }
  @media (min-width: 46.25em) {
    .c-nav-box__item {
      display: block;
      -webkit-flex-basis: 33.33333%;
          -ms-flex-preferred-size: 33.33333%;
              flex-basis: 33.33333%;
      min-width: 33.33333%;
      max-width: 33.33333%; } }
  @media \0screen {
    .c-nav-box__item {
      display: block;
      width: 33.33333%; } }

.c-nav-box__item--inner {
  border: 1px solid #999;
  border-bottom-width: 2px;
  border-bottom-color: #69B532;
  padding: 15px;
  position: relative;
  min-height: 100px;
  cursor: pointer;
  padding: 15px; }

.js-promo-content img {
  max-width: 300px; }

.c-content__text strong {
  font-weight: 600; }

.c-content__text a {
  text-decoration: underline; }

.c-content__text ul, .c-content__text ol {
  margin-left: 15px; }

.c-content__text img {
  margin: 10px 0; }

.c-content__text .content-img {
  margin: 0; }

.c-content__text .izdanja-block h3 {
  margin: 30px 0 10px 0; }

.c-content__text .books td, .c-content__text .books th {
  width: 33.33%; }


.u-h,
.u-hidden-visually {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.hide,
.is-hidden,
[hidden],
.u-hidden {
  display: none !important; }

@media (max-width: 30.615em) {
  .hide-until\@sm {
    display: none !important; } }

@media (max-width: 46.24em) {
  .hide-until\@md {
    display: none !important; } }

@media (max-width: 61.24em) {
  .hide-until\@lg {
    display: none !important; } }

@media (max-width: 76.24em) {
  .hide-until\@xl {
    display: none !important; } }

@media (min-width: 30.625em) {
  .hide-from\@sm {
    display: none !important; } }

@media (min-width: 46.25em) {
  .hide-from\@md {
    display: none !important; } }

@media (min-width: 61.25em) {
  .hide-from\@lg {
    display: none !important; } }

@media (min-width: 76.25em) {
  .hide-from\@xl {
    display: none !important; } }

@media (min-width: 30.625em) {
  .show-from\@sm {
    display: block !important; } }

@media (min-width: 46.25em) {
  .show-from\@md {
    display: block !important; } }

@media (min-width: 61.25em) {
  .show-from\@lg {
    display: block !important; } }

@media (min-width: 76.25em) {
  .show-from\@xl {
    display: block !important; } }

@media (max-width: 30.615em) {
  .show-until\@sm {
    display: block !important; } }

@media (max-width: 46.24em) {
  .show-until\@md {
    display: block !important; } }

@media (max-width: 61.24em) {
  .show-until\@lg {
    display: block !important; } }

@media (max-width: 76.24em) {
  .show-until\@xl {
    display: block !important; } }

.u-cf::after,
.u-clearfix::after {
  clear: both;
  content: "";
  display: table; }

.u-responsive-ratio {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden; }
  .u-responsive-ratio img,
  .u-responsive-ratio object,
  .u-responsive-ratio embed,
  .u-responsive-ratio iframe,
  .u-responsive-ratio svg,
  .u-responsive-ratio video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.u-responsive-ratio--hd {
  padding-bottom: 56.25%; }

.u-responsive-ratio--hd2 {
  padding-bottom: 33.33333%; }

.u-responsive-ratio--letterbox {
  padding-bottom: 40%; }

.u-text-hyphenate {
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }

.u-test-ellipsis {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal; }

.u-button-reset {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  background: transparent; }
  .u-button-reset:focus {
    outline: 0; }

.u-underline {
  text-decoration: none !important;
  border-bottom: 1px solid colour(neutral-4);
  -webkit-transition: border-color .15s ease-out;
  transition: border-color .15s ease-out; }
  .u-underline:hover, .u-underline:focus {
    /*border-color: ;*/ }
  .u-underline:active {
    /*border-color: ;*/ }

.u-nobr {
  white-space: nowrap; }

.flushp {
  padding: 0 !important; }

.flushp--top {
  padding-top: 0 !important; }

.u-p--top-3 {
  padding-top: 3px; }

.u-p--bottom-3 {
  padding-bottom: 3px; }

.meta-button {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

.u-font-weight-normal {
  font-weight: normal; }

.u-vertical-align-middle-icon svg {
  vertical-align: middle; }

.u-pull--left {
  float: left; }

.u-pull--right {
  float: right; }

@media (min-width: 30.625em) {
  .u-pull--left\@sm {
    float: left; } }

@media (min-width: 30.625em) {
  .u-pull--right\@sm {
    float: right; } }

@media (min-width: 46.25em) {
  .u-pull--left\@md {
    float: left; } }

@media (min-width: 46.25em) {
  .u-pull--right\@md {
    float: right; } }

@media (min-width: 61.25em) {
  .u-pull--left\@lg {
    float: left; } }

@media (min-width: 61.25em) {
  .u-pull--right\@lg {
    float: right; } }

@media (min-width: 76.25em) {
  .u-pull--left\@xl {
    float: left; } }

@media (min-width: 76.25em) {
  .u-pull--right\@xl {
    float: right; } }

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

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

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

.u-hide-border {
  border: none; }

.u-faux-block-link {
  position: relative; }

.u-faux-block-link a,
.u-faux-block-link abbr[title],
.u-faux-block-link__promote {
  position: relative;
  z-index: 1; }

.u-faux-block-link__overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background: transparent; }

a.u-faux-block-link__overlay {
  position: absolute;
  z-index: 0;
  opacity: 0; }
  a.u-faux-block-link__overlay:focus {
    outline: none; }

.u-faux-block-link--hover .u-faux-block-link__cta {
  text-decoration: underline; }

.u-1\/1 {
  width: 100% !important; }

.u-1\/2 {
  width: 50% !important; }

.u-2\/2 {
  width: 100% !important; }

.u-1\/3 {
  width: 33.33333% !important; }

.u-2\/3 {
  width: 66.66667% !important; }

.u-3\/3 {
  width: 100% !important; }

.u-1\/4 {
  width: 25% !important; }

.u-2\/4 {
  width: 50% !important; }

.u-3\/4 {
  width: 75% !important; }

.u-4\/4 {
  width: 100% !important; }

.u-1\/5 {
  width: 20% !important; }

.u-2\/5 {
  width: 40% !important; }

.u-3\/5 {
  width: 60% !important; }

.u-4\/5 {
  width: 80% !important; }

.u-5\/5 {
  width: 100% !important; }

@media screen and (min-width: 720px) {
  .u-1\/1\@sm {
    width: 100% !important; }
  .u-1\/2\@sm {
    width: 50% !important; }
  .u-2\/2\@sm {
    width: 100% !important; }
  .u-1\/3\@sm {
    width: 33.33333% !important; }
  .u-2\/3\@sm {
    width: 66.66667% !important; }
  .u-3\/3\@sm {
    width: 100% !important; }
  .u-1\/4\@sm {
    width: 25% !important; }
  .u-2\/4\@sm {
    width: 50% !important; }
  .u-3\/4\@sm {
    width: 75% !important; }
  .u-4\/4\@sm {
    width: 100% !important; }
  .u-1\/5\@sm {
    width: 20% !important; }
  .u-2\/5\@sm {
    width: 40% !important; }
  .u-3\/5\@sm {
    width: 60% !important; }
  .u-4\/5\@sm {
    width: 80% !important; }
  .u-5\/5\@sm {
    width: 100% !important; } }

@media screen and (min-width: 1024px) {
  .u-1\/1\@md {
    width: 100% !important; }
  .u-1\/2\@md {
    width: 50% !important; }
  .u-2\/2\@md {
    width: 100% !important; }
  .u-1\/3\@md {
    width: 33.33333% !important; }
  .u-2\/3\@md {
    width: 66.66667% !important; }
  .u-3\/3\@md {
    width: 100% !important; }
  .u-1\/4\@md {
    width: 25% !important; }
  .u-2\/4\@md {
    width: 50% !important; }
  .u-3\/4\@md {
    width: 75% !important; }
  .u-4\/4\@md {
    width: 100% !important; }
  .u-1\/5\@md {
    width: 20% !important; }
  .u-2\/5\@md {
    width: 40% !important; }
  .u-3\/5\@md {
    width: 60% !important; }
  .u-4\/5\@md {
    width: 80% !important; }
  .u-5\/5\@md {
    width: 100% !important; } }

@media screen and (min-width: 1200px) {
  .u-1\/1\@lg {
    width: 100% !important; }
  .u-1\/2\@lg {
    width: 50% !important; }
  .u-2\/2\@lg {
    width: 100% !important; }
  .u-1\/3\@lg {
    width: 33.33333% !important; }
  .u-2\/3\@lg {
    width: 66.66667% !important; }
  .u-3\/3\@lg {
    width: 100% !important; }
  .u-1\/4\@lg {
    width: 25% !important; }
  .u-2\/4\@lg {
    width: 50% !important; }
  .u-3\/4\@lg {
    width: 75% !important; }
  .u-4\/4\@lg {
    width: 100% !important; }
  .u-1\/5\@lg {
    width: 20% !important; }
  .u-2\/5\@lg {
    width: 40% !important; }
  .u-3\/5\@lg {
    width: 60% !important; }
  .u-4\/5\@lg {
    width: 80% !important; }
  .u-5\/5\@lg {
    width: 100% !important; } }

.u-h1 {
  font-size: 35px; }

.u-h2 {
  font-size: 25px; }

.u-h3 {
  font-size: 20px; }

.u-h4 {
  font-size: 18px; }

.u-h5 {
  font-size: 16px; }

.u-h6 {
  font-size: 14px; }

.u-padding {
  padding: 30px !important; }

.u-padding-tiny {
  padding: 15px !important; }

.u-padding-small {
  padding: 20px !important; }

.u-padding-large {
  padding: 45px !important; }

.u-padding-huge {
  padding: 60px !important; }

.u-padding-none {
  padding: 0 !important; }

.u-padding-top {
  padding-top: 30px !important; }

.u-padding-top-tiny {
  padding-top: 15px !important; }

.u-padding-top-small {
  padding-top: 20px !important; }

.u-padding-top-large {
  padding-top: 45px !important; }

.u-padding-top-huge {
  padding-top: 60px !important; }

.u-padding-top-none {
  padding-top: 0 !important; }

.u-padding-right {
  padding-right: 30px !important; }

.u-padding-right-tiny {
  padding-right: 15px !important; }

.u-padding-right-small {
  padding-right: 20px !important; }

.u-padding-right-large {
  padding-right: 45px !important; }

.u-padding-right-huge {
  padding-right: 60px !important; }

.u-padding-right-none {
  padding-right: 0 !important; }

.u-padding-bottom {
  padding-bottom: 30px !important; }

.u-padding-bottom-tiny {
  padding-bottom: 15px !important; }

.u-padding-bottom-small {
  padding-bottom: 20px !important; }

.u-padding-bottom-large {
  padding-bottom: 45px !important; }

.u-padding-bottom-huge {
  padding-bottom: 60px !important; }

.u-padding-bottom-none {
  padding-bottom: 0 !important; }

.u-padding-left {
  padding-left: 30px !important; }

.u-padding-left-tiny {
  padding-left: 15px !important; }

.u-padding-left-small {
  padding-left: 20px !important; }

.u-padding-left-large {
  padding-left: 45px !important; }

.u-padding-left-huge {
  padding-left: 60px !important; }

.u-padding-left-none {
  padding-left: 0 !important; }

.u-margin {
  margin: 30px !important; }

.u-margin-tiny {
  margin: 15px !important; }

.u-margin-small {
  margin: 20px !important; }

.u-margin-large {
  margin: 45px !important; }

.u-margin-huge {
  margin: 60px !important; }

.u-margin-none {
  margin: 0 !important; }

.u-margin-top {
  margin-top: 30px !important; }

.u-margin-top-tiny {
  margin-top: 15px !important; }

.u-margin-top-small {
  margin-top: 20px !important; }

.u-margin-top-large {
  margin-top: 45px !important; }

.u-margin-top-huge {
  margin-top: 60px !important; }

.u-margin-top-none {
  margin-top: 0 !important; }

.u-margin-right {
  margin-right: 30px !important; }

.u-margin-right-tiny {
  margin-right: 15px !important; }

.u-margin-right-small {
  margin-right: 20px !important; }

.u-margin-right-large {
  margin-right: 45px !important; }

.u-margin-right-huge {
  margin-right: 60px !important; }

.u-margin-right-none {
  margin-right: 0 !important; }

.u-margin-bottom {
  margin-bottom: 30px !important; }

.u-margin-bottom-tiny {
  margin-bottom: 15px !important; }

.u-margin-bottom-small {
  margin-bottom: 20px !important; }

.u-margin-bottom-large {
  margin-bottom: 45px !important; }

.u-margin-bottom-huge {
  margin-bottom: 60px !important; }

.u-margin-bottom-none {
  margin-bottom: 0 !important; }

.u-margin-left {
  margin-left: 30px !important; }

.u-margin-left-tiny {
  margin-left: 15px !important; }

.u-margin-left-small {
  margin-left: 20px !important; }

.u-margin-left-large {
  margin-left: 45px !important; }

.u-margin-left-huge {
  margin-left: 60px !important; }

.u-margin-left-none {
  margin-left: 0 !important; }

@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  p:first-line,
  div:first-line,
  blockquote:first-line,
  li:first-line {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=skin.css.map */

/*GDPR*/
.cookiebar {
  position: fixed;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), -3px -4px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
.cookiebar .card {
  position: relative;
  margin: 0;
  width: 100%;
  border-radius: 2px;
  background-color: white;
}
.cookiebar .card-inner {
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  max-width: 48em;
  max-height: 60vh;
}
.cookiebar .card-content {
  padding: 24px;
  border-radius: 0 0 2px 2px;
  font-size: 13px;
  color: #333;
}
.cookiebar .card-title {
  margin-bottom: 8px;
  display: block;
  line-height: 32px;
  font-size: 19.5px;
  font-weight: 300;
  color: #006493;
}
.cookiebar .card-action {
  position: relative;
  padding: 16px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: inherit;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
}
.cookiebar .card-action #basic_chkbx, .cookiebar .card-action label[for="basic_chkbx"] {
  opacity: 0.5;
}
.cookiebar .card-action label {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .cookiebar .card-action {
    width: 100%;
  }
  .cookiebar .card-action .flex {
    margin-top: 10px;
  }
}
.m-right--1 {
  margin-right: 1em;
}
.width--100 {
  width: 100%;
}
.flex {
  display: flex;
}
.align__items--center {
  align-items: center !important;
}
.justify--center {
  justify-content: center !important;
}
.button--orange {
  background: #006493;
  color: white;
}
.mw--48 {
  max-width: 48em;
}
.mw--default {
  max-width: 100%;
}
@media only screen and (min-width: 767px) {
  .mw--default {
    max-width: 90vw;
  }
}
@media only screen and (min-width: 1200px) {
  .mw--default {
    max-width: 60vw;
  }
}
.flex--row {
  flex-direction: row;
}
.flex--column {
  flex-direction: column;
}
.center {
  margin: 0 auto;
}
.gdpr .button {
  position: relative;
  padding: 7.5px 15px;
  overflow: hidden;
  margin-left: 20px;
  border: none;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  background: #006493;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14.4px;
  font-size: 0.9rem;
  color: white;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
}
.gdpr .button--orange {
  background: #009ee3;
}
@media only screen and (max-width: 575px) {
  .gdpr .button {
    margin-left: 0;
  }
}
.gdpr h1, .gdpr h2, .gdpr h3, .gdpr p, .gdpr label, .gdpr a {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.gdpr .block {
  display: block;
}
.c-gdpr__items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .c-gdpr__items {
    flex-wrap: wrap;
    flex-direction: row !important;
    padding-left: 0;
    margin-left: 0;
  }
}
.c-gdpr__item {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.c-gdpr__item-title {
  display: flex;
  margin-right: 1em;
}
@media only screen and (max-width: 991px) {
  .c-gdpr__item {
    flex: 1 1 50%;
    margin-bottom: 10px;
    justify-content: flex-end;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .c-gdpr__description {
    max-height: 40vh;
    overflow-y: auto;
  }
}
/* For IE10 */
@media screen and (-ms-high-contrast: active) and (min-width: 992px), screen and (-ms-high-contrast: none) and (min-width: 992px) {
  .c-gdpr__item.c-gdpr__item {
    width: 20%;
  }
  .card-action .button.width--100 {
    width: 20%;
  }
}


