/*#region Global Styles */
div.hz-divider {
  margin: 15px 0;
  clear: both;
  height: 1px;
  display: block;
  background-color: transparent;
}
div.hz-divider.tiny {
  margin: 5px 0;
}
div.hz-divider.small,
div.hz-divider.default {
  margin: 10px 0;
}
div.hz-divider.large {
  margin: 30px 0;
}
div.hz-divider.x-large {
  margin: 45px 0;
}
[class*="icon"]:after {
  content: " ";
  display: inline;
}
::selection {
  background-color: #e88937;
  color: white;
  -o-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
}
.section-title {
  margin-bottom: 20px;
}
.section-title > h1,
.section-title > h2,
.section-title > h3,
.section-title > h4,
.section-title > h5,
.section-title > h6 {
  /*background-color: #ecf0f1;*/
  color: #e67e22;
  /*font-weight: normal;*/

  display: inline-block;
  padding: 0 px;
  margin: 0;
  font-size: 30px;
  line-height: 2em;
  -o-text-shadow: 0 1px 1px #ffffff;
  -moz-text-shadow: 0 1px 1px #ffffff;
  -ms-text-shadow: 0 1px 1px #ffffff;
  -webkit-text-shadow: 0 1px 1px #ffffff;
  text-shadow: 0 1px 1px #ffffff;
}
.section-title.seprator {
  border-bottom: 1px solid #f28b00;
  /*>h1, >h2, >h3, >h4, >h5, >h6 {

        }*/

}
.subtitle {
  padding-bottom: 10px;
  /*font-weight: normal;*/

  /*border-bottom: 3px double #ecf0f1;*/
}
.drop-cap:first-letter {
  color: #e67e22;
  font-size: 1.6em;
}
.justify {
  text-align: left;
}
.primary-color {
  color: #e67e22;
}
/*#region ScrollBar Styles */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background-color: rgba(113, 112, 107, 0.2);
}
::-webkit-scrollbar-thumb:vertical {
  background-color: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-thumb:vertical:hover,
::-webkit-scrollbar-thumb:horizontal:hover {
  background: #e67e22;
}
::-webkit-scrollbar-thumb:horizontal {
  background-color: rgba(0, 0, 0, 0.2);
}
blockquote {
  border-left-color: #ecf0f1;
}
/*#endregion ScrollBar Styles*/
/*#endregion Global Styles  */
/*#region Bootstrap-Override */
.btn-group > .btn + .dropdown-toggle {
  -o-box-shadow: 0 2px 0 #d67118;
  -ms-box-shadow: 0 2px 0 #d67118;
  -moz-box-shadow: 0 2px 0 #d67118;
  -webkit-box-shadow: 0 2px 0 #d67118;
  box-shadow: 0 2px 0 #d67118;
}
.btn,
.btn.dropdown-toggle {
  border: 0;
  background-color: transparent;
  background-image: none;
  -ms-filter: "none";
  background-color: #e67e22;
  -o-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
  color: #ffffff;
  -o-box-shadow: 0 2px 0 #d67118;
  -ms-box-shadow: 0 2px 0 #d67118;
  -moz-box-shadow: 0 2px 0 #d67118;
  -webkit-box-shadow: 0 2px 0 #d67118;
  box-shadow: 0 2px 0 #d67118;
}
.btn:focus,
.btn.dropdown-toggle:focus {
  background-color: #e67e22;
  color: #ffffff;
}
.no-boxshadow .btn,
.no-boxshadow .btn.dropdown-toggle {
  border-bottom: 2px solid #d67118;
}
.btn:hover,
.btn.dropdown-toggle:hover {
  background-color: transparent;
  background-image: none;
  -ms-filter: "none";
  background-color: #f27d16;
  -o-box-shadow: 0 2px 0 #d67118;
  -ms-box-shadow: 0 2px 0 #d67118;
  -moz-box-shadow: 0 2px 0 #d67118;
  -webkit-box-shadow: 0 2px 0 #d67118;
  box-shadow: 0 2px 0 #d67118;
  color: #ffffff;
}
.btn:active,
.btn.dropdown-toggle:active {
  background-color: transparent;
  background-image: none;
  -ms-filter: "none";
  background-color: #f27d16;
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  color: #ffffff;
  -o-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
}
.no-boxshadow .btn:active,
.no-boxshadow .btn.dropdown-toggle:active {
  border-top: 2px solid transparent;
  border-bottom: none;
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e67e22;
  color: #ffffff;
}
.btn-group.open > .btn + .dropdown-toggle {
  background-color: #f27d16;
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  color: #ffffff;
  -o-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
}
.btn-group > .btn.red.btn + .dropdown-toggle {
  -o-box-shadow: 0 2px 0 #e43725;
  -ms-box-shadow: 0 2px 0 #e43725;
  -moz-box-shadow: 0 2px 0 #e43725;
  -webkit-box-shadow: 0 2px 0 #e43725;
  box-shadow: 0 2px 0 #e43725;
}
.btn.red,
.btn.red.dropdown-toggle {
  color: #ffffff;
  background-color: #e74c3c;
  -o-box-shadow: 0 2px 0 #e43725;
  -ms-box-shadow: 0 2px 0 #e43725;
  -moz-box-shadow: 0 2px 0 #e43725;
  -webkit-box-shadow: 0 2px 0 #e43725;
  box-shadow: 0 2px 0 #e43725;
}
.no-boxshadow .btn.red,
.no-boxshadow .btn.red.dropdown-toggle {
  border-bottom: 2px solid #e43725;
}
.btn.red:focus,
.btn.red.dropdown-toggle:focus {
  background-color: #e74c3c;
  color: #ffffff;
}
.btn.red:hover,
.btn.red.dropdown-toggle:hover {
  color: #ffffff;
  background-color: #f24331;
  -o-box-shadow: 0 2px 0 #e43725;
  -ms-box-shadow: 0 2px 0 #e43725;
  -moz-box-shadow: 0 2px 0 #e43725;
  -webkit-box-shadow: 0 2px 0 #e43725;
  box-shadow: 0 2px 0 #e43725;
}
.btn.red:active,
.btn.red.dropdown-toggle:active {
  color: #ffffff;
  background-color: #f24331;
  -o-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
}
.no-boxshadow .btn.red:active,
.no-boxshadow .btn.red.dropdown-toggle:active {
  border-top: 2px solid transparent;
  border-bottom: none;
}
.btn-group.open > .btn.red.btn + .dropdown-toggle {
  background-color: #f24331;
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  color: #ffffff;
  -o-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
}
.btn-group.open .btn.red.dropdown-toggle {
  background-color: #e74c3c;
  color: #ffffff;
}
.btn-group > .btn.green.btn + .dropdown-toggle {
  -o-box-shadow: 0 2px 0 #29b765;
  -ms-box-shadow: 0 2px 0 #29b765;
  -moz-box-shadow: 0 2px 0 #29b765;
  -webkit-box-shadow: 0 2px 0 #29b765;
  box-shadow: 0 2px 0 #29b765;
}
.btn.green,
.btn.green.dropdown-toggle {
  color: #ffffff;
  background-color: #2ecc71;
  -o-box-shadow: 0 2px 0 #29b765;
  -ms-box-shadow: 0 2px 0 #29b765;
  -moz-box-shadow: 0 2px 0 #29b765;
  -webkit-box-shadow: 0 2px 0 #29b765;
  box-shadow: 0 2px 0 #29b765;
}
.no-boxshadow .btn.green,
.no-boxshadow .btn.green.dropdown-toggle {
  border-bottom: 2px solid #29b765;
}
.btn.green:focus,
.btn.green.dropdown-toggle:focus {
  background-color: #2ecc71;
  color: #ffffff;
}
.btn.green:hover,
.btn.green.dropdown-toggle:hover {
  color: #ffffff;
  background-color: #21d96f;
  -o-box-shadow: 0 2px 0 #29b765;
  -ms-box-shadow: 0 2px 0 #29b765;
  -moz-box-shadow: 0 2px 0 #29b765;
  -webkit-box-shadow: 0 2px 0 #29b765;
  box-shadow: 0 2px 0 #29b765;
}
.btn.green:active,
.btn.green.dropdown-toggle:active {
  color: #ffffff;
  background-color: #21d96f;
  -o-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
}
.no-boxshadow .btn.green:active,
.no-boxshadow .btn.green.dropdown-toggle:active {
  border-top: 2px solid transparent;
  border-bottom: none;
}
.btn-group.open > .btn.green.btn + .dropdown-toggle {
  background-color: #21d96f;
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  color: #ffffff;
  -o-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
}
.btn-group.open .btn.green.dropdown-toggle {
  background-color: #2ecc71;
  color: #ffffff;
}
.btn-group > .btn.orange.btn + .dropdown-toggle {
  -o-box-shadow: 0 2px 0 #d67118;
  -ms-box-shadow: 0 2px 0 #d67118;
  -moz-box-shadow: 0 2px 0 #d67118;
  -webkit-box-shadow: 0 2px 0 #d67118;
  box-shadow: 0 2px 0 #d67118;
}
.btn.orange,
.btn.orange.dropdown-toggle {
  color: #ffffff;
  background-color: #e67e22;
  -o-box-shadow: 0 2px 0 #d67118;
  -ms-box-shadow: 0 2px 0 #d67118;
  -moz-box-shadow: 0 2px 0 #d67118;
  -webkit-box-shadow: 0 2px 0 #d67118;
  box-shadow: 0 2px 0 #d67118;
}
.no-boxshadow .btn.orange,
.no-boxshadow .btn.orange.dropdown-toggle {
  border-bottom: 2px solid #d67118;
}
.btn.orange:focus,
.btn.orange.dropdown-toggle:focus {
  background-color: #e67e22;
  color: #ffffff;
}
.btn.orange:hover,
.btn.orange.dropdown-toggle:hover {
  color: #ffffff;
  background-color: #f27d16;
  -o-box-shadow: 0 2px 0 #d67118;
  -ms-box-shadow: 0 2px 0 #d67118;
  -moz-box-shadow: 0 2px 0 #d67118;
  -webkit-box-shadow: 0 2px 0 #d67118;
  box-shadow: 0 2px 0 #d67118;
}
.btn.orange:active,
.btn.orange.dropdown-toggle:active {
  color: #ffffff;
  background-color: #f27d16;
  -o-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
}
.no-boxshadow .btn.orange:active,
.no-boxshadow .btn.orange.dropdown-toggle:active {
  border-top: 2px solid transparent;
  border-bottom: none;
}
.btn-group.open > .btn.orange.btn + .dropdown-toggle {
  background-color: #f27d16;
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  color: #ffffff;
  -o-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
}
.btn-group.open .btn.orange.dropdown-toggle {
  background-color: #e67e22;
  color: #ffffff;
}
.btn-group > .btn.yellow.btn + .dropdown-toggle {
  -o-box-shadow: 0 2px 0 #dab10d;
  -ms-box-shadow: 0 2px 0 #dab10d;
  -moz-box-shadow: 0 2px 0 #dab10d;
  -webkit-box-shadow: 0 2px 0 #dab10d;
  box-shadow: 0 2px 0 #dab10d;
}
.btn.yellow,
.btn.yellow.dropdown-toggle {
  color: #ffffff;
  background-color: #f1c40f;
  -o-box-shadow: 0 2px 0 #dab10d;
  -ms-box-shadow: 0 2px 0 #dab10d;
  -moz-box-shadow: 0 2px 0 #dab10d;
  -webkit-box-shadow: 0 2px 0 #dab10d;
  box-shadow: 0 2px 0 #dab10d;
}
.no-boxshadow .btn.yellow,
.no-boxshadow .btn.yellow.dropdown-toggle {
  border-bottom: 2px solid #dab10d;
}
.btn.yellow:focus,
.btn.yellow.dropdown-toggle:focus {
  background-color: #f1c40f;
  color: #ffffff;
}
.btn.yellow:hover,
.btn.yellow.dropdown-toggle:hover {
  color: #ffffff;
  background-color: #fecc02;
  -o-box-shadow: 0 2px 0 #dab10d;
  -ms-box-shadow: 0 2px 0 #dab10d;
  -moz-box-shadow: 0 2px 0 #dab10d;
  -webkit-box-shadow: 0 2px 0 #dab10d;
  box-shadow: 0 2px 0 #dab10d;
}
.btn.yellow:active,
.btn.yellow.dropdown-toggle:active {
  color: #ffffff;
  background-color: #fecc02;
  -o-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
}
.no-boxshadow .btn.yellow:active,
.no-boxshadow .btn.yellow.dropdown-toggle:active {
  border-top: 2px solid transparent;
  border-bottom: none;
}
.btn-group.open > .btn.yellow.btn + .dropdown-toggle {
  background-color: #fecc02;
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  color: #ffffff;
  -o-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
}
.btn-group.open .btn.yellow.dropdown-toggle {
  background-color: #f1c40f;
  color: #ffffff;
}
.btn-group > .btn.purple.btn + .dropdown-toggle {
  -o-box-shadow: 0 2px 0 #8f4bab;
  -ms-box-shadow: 0 2px 0 #8f4bab;
  -moz-box-shadow: 0 2px 0 #8f4bab;
  -webkit-box-shadow: 0 2px 0 #8f4bab;
  box-shadow: 0 2px 0 #8f4bab;
}
.btn.purple,
.btn.purple.dropdown-toggle {
  color: #ffffff;
  background-color: #9b59b6;
  -o-box-shadow: 0 2px 0 #8f4bab;
  -ms-box-shadow: 0 2px 0 #8f4bab;
  -moz-box-shadow: 0 2px 0 #8f4bab;
  -webkit-box-shadow: 0 2px 0 #8f4bab;
  box-shadow: 0 2px 0 #8f4bab;
}
.no-boxshadow .btn.purple,
.no-boxshadow .btn.purple.dropdown-toggle {
  border-bottom: 2px solid #8f4bab;
}
.btn.purple:focus,
.btn.purple.dropdown-toggle:focus {
  background-color: #9b59b6;
  color: #ffffff;
}
.btn.purple:hover,
.btn.purple.dropdown-toggle:hover {
  color: #ffffff;
  background-color: #a04dc2;
  -o-box-shadow: 0 2px 0 #8f4bab;
  -ms-box-shadow: 0 2px 0 #8f4bab;
  -moz-box-shadow: 0 2px 0 #8f4bab;
  -webkit-box-shadow: 0 2px 0 #8f4bab;
  box-shadow: 0 2px 0 #8f4bab;
}
.btn.purple:active,
.btn.purple.dropdown-toggle:active {
  color: #ffffff;
  background-color: #a04dc2;
  -o-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
}
.no-boxshadow .btn.purple:active,
.no-boxshadow .btn.purple.dropdown-toggle:active {
  border-top: 2px solid transparent;
  border-bottom: none;
}
.btn-group.open > .btn.purple.btn + .dropdown-toggle {
  background-color: #a04dc2;
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  color: #ffffff;
  -o-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
}
.btn-group.open .btn.purple.dropdown-toggle {
  background-color: #9b59b6;
  color: #ffffff;
}
.btn-group > .btn.light-grey.btn + .dropdown-toggle {
  -o-box-shadow: 0 2px 0 #dde4e6;
  -ms-box-shadow: 0 2px 0 #dde4e6;
  -moz-box-shadow: 0 2px 0 #dde4e6;
  -webkit-box-shadow: 0 2px 0 #dde4e6;
  box-shadow: 0 2px 0 #dde4e6;
}
.btn.light-grey,
.btn.light-grey.dropdown-toggle {
  color: #495d62;
  background-color: #ecf0f1;
  -o-box-shadow: 0 2px 0 #dde4e6;
  -ms-box-shadow: 0 2px 0 #dde4e6;
  -moz-box-shadow: 0 2px 0 #dde4e6;
  -webkit-box-shadow: 0 2px 0 #dde4e6;
  box-shadow: 0 2px 0 #dde4e6;
}
.no-boxshadow .btn.light-grey,
.no-boxshadow .btn.light-grey.dropdown-toggle {
  border-bottom: 2px solid #dde4e6;
}
.btn.light-grey:focus,
.btn.light-grey.dropdown-toggle:focus {
  background-color: #ecf0f1;
  color: #495d62;
}
.btn.light-grey:hover,
.btn.light-grey.dropdown-toggle:hover {
  color: #495d62;
  background-color: #eaf1f3;
  -o-box-shadow: 0 2px 0 #dde4e6;
  -ms-box-shadow: 0 2px 0 #dde4e6;
  -moz-box-shadow: 0 2px 0 #dde4e6;
  -webkit-box-shadow: 0 2px 0 #dde4e6;
  box-shadow: 0 2px 0 #dde4e6;
}
.btn.light-grey:active,
.btn.light-grey.dropdown-toggle:active {
  color: #495d62;
  background-color: #eaf1f3;
  -o-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
}
.no-boxshadow .btn.light-grey:active,
.no-boxshadow .btn.light-grey.dropdown-toggle:active {
  border-top: 2px solid transparent;
  border-bottom: none;
}
.btn-group.open > .btn.light-grey.btn + .dropdown-toggle {
  background-color: #eaf1f3;
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  color: #495d62;
  -o-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
}
.btn-group.open .btn.light-grey.dropdown-toggle {
  background-color: #ecf0f1;
  color: #495d62;
}
.btn-group > .btn.grey.btn + .dropdown-toggle {
  -o-box-shadow: 0 2px 0 #87999a;
  -ms-box-shadow: 0 2px 0 #87999a;
  -moz-box-shadow: 0 2px 0 #87999a;
  -webkit-box-shadow: 0 2px 0 #87999a;
  box-shadow: 0 2px 0 #87999a;
}
.btn.grey,
.btn.grey.dropdown-toggle {
  color: #ffffff;
  background-color: #95a5a6;
  -o-box-shadow: 0 2px 0 #87999a;
  -ms-box-shadow: 0 2px 0 #87999a;
  -moz-box-shadow: 0 2px 0 #87999a;
  -webkit-box-shadow: 0 2px 0 #87999a;
  box-shadow: 0 2px 0 #87999a;
}
.no-boxshadow .btn.grey,
.no-boxshadow .btn.grey.dropdown-toggle {
  border-bottom: 2px solid #87999a;
}
.btn.grey:focus,
.btn.grey.dropdown-toggle:focus {
  background-color: #95a5a6;
  color: #ffffff;
}
.btn.grey:hover,
.btn.grey.dropdown-toggle:hover {
  color: #ffffff;
  background-color: #8baeb0;
  -o-box-shadow: 0 2px 0 #87999a;
  -ms-box-shadow: 0 2px 0 #87999a;
  -moz-box-shadow: 0 2px 0 #87999a;
  -webkit-box-shadow: 0 2px 0 #87999a;
  box-shadow: 0 2px 0 #87999a;
}
.btn.grey:active,
.btn.grey.dropdown-toggle:active {
  color: #ffffff;
  background-color: #8baeb0;
  -o-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
}
.no-boxshadow .btn.grey:active,
.no-boxshadow .btn.grey.dropdown-toggle:active {
  border-top: 2px solid transparent;
  border-bottom: none;
}
.btn-group.open > .btn.grey.btn + .dropdown-toggle {
  background-color: #8baeb0;
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  color: #ffffff;
  -o-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
}
.btn-group.open .btn.grey.dropdown-toggle {
  background-color: #95a5a6;
  color: #ffffff;
}
.btn-group > .btn.blue.btn + .dropdown-toggle {
  -o-box-shadow: 0 2px 0 #258cd1;
  -ms-box-shadow: 0 2px 0 #258cd1;
  -moz-box-shadow: 0 2px 0 #258cd1;
  -webkit-box-shadow: 0 2px 0 #258cd1;
  box-shadow: 0 2px 0 #258cd1;
}
.btn.blue,
.btn.blue.dropdown-toggle {
  color: #ffffff;
  background-color: #3498db;
  -o-box-shadow: 0 2px 0 #258cd1;
  -ms-box-shadow: 0 2px 0 #258cd1;
  -moz-box-shadow: 0 2px 0 #258cd1;
  -webkit-box-shadow: 0 2px 0 #258cd1;
  box-shadow: 0 2px 0 #258cd1;
}
.no-boxshadow .btn.blue,
.no-boxshadow .btn.blue.dropdown-toggle {
  border-bottom: 2px solid #258cd1;
}
.btn.blue:focus,
.btn.blue.dropdown-toggle:focus {
  background-color: #3498db;
  color: #ffffff;
}
.btn.blue:hover,
.btn.blue.dropdown-toggle:hover {
  color: #ffffff;
  background-color: #289ae7;
  -o-box-shadow: 0 2px 0 #258cd1;
  -ms-box-shadow: 0 2px 0 #258cd1;
  -moz-box-shadow: 0 2px 0 #258cd1;
  -webkit-box-shadow: 0 2px 0 #258cd1;
  box-shadow: 0 2px 0 #258cd1;
}
.btn.blue:active,
.btn.blue.dropdown-toggle:active {
  color: #ffffff;
  background-color: #289ae7;
  -o-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
}
.no-boxshadow .btn.blue:active,
.no-boxshadow .btn.blue.dropdown-toggle:active {
  border-top: 2px solid transparent;
  border-bottom: none;
}
.btn-group.open > .btn.blue.btn + .dropdown-toggle {
  background-color: #289ae7;
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  color: #ffffff;
  -o-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
}
.btn-group.open .btn.blue.dropdown-toggle {
  background-color: #3498db;
  color: #ffffff;
}
.btn-group > .btn.dark-blue.btn + .dropdown-toggle {
  -o-box-shadow: 0 2px 0 #2b3c4e;
  -ms-box-shadow: 0 2px 0 #2b3c4e;
  -moz-box-shadow: 0 2px 0 #2b3c4e;
  -webkit-box-shadow: 0 2px 0 #2b3c4e;
  box-shadow: 0 2px 0 #2b3c4e;
}
.btn.dark-blue,
.btn.dark-blue.dropdown-toggle {
  color: #ffffff;
  background-color: #34495e;
  -o-box-shadow: 0 2px 0 #2b3c4e;
  -ms-box-shadow: 0 2px 0 #2b3c4e;
  -moz-box-shadow: 0 2px 0 #2b3c4e;
  -webkit-box-shadow: 0 2px 0 #2b3c4e;
  box-shadow: 0 2px 0 #2b3c4e;
}
.no-boxshadow .btn.dark-blue,
.no-boxshadow .btn.dark-blue.dropdown-toggle {
  border-bottom: 2px solid #2b3c4e;
}
.btn.dark-blue:focus,
.btn.dark-blue.dropdown-toggle:focus {
  background-color: #34495e;
  color: #ffffff;
}
.btn.dark-blue:hover,
.btn.dark-blue.dropdown-toggle:hover {
  color: #ffffff;
  background-color: #2d4965;
  -o-box-shadow: 0 2px 0 #2b3c4e;
  -ms-box-shadow: 0 2px 0 #2b3c4e;
  -moz-box-shadow: 0 2px 0 #2b3c4e;
  -webkit-box-shadow: 0 2px 0 #2b3c4e;
  box-shadow: 0 2px 0 #2b3c4e;
}
.btn.dark-blue:active,
.btn.dark-blue.dropdown-toggle:active {
  color: #ffffff;
  background-color: #2d4965;
  -o-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
}
.no-boxshadow .btn.dark-blue:active,
.no-boxshadow .btn.dark-blue.dropdown-toggle:active {
  border-top: 2px solid transparent;
  border-bottom: none;
}
.btn-group.open > .btn.dark-blue.btn + .dropdown-toggle {
  background-color: #2d4965;
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  color: #ffffff;
  -o-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
}
.btn-group.open .btn.dark-blue.dropdown-toggle {
  background-color: #34495e;
  color: #ffffff;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: transparent;
  border: 1px solid #ecf0f1;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e67e22;
  outline: none;
}
textarea {
  resize: vertical;
}
.btn-group > .btn + .btn {
  margin-left: 0;
}
.btn-group > .btn {
  border-right: 1px solid #495d62;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-group > .btn:last-child {
  border-right: none;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  background-color: #fdfdfd;
}
.input-append .add-on,
.input-prepend .add-on {
  border-color: #ecf0f1;
}
.breadcrumb {
  background-color: #ecf0f1;
}
.breadcrumb li {
  -o-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
}
/*#endregion */
/*#region link overwrite */
.btn-link {
  color: #e67e22;
}
.btn-link:hover,
.btn-link:focus {
  color: #a85913;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  background-color: #e67e22;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  background-color: #e67e22;
}
.nav .dropdown-toggle .caret {
  border-top-color: #e67e22;
  border-bottom-color: #e67e22;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #a85913;
  border-bottom-color: #a85913;
}
a {
  color: #e67e22;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #e67e22;
}
a:hover,
a:focus {
  color: #a85913;
}
/*#endregion */
/*#region Temporary For Preview */
.btn-preview .btn {
  margin-bottom: 5px;
}
/*#endregion */
/*#region Layout Styles */
body {
  background-color: #fdfdfd;
  color: #6f6F6F;
  font-family: 'Roboto', 'PT Sans', sans-serif;
  line-height: 1.5em;
  font-weight: 300;
}
h1,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', 'PT Sans', sans-serif;
  font-weight: 300;
  color: #6f6f6f;
}


h2 {
  font-family: 'Roboto', 'PT Sans', sans-serif;
  font-weight: 300;
  color: #d07d22;
}  
.page-header {
  background-color: #fff;
  /*background-image: -ms-radial-gradient(bottom, circle farthest-side, #ffffff 0%, #ecf0f1 100%);
  background-image: -moz-radial-gradient(bottom, circle farthest-side, #ffffff 0%, #ecf0f1 100%);
  background-image: -o-radial-gradient(bottom, circle farthest-side, #ffffff 0%, #ecf0f1 100%);
  background-image: -webkit-gradient(radial, bottom, 0, bottom, 487, color-stop(0, #ffffff), color-stop(1, #ecf0f1));
  background-image: -webkit-radial-gradient(bottom, circle farthest-side, #ffffff 0%, #ecf0f1 100%);
  background-image: radial-gradient(circle farthest-side at bottom, #ffffff 0%, #ecf0f1 100%);*/
  padding: 45px 0;
  margin: 0;
  border: none;
  -o-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
}
.no-boxshadow .page-header {
  border-bottom: 2px solid #c9d4d7;
}
.page-header.scrolled {
  background-color: rgb(254, 254, 254);
  background-image: -ms-radial-gradient(bottom, circle farthest-side, rgba(255, 255, 255, 0.8) 0%, rgba(236, 240, 241, 0.8) 100%);
  background-image: -moz-radial-gradient(bottom, circle farthest-side, rgba(255, 255, 255, 0.8) 0%, rgba(236, 240, 241, 0.8) 100%);
  background-image: -o-radial-gradient(bottom, circle farthest-side, rgba(255, 255, 255, 0.8) 0%, rgba(236, 240, 241, 0.8) 100%);
  background-image: -webkit-gradient(radial, bottom, 0, bottom, 487, color-stop(0, rgba(255, 255, 255, 0.8)), color-stop(1, rgba(236, 240, 241, 0.8)));
  background-image: -webkit-radial-gradient(bottom, circle farthest-side, rgba(255, 255, 255, 0.8) 0%, rgba(236, 240, 241, 0.8) 100%);
  background-image: radial-gradient(circle farthest-side at bottom, rgba(255, 255, 255, 0.8) 0%, rgba(236, 240, 241, 0.8) 100%);
  padding: 20px 0;
  position: fixed;
  top: -200px;
  left: 0;
  right: 0;
  z-index: 110;
}
.page-header.scrolled.transition {
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.page-header.scrolled.header-fixed {
  top: 0;
}
.page-header .navbar .brand {
  font-family: 'Roboto', 'PT Sans', sans-serif;
  font-size: 40px;
  -o-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
  color: #e67e22;
  margin-top: -0.1em;
}
.page-header .page-top-nav-wrap {
  border: 0;
  outline: 0;
  background-color: transparent;
  background-image: none;
  margin-bottom: -30px;
  -ms-filter: "none";
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-header .page-top-nav-wrap .page-top-nav > li > a {
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
  color: #95a5a6;
  font-size: 1.15em;
  margin-top:20px;
}
.page-header .page-top-nav-wrap .page-top-nav > li.active > a {
  background-color: #e67e22;
  color: #ffffff;
  margin-top:20px;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
}
.page-content-wrap {
  background-color: #fdfdfd;
}
.page-section {
  padding-top: 10px;
  padding-bottom: 10px;
}
/*#endregion  Layout Styles */
/*#region Slider */
.page-slider {
  height: 350px;
  background-color: #eeeeee;
  margin-top: 0px;
 /* background-image: -ms-radial-gradient(center top, circle farthest-side, #ffb36f 0%, #e67e22 100%);
  background-image: -moz-radial-gradient(center top, circle farthest-side, #f2F2F2 0%, #F2F2F2 100%);
  background-image: -o-radial-gradient(center top, circle farthest-side, #ffb36f 0%, #e67e22 100%);
  background-image: -webkit-gradient(radial, center top, 0, center top, 487, color-stop(0, #ffb36f), color-stop(1, #e67e22));
  background-image: -webkit-radial-gradient(center top, circle farthest-side, #ffb36f 0%, #e67e22 100%);
  background-image: radial-gradient(circle farthest-side at center top, #ffb36f 0%, #e67e22 100%);*/
/*  -o-box-shadow: inset 0 5px 5px -5px rgba(0,0,0,.5),inset 0 -5px 5px -5px rgba(0,0,0,.5);
  -ms-box-shadow: inset 0 5px 5px -5px rgba(0,0,0,.5),inset 0 -5px 5px -5px rgba(0,0,0,.5);
  -moz-box-shadow: inset 0 5px 5px -5px rgba(0,0,0,.5),inset 0 -5px 5px -5px rgba(0,0,0,.5);
  -webkit-box-shadow: inset 0 5px 5px -5px rgba(0,0,0,.5),inset 0 -5px 5px -5px rgba(0,0,0,.5);
  box-shadow: inset 0 5px 5px -5px rgba(0,0,0,.5),inset 0 -5px 5px -5px rgba(0,0,0,.5);*/
  /*border-top: 2px solid #e67e22;
  border-bottom: 2px solid #e67e22;*/
  width: 100%;
  position: relative;
  overflow: hidden;
}
.page-slider .page-slider-nav {
  border: 4px double #d67118;
  border: 4px double rgba(201, 106, 23, 0.7);
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 100;
  width: 30px;
  text-align: center;
  line-height: 40px;
  -moz-border-radius: 100%/40%;
  -ms-border-radius: 100%/40%;
  -webkit-border-radius: 100%/40%;
  -o-border-radius: 100%/40%;
  border-radius: 100%/40%;
  font-size: 1.2em;
  color: #bf6516;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.page-slider .page-slider-nav:hover {
  text-decoration: none;
  border: 4px solid #ecf0f1;
  border: 4px solid rgba(255, 255, 255, 0.9);
  color: #ecf0f1;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: swing;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: swing;
  -o-backface-visibility: visible !important;
  -o-animation-name: swing;
  backface-visibility: visible !important;
  animation-name: swing;
}
.no-touch .page-slider .page-slider-nav.prev-slide {
  left: -200px;
  opacity: 0;
}
.touch .page-slider .page-slider-nav.prev-slide {
  left: 15px;
}
.no-touch .page-slider .page-slider-nav.next-slide {
  right: -200px;
  opacity: 0;
}
.touch .page-slider .page-slider-nav.next-slide {
  right: 15px;
}
.no-touch .page-slider .page-slider-nav.play-pause-page-slider {
  opacity: 0;
}
.no-touch .page-slider .page-slider-nav.play-pause-page-slider.left-align {
  left: -200px;
}
.no-touch .page-slider .page-slider-nav.play-pause-page-slider.right-align {
  right: -200px;
}
.touch .page-slider .page-slider-nav.play-pause-page-slider.left-align {
  left: 68px;
}
.touch .page-slider .page-slider-nav.play-pause-page-slider.right-align {
  right: 68px;
}
.page-slider .page-slider-nav.play-pause-page-slider .slider-playing {
  display: none;
}
.page-slider .page-slider-nav.play-pause-page-slider.paused .slider-playing {
  display: inline-block;
  *display: inline;
}
.page-slider .page-slider-nav.play-pause-page-slider.paused .slider-paused {
  display: none;
}
.page-slider .page-slider-pagination {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  cursor: pointer;
}
.no-touch .page-slider .page-slider-pagination {
  bottom: -100px;
}
.touch .page-slider .page-slider-pagination {
  bottom: 0;
}
.page-slider .page-slider-pagination > li {
  width: 12px;
  height: 12px;
  padding: 0;
  display: inline-block;
  background-color: #ecf0f1;
  background-color: rgba(255, 255, 255, 0.6);
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  cursor: pointer;
}
.page-slider .page-slider-pagination > li:hover {
  background-color: #ecf0f1;
  background-color: rgba(255, 255, 255, 0.9);
}
.page-slider .page-slider-pagination > li.current {
  background-color: #bf6516;
}
.page-slider:hover .page-slider-nav.prev-slide {
  left: 15px;
  opacity: 1;
}
.page-slider:hover .page-slider-nav.next-slide {
  right: 15px;
  opacity: 1;
}
.page-slider:hover .page-slider-nav.play-pause-page-slider {
  opacity: 1;
}
.page-slider:hover .page-slider-nav.play-pause-page-slider.left-align {
  left: 68px;
}
.page-slider:hover .page-slider-nav.play-pause-page-slider.right-align {
  right: 68px;
}
.page-slider:hover .page-slider-pagination {
  bottom: 0;
}
.page-slider > .sequence-canvas {
  height: 100%;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-slider > .sequence-canvas > li {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page-slider > .sequence-canvas > li > * {
  position: absolute;
}
.page-slider .frame1 .welcome-title {
  position: absolute;
  left: 0;
  right: 0;
  top: -25%;
  text-align: center;
  color: #d07d1f;
  line-height: 1.7em;
}
.page-slider .frame1 .welcome-title small {
  color: #d07d1f;
  font-weight: 300;
  font-size: .45em;
}
.page-slider .frame1 .device {
  bottom: 10px;
  opacity: 0;
}
.page-slider .frame1 .thunder-bolt-display {
  left: 50%;
  width: 450px;
  margin-left: -225px;
  z-index: 10;
  bottom: -100%;
}
.page-slider .frame1 .mac-book-retina {
  left: 120%;
  width: 420px;
  z-index: 11;
  margin-left: 150px;
}
.page-slider .frame1 .ipad-landscape {
  left: -50%;
  width: 270px;
  z-index: 12;
  margin-left: -570px;
}
.page-slider .frame1 .iphone {
  left: -100%;
  width: 90px;
  z-index: 13;
  margin-left: -280px;
}
.page-slider .frame2 .iphone {
  bottom: -150%;
  left: 25%;
  width: 200px;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  opacity: 0;
}
.page-slider .frame2 .theme-features,
.page-slider .frame3 .theme-features {
  left: 35%;
  z-index: 20;
  top: 10%;
}
.page-slider .frame2 .theme-features > .theme-feature,
.page-slider .frame3 .theme-features > .theme-feature {
  padding: 7px 25px;
  /*background-color: #e7e7e7;*/
  /*background-color: rgba(255, 255, 255, 0.9);*/
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 0px;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -moz-transform: translateY(-600px);
  -ms-transform: translateY(-600px);
  -o-transform: translateY(-600px);
  -webkit-transform: translateY(-600px);
  transform: translateY(-600px);
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  opacity: 0;
/*  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);*/
}
.page-slider .frame2 .theme-features > .theme-feature.feature2,
.page-slider .frame3 .theme-features > .theme-feature.feature2 {
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.page-slider .frame2 .theme-features > .theme-feature.feature3,
.page-slider .frame3 .theme-features > .theme-feature.feature3 {
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -ms-transition-delay: 1s;
  transition-delay: 1s;
}
.page-slider .frame2 .theme-features > .theme-feature.feature4,
.page-slider .frame3 .theme-features > .theme-feature.feature4 {
  -moz-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  -ms-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.page-slider .frame2 .theme-features > .theme-feature.feature5,
.page-slider .frame3 .theme-features > .theme-feature.feature5 {
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
  -webkit-transition-delay: 2s;
  -ms-transition-delay: 2s;
  transition-delay: 2s;
}
.page-slider .frame2 .theme-features > .theme-feature.feature6,
.page-slider .frame3 .theme-features > .theme-feature.feature6 {
  -moz-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  -webkit-transition-delay: 2.5s;
  -ms-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
.page-slider .frame3 .mac-book-retina {
  bottom: -150%;
  left: 10%;
  width: 400px;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  opacity: 0;
}
.page-slider .animate-in.frame3 .mac-book-retina {
  -moz-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
  bottom: 20%;
  opacity: 1;
}
.page-slider .animate-in.frame3 .theme-features {
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  top: 20%;
}
.page-slider .animate-in.frame3 .theme-features > .theme-feature {
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.page-slider .animate-in.frame2 .iphone {
  -moz-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
  bottom: 2%;
  opacity: 1;
}
.page-slider .animate-in.frame2 .theme-features {
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  top: 20%;
}
.page-slider .animate-in.frame2 .theme-features > .theme-feature {
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.page-slider .animate-in.frame1 .welcome-title {
  -moz-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
  top: 40%;
}
.page-slider .animate-in.frame1 .device {
  -moz-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
  opacity: 1;
}
.page-slider .animate-in.frame1 .thunder-bolt-display {
  bottom: 10px;
}
.page-slider .animate-in.frame1 .mac-book-retina {
  left: 50%;
}
.page-slider .animate-in.frame1 .ipad-landscape {
  left: 50%;
}
.page-slider .animate-in.frame1 .iphone {
  left: 50%;
}
.page-slider .animate-out.frame1 .welcome-title {
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  opacity: 0;
}
.page-slider .animate-out.frame1 .device {
  -moz-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
  opacity: 0;
}
.page-slider .animate-out.frame2 .iphone {
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  opacity: 0;
}
.page-slider .animate-out.frame2 .theme-features {
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  top: 25%;
}
.page-slider .animate-out.frame2 .theme-features > .theme-feature {
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  opacity: 0;
}
.page-slider .animate-out.frame2 .theme-features > .theme-feature.feature1,
.page-slider .animate-out.frame2 .theme-features > .theme-feature.feature2,
.page-slider .animate-out.frame2 .theme-features > .theme-feature.feature3,
.page-slider .animate-out.frame2 .theme-features > .theme-feature.feature4,
.page-slider .animate-out.frame2 .theme-features > .theme-feature.feature5,
.page-slider .animate-out.frame2 .theme-features > .theme-feature.feature6 {
  /*.transition-delay(0);*/

}
.page-slider .animate-out.frame2 .theme-features > .theme-feature.feature2 {
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.page-slider .animate-out.frame2 .theme-features > .theme-feature.feature3 {
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  -ms-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.page-slider .animate-out.frame2 .theme-features > .theme-feature.feature4 {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.page-slider .animate-out.frame2 .theme-features > .theme-feature.feature5 {
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.page-slider .animate-out.frame2 .theme-features > .theme-feature.feature6 {
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.page-slider .animate-out.frame3 .mac-book-retina {
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  opacity: 0;
}
.page-slider .animate-out.frame3 .theme-features {
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  top: 25%;
}
.page-slider .animate-out.frame3 .theme-features > .theme-feature {
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  opacity: 0;
}
.page-slider .animate-out.frame3 .theme-features > .theme-feature.feature1,
.page-slider .animate-out.frame3 .theme-features > .theme-feature.feature2,
.page-slider .animate-out.frame3 .theme-features > .theme-feature.feature3,
.page-slider .animate-out.frame3 .theme-features > .theme-feature.feature4,
.page-slider .animate-out.frame3 .theme-features > .theme-feature.feature5,
.page-slider .animate-out.frame3 .theme-features > .theme-feature.feature6 {
  /*.transition-delay(0);*/

}
.page-slider .animate-out.frame3 .theme-features > .theme-feature.feature2 {
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.page-slider .animate-out.frame3 .theme-features > .theme-feature.feature3 {
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  -ms-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.page-slider .animate-out.frame3 .theme-features > .theme-feature.feature4 {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.page-slider .animate-out.frame3 .theme-features > .theme-feature.feature5 {
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.page-slider .animate-out.frame3 .theme-features > .theme-feature.feature6 {
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
/*#endregion */
/*#region About US */
/*#endregion */
/*#region Hero Unit */
.hero-unit {
  padding: 20px 0;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ecf0f1;
  background-image: -ms-radial-gradient(center, circle farthest-side, #f8f9fa 0%, #ecf0f1 100%);
  background-image: -moz-radial-gradient(center, circle farthest-side, #f8f9fa 0%, #ecf0f1 100%);
  background-image: -o-radial-gradient(center, circle farthest-side, #f8f9fa 0%, #ecf0f1 100%);
  background-image: -webkit-gradient(radial, center, 0, center, 487, color-stop(0, #f8f9fa), color-stop(1, #ecf0f1));
  background-image: -webkit-radial-gradient(center, circle farthest-side, #f8f9fa 0%, #ecf0f1 100%);
  background-image: radial-gradient(circle farthest-side at center, #f8f9fa 0%, #ecf0f1 100%);
}
.hero-unit .hero-unit-title {
  margin: 0;
  font-weight: normal;
  padding-top: 5px;
  -o-text-shadow: 0 1px 1px #ffffff;
  -moz-text-shadow: 0 1px 1px #ffffff;
  -ms-text-shadow: 0 1px 1px #ffffff;
  -webkit-text-shadow: 0 1px 1px #ffffff;
  text-shadow: 0 1px 1px #ffffff;
}
.hero-unit .hero-btn {
  padding: 15px 0;
  font-size: 1.2em;
}
/*#endregion */
/*#region Services */
.service-item {
  /*margin-bottom:20px;*/

}
.service-item {
  *zoom: 1;
}
.service-item:before,
.service-item:after {
  display: table;
  line-height: 0;
  content: "";
}
.service-item:after {
  clear: both;
}
.service-item .service-icon {
  overflow: hidden;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  background-color: #ecf0f1;
  background-image: -ms-radial-gradient(center, circle farthest-side, #f8f9fa 0%, #ecf0f1 100%);
  background-image: -moz-radial-gradient(center, circle farthest-side, #f8f9fa 0%, #ecf0f1 100%);
  background-image: -o-radial-gradient(center, circle farthest-side, #f8f9fa 0%, #ecf0f1 100%);
  background-image: -webkit-gradient(radial, center, 0, center, 487, color-stop(0, #f8f9fa), color-stop(1, #ecf0f1));
  background-image: -webkit-radial-gradient(center, circle farthest-side, #f8f9fa 0%, #ecf0f1 100%);
  background-image: radial-gradient(circle farthest-side at center, #f8f9fa 0%, #ecf0f1 100%);
}
.service-item .service-icon [class^="icon-"],
.service-item .service-icon [class*=" icon-"] {
  font-size: 8em;
  display: block;
  text-align: center;
  line-height: 180px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.service-item:hover .service-icon {
  -o-box-shadow: inset 0 0 0 5px rgba(214, 113, 24, 0.8);
  -ms-box-shadow: inset 0 0 0 5px rgba(214, 113, 24, 0.8);
  -moz-box-shadow: inset 0 0 0 5px rgba(214, 113, 24, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(214, 113, 24, 0.8);
  box-shadow: inset 0 0 0 5px rgba(214, 113, 24, 0.8);
  background-color: #e67e22;
  background-image: -ms-radial-gradient(left, circle farthest-side, #ffb36f 0%, #e67e22 100%);
  background-image: -moz-radial-gradient(left, circle farthest-side, #ffb36f 0%, #e67e22 100%);
  background-image: -o-radial-gradient(left, circle farthest-side, #ffb36f 0%, #e67e22 100%);
  background-image: -webkit-gradient(radial, left, 0, left, 487, color-stop(0, #ffb36f), color-stop(1, #e67e22));
  background-image: -webkit-radial-gradient(left, circle farthest-side, #ffb36f 0%, #e67e22 100%);
  background-image: radial-gradient(circle farthest-side at left, #ffb36f 0%, #e67e22 100%);
}
.service-item:hover .service-icon [class^="icon-"],
.service-item:hover .service-icon [class*=" icon-"] {
  color: #c96a17;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: toRightFromLeft;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: toRightFromLeft;
  -o-backface-visibility: visible !important;
  -o-animation-name: toRightFromLeft;
  backface-visibility: visible !important;
  animation-name: toRightFromLeft;
}
.no-cssgradients .service-item:hover .service-icon [class^="icon-"],
.no-cssgradients .service-item:hover .service-icon [class*=" icon-"] {
  color: #a85913;
}
/*#endregion Services*/
/*#region Process */
.process-item {
  text-align: center;
  border-bottom: 3px double #ecf0f1;
}
.process-item .icon {
  overflow: hidden;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  background-color: #ecf0f1;
  background-image: -ms-radial-gradient(center, circle farthest-side, #f8f9fa 0%, #ecf0f1 100%);
  background-image: -moz-radial-gradient(center, circle farthest-side, #f8f9fa 0%, #ecf0f1 100%);
  background-image: -o-radial-gradient(center, circle farthest-side, #f8f9fa 0%, #ecf0f1 100%);
  background-image: -webkit-gradient(radial, center, 0, center, 487, color-stop(0, #f8f9fa), color-stop(1, #ecf0f1));
  background-image: -webkit-radial-gradient(center, circle farthest-side, #f8f9fa 0%, #ecf0f1 100%);
  background-image: radial-gradient(circle farthest-side at center, #f8f9fa 0%, #ecf0f1 100%);
}
.process-item .icon [class^="icon-"],
.process-item .icon [class*=" icon-"] {
  font-size: 12em;
  display: block;
  line-height: 250px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.process-item .title {
  padding-bottom: 10px;
  /*font-weight: normal;*/

  border-bottom: 3px double #ecf0f1;
  margin-top: 20px;
}
.process-item:hover .icon {
  -o-box-shadow: inset 0 0 0 5px rgba(214, 113, 24, 0.8);
  -ms-box-shadow: inset 0 0 0 5px rgba(214, 113, 24, 0.8);
  -moz-box-shadow: inset 0 0 0 5px rgba(214, 113, 24, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(214, 113, 24, 0.8);
  box-shadow: inset 0 0 0 5px rgba(214, 113, 24, 0.8);
  background-color: #e67e22;
  background-image: -ms-radial-gradient(top, circle farthest-side, #ffb36f 0%, #e67e22 100%);
  background-image: -moz-radial-gradient(top, circle farthest-side, #ffb36f 0%, #e67e22 100%);
  background-image: -o-radial-gradient(top, circle farthest-side, #ffb36f 0%, #e67e22 100%);
  background-image: -webkit-gradient(radial, top, 0, top, 487, color-stop(0, #ffb36f), color-stop(1, #e67e22));
  background-image: -webkit-radial-gradient(top, circle farthest-side, #ffb36f 0%, #e67e22 100%);
  background-image: radial-gradient(circle farthest-side at top, #ffb36f 0%, #e67e22 100%);
}
.process-item:hover .icon [class^="icon-"],
.process-item:hover .icon [class*=" icon-"] {
  color: #c96a17;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: toBottomFromTop;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: toBottomFromTop;
  -o-backface-visibility: visible !important;
  -o-animation-name: toBottomFromTop;
  backface-visibility: visible !important;
  animation-name: toBottomFromTop;
}
.no-cssgradients .process-item:hover .icon [class^="icon-"],
.no-cssgradients .process-item:hover .icon [class*=" icon-"] {
  color: #a85913;
}
/*#endregion */
/*#region Portfolio */
.portfolio-item {
  text-align: center;
}
.portfolio-item .image img {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px;
  border: 3px double #dde4e6;
}
.portfolio-item .links {
  border-bottom: 3px double #ecf0f1;
  padding-top: 3px;
  padding-bottom: 10px;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.portfolio-item .links {
  *zoom: 1;
}
.portfolio-item .links:before,
.portfolio-item .links:after {
  display: table;
  line-height: 0;
  content: "";
}
.portfolio-item .links:after {
  clear: both;
}
/*#endregion */
/*#region Contact US */
.map {
  background-image: url('https://maps.google.fr/maps?q=84,+quai+de+la+Loire+75019+Paris&hl=fr&sll=50.529026,3.160487&sspn=2.985757,7.13562&hnear=84+Quai+de+la+Loire,+75019+Paris&t=m&z=16');
  height: 400px;
}
/*#endregion */
/*#region Footer */
.page-footer {
  /*background-color: @secondryColor;*/

  -o-box-shadow: inset 0 4px 6px -5px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: inset 0 4px 6px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 4px 6px -5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 4px 6px -5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 4px 6px -5px rgba(0, 0, 0, 0.5);
  background-color: #ecf0f1;
  background-image: -ms-radial-gradient(top, circle farthest-side, #fbfcfc 0%, #ecf0f1 100%);
  background-image: -moz-radial-gradient(top, circle farthest-side, #fbfcfc 0%, #ecf0f1 100%);
  background-image: -o-radial-gradient(top, circle farthest-side, #fbfcfc 0%, #ecf0f1 100%);
  background-image: -webkit-gradient(radial, top, 0, top, 487, color-stop(0, #fbfcfc), color-stop(1, #ecf0f1));
  background-image: -webkit-radial-gradient(top, circle farthest-side, #fbfcfc 0%, #ecf0f1 100%);
  background-image: radial-gradient(circle farthest-side at top, #fbfcfc 0%, #ecf0f1 100%);
}
.no-boxshadow .page-footer {
  border-top: 2px solid #c9d4d7;
}
.page-footer textarea,
.page-footer input[type="text"],
.page-footer input[type="password"],
.page-footer input[type="datetime"],
.page-footer input[type="datetime-local"],
.page-footer input[type="date"],
.page-footer input[type="month"],
.page-footer input[type="time"],
.page-footer input[type="week"],
.page-footer input[type="number"],
.page-footer input[type="email"],
.page-footer input[type="url"],
.page-footer input[type="search"],
.page-footer input[type="tel"],
.page-footer input[type="color"],
.page-footer .uneditable-input {
  border: 1px solid #dde4e6;
}
.page-footer textarea:focus,
.page-footer input[type="text"]:focus,
.page-footer input[type="password"]:focus,
.page-footer input[type="datetime"]:focus,
.page-footer input[type="datetime-local"]:focus,
.page-footer input[type="date"]:focus,
.page-footer input[type="month"]:focus,
.page-footer input[type="time"]:focus,
.page-footer input[type="week"]:focus,
.page-footer input[type="number"]:focus,
.page-footer input[type="email"]:focus,
.page-footer input[type="url"]:focus,
.page-footer input[type="search"]:focus,
.page-footer input[type="tel"]:focus,
.page-footer input[type="color"]:focus,
.page-footer .uneditable-input:focus {
  border: 1px solid #e67e22;
}
.footer-title {
  padding-bottom: 10px;
  border-bottom: 3px double #dde4e6;
  margin-top: 0;
}
.post-item {
  margin-bottom: 20px;
}
.post-item {
  *zoom: 1;
}
.post-item:before,
.post-item:after {
  display: table;
  line-height: 0;
  content: "";
}
.post-item:after {
  clear: both;
}
.post-item a {
  color: #e67e22;
}
.post-item > img {
  width: 65px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 5px solid #dde4e6;
  float: left;
}
.post-item .post-item-title {
  margin: 0;
  margin-bottom: 5px;
}
.testimonial-wrapper {
  overflow: hidden;
  position: relative;
}
.testimonial-wrapper {
  *zoom: 1;
}
.testimonial-wrapper:before,
.testimonial-wrapper:after {
  display: table;
  line-height: 0;
  content: "";
}
.testimonial-wrapper:after {
  clear: both;
}
.testimonial-wrapper .testimonial-item > img {
  float: left;
  width: 21%;
  margin-right: 4%;
  border: 5px solid #dde4e6;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.testimonial-wrapper .testimonial-item .content {
  display: inline-block;
  position: relative;
  padding: 10px;
  padding-top: 0;
  background-color: #dde4e6;
  background-color: rgba(221, 228, 230, 0.6);
  width: 75%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.testimonial-wrapper .testimonial-item .content:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -20px;
  top: 15px;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent #dde4e6 transparent transparent;
  border-color: transparent rgba(221, 228, 230, 0.6) transparent transparent;
}
.testimonial-wrapper .testimonial-item .content > p:last-child {
  margin-bottom: 0;
}
.social-links {
  margin-bottom: 30px;
}
.social-links > a > img {
  width: 35px;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.social-links > a:hover > img {
  -moz-transform: scale(1.2) translateY(5px);
  -ms-transform: scale(1.2) translateY(5px);
  -o-transform: scale(1.2) translateY(5px);
  -webkit-transform: scale(1.2) translateY(5px);
  transform: scale(1.2) translateY(5px);
}
.newsletter form {
  margin: 0;
}
/*#endregion */
/*#region Media Queries */
@media (max-width: 979px) {
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    font-weight: 300;
  }
  .nav-collapse .nav.page-top-nav {
    margin-top: 20px;
  }
  .sticky-wrapper {
    height: auto!important;
  }
  .page-header {
    padding: 25px 0;
    min-height: 90px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 110;
  }
  .page-header.scrolled {
    background-color: rgba(236, 240, 241, 0.8);
    background-image: -ms-radial-gradient(bottom, circle farthest-side, rgba(255, 255, 255, 0.8) 0%, rgba(236, 240, 241, 0.8) 100%);
    background-image: -moz-radial-gradient(bottom, circle farthest-side, rgba(255, 255, 255, 0.8) 0%, rgba(236, 240, 241, 0.8) 100%);
    background-image: -o-radial-gradient(bottom, circle farthest-side, rgba(255, 255, 255, 0.8) 0%, rgba(236, 240, 241, 0.8) 100%);
    background-image: -webkit-gradient(radial, bottom, 0, bottom, 487, color-stop(0, rgba(255, 255, 255, 0.8)), color-stop(1, rgba(236, 240, 241, 0.8)));
    background-image: -webkit-radial-gradient(bottom, circle farthest-side, rgba(255, 255, 255, 0.8) 0%, rgba(236, 240, 241, 0.8) 100%);
    background-image: radial-gradient(circle farthest-side at bottom, rgba(255, 255, 255, 0.8) 0%, rgba(236, 240, 241, 0.8) 100%);
    padding: 25px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 110;
  }
  .page-header.scrolled.transition {
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  .page-header.scrolled.header-fixed {
    top: 0;
  }
  .page-slider {
    margin-top: 90px;
  }
}
@media (min-width: 980px) {
  .page-header {
    padding: 45px 0;
  }
}
@media (max-width: 1150px) {
  .page-slider .frame3 .mac-book-retina {
    left: 2%;
  }
  .page-slider .frame3 .theme-features {
    left: 45%;
  }
  .page-slider .animate-in.frame1 .ipad-landscape {
    opacity: 0;
  }
  .page-slider .animate-in.frame1 .mac-book-retina {
    left: 40%;
    width: 320px;
    z-index: 11;
    margin-left: 150px;
  }
}
@media (max-width: 1000px) {
  .page-slider .frame3 .mac-book-retina {
    left: 50%;
    margin-left: -200px;
  }
  .page-slider .animate-in.frame3 .mac-book-retina {
    opacity: .2;
  }
  .page-slider .animate-in.frame3 .theme-features {
    left: 2%;
    right: 2%;
    text-align: center;
  }
}
@media (max-width: 900px) {
  .page-slider .frame2 .iphone {
    left: 5%;
  }
  .page-slider .frame2 .theme-features {
    left: 40%;
  }
}
@media (max-width: 700px) {
  .page-slider .frame2 .iphone {
    left: 50%;
    margin-left: -100px;
  }
  .page-slider .animate-in.frame2 .iphone,
  .page-slider .animate-in.frame2 .mac-book-retina {
    opacity: .2;
  }
  .page-slider .animate-in.frame2 .theme-features {
    left: 2%;
    right: 2%;
    text-align: center;
  }
}
@media (max-width: 468px) {
  .page-slider .frame2 .iphone {
    opacity: .2;
  }
  .page-slider .frame2 .theme-features > .theme-feature {
    font-size: 1.2em;
  }
}
@media (max-width: 780px) {
  .page-slider .animate-in.frame1 .mac-book-retina {
    opacity: 0;
  }
}
@media (max-width: 600px) {
  .page-slider .frame3 .theme-features .theme-feature {
    font-size: 1.2em;
  }
  .page-slider .animate-in.frame1 .iphone {
    opacity: 0;
  }
}
@media (max-width: 570px) {
  .page-slider .frame3 .theme-features .theme-feature {
    font-size: 1em;
  }
  .page-slider .animate-in.frame1 .iphone {
    opacity: 0;
  }
}
@media (max-width: 470px) {
  .page-slider .frame1 h1 {
    font-size: 2em;
  }
  .page-slider .frame1 .thunder-bolt-display {
    left: 2%;
    width: 94%;
    margin-left: 0;
  }
}
@media (max-width: 400px) {
  .page-slider {
    -moz-transition: height, 0.4s;
    -o-transition: height, 0.4s;
    -webkit-transition: height, 0.4s;
    transition: height, 0.4s;
    height: 400px;
  }
  .page-slider .frame2 .iphone {
    width: 180px;
    margin-left: -90px;
  }
  .page-slider .frame3 .mac-book-retina {
    left: 2%;
    width: 96%;
    margin-left: 0;
  }
  .page-slider .animate-in.frame1 .thunder-bolt-display {
    bottom: 5%;
  }
  .page-slider .animate-in.frame2 .theme-features {
    top: 5%;
  }
  .page-slider .animate-in.frame3 .theme-features {
    top: 4%;
  }
}
@media (max-width: 767px) {
  body {
    padding: 0;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero-unit .hero-unit-title {
    text-align: center;
  }
  .navbar-static-top {
    margin: 0;
  }
  .service-item,
  .portfolio-item,
  .process-item {
    margin-bottom: 40px;
    text-align: center;
  }
}
/*#endregion Media Queries*/
/*#region Animations */
/*@import url('../../../plugins/animateCss/source/less/animate.less');
@import url('../../../plugins/animateCss/source/less/fadeInDown.less');
@import url('../../../plugins/animateCss/source/less/fadeInLeft.less');
@import url('../../../plugins/animateCss/source/less/fadeInRight.less');
@import url('../../../plugins/animateCss/source/less/fadeInUp.less');*/
@charset "UTF-8";
body {
  -webkit-backface-visibility: hidden;
}
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }
  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-o-keyframes tada {
  0% {
    -o-transform: scale(1);
  }
  10%,
  20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.flip {
  -webkit-backface-visibility: visible!important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible!important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible!important;
  -o-animation-name: flip;
  backface-visibility: visible!important;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible!important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible!important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible!important;
  -o-animation-name: flipInX;
  backface-visibility: visible!important;
  animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible!important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible!important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible!important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible!important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible!important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible!important;
  -o-animation-name: flipInY;
  backface-visibility: visible!important;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible!important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible!important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible!important;
  -o-animation-name: flipOutY;
  backface-visibility: visible!important;
  animation-name: flipOutY;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.animated.lightSpeedIn {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: 0.5s;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.animated.lightSpeedOut {
  -webkit-animation-duration: .25s;
  -moz-animation-duration: .25s;
  -o-animation-duration: .25s;
  animation-duration: 0.25s;
}
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg);
  }
  10% {
    -moz-transform: skewX(-8deg);
  }
  20% {
    -moz-transform: skewX(7deg);
  }
  30% {
    -moz-transform: skewX(-6deg);
  }
  40% {
    -moz-transform: skewX(5deg);
  }
  50% {
    -moz-transform: skewX(-4deg);
  }
  60% {
    -moz-transform: skewX(3deg);
  }
  70% {
    -moz-transform: skewX(-2deg);
  }
  80% {
    -moz-transform: skewX(1deg);
  }
  90% {
    -moz-transform: skewX(0deg);
  }
  100% {
    -moz-transform: skewX(0deg);
  }
}
@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg);
  }
  10% {
    -o-transform: skewX(-8deg);
  }
  20% {
    -o-transform: skewX(7deg);
  }
  30% {
    -o-transform: skewX(-6deg);
  }
  40% {
    -o-transform: skewX(5deg);
  }
  50% {
    -o-transform: skewX(-4deg);
  }
  60% {
    -o-transform: skewX(3deg);
  }
  70% {
    -o-transform: skewX(-2deg);
  }
  80% {
    -o-transform: skewX(1deg);
  }
  90% {
    -o-transform: skewX(0deg);
  }
  100% {
    -o-transform: skewX(0deg);
  }
}
@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.animated.wiggle {
  -webkit-animation-duration: .75s;
  -moz-animation-duration: .75s;
  -o-animation-duration: .75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-o-keyframes toRightFromLeft {
  49% {
    -o-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -o-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toBottomFromTop {
  49% {
    -moz-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-o-keyframes toBottomFromTop {
  49% {
    -o-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -o-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toBottomFromTop {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
/*#endregion */

/*tontonfisc ajout*/
.top-margin {
	margin-top:15px;
}

.form-errors {
	color: #a52b16;
}

.form-success {
	color: #16a61b;
}

.tophack{
	margin-top:25px;
}


