@charset "UTF-8";
.inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.drop-ie-gradient {
  filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
}
.dropdown-arrow-inverse {
  border-bottom-color: #666 !important;
  border-top-color: #666 !important;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../../../../../plugins/system/plazart/admin/fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../../../../../plugins/system/plazart/admin/fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../../../../../plugins/system/plazart/admin/fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../../../../../plugins/system/plazart/admin/fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../../../../../plugins/system/plazart/admin/fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}


div#tz-menu.col-lg-9.col-md-10.col-sm-12.col-xs-12.menu-position {
z-index: 900;
}

div.left_img div#attachment_5464.wp-caption.aligncenter {
width: auto !important;
}

.portrait1 { 
position: relative; 
float: right; 
width: 250px;
top: 125px;
margin-right: -300px;
}

@media screen and (max-width: 3000px) {
.portrait1 {
margin-right: -300px; 
top: 125px;
}
}

@media screen and (max-width: 1920px) {
.portrait1 {
margin-right: -300px; 
top: 125px;
}
}

@media screen and (max-width: 1300px) {
.portrait1 {
margin-right: -300px; 
top: 125px;
}
}

@media screen and (max-width: 1200px) {
.portrait1 {
position: relative;
float: left;
margin-right: 20%;
margin-left: 10%;
margin-bottom: 5px;
top: 45px;
}
}


.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.3333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857143em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571428571em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.1428571428571em;
  width: 2.1428571428571em;
  top: 0.14285714285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571429em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
  -webkit-transform: scale(-1,1);
  -moz-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  -o-transform: scale(-1,1);
  transform: scale(-1,1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
  -webkit-transform: scale(1,-1);
  -moz-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  -o-transform: scale(1,-1);
  transform: scale(1,-1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-instagram-square:before {
  content: "\f16d";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-youtube:before {
  content: "\f166";
}
.fa-pinterest:before {
  content: "\f0d3";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
#tz-header-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1111;
  background: #950707;
}
.menu-fix {
  border-bottom: 1px solid #ddd;
}
.menu-fix .plazart-mainnav {
  height: auto;
}
.menu-fix .plazart-mainnav .navbar-inner {
  min-height: 0;
}
.menu-fix .navbar {
  min-height: 0;
}
.menu-fix .oe-header-extra {
  top: 15px;
}
.menu-fix .oe-custom-search-form {
  top: -55px;
}
#tzlogo {
  position: relative;
  display: block;
}
.menu-fix .logo {
  margin: 0;
  transform: scale(0.8,0.8);
}
.header * {
  transition: all 0.3s linear 0s;
}
.menu-fix #plazart-mainnav .plazart-megamenu .level0 > li {
  padding-bottom: 20px;
  padding-top: 20px;
}
#header {
  position: relative;
}
#tz-bootstrapbutton-wrapper #tz-headline {
  border-top: 1px solid #eee;
  padding: 35px 0;
}
#tz-bootstrapbutton-wrapper #tz-headline .custom {
  text-align: center;
}
#tz-bootstrapbutton-wrapper #tz-mass-top {
  border-top: 1px solid #eee;
  padding: 35px 0 7px;
}
#tz-bootstrapbutton-wrapper #tz-mass-top h2 {
  font-size: 50px;
}
#tz-bootstrapbutton-wrapper #tz-mass-top .custom {
  text-align: center;
}
#tz-bottom-wrapper {
  margin-bottom: 30px;
}
#tz-bottom-wrapper .custom {
  text-align: center;
}
#tz-download-wrapper {
  padding: 35px 0;
  background: #eee;
}
#tz-download-wrapper .custom {
  text-align: center;
}
#tz-footer-wrapper {
  background: #222;
  color: #eee;
  padding: 35px 0;
}
#tz-footer-wrapper #tz-footer2 .custom {
  text-align: right;
}
.none {
  display: none !important;
}
.nav.nav-tabs.oe-tabs li.active a {
  border-bottom-color: white;
  background-color: #ffffff;
  color: #444;
}
.nav.nav-tabs.oe-tabs a {
  background: none;
  border-color: #dddddd;
}
.nav.nav-tabs.oe-tabs a:hover,
.nav.nav-tabs.oe-tabs a:focus {
  background-color: #eee;
  border-color: #ddd;
  color: #444;
}
.nav.nav-tabs.oe-tours li.active a {
  border-right-color: white;
}
.nav.nav-tabs.oe-tours a {
  background: none;
  border-color: #dddddd;
}
.nav.nav-tabs.oe-tours a:hover,
.nav.nav-tabs.oe-tours a:focus {
  background-color: #eee;
  border-color: #ddd;
  color: #444;
}
.margin-10 {
  margin: 0 10px;
}
.container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}
h5 > a {
  color: #444444;
}
b.caret {
  display: none !important;
}
.navbtn {
  display: none;
}
.menu_shop {
  width: 100%;
}
.nav.navbar-nav.level0 > li {
  display: block !important;
}
#message-sent-false,
#message-sent {
  display: none;
}
.oe-header-extra .custom {
  display: inline-block;
}
.tz_slideshow .flexslider {
  border: none;
  box-shadow: none;
}
.oe-white.oe-page {
  margin: 0 -15px;
}
.oe-mtop.oe-mbot-2x .row {
  margin: 0 -15px;
}
.oe-heading-3.oe-heading-deco-reflect.oe-mbot-2x {
  text-transform: uppercase;
}
.oe-product-video .oe-videobg-control-btn {
  width: auto;
}
.padding {
  padding: 0;
}
.oe-blog-quote > a > span,
.oe-mtop.text-center > a > span {
  text-transform: uppercase;
}
.chart-image .container {
  padding: 0;
}
.element.tz_item .TzInner {
  padding: 0;
  margin: 0;
  border: none;
}
div#tz_options {
  padding-bottom: 0;
}
.over {
  overflow: hidden;
}
.margin {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.social_link {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  margin-left: -60px;
  margin-top: -10px;
}
.oe-image-item:hover .social_link {
  opacity: 1;
}
.oe-image-item .social_link .oe-social-group-smallspace > a {
  position: relative !important;
  border-color: #FFFFFF;
}
.oe-image-item .social_link .oe-social-group-smallspace > a:hover {
  background: #000000;
  color: #FFFFFF;
}
.padding-right {
  padding-right: 15px;
  padding-left: 0;
}
.padding-left {
  padding-left: 15px;
  padding-right: 0;
}
.video {
  opacity: 0;
}
.oe-image-hover-dark:hover .video {
  opacity: 1;
}
.non-padding {
  padding: 0 15px;
}
.center.oe-reflect > form {
  display: inline-block;
}
.thumbnail {
  border-radius: 0;
}
.margin10 {
  padding-left: 10px;
  padding-right: 10px;
}
.module.shortcode .module-title {
  padding: 10px 0;
  font-size: 1.7em;
  margin-top: 0;
}
.module.shortcode.no-top .module-title {
  padding-top: 0;
}
.module.shortcode .oe-box-tab {
  margin-bottom: 60px;
}
.module.shortcode.short-chart .module-title {
  font-size: 1.57em;
}
.module .module-title {
  font-size: 2em;
  padding-left: 15px;
  padding-right: 15px;
}
.container.oe-main-content {
  padding-left: 0;
  padding-right: 0;
}
.tz_tabs_introtext .oe-main-content {
  padding-top: 0;
}
.oe-box-tab {
  display: inline-block;
  position: relative;
}
.oe-employee-pagination.text-center {
  padding: 0 15px;
}
.cusCss {
  padding: 10px 0;
  margin-top: 60px;
}
.employees .padding-top {
  padding-top: 70px;
}
.form-group > input,
.form-group textarea {
  color: #555;
  display: block;
  background-image: none;
  border: 1px solid #ccc;
  box-shadow: none;
  background-color: transparent;
  border-radius: 0;
  font-size: 18px;
  line-height: 1.33;
  padding: 10px 16px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.form-group > input:active,
.form-group > input:focus,
.form-group textarea:active,
.form-group textarea:focus {
  border-color: #444444;
}
.form-group > input {
  height: 46px;
}
.form-group > textarea {
  height: auto;
}
.custom_hits {
  margin-left: -33%;
}
.custom_hits i {
  top: 0 !important;
}
div.TzArticleMedia {
  margin-bottom: 0px;
}
div.TzArticleMedia img {
  width: 100%;
}
.split-related {
  padding: 50px 0 0 0 !important;
}





















.col-xs-12.col-sm-6.col-md-3.oe-mbot.oe-effects.oe-frombottom img {
position: relative;
float: left;
width: 200px;
margin-top: 30px;
}




















.padding-right-0 {
  padding-right: 0 ! important;
}
.padding-top-bot-50 {
  padding-bottom: 50px !important;
  padding-top: 50px !important;
}
.padding .oe-portfolio-single-aside .oe-label-btn:last-child {
  margin-bottom: 10px;
}
.masonry figure {
  margin-bottom: -1px !important;
}
.margin-3 {
  margin-left: -3%;
}
.margin-5 {
  margin-left: -5%;
}
.margin-15 {
  margin-left: -15%;
}
.margin-6 {
  margin-left: -6%;
}
.oe-comments-child .oe-comment {
  border: none !important;
}
.oe-comments > div:last-child .oe-comment {
  border: none;
}
.over-flow {
  overflow: visible !important;
}
.btn.btn-default {
  border-radius: 0;
}
.oe-box-testimonials-2 {
  width: 100%;
}
.oe-box-testimonials-2 .owl-item {
  margin-right: 5px;
}
.top .oe-box-testimonials-2 {
  margin-top: 60px;
}
.testimonial_3 h3.module-title {
  margin-left: 13%;
}
.progress-product {
  height: 500px;
  overflow: hidden;
}
.progress-product .oe-image-item {
  text-align: right;
}
.progress-product .oe-image-item img {
  width: auto;
  display: inline-block;
}
.progress-product .oe-mbot {
  margin-bottom: 30px;
}
.progress-product .oe-mtop {
  margin-top: 30px;
}
.padding-product {
  padding: 0 15px;
}
.hikashop_filter_main {
  position: relative;
  float: left;
}
div.filter_total.row {
  margin-top: 20px;
  margin-bottom: 20px;
}
ul.thumbnails_ {
  list-style: none;
  margin: 0;
  width: 100%;
  padding: 0;
}
.hikashop_category_information .hikashop_subcategories div.hikashop_container,
.hikashop_category_information .hikashop_products div.hikashop_container {
  margin: 0 !important;
}
.hikashop_category_information .hikashop_products_pagination {
  padding: 0 30px;
}
.hikashop_category_information .hikashop_products_listing {
  margin: 0 -15px;
}
div.ui-rating {
  position: relative;
  display: inline-block;
}
div.ui-rating .ui-rating-full,
div.ui-rating a.ui-rating-empty {
  background: none !important;
  font-size: 18px;
  float: left;
  margin-left: -2px;
  padding-right: 4px;
  cursor: pointer;
}
div.ui-rating .ui-rating-full,
div.ui-rating .icon-star:before,
div.ui-rating a.ui-rating-empty:before {
  content: "\f006";
}
div.ui-rating .ui-rating-full,
div.ui-rating a.icon-star,
div.ui-rating a.ui-rating-empty {
  font-family: FontAwesome;
  color: #888888 !important;
}
div.ui-rating > .rating-item:hover span:before,
div.ui-rating > .rating-item:hover ~ a span:before,
div.ui-rating > .voted:before,
div.ui-rating > .rating-item:hover:before,
div.ui-rating > .rating-item:hover ~ .rating-item:before,
div.ui-rating a.ui-rating-hover:before,
div.ui-rating a.ui-rating-full:before {
  color: #888888 !important;
  content: "\f005";
}
.hikashop_total_vote {
  display: inline-block;
  position: relative;
}
.hikashop_product_right_part .hikashop_total_vote {
  top: -8px;
}
.oe-image-container.oe-image-item .hikashop_total_vote {
  float: right;
  margin-top: 3px;
}
.oe-image-container.oe-image-item:hover a.icon-star,
.oe-image-container.oe-image-item:hover a.ui-rating-empty {
  font-family: FontAwesome;
  color: #FFFFFF !important;
}
.oe-image-container.oe-image-item:hover > .rating-item:hover span:before,
.oe-image-container.oe-image-item:hover > .rating-item:hover ~ a span:before,
.oe-image-container.oe-image-item:hover > .voted:before,
.oe-image-container.oe-image-item:hover > .rating-item:hover:before,
.oe-image-container.oe-image-item:hover > .rating-item:hover ~ .rating-item:before,
.oe-image-container.oe-image-item:hover a.ui-rating-hover:before,
.oe-image-container.oe-image-item:hover a.ui-rating-full:before {
  color: #FFFFFF !important;
  content: "\f005";
}
.hikashop_product_quantity_input_div_regrouped {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
}
.hikashop_product_quantity_input_div_regrouped > div,
.hikashop_product_quantity_input_div_regrouped > input {
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}
.hikashop_product_quantity_change_div_plus_regrouped {
  display: inline-block;
  position: relative;
  margin-left: 5px;
}
.hikashop_small_image_div {
  position: relative;
}
ul.flex-direction-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
ul.flex-direction-nav li {
  position: absolute;
}
ul.flex-direction-nav li.prev {
  left: 5%;
}
ul.flex-direction-nav li.next {
  right: 5%;
}
ul.flex-direction-nav li.prev,
ul.flex-direction-nav li.next {
  background: none repeat scroll 0 0 rgba(255,255,255,0.6);
  display: block;
  height: 40px;
  width: 40px;
  z-index: 100;
  top: 50%;
  margin-top: -30px;
}
ul.flex-direction-nav li.prev:hover,
ul.flex-direction-nav li.prev:active,
ul.flex-direction-nav li.prev:focus,
ul.flex-direction-nav li.next:hover,
ul.flex-direction-nav li.next:active,
ul.flex-direction-nav li.next:focus {
  background: none repeat scroll 0 0 rgba(0,0,0,0.6);
}
ul.flex-direction-nav li.prev:hover a,
ul.flex-direction-nav li.prev:active a,
ul.flex-direction-nav li.prev:focus a,
ul.flex-direction-nav li.next:hover a,
ul.flex-direction-nav li.next:active a,
ul.flex-direction-nav li.next:focus a {
  color: #FFFFFF;
}
ul.flex-direction-nav li a {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
ul.flex-direction-nav li a i {
  left: 45%;
  position: absolute;
  top: 30%;
}
.hikashop_main_image_div {
  padding-bottom: 20px;
}
.hikashop_main_image_div img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
.col-md-6.text-right > p {
  padding: 0 15px;
}
.hikashop_subcategories_listing .col-md-12 {
  padding: 0;
}
.hikashop_comment_form_name,
.hikashop_comment_form_mail {
  display: inline-block;
}
.hikashop_comment_form_name input,
.hikashop_comment_form_mail input {
  border-radius: 0;
}
.hikashop_comment_textarea {
  margin-top: 10px;
  display: block;
  width: 100%;
  padding: 10px 16px;
}
.content_comment {
  margin-bottom: 5px;
}
.button_comment {
  margin-top: 5px;
}
.hikashop_product_page .hikashop_module .hikashop_products_listing {
  margin: 0 -30px;
}
.hikashop_product_page .hikashop_products_pagination {
  margin: 0 15px;
}
.hikashop_module .hikashop_products_listing {
  margin: 0 -15px;
}
.hikashop_module .hikashop_products_listing .hikashop_products_pagination {
  padding: 10px 15px 0 15px;
}
.hikashop_module .filter_total {
  margin: 0 -15px;
}
.mega-col-module div.hikashop_subcontainer {
  background: none !important;
}
.mega-col-module .module_mega_title {
  display: block;
}
.module_mega_title {
  display: none;
}
.control-group .form-group {
  margin-bottom: 15px;
  display: block;
}
.control-group .form-group input,
.control-group .form-group label {
  display: block;
}
.control-group .form-group input {
  width: 100%;
}
label {
  font-weight: 400;
}
.button_login {
  display: inline-block;
}
.form-action.row {
  margin-bottom: 20px;
  position: relative;
}
.form-action.row .remember {
  position: absolute;
  top: 20%;
}
.form-action.row .remember input {
  margin: 0 5px 0 0;
}
.style_login {
  padding: 0;
  margin: 0;
  list-style: none;
}
.lg-input input {
  font-size: 18px;
  height: 46px;
  line-height: 1.33;
  padding: 10px 16px;
  color: #555;
  display: block;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.info {
  margin-bottom: 20px;
}
fieldset.form-horizontal > div {
  padding: 0 15px;
}
.uppercase {
  text-transform: uppercase;
}
.input-lg.form-control.coupon_input {
  width: 92%;
  display: inline-block;
  margin-right: 10px;
}
.uppercase.coupon_button {
  display: inline-block;
  top: -3px;
}
.coupon_label {
  display: block;
}
.hikashop_product_quantity_field {
  height: 34px;
  margin-right: 4px;
  position: relative;
  top: 1px;
  width: 12%;
}
table td.payment_table {
  border: 1px solid #dddddd;
  padding: 10px 15px !important;
}
.hika_address_field table td {
  border: none !important;
}
.media {
  margin: 0 -15px;
}
.media .media-body > span {
  display: block;
}
.media-image,
.media-body {
  display: inline-block;
}
.hikashop_product_vote {
  display: inline-block;
}
.no-border .no-border-menu {
  padding-top: 15px;
}
.no-border .no-border-menu .mega-inner {
  border: none !important;
}
.menu-shop .nav-child.dropdown-menu.mega-dropdown-menu {
  left: 0 !important;
  transform: translate(-87%) !important;
}
.media-image {
  float: left;
  margin-right: 5px;
}
.hikashop_cart_module {
  display: inline-block;
  position: relative;
}
.module-latest h3.muli {
  display: none;
}
.ie10 .oe-fadein,
.ie10 .oe-fromleft,
.ie10 .oe-fromright,
.ie10 .oe-frombottom,
.ie10 .oe-fromtop,
.ie10 .oe-growup,
.ie10 .oe-tada,
.ie10 .oe-spin,
.ie10 .oe-flip,
.ie10 .oe-flipy,
.ie10 .oe-flipx {
  opacity: 1 !important;
  transform: none !important;
}
.nav {
  margin-bottom: 0;
}
.nav .dropdown-toggle .caret {
  border-top-color: #07b;
  border-bottom-color: #07b;
  margin-top: 8px;
  margin-left: 5px;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #00466f;
  border-bottom-color: #00466f;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #666;
  border-bottom-color: #666;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu li > a {
  clear: both;
  color: #444;
  display: block;
  line-height: 20px;
  font-weight: normal;
  padding: 3px 20px;
  text-shadow: none;
  white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #eee;
  text-decoration: none;
  background-color: #666;
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #000;
  text-decoration: none;
  outline: 0;
  background-color: transparent;
}
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999;
}
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.nav li.dropdown.open > .dropdown-toggle,
.nav li.dropdown.active > .dropdown-toggle,
.nav li.dropdown.open.active > .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  background-color: transparent;
  color: #000;
}
.nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #666;
  border-bottom-color: #666;
}
.nav li.dropdown > .dropdown-toggle:hover .caret {
  border-top-color: #000;
  border-bottom-color: #000;
}
.nav li.dropdown.open > .dropdown-toggle .caret,
.nav li.dropdown.active > .dropdown-toggle .caret,
.nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #000;
  border-bottom-color: #000;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.touch .dropdown-submenu:hover > .dropdown-menu {
  display: none;
}
.touch .dropdown-submenu.open > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #eee;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.plazart-navhelper {
  background: #2f2f2f;
  color: #666;
}
.breadcrumb {
  padding: 10px 0;
  margin: 0;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  *zoom: 1;
}
.breadcrumb:before,
.breadcrumb:after {
  display: table;
  content: "";
}
.breadcrumb:after {
  clear: both;
}
.breadcrumb li {
  text-shadow: none;
  display: block;
  float: left;
}
.breadcrumb a {
  color: #666;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #666;
}
.breadcrumb .divider img {
  vertical-align: middle;
}
.breadcrumb .active {
  color: #999;
}
.plazart-mainnav {
  background: transparent;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0 0 0 #ffffff;
  -moz-box-shadow: 0 0 0 #ffffff;
  box-shadow: 0 0 0 #ffffff;
  height: 75px;
  margin-bottom: 0;
}
.plazart-mainnav .navbar {
  color: #666;
  margin-bottom: 0;
  margin-top: 0;
}
.plazart-mainnav .navbar-inner {
  min-height: 75px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.plazart-mainnav .navbar .nav {
  margin: 0;
}
.plazart-mainnav .navbar .nav > li > a {
  border-top: 0;
  border-right: 1px solid #d9d9d9;
  padding: 27.5px 20px;
  text-shadow: none;
}
.plazart-mainnav .navbar .nav > li > a:focus,
.plazart-mainnav .navbar .nav > li > a:hover {
  background-color: #666;
  text-shadow: none;
  outline: none;
}
.plazart-mainnav .navbar .nav > .active > a,
.plazart-mainnav .navbar .nav > .active > a:hover,
.plazart-mainnav .navbar .nav > .active > a:focus {
  color: #000;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.plazart-mainnav .navbar .btn-navbar {
  float: left;
  padding: 5px 10px;
  margin: 5px 20px 0;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.plazart-mainnav .navbar .btn-navbar [class^="icon-"],
.plazart-mainnav .navbar .btn-navbar [class^=" icon-"] {
  color: #666;
  text-shadow: none;
}
.plazart-mainnav .dropdown .caret {
  margin-left: 5px;
}
.plazart-mainnav .dropdown-menu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.plazart-mainnav .dropdown-menu li > a {
  padding: 5px 20px;
  text-shadow: none;
}
.plazart-mainnav .dropdown-menu li:first-child > a {
  border-top: 0;
}
.plazart-mainnav .navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.plazart-mainnav .navbar .nav > li > .dropdown-menu:after {
  display: none;
}
.plazart-mainnav .dropdown-menu .disabled > a,
.plazart-mainnav .dropdown-menu .disabled > a:hover {
  color: #999;
}
.plazart-mainnav .dropdown-menu .disabled > a:hover {
  background-color: transparent;
}
.plazart-mainnav .nav li.dropdown.open > .dropdown-toggle {
  background-color: #fff;
  color: #222;
}
.plazart-mainnav .nav li.dropdown.active > .dropdown-toggle,
.plazart-mainnav .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
  color: #000;
}
.plazart-mainnav.vertical-nav {
  background: #222;
  position: fixed;
  width: 200px;
  margin-left: -220px;
  top: 40px;
  padding: 0 0 70px;
  z-index: 1013;
}
.plazart-mainnav.vertical-nav .navbar {
  float: none;
}
.plazart-mainnav.vertical-nav .navbar .nav {
  float: none;
}
.plazart-mainnav.vertical-nav .navbar .nav > li {
  float: none;
  padding: 0 20px;
}
.plazart-mainnav.vertical-nav .navbar .nav > li > a {
  border-top: 0;
  border-right: 0;
  padding: 20px 0;
  border-bottom: 1px solid #2c2c2c;
  text-shadow: none;
  text-transform: uppercase;
  background: none;
  color: #666;
}
.plazart-mainnav.vertical-nav .navbar .nav > li > a:hover,
.plazart-mainnav.vertical-nav .navbar .nav > li > a:focus {
  color: #eee;
}
.plazart-mainnav.vertical-nav .navbar .nav > li > a .mega-caption {
  text-transform: none;
  color: #444;
}
.plazart-mainnav.vertical-nav .navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-bottom: 4px solid transparent;
  border-right: 0;
  border-left: 4px solid #666;
  border-top: 4px solid transparent;
  margin-top: 5px;
  float: right;
}
.plazart-mainnav.vertical-nav .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.plazart-mainnav.vertical-nav .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.plazart-mainnav.vertical-nav .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-bottom: 4px solid transparent;
  border-right: 0;
  border-left: 4px solid #000;
  border-top: 4px solid transparent;
}
.plazart-mainnav.vertical-nav .navbar .nav > .active > a,
.plazart-mainnav.vertical-nav .navbar .nav > .active > a:hover,
.plazart-mainnav.vertical-nav .navbar .nav > .active > a:focus {
  border-bottom-color: #2c2c2c;
  color: #666;
}
.plazart-mainnav.vertical-nav .navbar .nav > .active:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #222;
  position: absolute;
  right: -5px;
  top: 20px;
}
.plazart-mainnav.vertical-nav .dropdown-menu {
  left: 100%;
  top: 0;
}
.plazart-mainnav.vertical-nav .navbar .nav > li > .dropdown-menu {
  left: 200px;
}
.plazart-mainnav.vertical-nav .navbar .nav > li > .dropdown-menu:before {
  display: none;
}
@media (max-width: 991px) {
  .navbtn {
    display: block;
    padding: 0;
  }
  .plazart-megamenu {
    padding: 0 !important;
  }
  .dropdown.mega a:hover,
  .animating a:hover,
  .open a:hover {
    background: transparent !important;
    color: #666666 !important;
  }
  .always-show .mega > .mega-dropdown-menu,
  .always-show .dropdown-menu {
    display: block !important;
  }
  .menu-shop .nav-child.dropdown-menu.mega-dropdown-menu {
    transform: none !important;
  }
  .navbar-collapse-fixed-top,
  .navbar-collapse-fixed-bottom {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
  .navbar-collapse-fixed-top .nav-collapse.in,
  .navbar-collapse-fixed-top .nav-collapse.collapse,
  .navbar-collapse-fixed-top .nav-collapse.collapsing,
  .navbar-collapse-fixed-bottom .nav-collapse.in,
  .navbar-collapse-fixed-bottom .nav-collapse.collapse,
  .navbar-collapse-fixed-bottom .nav-collapse.collapsing {
    position: relative;
    width: 100%;
    overflow-y: auto;
    top: 75px;
    border: none;
    bottom: 0;
    margin: 0;
  }
  .navbar-collapse-fixed-top .nav-collapse.in > *,
  .navbar-collapse-fixed-top .nav-collapse.collapse > *,
  .navbar-collapse-fixed-top .nav-collapse.collapsing > *,
  .navbar-collapse-fixed-bottom .nav-collapse.in > *,
  .navbar-collapse-fixed-bottom .nav-collapse.collapse > *,
  .navbar-collapse-fixed-bottom .nav-collapse.collapsing > * {
    padding-bottom: 50px;
  }
  .navbar-collapse-fixed-top .nav-collapse.in ul.nav > li > a,
  .navbar-collapse-fixed-top .nav-collapse.collapse ul.nav > li > a,
  .navbar-collapse-fixed-top .nav-collapse.collapsing ul.nav > li > a,
  .navbar-collapse-fixed-bottom .nav-collapse.in ul.nav > li > a,
  .navbar-collapse-fixed-bottom .nav-collapse.collapse ul.nav > li > a,
  .navbar-collapse-fixed-bottom .nav-collapse.collapsing ul.nav > li > a {
    border-bottom: 1px solid #EEEEEE !important;
  }
  .navbar-collapse-fixed-top .nav-collapse.in ul.nav,
  .navbar-collapse-fixed-top .nav-collapse.collapse ul.nav,
  .navbar-collapse-fixed-top .nav-collapse.collapsing ul.nav,
  .navbar-collapse-fixed-bottom .nav-collapse.in ul.nav,
  .navbar-collapse-fixed-bottom .nav-collapse.collapse ul.nav,
  .navbar-collapse-fixed-bottom .nav-collapse.collapsing ul.nav {
    padding: 0 15px;
  }
  .navbar-collapse-fixed-top .nav-collapse.in ul.nav > li > a:before,
  .navbar-collapse-fixed-top .nav-collapse.in ul.nav > li > a:after,
  .navbar-collapse-fixed-top .nav-collapse.collapse ul.nav > li > a:before,
  .navbar-collapse-fixed-top .nav-collapse.collapse ul.nav > li > a:after,
  .navbar-collapse-fixed-top .nav-collapse.collapsing ul.nav > li > a:before,
  .navbar-collapse-fixed-top .nav-collapse.collapsing ul.nav > li > a:after,
  .navbar-collapse-fixed-bottom .nav-collapse.in ul.nav > li > a:before,
  .navbar-collapse-fixed-bottom .nav-collapse.in ul.nav > li > a:after,
  .navbar-collapse-fixed-bottom .nav-collapse.collapse ul.nav > li > a:before,
  .navbar-collapse-fixed-bottom .nav-collapse.collapse ul.nav > li > a:after,
  .navbar-collapse-fixed-bottom .nav-collapse.collapsing ul.nav > li > a:before,
  .navbar-collapse-fixed-bottom .nav-collapse.collapsing ul.nav > li > a:after {
    background: none;
  }
  .navbar-collapse-fixed-top .nav-collapse.in ul.nav > li > a:after,
  .navbar-collapse-fixed-top .nav-collapse.collapse ul.nav > li > a:after,
  .navbar-collapse-fixed-top .nav-collapse.collapsing ul.nav > li > a:after,
  .navbar-collapse-fixed-bottom .nav-collapse.in ul.nav > li > a:after,
  .navbar-collapse-fixed-bottom .nav-collapse.collapse ul.nav > li > a:after,
  .navbar-collapse-fixed-bottom .nav-collapse.collapsing ul.nav > li > a:after {
    content: "\f105";
    display: block;
    float: right;
    font-family: "FontAwesome";
    margin-right: 15px;
    transition: all 0.2s linear 0s;
    position: relative;
    right: 0;
  }
  .navbar-collapse-fixed-top .nav-collapse.in ul.mega-nav li a,
  .navbar-collapse-fixed-top .nav-collapse.collapse ul.mega-nav li a,
  .navbar-collapse-fixed-top .nav-collapse.collapsing ul.mega-nav li a,
  .navbar-collapse-fixed-bottom .nav-collapse.in ul.mega-nav li a,
  .navbar-collapse-fixed-bottom .nav-collapse.collapse ul.mega-nav li a,
  .navbar-collapse-fixed-bottom .nav-collapse.collapsing ul.mega-nav li a {
    border-color: #EEEEEE;
  }
  .navbar-collapse-fixed-top .nav-collapse.in ul.nav li,
  .navbar-collapse-fixed-top .nav-collapse.in ul.mega-nav li,
  .navbar-collapse-fixed-top .nav-collapse.in .no-border ul.mega-nav li,
  .navbar-collapse-fixed-top .nav-collapse.collapse ul.nav li,
  .navbar-collapse-fixed-top .nav-collapse.collapse ul.mega-nav li,
  .navbar-collapse-fixed-top .nav-collapse.collapse .no-border ul.mega-nav li,
  .navbar-collapse-fixed-top .nav-collapse.collapsing ul.nav li,
  .navbar-collapse-fixed-top .nav-collapse.collapsing ul.mega-nav li,
  .navbar-collapse-fixed-top .nav-collapse.collapsing .no-border ul.mega-nav li,
  .navbar-collapse-fixed-bottom .nav-collapse.in ul.nav li,
  .navbar-collapse-fixed-bottom .nav-collapse.in ul.mega-nav li,
  .navbar-collapse-fixed-bottom .nav-collapse.in .no-border ul.mega-nav li,
  .navbar-collapse-fixed-bottom .nav-collapse.collapse ul.nav li,
  .navbar-collapse-fixed-bottom .nav-collapse.collapse ul.mega-nav li,
  .navbar-collapse-fixed-bottom .nav-collapse.collapse .no-border ul.mega-nav li,
  .navbar-collapse-fixed-bottom .nav-collapse.collapsing ul.nav li,
  .navbar-collapse-fixed-bottom .nav-collapse.collapsing ul.mega-nav li,
  .navbar-collapse-fixed-bottom .nav-collapse.collapsing .no-border ul.mega-nav li {
    padding: 0 !important;
    display: block !important;
    width: 100%;
  }
  .navbar-collapse-fixed-top .nav-collapse.in ul.nav li a,
  .navbar-collapse-fixed-top .nav-collapse.in ul.mega-nav li a,
  .navbar-collapse-fixed-top .nav-collapse.in .no-border ul.mega-nav li a,
  .navbar-collapse-fixed-top .nav-collapse.collapse ul.nav li a,
  .navbar-collapse-fixed-top .nav-collapse.collapse ul.mega-nav li a,
  .navbar-collapse-fixed-top .nav-collapse.collapse .no-border ul.mega-nav li a,
  .navbar-collapse-fixed-top .nav-collapse.collapsing ul.nav li a,
  .navbar-collapse-fixed-top .nav-collapse.collapsing ul.mega-nav li a,
  .navbar-collapse-fixed-top .nav-collapse.collapsing .no-border ul.mega-nav li a,
  .navbar-collapse-fixed-bottom .nav-collapse.in ul.nav li a,
  .navbar-collapse-fixed-bottom .nav-collapse.in ul.mega-nav li a,
  .navbar-collapse-fixed-bottom .nav-collapse.in .no-border ul.mega-nav li a,
  .navbar-collapse-fixed-bottom .nav-collapse.collapse ul.nav li a,
  .navbar-collapse-fixed-bottom .nav-collapse.collapse ul.mega-nav li a,
  .navbar-collapse-fixed-bottom .nav-collapse.collapse .no-border ul.mega-nav li a,
  .navbar-collapse-fixed-bottom .nav-collapse.collapsing ul.nav li a,
  .navbar-collapse-fixed-bottom .nav-collapse.collapsing ul.mega-nav li a,
  .navbar-collapse-fixed-bottom .nav-collapse.collapsing .no-border ul.mega-nav li a {
    font-weight: normal;
    padding: 10px 0;
    font-size: 13px;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
  .navbar-collapse-fixed-top .nav-collapse.in ul.nav li .nav-child.dropdown-menu.mega-dropdown-menu,
  .navbar-collapse-fixed-top .nav-collapse.in ul.mega-nav li .nav-child.dropdown-menu.mega-dropdown-menu,
  .navbar-collapse-fixed-top .nav-collapse.in .no-border ul.mega-nav li .nav-child.dropdown-menu.mega-dropdown-menu,
  .navbar-collapse-fixed-top .nav-collapse.collapse ul.nav li .nav-child.dropdown-menu.mega-dropdown-menu,
  .navbar-collapse-fixed-top .nav-collapse.collapse ul.mega-nav li .nav-child.dropdown-menu.mega-dropdown-menu,
  .navbar-collapse-fixed-top .nav-collapse.collapse .no-border ul.mega-nav li .nav-child.dropdown-menu.mega-dropdown-menu,
  .navbar-collapse-fixed-top .nav-collapse.collapsing ul.nav li .nav-child.dropdown-menu.mega-dropdown-menu,
  .navbar-collapse-fixed-top .nav-collapse.collapsing ul.mega-nav li .nav-child.dropdown-menu.mega-dropdown-menu,
  .navbar-collapse-fixed-top .nav-collapse.collapsing .no-border ul.mega-nav li .nav-child.dropdown-menu.mega-dropdown-menu,
  .navbar-collapse-fixed-bottom .nav-collapse.in ul.nav li .nav-child.dropdown-menu.mega-dropdown-menu,
  .navbar-collapse-fixed-bottom .nav-collapse.in ul.mega-nav li .nav-child.dropdown-menu.mega-dropdown-menu,
  .navbar-collapse-fixed-bottom .nav-collapse.in .no-border ul.mega-nav li .nav-child.dropdown-menu.mega-dropdown-menu,
  .navbar-collapse-fixed-bottom .nav-collapse.collapse ul.nav li .nav-child.dropdown-menu.mega-dropdown-menu,
  .navbar-collapse-fixed-bottom .nav-collapse.collapse ul.mega-nav li .nav-child.dropdown-menu.mega-dropdown-menu,
  .navbar-collapse-fixed-bottom .nav-collapse.collapse .no-border ul.mega-nav li .nav-child.dropdown-menu.mega-dropdown-menu,
  .navbar-collapse-fixed-bottom .nav-collapse.collapsing ul.nav li .nav-child.dropdown-menu.mega-dropdown-menu,
  .navbar-collapse-fixed-bottom .nav-collapse.collapsing ul.mega-nav li .nav-child.dropdown-menu.mega-dropdown-menu,
  .navbar-collapse-fixed-bottom .nav-collapse.collapsing .no-border ul.mega-nav li .nav-child.dropdown-menu.mega-dropdown-menu {
    background: none;
    border-width: 1px;
    border-color: #EEEEEE;
    border-style: none none solid none;
  }
  .no-border .mega-col-nav:last-child ul li:last-child a {
    border-bottom: none !important;
  }
  .no-border .no-border-menu,
  .no-border .mega-inner {
    padding: 0 !important;
  }
  .no-border .no-border-menu ul li a,
  .no-border .mega-inner ul li a {
    border-bottom: 1px solid #EEEEEE !important;
  }
  .navbar-collapse .nav-child.dropdown-menu.mega-dropdown-menu {
    padding-left: 40px;
  }
  .navbar-collapse .nav-child.dropdown-menu.mega-dropdown-menu ul li a {
    padding-left: 0 !important;
  }
  .navbar-collapse .nav-child.dropdown-menu.mega-dropdown-menu .mega-col-nav .mega-inner {
    border-right: 0;
  }
  ul.nav li:last-child .nav-child.dropdown-menu.mega-dropdown-menu {
    border-bottom: none ! important;
  }
  .mega-col-nav:first-child ul li:first-child a {
    border-top: none !important;
  }
  .dropdown-menu li:first-child > a {
    border-top: 1px solid #EEEEEE !important;
  }
  .level0 > li.current > a:after,
  .level0 > li.current:hover > a:after,
  .level0 > li:hover > a:after,
  .level0 > li:hover > a:before {
    width: auto !important;
    margin-right: 10px !important;
  }
  .collapse {
    margin: 0;
    opacity: 1;
    position: relative;
    top: 0px;
    width: 100%;
    border: none;
    height: auto;
  }
  .navbar-collapse-fixed-bottom {
    bottom: 0;
    top: auto;
  }
  .navbar-collapse-fixed-bottom .nav-collapse.in {
    top: 0;
    bottom: 75px;
  }
  .always-show .nav-child.dropdown-menu.mega-dropdown-menu {
    position: relative;
  }
  .plazart-navhelper {
    margin-left: -20px;
    margin-right: -20px;
  }
  .plazart-mainnav {
    background: transparent;
    border-top: none;
    height: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
  .plazart-mainnav .navbar .btn-navbar {
    margin-bottom: 0;
  }
  .plazart-mainnav .navbar .btn-navbar:hover {
    cursor: pointer;
  }
  .plazart-mainnav .nav-collapse {
    margin-top: 0;
    background: #fff;
  }
  .plazart-mainnav .nav-collapse .nav {
    margin: 0;
  }
  .plazart-mainnav .nav-collapse .nav > li > a {
    margin-bottom: 0;
  }
  .plazart-mainnav .nav-collapse .nav > li > a,
  .plazart-mainnav .nav-collapse .dropdown-menu a {
    border-bottom: 1px solid #eee;
    padding: 10px 20px;
    font-weight: bold;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .plazart-mainnav .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 0;
  }
  .plazart-mainnav .nav-collapse .nav > li > a:hover {
    background-color: #666;
    background-image: none;
  }
  .plazart-mainnav .nav-collapse .dropdown-menu a {
    border-top: 1px solid #d9d9d9;
    border-bottom: 0;
    font-weight: normal;
    padding: 10px 20px;
  }
  .plazart-mainnav .nav-collapse .dropdown-menu a:hover {
    background-color: #666;
    background-image: none;
  }
  .plazart-mainnav .nav-collapse .dropdown-menu {
    margin: 0;
    padding: 0;
    background-color: #e6e6e6;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .plazart-mainnav.navbar-collapse-fixed-top {
    margin-left: 0;
    margin-right: 0;
  }
  .plazart-mainnav .navbar .nav > li > .dropdown-menu:before,
  .plazart-mainnav .navbar .nav > li > .dropdown-menu:after,
  .plazart-mainnav .navbar .nav > li > .dropdown-menu .divider {
    display: none;
  }
  .plazart-mainnav .customization {
    display: none;
  }
  #off-canvas-nav .nav-collapse {
    margin: 0;
    top: 0;
  }
  #off-canvas-nav .nav-collapse.always-show ul.nav li a {
    border-top: 1px solid rgba(241,241,241,0.2);
  }
  #off-canvas-nav .nav-collapse .plazart-megamenu {
    background: #444444;
    padding: 0 20px 20px 20px !important;
  }
  #off-canvas-nav .nav-collapse .plazart-megamenu > * {
    border-color: transparent !important;
  }
  #off-canvas-nav .nav-collapse .dropdown-menu {
    background: #444444;
    border: none;
  }
  #off-canvas-nav .nav-collapse .dropdown-menu ul.mega-nav li a {
    border-top: none;
  }
  #off-canvas-nav .nav-collapse.always-show .ul.nav > li.current > a,
  #off-canvas-nav .nav-collapse.always-show .ul.nav > li.open > a,
  #off-canvas-nav .nav-collapse.always-show .ul.nav > li.active > a {
    border-bottom: 1px solid rgba(241,241,241,0.2) !important;
    border-top: 1px solid rgba(241,241,241,0.2) !important;
  }
  #off-canvas-nav .nav-collapse.always-show .ul.nav > li.current > a:hover,
  #off-canvas-nav .nav-collapse.always-show .ul.nav > li.open > a:hover,
  #off-canvas-nav .nav-collapse.always-show .ul.nav > li.active > a:hover {
    color: #ffffff !important;
  }
  #off-canvas-nav .nav-collapse ul.nav li.open a {
    background: transparent;
  }
  #off-canvas-nav .nav-collapse ul.nav li a {
    border-bottom: 1px solid rgba(241,241,241,0.2) !important;
    color: #cccccc;
    display: block;
    padding: 10px 0;
    font-weight: normal;
  }
  #off-canvas-nav .nav-collapse .nav.navbar-nav.level0 > li {
    display: inline-block !important;
    width: 100%;
  }
  #off-canvas-nav .nav-collapse .nav-child .mega-col-nav ul li a {
    color: rgba(255,255,255,0.3);
  }
  #off-canvas-nav .nav-collapse .nav-child .mega-col-nav:last-child ul li:last-child a,
  #off-canvas-nav .nav-collapse .nav-child .col-md-12.mega-col-nav ul li:last-child a {
    border-bottom: none !important;
  }
  #off-canvas-nav .nav-collapse .nav-child .mega-col-nav ul li:last-child a {
    border-bottom: 1px solid rgba(241,241,241,0.2) !important;
  }
  #off-canvas-nav .nav-collapse ul.nav li:first-child a {
    border-top: none !important;
  }
}
.container-fluid {
  margin: 0 auto;
  max-width: 1180px;
  padding: 0;
}
.tz-mainmenu-toggle {
  display: none;
}
img {
  max-width: 100%;
}
div.imgcaption {
  max-width: 100% !important;
}
.btn-toolbar {
  clear: both;
}
.article-index + .btn-toolbar {
  clear: left;
}
aside .btn-group > .dropdown-toggle {
  padding: 0 !important;
}
.btn.btn-primary [class^="icon-"] {
  margin-top: -1px;
  opacity: 1;
}
a [class^="icon-"] {
  margin-top: -3px;
}
.label,
.badge {
  vertical-align: text-top !important;
}
.well {
  background: #fff;
}
.nav-pills li:hover a {
  background: #5990de;
  color: #fff;
}
.form-actions {
  background: #fff;
  border-top: 1px solid #ddd;
  overflow: hidden;
}
[class^="icon-"],
[class*=" icon-"] {
  position: relative;
  top: 2px;
}
.btn-group.open .btn.dropdown-toggle,
.btn.dropdown-toggle {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
[class*="span"]:first-child {
  margin-left: 0 !important;
}
[class*="span"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.breadcrumb {
  background: transparent;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 15px 0;
}
.breadcrumb > li:first-child {
  margin-right: 10px;
}
table {
  clear: both;
}
aside .dropdown-menu {
  min-width: 80px !important;
}
.list-striped {
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  list-style-type: none;
  margin: 0;
  padding: 3px;
}
.list-striped li {
  padding: 7px 10px;
}
.list-striped li:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-striped li:hover {
  background-color: #f5f5f5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444444;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #888888;
  font-family: inherit;
  font-weight: normal;
  line-height: 1.1em;
  margin: 15px 0;
  padding: 10px 0;
}
h4 {
  font-size: 1.57em;
}
a {
  color: #666666;
  transition: all 200ms linear 0s;
}
.panel-body {
  padding-bottom: 20px;
}
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.oe-box-testimonials:before,
.oe-box-testimonials:after {
  content: " ";
  display: table;
}
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.oe-box-testimonials:after {
  clear: both;
}
.oe-btn {
  position: relative;
  overflow: hidden;
  height: 50px;
  padding: 0;
  outline: 0;
  background-color: transparent;
  border: 1px solid #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.05);
  box-shadow: 0 0 1px rgba(0,0,0,0.05);
}
.oe-btn span {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 1em 1.8em;
  line-height: 1.5em;
  color: #ffffff;
  -webkit-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
}
.oe-btn:before,
.oe-btn span:before,
.oe-btn .fa:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  padding: 1em 1.3em 4em 1.5em;
  line-height: 1.5em;
  color: #ffffff;
  background-color: #444444;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
}
.oe-btn .fa {
  position: relative;
  z-index: 10;
  padding: 1em 1.3em 4em 1.5em;
  line-height: 1.5em;
  color: #ffffff;
  -webkit-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
  top: -1px;
}
.oe-btn .fa:after {
  z-index: -1;
  right: -100%;
  left: auto;
}
.oe-btn:hover span {
  color: #444444;
}
.oe-btn:hover span:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.oe-btn:hover:before {
  left: 0;
  background-color: transparent;
  color: #fff;
  z-index: -100;
  opacity: 1;
  filter: alpha(opacity=20);
}
.oe-btn:hover .fa {
  color: #ffffff;
}
.oe-btn:hover .fa:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.oe-btn:active {
  -webkit-transform: translate(0,3px);
  -ms-transform: translate(0,3px);
  transform: translate(0,3px);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.oe-btn:focus,
.oe-btn:active:focus {
  outline: 0;
}
.oe-btn-hover-overlap:before {
  display: none;
}
.oe-btn-hover-overlap span:before {
  content: attr(data-btn-text);
}
.oe-btn-hover-overlap .fa {
color: #fff;
  background-color: transparent;
}
.oe-btn-hover-overlap:hover span {
  -webkit-transform: translate(100%,0);
  -ms-transform: translate(100%,0);
  transform: translate(100%,0);
}
.oe-btn-hover-overlap:hover .fa {
  color: #ffffff;
}
.oe-btn-hover-up:before {
  left: 0;
  top: 100%;
}
.oe-btn-hover-up .fa:after {
  right: 0;
  top: -100%;
}
.oe-btn-hover-up:hover:before {
  top: 0;
}
.oe-btn-hover-up:hover .fa:after {
  top: 0;
}
.oe-btn-hover-up.oe-btn-reflect-icon:hover .fa {
  color: #444444;
}
.oe-btn-hover-up.oe-btn-reflect-icon:hover .fa:after {
  background-color: #ffffff;
}
.oe-btn-hover-up.oe-btn-hover-overlap span:before {
  left: 0;
  top: 100%;
}
.oe-btn-hover-up.oe-btn-hover-overlap:hover span {
  -webkit-transform: translate(0,-100%);
  -ms-transform: translate(0,-100%);
  transform: translate(0,-100%);
}
.oe-btn-hover-down:before {
  left: 0;
  top: -100%;
}
.oe-btn-hover-down .fa:after {
  right: 0;
  top: 100%;
}
.oe-btn-hover-down:hover:before {
  top: 0;
}
.oe-btn-hover-down.oe-btn-reflect-icon:hover .fa {
  color: #444444;
}
.oe-btn-hover-down.oe-btn-reflect-icon:hover .fa:after {
  top: 0;
  background-color: #ffffff;
}
.oe-btn-hover-down.oe-btn-hover-overlap span:before {
  left: 0;
  top: -100%;
}
.oe-btn-hover-down.oe-btn-hover-overlap:hover span {
  -webkit-transform: translate(0,100%);
  -ms-transform: translate(0,100%);
  transform: translate(0,100%);
}
.oe-btn-hover-flap,
.oe-btn-3d-box,
.oe-btn-3d-left,
.oe-btn-3d-right {
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  perspective: 800px;
  overflow: visible;
  border: 0;
}
.oe-btn-hover-flap:before,
.oe-btn-3d-box:before,
.oe-btn-3d-left:before,
.oe-btn-3d-right:before {
  display: none;
}
.oe-btn-hover-flap span,
.oe-btn-3d-box span,
.oe-btn-3d-left span,
.oe-btn-3d-right span {
  background-color: #ffffff;
  border: 1px solid #444444;
  outline: 1px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.oe-btn-hover-flap span:before,
.oe-btn-3d-box span:before,
.oe-btn-3d-left span:before,
.oe-btn-3d-right span:before {
  content: attr(data-btn-text);
  display: block;
  position: absolute;
  padding: 1em;
  color: #ffffff;
  background-color: #444444;
  border: 1px solid #444444;
}
.oe-btn-hover-flap .fa,
.oe-btn-3d-box .fa,
.oe-btn-3d-left .fa,
.oe-btn-3d-right .fa {
  margin: 0 -1px;
  border: 1px solid #444444;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.oe-btn-hover-flap .fa:after,
.oe-btn-3d-box .fa:after,
.oe-btn-3d-left .fa:after,
.oe-btn-3d-right .fa:after {
  display: none;
}
.oe-btn-hover-flap span:before {
  left: -1px;
  top: -100%;
  width: 101%;
  height: 105%;
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.oe-btn-hover-flap:hover span {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(-90deg) translateY(100%);
  -moz-transform: rotateX(-90deg) translateY(100%);
  transform: rotateX(-90deg) translateY(100%);
}
.oe-btn-3d-left span:before {
  top: -1px;
  left: -100%;
  width: 101%;
  height: 105%;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}
.oe-btn-3d-left:hover span {
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: rotateY(90deg) translateX(100%);
  -moz-transform: rotateY(90deg) translateX(100%);
  transform: rotateY(90deg) translateX(100%);
}
.oe-btn-3d-right span:before {
  top: -1px;
  left: 100%;
  width: 101%;
  height: 105%;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.oe-btn-3d-right:hover span {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotateY(-90deg) translateX(-100%);
  -moz-transform: rotateY(-90deg) translateX(-100%);
  transform: rotateY(-90deg) translateX(-100%);
}
.oe-btn-3d-box span {
  -webkit-transform: rotateX(8deg);
  -ms-transform: rotateX(8deg);
  transform: rotateX(8deg);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.oe-btn-3d-box span:before {
  top: 100%;
  left: -1px;
  width: 101%;
  height: 105%;
  color: #666666;
  background-color: #666666;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.oe-btn-3d-box:hover span {
  color: #444444;
  -webkit-transform: rotateX(5deg) translateY(2px);
  -moz-transform: rotateX(5deg) translateY(2px);
  transform: rotateX(5deg) translateY(2px);
}
.oe-btn-3d-box:hover span:before {
  background-color: #666666;
}
.oe-btn-3d-box:hover .fa {
  color: #444444;
}
.oe-btn-3d-box:active span {
  -webkit-transform: rotateX(0);
  -ms-transform: rotateX(0);
  transform: rotateX(0);
}
.oe-btn-3d-box.oe-btn-reflect span:before {
  color: #666666;
}
.oe-btn-3d-box.oe-btn-reflect:hover span:before {
  background-color: #666666;
}
.oe-btn-reflect {
  background-color: #444444;
}
.oe-btn-reflect:before,
.oe-btn-reflect span:before,
.oe-btn-reflect .fa:after {
  color: #444444;
}
.oe-btn-reflect .fa,
.oe-btn-reflect span {
  color: #ffffff;
}
.oe-btn-reflect:hover:before,
.oe-btn-reflect:hover span:before {
  background-color: #ffffff;
}
.oe-btn-reflect:hover .fa,
.oe-btn-reflect:hover span {
  color: #444444;
}
.oe-btn-reflect.oe-btn-reflect-icon .fa {
  color: #444444;
  background-color: #ffffff;
}
.oe-btn-reflect.oe-btn-hover-overlap .fa {
  background-color: #444444;
}
.oe-btn-reflect.oe-btn-hover-down.oe-btn-reflect-icon:hover .fa {
  color: #ffffff;
}
.oe-btn-reflect.oe-btn-hover-down.oe-btn-reflect-icon:hover .fa:after {
  background-color: #444444;
}
.oe-btn-reflect.oe-btn-3d-box,
.oe-btn-reflect.oe-btn-3d-left,
.oe-btn-reflect.oe-btn-3d-right,
.oe-btn-reflect.oe-btn-hover-flap {
  background-color: transparent;
}
.oe-btn-reflect.oe-btn-3d-box:before,
.oe-btn-reflect.oe-btn-3d-left:before,
.oe-btn-reflect.oe-btn-3d-right:before,
.oe-btn-reflect.oe-btn-hover-flap:before {
  display: none;
}
.oe-btn-reflect.oe-btn-3d-box span,
.oe-btn-reflect.oe-btn-3d-left span,
.oe-btn-reflect.oe-btn-3d-right span,
.oe-btn-reflect.oe-btn-hover-flap span {
  color: #ffffff;
  background-color: #444444;
}
.oe-btn-reflect.oe-btn-3d-box .fa,
.oe-btn-reflect.oe-btn-3d-left .fa,
.oe-btn-reflect.oe-btn-3d-right .fa,
.oe-btn-reflect.oe-btn-hover-flap .fa {
  background-color: #444444;
}
.oe-btn-reflect.oe-btn-3d-box:hover .fa,
.oe-btn-reflect.oe-btn-3d-left:hover .fa,
.oe-btn-reflect.oe-btn-3d-right:hover .fa,
.oe-btn-reflect.oe-btn-hover-flap:hover .fa {
  color: #ffffff;
}
.oe-btn-reflect-icon .fa {
  color: #ffffff;
  background-color: #444444;
}
.oe-btn-split .fa {
  border-left: 1px solid #444444;
}
.oe-btn-split:hover .fa {
  border-left-color: #ffffff;
}
.oe-btn-split.oe-btn-icon-left {
  border-left: 0;
  border-right: 1px solid #444444;
}
.oe-btn-split.oe-btn-icon-left:hover .fa {
  border-right-color: #ffffff;
}
.oe-btn-split-short span:after {
  content: '';
  display: block;
  position: absolute;
  top: 20%;
  right: 0;
  width: 1px;
  height: 60%;
  background-color: #dddddd;
}
.oe-btn-split-short.oe-btn-icon-left span:after {
  right: auto;
  left: 0;
}
.oe-btn-grey {
  color: #444444;
  border-color: #dddddd;
  background-color: #dddddd;
}
.oe-reflect .oe-btn,
.oe-reflect-bg .oe-btn {
  border: 1px solid #ffffff;
}
.oe-reflect .oe-btn span,
.oe-reflect-bg .oe-btn span {
  color: #ffffff;
}
.oe-reflect .oe-btn:before,
.oe-reflect .oe-btn span:before,
.oe-reflect .oe-btn .fa:after,
.oe-reflect-bg .oe-btn:before,
.oe-reflect-bg .oe-btn span:before,
.oe-reflect-bg .oe-btn .fa:after {
  color: #444444;
  background-color: #ffffff;
}
.oe-reflect .oe-btn .fa,
.oe-reflect-bg .oe-btn .fa {
  color: #ffffff;
}
.oe-reflect .oe-btn:hover span,
.oe-reflect-bg .oe-btn:hover span {
  color: #444444;
}
.oe-reflect .oe-btn:hover:before,
.oe-reflect-bg .oe-btn:hover:before {
  background-color: #ffffff;
}
.oe-reflect .oe-btn:hover .fa,
.oe-reflect-bg .oe-btn:hover .fa {
  color: #444444;
}
.oe-reflect .oe-btn-hover-overlap .fa,
.oe-reflect-bg .oe-btn-hover-overlap .fa {
  background-color: #444444;
}
.oe-reflect .oe-btn-hover-overlap:hover .fa,
.oe-reflect-bg .oe-btn-hover-overlap:hover .fa {
  color: #ffffff;
}
.oe-reflect .oe-btn-hover-up.oe-btn-reflect-icon:hover .fa,
.oe-reflect-bg .oe-btn-hover-up.oe-btn-reflect-icon:hover .fa {
  color: #ffffff;
}
.oe-reflect .oe-btn-hover-up.oe-btn-reflect-icon:hover .fa:after,
.oe-reflect-bg .oe-btn-hover-up.oe-btn-reflect-icon:hover .fa:after {
  background-color: #444444;
}
.oe-reflect .oe-btn-hover-down.oe-btn-reflect-icon:hover .fa,
.oe-reflect-bg .oe-btn-hover-down.oe-btn-reflect-icon:hover .fa {
  color: #ffffff;
}
.oe-reflect .oe-btn-hover-down.oe-btn-reflect-icon:hover .fa:after,
.oe-reflect-bg .oe-btn-hover-down.oe-btn-reflect-icon:hover .fa:after {
  background-color: #444444;
}
.oe-reflect .oe-btn-3d-box,
.oe-reflect .oe-btn-3d-left,
.oe-reflect .oe-btn-3d-right,
.oe-reflect .oe-btn-hover-flap,
.oe-reflect-bg .oe-btn-3d-box,
.oe-reflect-bg .oe-btn-3d-left,
.oe-reflect-bg .oe-btn-3d-right,
.oe-reflect-bg .oe-btn-hover-flap {
  border: 0;
}
.oe-reflect .oe-btn-3d-box span,
.oe-reflect .oe-btn-3d-left span,
.oe-reflect .oe-btn-3d-right span,
.oe-reflect .oe-btn-hover-flap span,
.oe-reflect-bg .oe-btn-3d-box span,
.oe-reflect-bg .oe-btn-3d-left span,
.oe-reflect-bg .oe-btn-3d-right span,
.oe-reflect-bg .oe-btn-hover-flap span {
  background-color: #444444;
  border: 1px solid #ffffff;
}
.oe-reflect .oe-btn-3d-box span:before,
.oe-reflect .oe-btn-3d-left span:before,
.oe-reflect .oe-btn-3d-right span:before,
.oe-reflect .oe-btn-hover-flap span:before,
.oe-reflect-bg .oe-btn-3d-box span:before,
.oe-reflect-bg .oe-btn-3d-left span:before,
.oe-reflect-bg .oe-btn-3d-right span:before,
.oe-reflect-bg .oe-btn-hover-flap span:before {
  color: #444444;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.oe-reflect .oe-btn-3d-box .fa,
.oe-reflect .oe-btn-3d-left .fa,
.oe-reflect .oe-btn-3d-right .fa,
.oe-reflect .oe-btn-hover-flap .fa,
.oe-reflect-bg .oe-btn-3d-box .fa,
.oe-reflect-bg .oe-btn-3d-left .fa,
.oe-reflect-bg .oe-btn-3d-right .fa,
.oe-reflect-bg .oe-btn-hover-flap .fa {
  border: 1px solid #ffffff;
}
.oe-reflect .oe-btn-reflect,
.oe-reflect-bg .oe-btn-reflect {
  background-color: #ffffff;
}
.oe-reflect .oe-btn-reflect:before,
.oe-reflect .oe-btn-reflect span:before,
.oe-reflect .oe-btn-reflect .fa:after,
.oe-reflect-bg .oe-btn-reflect:before,
.oe-reflect-bg .oe-btn-reflect span:before,
.oe-reflect-bg .oe-btn-reflect .fa:after {
  color: #ffffff;
}
.oe-reflect .oe-btn-reflect .fa,
.oe-reflect .oe-btn-reflect span,
.oe-reflect-bg .oe-btn-reflect .fa,
.oe-reflect-bg .oe-btn-reflect span {
  color: #444444;
}
.oe-reflect .oe-btn-reflect:hover:before,
.oe-reflect .oe-btn-reflect:hover span:before,
.oe-reflect-bg .oe-btn-reflect:hover:before,
.oe-reflect-bg .oe-btn-reflect:hover span:before {
  background-color: #444444;
}
.oe-reflect .oe-btn-reflect:hover .fa,
.oe-reflect .oe-btn-reflect:hover span,
.oe-reflect-bg .oe-btn-reflect:hover .fa,
.oe-reflect-bg .oe-btn-reflect:hover span {
  color: #ffffff;
}
.oe-reflect .oe-btn-reflect.oe-btn-reflect-icon .fa,
.oe-reflect-bg .oe-btn-reflect.oe-btn-reflect-icon .fa {
  color: #ffffff;
  background-color: #444444;
}
.oe-reflect .oe-btn-reflect.oe-btn-hover-down.oe-btn-reflect-icon:hover .fa,
.oe-reflect-bg .oe-btn-reflect.oe-btn-hover-down.oe-btn-reflect-icon:hover .fa {
  color: #444444;
}
.oe-reflect .oe-btn-reflect.oe-btn-hover-down.oe-btn-reflect-icon:hover .fa:after,
.oe-reflect-bg .oe-btn-reflect.oe-btn-hover-down.oe-btn-reflect-icon:hover .fa:after {
  background-color: #ffffff;
}
.oe-reflect .oe-btn-reflect.oe-btn-3d-box,
.oe-reflect .oe-btn-reflect.oe-btn-3d-left,
.oe-reflect .oe-btn-reflect.oe-btn-3d-right,
.oe-reflect .oe-btn-reflect.oe-btn-hover-flap,
.oe-reflect-bg .oe-btn-reflect.oe-btn-3d-box,
.oe-reflect-bg .oe-btn-reflect.oe-btn-3d-left,
.oe-reflect-bg .oe-btn-reflect.oe-btn-3d-right,
.oe-reflect-bg .oe-btn-reflect.oe-btn-hover-flap {
  background-color: transparent;
}
.oe-reflect .oe-btn-reflect.oe-btn-3d-box span,
.oe-reflect .oe-btn-reflect.oe-btn-3d-left span,
.oe-reflect .oe-btn-reflect.oe-btn-3d-right span,
.oe-reflect .oe-btn-reflect.oe-btn-hover-flap span,
.oe-reflect-bg .oe-btn-reflect.oe-btn-3d-box span,
.oe-reflect-bg .oe-btn-reflect.oe-btn-3d-left span,
.oe-reflect-bg .oe-btn-reflect.oe-btn-3d-right span,
.oe-reflect-bg .oe-btn-reflect.oe-btn-hover-flap span {
  background-color: #ffffff;
}
.oe-reflect .oe-btn-reflect.oe-btn-3d-box .fa,
.oe-reflect .oe-btn-reflect.oe-btn-3d-left .fa,
.oe-reflect .oe-btn-reflect.oe-btn-3d-right .fa,
.oe-reflect .oe-btn-reflect.oe-btn-hover-flap .fa,
.oe-reflect-bg .oe-btn-reflect.oe-btn-3d-box .fa,
.oe-reflect-bg .oe-btn-reflect.oe-btn-3d-left .fa,
.oe-reflect-bg .oe-btn-reflect.oe-btn-3d-right .fa,
.oe-reflect-bg .oe-btn-reflect.oe-btn-hover-flap .fa {
  background-color: #ffffff;
}
.oe-reflect .oe-btn-reflect.oe-btn-3d-box:hover .fa,
.oe-reflect .oe-btn-reflect.oe-btn-3d-left:hover .fa,
.oe-reflect .oe-btn-reflect.oe-btn-3d-right:hover .fa,
.oe-reflect .oe-btn-reflect.oe-btn-hover-flap:hover .fa,
.oe-reflect-bg .oe-btn-reflect.oe-btn-3d-box:hover .fa,
.oe-reflect-bg .oe-btn-reflect.oe-btn-3d-left:hover .fa,
.oe-reflect-bg .oe-btn-reflect.oe-btn-3d-right:hover .fa,
.oe-reflect-bg .oe-btn-reflect.oe-btn-hover-flap:hover .fa {
  color: #444444;
}
.oe-reflect .oe-btn-reflect-icon .fa,
.oe-reflect-bg .oe-btn-reflect-icon .fa {
  color: #444444;
  background-color: #ffffff;
}
.oe-reflect .oe-btn-split .fa,
.oe-reflect-bg .oe-btn-split .fa {
  border-left: 1px solid #ffffff;
}
.oe-reflect .oe-btn-split:hover .fa,
.oe-reflect-bg .oe-btn-split:hover .fa {
  border-left-color: #444444;
}
.oe-reflect .oe-btn-split-short span:after,
.oe-reflect-bg .oe-btn-split-short span:after {
  background-color: #dddddd;
}
.oe-reflect .oe-btn-grey,
.oe-reflect-bg .oe-btn-grey {
  border-color: #666666;
  background-color: #666666;
}
.oe-reflect .oe-btn-3d-box span:before,
.oe-reflect-bg .oe-btn-3d-box span:before {
  color: #dddddd;
  background-color: #dddddd;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.oe-reflect .oe-btn-3d-box .fa,
.oe-reflect-bg .oe-btn-3d-box .fa {
  border: 0;
}
.oe-reflect .oe-btn-3d-box:hover span,
.oe-reflect-bg .oe-btn-3d-box:hover span {
  color: #ffffff;
}
.oe-reflect .oe-btn-3d-box:hover span:before,
.oe-reflect-bg .oe-btn-3d-box:hover span:before {
  background-color: #dddddd;
}
.oe-reflect .oe-btn-3d-box:hover .fa,
.oe-reflect-bg .oe-btn-3d-box:hover .fa {
  color: #ffffff;
}
.oe-reflect .oe-btn-3d-box.oe-btn-reflect span,
.oe-reflect-bg .oe-btn-3d-box.oe-btn-reflect span {
  color: #444444;
}
.oe-reflect .oe-btn-3d-box.oe-btn-reflect .fa,
.oe-reflect-bg .oe-btn-3d-box.oe-btn-reflect .fa {
  color: #444444;
}
.oe-btn-inline-icon span {
  height: 50px;
}
.oe-btn-inline-icon .fa {
  padding: 0;
  margin-right: 15px;
  border: 0;
}
.oe-btn-inline-icon .fa:after {
  display: none;
}
.oe-btn-hover-blue span:before,
.oe-btn-hover-red span:before,
.oe-btn-hover-sapphire span:before {
  width: 101%;
}
.oe-btn-hover-blue:hover span,
.oe-btn-hover-red:hover span,
.oe-btn-hover-sapphire:hover span,
.oe-btn-hover-blue:hover .fa,
.oe-btn-hover-red:hover .fa,
.oe-btn-hover-sapphire:hover .fa,
.oe-btn-hover-blue:hover span:before,
.oe-btn-hover-red:hover span:before,
.oe-btn-hover-sapphire:hover span:before,
.oe-btn-blue span,
.oe-btn-blue .fa,
.oe-btn-blue span:before,
.oe-btn-sapphire span,
.oe-btn-sapphire .fa,
.oe-btn-sapphire span:before,
.oe-btn-red span,
.oe-btn-red .fa,
.oe-btn-red span:before {
  color: #ffffff;
}
.oe-btn-blue:hover,
.oe-btn-red:hover,
.oe-btn-sapphire:hover {
  border-color: #444444;
}
.oe-btn-blue:hover .fa,
.oe-btn-red:hover .fa,
.oe-btn-sapphire:hover .fa {
  background-color: #444444;
}
.oe-btn-blue.oe-btn-reflect:hover span:before,
.oe-btn-red.oe-btn-reflect:hover span:before,
.oe-btn-sapphire.oe-btn-reflect:hover span:before {
  color: #444444;
}
.oe-btn-blue.oe-btn-reflect:hover .fa,
.oe-btn-red.oe-btn-reflect:hover .fa,
.oe-btn-sapphire.oe-btn-reflect:hover .fa {
  background-color: #ffffff;
}
.oe-btn-hover-blue:hover,
.oe-btn-blue {
  border-color: #36b5e7;
}
.oe-btn-hover-blue:hover .fa,
.oe-btn-hover-blue:hover:before,
.oe-btn-hover-blue:hover span:before,
.oe-btn-blue .fa,
.oe-btn-blue:before,
.oe-btn-blue span:before {
  background-color: #36b5e7;
}
.oe-btn-blue {
  background-color: #36b5e7;
}
.oe-btn-hover-sapphire:hover,
.oe-btn-sapphire {
  border-color: #28baba;
}
.oe-btn-hover-sapphire:hover .fa,
.oe-btn-hover-sapphire:hover:before,
.oe-btn-hover-sapphire:hover span:before,
.oe-btn-sapphire .fa,
.oe-btn-sapphire:before,
.oe-btn-sapphire span:before {
  background-color: #28baba;
}
.oe-btn-sapphire {
  background-color: #28baba;
}
.oe-btn-hover-red:hover,
.oe-btn-red {
  border-color: #f6504c;
}
.oe-btn-hover-red:hover .fa,
.oe-btn-hover-red:hover:before,
.oe-btn-hover-red:hover span:before,
.oe-btn-red .fa,
.oe-btn-red:before,
.oe-btn-red span:before {
  background-color: #f6504c;
}
.oe-btn-red {
  background-color: #f6504c;
}
.oe-btn-size-4x {
  height: 40px;
}
.oe-btn-size-4x span {
  padding: 0 1.2em;
}
.oe-btn-size-4x .fa {
  padding: 10px 12px 7px 12px;
}
.oe-btn-size-4x.oe-btn-split-short span:after {
  top: 0;
  height: 100%;
}
.oe-label-btn:before {
  display: none;
}
.oe-label-btn span:before {
  display: none;
}
.oe-label-btn .fa:after {
  display: none;
}
.oe-label-btn:hover span {
  color: #444444;
}
.oe-label-btn:hover .fa {
  color: #444444;
}
.oe-label-btn.oe-btn-reflect-icon .fa {
  color: #ffffff;
}
.oe-btn-border-grey {
  border-color: #dddddd;
}
.oe-btn-large {
  height: 100px;
}
.oe-sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #dddddd;
  border-left: 0;
  border-right: 1px solid #dddddd;
  border-bottom: 0;
}
.oe-sidebar-nav li {
  display: block;
}
.oe-sidebar-nav li a {
  display: block;
  position: relative;
  margin: 0;
  padding: 10px 20px;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-top: 0;
}

ul.nav-child li {
border-left: 1px solid #dddddd;
}


.oe-sidebar-nav li a:before {
  content: '\f105';
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: "FontAwesome";
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.oe-sidebar-nav li a:hover {
  padding-left: 25px;
}
.oe-sidebar-nav li a:hover:before {
  right: 15px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.oe-sidebar-nav li.active a {
  border-left: 1px solid #dddddd;
  color: #91b6c7;
}
.oe-shortcode-sidebar-left .oe-main-col {
  float: right;
}
.oe-shortcode-sidebar-left .oe-sidebar-nav li.active a {
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #ffffff;
  background-color: #333333;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-body {
  padding-bottom: 20px;
  background-color: #222222;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 0px;
  border-top: 0;
}
.panel-group .panel-heading {
  border-bottom: 0;
  padding: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-heading > h4 {
  margin: 0;
  padding: 0;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-title > a {
  padding: 15px;
  font-size: 14px;
  position: relative;
  display: block;
}



.panel-title > a > .panel-icon {
  position: absolute;
  top: 0;
  display: block;
  padding-top: 16px;
  width: 30px;
  height: 100%;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 0.9em;
}
.panel-title > a > .panel-icon-left {
  left: 18px;
}
.panel-title > a > .panel-icon-right {
  right: 0px;
}
.panel-title > a > .panel-icon-plus:before {
  content: "\f068";
}
.panel-title > a > .panel-icon-sort {
  top: 5px;
}
.panel-title > a > .panel-icon-sort:before {
  content: "\f0de";
}
.panel-title > a.collapsed > .panel-icon-plus:before {
  content: "\f067";
}
.panel-title > a.collapsed > .panel-icon-sort {
  top: -2px;
}
.panel-title > a.collapsed > .panel-icon-sort:before {
  content: "\f0dd";
}
.panel-group-1 .panel-title > a {
  padding-left: 65px;
}
.panel-group-1 .panel-title > a > .panel-icon {
  border-right: 1px solid #dddddd;
}
.panel-group-1 .panel-body {
  padding-left: 60px;
}
.panel-group-2 .panel-title > a {
  padding-left: 45px;
}
.panel-group-2 .panel-body {
  padding-left: 25px;
  margin: 0 20px;
}
.panel-group-3 {
  border: 1px solid #dddddd;
}
.panel-group-3 .panel {
  border-left: 0;
  border-right: 0;
  margin: 0 20px;
}
.panel-group-3 .panel:first-child {
  border-top: 0;
}
.panel-group-3 .panel:last-child {
  border-bottom: 0;
}
.panel-group-3 .panel-title {
  padding: 0;
  margin: 0;
}
.panel-group-3 .panel-title > a {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.panel-group-3 .panel-title > a > .panel-icon-right {
  right: -15px;
}
.panel-group-3 .panel-body {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.panel-group-4 .panel {
  border-left: 0;
  border-right: 0;
  margin: 0;
}
.panel-group-4 .panel-title {
  padding: 0;
  margin: 0;
}
.panel-group-4 .panel-title > a {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.panel-group-4 .panel-title > a > .panel-icon-right {
  right: -15px;
}
.panel-group-4 .panel-body {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.panel-group-5 .panel {
  border: 0;
}
.panel-group-5 .panel + .panel {
  margin-top: 10px;
  border: 0;
}
.panel-group-5 .panel-heading {
  border-bottom: 0;
}
.panel-group-5 .panel-heading + .panel-collapse .panel-body {
  border-top: 0;
}
.panel-group-5 .panel-title > a {
  padding-left: 20px;
  background: rgb(34,​ 34,​ 34);
}
.oe-boxed {
  min-height: 20px;
  padding: 16px 20px 20px 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #888888;
}
.oe-boxed-gray {
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
  color: #666666;
}
.oe-boxed-black {
  background-color: #444444;
  border: 1px solid #444444;
  color: #cccccc;
}
.oe-boxed-green {
  background-color: #28baba;
  border: 1px solid #28baba;
  color: #ffffff;
}
.oe-boxed-blue {
  background-color: #36b5e7;
  border: 1px solid #36b5e7;
  color: #ffffff;
}
.oe-boxed-red {
  background-color: #f6504c;
  border: 1px solid #f6504c;
  color: #ffffff;
}
h1 {
  font-size: 2.3em;
}
h2 {
  font-size: 2.0em;
}
h3 {
  font-size: 1.70em;
}
h4 {
  font-size: 1.57em;
}
h5 {
  font-size: 1.4em;
}
h6 {
  font-size: 1.25em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 15px 0;
  padding: 10px 0;
  font-family: inherit;
  font-weight: normal;
  line-height: 1.1em;
  color: #888888;
}
.oe-reflect .oe-heading-2:before,
.oe-reflect .oe-heading-3:after,
.oe-reflect .oe-heading-4:after,
.oe-reflect .oe-heading-5:before,
.oe-reflect .oe-heading-5:after,
.oe-reflect .oe-heading-6:before,
.oe-reflect .oe-heading-6:after,
.oe-reflect-bg .oe-heading-2:before,
.oe-reflect-bg .oe-heading-3:after,
.oe-reflect-bg .oe-heading-4:after,
.oe-reflect-bg .oe-heading-5:before,
.oe-reflect-bg .oe-heading-5:after,
.oe-reflect-bg .oe-heading-6:before,
.oe-reflect-bg .oe-heading-6:after {
  background-color: #cccccc;
}
.oe-reflect .oe-heading-6:before,
.oe-reflect .oe-heading-6:after,
.oe-reflect-bg .oe-heading-6:before,
.oe-reflect-bg .oe-heading-6:after {
  -webkit-box-shadow: 10px 0 0 #cccccc, -10px 0 0 #cccccc;
  box-shadow: 10px 0 0 #cccccc, -10px 0 0 #cccccc;
}
.oe-heading-2 {
  position: relative;
  margin-bottom: 30px;
  padding: 20px 0;
}
.oe-heading-2:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  width: 30px;
  height: 5px;
  background-color: #444444;
  content: '';
}
.oe-heading-3,
.oe-heading-4,
.oe-heading-5,
.oe-heading-6 {
  position: relative;
  text-align: center;
}
.oe-heading-3:after {
  display: block;
  margin: 26px auto 0;
  width: 30px;
  height: 5px;
  background-color: #444444;
  content: '';
}
.oe-heading-4:after {
  display: block;
  margin: 28px auto 0;
  width: 30px;
  height: 2px;
  background-color: #444444;
  content: '';
}
.oe-heading-5:before,
.oe-heading-5:after {
  position: relative;
  top: -0.3em;
  display: inline-block;
  width: 120px;
  height: 1px;
  background-color: #444444;
  content: '';
}
.oe-heading-5:before {
  left: -20px;
}
.oe-heading-5:after {
  right: -20px;
}
.oe-heading-6:before,
.oe-heading-6:after {
  position: relative;
  display: inline-block;
  top: -0.25em;
  width: 5px;
  height: 5px;
  background-color: #444444;
  content: '';
  -webkit-box-shadow: 10px 0 0 #444444, -10px 0 0 #444444;
  box-shadow: 10px 0 0 #444444, -10px 0 0 #444444;
}
.oe-heading-6:before {
  left: -30px;
}
.oe-heading-6:after {
  right: -30px;
}
.oe-heading-deco-reflect:before,
.oe-heading-deco-reflect:after {
  background-color: #dddddd;
}
.oe-reflect .oe-heading-deco-reflect:before,
.oe-reflect .oe-heading-deco-reflect:after,
.oe-reflect-bg .oe-heading-deco-reflect:before,
.oe-reflect-bg .oe-heading-deco-reflect:after {
  background-color: #555555;
}
blockquote {
  font-size: 1em;
}
.oe-quote-1 {
  border-left: 3px solid #444444;
  padding: 0 0 0 20px;
}
.oe-quote-2 {
  border: 1px solid #dddddd;
  padding: 20px 25px 10px;
  font-size: 1.15em;
}
.oe-quote-2 .fa-quote-right,
.oe-quote-2 .fa-quote-left {
  font-size: 1.5em;
}
.oe-column-one-half {
  float: left;
  width: 98.71795%;
  position: relative;
  min-height: 1px;
  padding-right: 2.5641%;
}
@media (min-width: 768px) {
  .oe-column-one-half {
    float: left;
    width: 48.71795%;
  }
}
@media (min-width: 992px) {
  .oe-column-one-half {
    float: left;
    width: 48.71795%;
  }
}
.oe-column-three-fourth {
  float: left;
  width: 98.71795%;
  position: relative;
  min-height: 1px;
  padding-right: 2.5641%;
}
@media (min-width: 768px) {
  .oe-column-three-fourth {
    float: left;
    width: 23.71795%;
  }
}
@media (min-width: 992px) {
  .oe-column-three-fourth {
    float: left;
    width: 73.71795%;
  }
}
.oe-column-one-fourth {
  float: left;
  width: 32.05128333%;
  position: relative;
  min-height: 1px;
  padding-right: 2.5641%;
}
@media (min-width: 768px) {
  .oe-column-one-fourth {
    float: left;
    width: 23.71795%;
  }
}
@media (min-width: 992px) {
  .oe-column-one-fourth {
    float: left;
    width: 23.71795%;
  }
}
.oe-column-last {
  padding-left: 0;
  padding-right: 0;
}
.oe-image-item {
  position: relative;
  overflow: hidden;
  display: block;
}
.oe-image-item img {
  display: block;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.oe-image-item .oe-image-title {
  margin-top: 25px;
  text-align: center;
  font-size: 1em;
  color: #444444;
}

















.oe-image-hover-dark:after {
  position: absolute;
  top: 0px;
  margin: 0px;
  padding: 0px;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: rgba(0,0,0,0.7);
  content: '';
}
















.oe-image-hover-dark:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.oe-image-hover-dark:hover img {
  -webkit-transform: scale(1.03,1.03);
  -ms-transform: scale(1.03,1.03);
  transform: scale(1.03,1.03);
}
.oe-image-hover-dark .oe-image-caption,
.oe-image-hover-dark a,
.oe-image-hover-dark span,
.oe-image-hover-dark figcaption,
.oe-image-hover-dark i.fa {
  color: #ffffff;
}
.oe-image-hover-dark a:hover,
.oe-image-hover-dark span:hover,
.oe-image-hover-dark figcaption:hover,
.oe-image-hover-dark i.fa:hover {
  color: #ffffff;
}
.oe-image-hover-light:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: rgba(255,255,255,0.7);
  content: '';
}
.oe-image-hover-light:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.oe-image-hover-light:hover img {
  -webkit-transform: scale(1.03,1.03);
  -ms-transform: scale(1.03,1.03);
  transform: scale(1.03,1.03);
}
.oe-image-hover-light a,
.oe-image-hover-light span,
.oe-image-hover-light figcaption,
.oe-image-hover-light i.fa {
  color: #444444;
}
.oe-image-hover-zoom-in:hover img {
  -webkit-transform: scale(1.5,1.5);
  -ms-transform: scale(1.5,1.5);
  transform: scale(1.5,1.5);
}
.oe-image-hover-zoom-out:hover img {
  -webkit-transform: scale(0.7,0.7);
  -ms-transform: scale(0.7,0.7);
  transform: scale(0.7,0.7);
}
.oe-image-hover-blur:hover img {
  -webkit-transform: scale(1,1);
  -ms-transform: scale(1,1);
  transform: scale(1,1);
  -webkit-filter: blur(3px);
  -ms-filter: blur(3px);
  -o-filter: blur(3px);
  filter: blur(3px);
}
.oe-image-hover-gray-scale img {
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.oe-image-hover-gray-scale:hover img {
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: scale(1.03,1.03);
  -ms-transform: scale(1.03,1.03);
  transform: scale(1.03,1.03);
}
.oe-image-no-margin {
  padding: 0;
  margin: 0;
  float: left;
  overflow: hidden;
}
.oe-image-no-margin img {
  width: initial;
}
.oe-image-no-margin:hover img {
  -webkit-transform: scale(1.03,1.03);
  -ms-transform: scale(1.03,1.03);
  transform: scale(1.03,1.03);
}
.oe-image-rounded img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.oe-image-rounded:hover img {
  -webkit-transform: scale(0.98,0.98);
  -ms-transform: scale(0.98,0.98);
  transform: scale(0.98,0.98);
}
.oe-image-rotate:hover img {
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}
.oe-image-hover-caption {
  position: relative;
}
.oe-image-hover-caption .oe-image-caption,
.oe-image-hover-caption .fa {
  position: absolute;
  opacity: 0;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.oe-image-hover-caption .oe-image-caption-top {
  top: 0;
  left: 30px;
}
.oe-image-hover-caption .oe-image-caption-bot {
  bottom: 0;
  left: 30px;
}
.oe-image-hover-caption i.fa {
  top: 50%;
  left: 50%;
  font-size: 14px;
  -webkit-transform: scale(0,0);
  -ms-transform: scale(0,0);
  transform: scale(0,0);
}
.oe-image-hover-caption:hover .oe-image-caption,
.oe-image-hover-caption:hover .fa {
  opacity: 1;
  filter: alpha(opacity=100);
}
.oe-image-hover-caption:hover .oe-image-caption-top {
  top: 20px;
  left: 30px;
}
.oe-image-hover-caption:hover .oe-image-caption-bot {
  bottom: 20px;
  left: 30px;
}
.oe-image-hover-caption:hover i.fa {
  -webkit-transform: scale(1.5,1.5);
  -ms-transform: scale(1.5,1.5);
  transform: scale(1.5,1.5);
  margin: -0.5em;
}
.oe-image-tiles .oe-image-item {
  float: left;
  margin-left: 0;
}
.oe-image-tiles .oe-image-item:after {
  display: block;
  content: "";
}
.oe-image-tiles.x12 .oe-image-item {
  width: 7.63358779%;
  margin-right: 0.76335878%;
}
.oe-image-tiles.x12 .oe-image-item:after {
  padding-bottom: 10%;
}
.oe-image-tiles.x12 .oe-image-item:nth-child( 12n) {
  margin-right: 0;
}
.oe-image-tiles.x12.gapless .oe-image-item {
  width: 8.33333333%;
  margin-right: 0;
}
.oe-image-tiles.x12.gapless .oe-image-item:after {
  padding-bottom: 0;
}
.oe-image-tiles.x11 .oe-image-item {
  width: 8.33333333%;
  margin-right: 0.83333333%;
}
.oe-image-tiles.x11 .oe-image-item:after {
  padding-bottom: 10%;
}
.oe-image-tiles.x11 .oe-image-item:nth-child( 11n) {
  margin-right: 0;
}
.oe-image-tiles.x11.gapless .oe-image-item {
  width: 9.09090909%;
  margin-right: 0;
}
.oe-image-tiles.x11.gapless .oe-image-item:after {
  padding-bottom: 0;
}
.oe-image-tiles.x10 .oe-image-item {
  width: 9.17431193%;
  margin-right: 0.91743119%;
}
.oe-image-tiles.x10 .oe-image-item:after {
  padding-bottom: 10%;
}
.oe-image-tiles.x10 .oe-image-item:nth-child( 10n) {
  margin-right: 0;
}
.oe-image-tiles.x10.gapless .oe-image-item {
  width: 10%;
  margin-right: 0;
}
.oe-image-tiles.x10.gapless .oe-image-item:after {
  padding-bottom: 0;
}
.oe-image-tiles.x9 .oe-image-item {
  width: 10.20408163%;
  margin-right: 1.02040816%;
}
.oe-image-tiles.x9 .oe-image-item:after {
  padding-bottom: 10%;
}
.oe-image-tiles.x9 .oe-image-item:nth-child( 9n) {
  margin-right: 0;
}
.oe-image-tiles.x9.gapless .oe-image-item {
  width: 11.11111111%;
  margin-right: 0;
}
.oe-image-tiles.x9.gapless .oe-image-item:after {
  padding-bottom: 0;
}
.oe-image-tiles.x8 .oe-image-item {
  width: 11.49425287%;
  margin-right: 1.14942529%;
}
.oe-image-tiles.x8 .oe-image-item:after {
  padding-bottom: 10%;
}
.oe-image-tiles.x8 .oe-image-item:nth-child( 8n) {
  margin-right: 0;
}
.oe-image-tiles.x8.gapless .oe-image-item {
  width: 12.5%;
  margin-right: 0;
}
.oe-image-tiles.x8.gapless .oe-image-item:after {
  padding-bottom: 0;
}
.oe-image-tiles.x7 .oe-image-item {
  width: 13.15789474%;
  margin-right: 1.31578947%;
}
.oe-image-tiles.x7 .oe-image-item:after {
  padding-bottom: 10%;
}
.oe-image-tiles.x7 .oe-image-item:nth-child( 7n) {
  margin-right: 0;
}
.oe-image-tiles.x7.gapless .oe-image-item {
  width: 14.28571429%;
  margin-right: 0;
}
.oe-image-tiles.x7.gapless .oe-image-item:after {
  padding-bottom: 0;
}
.oe-image-tiles.x6 .oe-image-item {
  width: 15.38461538%;
  margin-right: 1.53846154%;
}
.oe-image-tiles.x6 .oe-image-item:after {
  padding-bottom: 10%;
}
.oe-image-tiles.x6 .oe-image-item:nth-child( 6n) {
  margin-right: 0;
}
.oe-image-tiles.x6.gapless .oe-image-item {
  width: 16.66666667%;
  margin-right: 0;
}
.oe-image-tiles.x6.gapless .oe-image-item:after {
  padding-bottom: 0;
}
.oe-image-tiles.x5 .oe-image-item {
  width: 18.51851852%;
  margin-right: 1.85185185%;
}
.oe-image-tiles.x5 .oe-image-item:after {
  padding-bottom: 10%;
}
.oe-image-tiles.x5 .oe-image-item:nth-child( 5n) {
  margin-right: 0;
}
.oe-image-tiles.x5.gapless .oe-image-item {
  width: 20%;
  margin-right: 0;
}
.oe-image-tiles.x5.gapless .oe-image-item:after {
  padding-bottom: 0;
}
.oe-image-tiles.x4 .oe-image-item {
  width: 23.25581395%;
  margin-right: 2.3255814%;
}
.oe-image-tiles.x4 .oe-image-item:after {
  padding-bottom: 10%;
}
.oe-image-tiles.x4 .oe-image-item:nth-child( 4n) {
  margin-right: 0;
}
.oe-image-tiles.x4.gapless .oe-image-item {
  width: 25%;
  margin-right: 0;
}
.oe-image-tiles.x4.gapless .oe-image-item:after {
  padding-bottom: 0;
}
.oe-image-tiles.x3 .oe-image-item {
  width: 31.25%;
  margin-right: 3.125%;
}
.oe-image-tiles.x3 .oe-image-item:after {
  padding-bottom: 10%;
}
.oe-image-tiles.x3 .oe-image-item:nth-child( 3n) {
  margin-right: 0;
}
.oe-image-tiles.x3.gapless .oe-image-item {
  width: 33.33333333%;
  margin-right: 0;
}
.oe-image-tiles.x3.gapless .oe-image-item:after {
  padding-bottom: 0;
}
.oe-image-tiles.x2 .oe-image-item {
  width: 47.61904762%;
  margin-right: 4.76190476%;
}
.oe-image-tiles.x2 .oe-image-item:after {
  padding-bottom: 10%;
}
.oe-image-tiles.x2 .oe-image-item:nth-child( 2n) {
  margin-right: 0;
}
.oe-image-tiles.x2.gapless .oe-image-item {
  width: 50%;
  margin-right: 0;
}
.oe-image-tiles.x2.gapless .oe-image-item:after {
  padding-bottom: 0;
}
.oe-image-tiles.x1 .oe-image-item {
  width: 100%;
  margin-right: 0;
}
.oe-image-container {
  position: relative;
}
.oe-image-container .overlay {
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
}
.oe-image-container .overlay .south {
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0);
  position: absolute;
  bottom: 5px;
  left: 50%;
}
.oe-image-container:hover .overlay {
  opacity: 1;
  z-index: 10;
}
@-webkit-keyframes pulseBig {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
  }
}
@keyframes pulseBig {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fromLeft {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0,0);
  }
}
@-moz-keyframes fromLeft {
  from {
    opacity: 0;
    -moz-transform: translate(-50%,0);
  }
  to {
    opacity: 1;
    -moz-transform: translate(0,0);
  }
}
@keyframes fromLeft {
  from {
    opacity: 0;
    transform: translate(-50%,0);
  }
  to {
    opacity: 1;
    transform: translate(0,0);
  }
}
@-webkit-keyframes fromRight {
  from {
    opacity: 0;
    -webkit-transform: translate(50%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0,0);
  }
}
@-moz-keyframes fromRight {
  from {
    opacity: 0;
    -moz-transform: translate(50%,0);
  }
  to {
    opacity: 1;
    -moz-transform: translate(0,0);
  }
}
@keyframes fromRight {
  from {
    opacity: 0;
    transform: translate(50%,0);
  }
  to {
    opacity: 1;
    transform: translate(0,0);
  }
}
@-webkit-keyframes fromBottom {
  from {
    opacity: 0;
    -webkit-transform: translate(0,50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0,0);
  }
}
@-moz-keyframes fromBottom {
  from {
    opacity: 0;
    -moz-transform: translate(0,50%);
  }
  to {
    opacity: 1;
    -moz-transform: translate(0,0);
  }
}
@keyframes fromBottom {
  from {
    opacity: 0;
    transform: translate(0,50%);
  }
  to {
    opacity: 1;
    transform: translate(0,0);
  }
}
@-webkit-keyframes fromTop {
  from {
    opacity: 0;
    -webkit-transform: translate(0,-50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0,0);
  }
}
@-moz-keyframes fromTop {
  from {
    opacity: 0;
    -moz-transform: translate(0,-50%);
  }
  to {
    opacity: 1;
    -moz-transform: translate(0,0);
  }
}
@keyframes fromTop {
  from {
    opacity: 0;
    transform: translate(0,-50%);
  }
  to {
    opacity: 1;
    transform: translate(0,0);
  }
}
@-webkit-keyframes growUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1,1);
  }
}
@-moz-keyframes growUp {
  from {
    opacity: 0;
    -moz-transform: scale(0,0);
  }
  to {
    opacity: 1;
    -moz-transform: scale(1,1);
  }
}
@keyframes growUp {
  from {
    opacity: 0;
    transform: scale(0,0);
  }
  to {
    opacity: 1;
    transform: scale(1,1);
  }
}
@media only screen and (min-width: 991px) {
  .oe-animate-fadein {
    -webkit-animation: fadeIn 1000ms;
    animation: fadeIn 1000ms;
  }
  .oe-animate-fadein-left {
    -webkit-animation: fadeInLeftBig 1000ms;
    animation: fadeInLeftBig 1000ms;
  }
  .oe-animate-fadein-right {
    -webkit-animation: fadeInRightBig 1000ms;
    animation: fadeInRightBig 1000ms;
  }
  .oe-animate-fadein-up {
    -webkit-animation: fadeInUpBig 1000ms;
    animation: fadeInUpBig 1000ms;
  }
  .oe-animate-flip {
    -webkit-animation: flip 1s;
    animation: flip 1s;
  }
  .oe-animate-flip-x {
    -webkit-animation: flipInX 1s;
    animation: flipInX 1s;
  }
  .oe-animate-flip-y {
    -webkit-animation: flipInY 1s;
    animation: flipInY 1s;
  }
  .oe-animate-spin {
    -webkit-animation: spin 1s;
    animation: spin 1s;
  }
  .oe-effects {
    position: relative;
    z-index: 10;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .oe-fadein,
  .oe-fromleft,
  .oe-fromright,
  .oe-frombottom,
  .oe-fromtop,
  .oe-growup,
  .oe-tada,
  .oe-spin,
  .oe-flip,
  .oe-flipy,
  .oe-flipx {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .oe-fromleft {
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
  }
  .oe-fromright {
    -webkit-transform: translate(50%,0);
    -ms-transform: translate(50%,0);
    transform: translate(50%,0);
  }
  .oe-frombottom {
    -webkit-transform: translate(0,50%);
    -ms-transform: translate(0,50%);
    transform: translate(0,50%);
  }
  .oe-fromtop {
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
  }
  .oe-growup {
    -webkit-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
  }
  .animate-started .oe-fadein,
  .flex-active-slide .oe-fadein {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
  .animate-started .oe-fromleft,
  .flex-active-slide .oe-fromleft {
    -webkit-animation-name: fromLeft;
    animation-name: fromLeft;
  }
  .animate-started .oe-fromright,
  .flex-active-slide .oe-fromright {
    -webkit-animation-name: fromRight;
    animation-name: fromRight;
  }
  .animate-started .oe-frombottom,
  .flex-active-slide .oe-frombottom {
    -webkit-animation-name: fromBottom;
    animation-name: fromBottom;
  }
  .animate-started .oe-fromtop,
  .flex-active-slide .oe-fromtop {
    -webkit-animation-name: fromTop;
    animation-name: fromTop;
  }
  .animate-started .oe-growup,
  .flex-active-slide .oe-growup {
    -webkit-animation-name: growUp;
    animation-name: growUp;
  }
  .animate-started .oe-flip,
  .flex-active-slide .oe-flip {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
  .animate-started .oe-tada,
  .flex-active-slide .oe-tada {
    -webkit-animation-name: fadeIn, tada;
    animation-name: fadeIn, tada;
  }
  .animate-started .oe-spin,
  .flex-active-slide .oe-spin {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
  .animate-started .oe-flipx,
  .flex-active-slide .oe-flipx {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
  .animate-started .oe-flipy,
  .flex-active-slide .oe-flipy {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
}
.fa.oe-icon {
  font-size: 1.43em;
}
.fa.oe-icon-2x {
  font-size: 2.85em;
}
.fa.oe-icon-lg {
  font-size: 2.14em;
}
.oe-shortcode-list-item li,
.oe-ul li {
  list-style: none;
  margin-bottom: 15px;
  line-height: 1.5em;
}
.fa-li.oe-li,
.oe-li {
  margin-right: 15px;
  color: #444444;
  font-style: normal;
  top: 0.3em;
  text-align: left;
}
.fa-li.oe-li.oe-li-top-short,
.oe-li.oe-li-top-short {
  top: 0;
}
.fa-fw.oe-li-fw-2x {
  width: 2em;
  text-align: center;
  top: 0;
  line-height: 0.9em;
}
.oe-list-icon:before {
  content: '';
  display: inline-block;
  margin-bottom: 2px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
}
.oe-list-icon.oe-list-icon-dot:before {
  background-image: url('../../../images/icon/icon-dot.png');
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 4px;
  height: 4px;
}
.oe-list-icon.oe-list-icon-square:before {
  background-image: url('../../../images/icon/icon-square.png');
  width: 5px;
  height: 5px;
}
.oe-list-icon.oe-list-icon-circle:before {
  background-image: url('../../../images/icon/icon-circle.png');
  width: 6px;
  height: 6px;
}
.oe-chart-holder {
  text-align: center;
}
.oe-circle-chart {
  position: relative;
  margin: 0 auto 20px;
}
.oe-circle-chart span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 28px;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.oe-circle-chart .oe-color-track {
  color: #888888;
  border-color: rgba(136,136,136,0.2);
}
.oe-circle-chart.darken .oe-color-track {
  color: #444444;
  border-color: transparent;
}
.oe-reflect .oe-circle-chart .oe-color-track,
.oe-reflect-bg .oe-circle-chart .oe-color-track {
  color: #cccccc;
  border-color: rgba(255,255,255,0.2);
}
.oe-reflect .oe-circle-chart.darken .oe-color-track,
.oe-reflect-bg .oe-circle-chart.darken .oe-color-track {
  color: #ffffff;
}
.oe-devider {
  margin: 30px 0 55px;
}
.oe-devider.oe-devider-thin {
  border-top: 1px solid #dddddd;
}
.oe-devider.oe-devider-bold {
  border-top: 2px solid #dddddd;
}
.oe-devider.oe-devider-blurred {
  border-top: 1px solid #eeeeee;
}
.oe-devider.oe-devider-dark {
  border-top: 1px solid #444444;
}
.oe-table thead {
  color: #444444;
}
.oe-table thead tr th,
.oe-table thead tr td {
  border-bottom-width: 1px;
  text-shadow: none;
  font-weight: normal;
}
.oe-table tbody tr th,
.oe-table thead tr th,
.oe-table tbody tr td,
.oe-table thead tr td {
  padding: 10px 15px;
}
.oe-table-padding tbody tr {
  position: relative;
}
.oe-table-padding tbody tr td:first-child:before {
  display: block;
  content: ' ';
  position: relative;
  width: 15px;
  height: 15px;
  margin-bottom: -15px;
  left: -15px;
  bottom: -24px;
  background: #ffffff;
}
.oe-table-padding tbody tr td:last-child:after {
  display: block;
  content: ' ';
  position: relative;
  width: 15px;
  height: 15px;
  margin-bottom: -15px;
  right: -100%;
  bottom: -3px;
  background: #ffffff;
}
.oe-table-padding tbody tr:last-child td:first-child:before,
.oe-table-padding tbody tr:last-child td:last-child:after {
  display: none;
}
.oe-table-border-clear tbody tr th,
.oe-table-border-clear thead tr th,
.oe-table-border-clear tbody tr td,
.oe-table-border-clear thead tr td {
  border-color: transparent;
}
.oe-table-paddingleft-clear tbody tr th:first-child,
.oe-table-paddingleft-clear thead tr th:first-child,
.oe-table-paddingleft-clear tbody tr td:first-child,
.oe-table-paddingleft-clear thead tr td:first-child {
  padding-left: 0;
}
.oe-banner-holder.oe-banner-taller {
  height: 400px;
}
.oe-banner-holder img {
  display: block;
  width: 100%;
  height: auto;
}
.oe-text-right {
  text-align: right;
}
.text-dropcap {
  display: inline-block;
  float: left;
  padding: 0 10px;
  font-size: 3em;
  line-height: 1;
}
.text-dropcap-1 {
  margin: 0;
}
.text-dropcap-2 {
  margin: 0 5px 0;
  padding: 6px 9.5px;
  background-color: #444444;
  color: #ffffff;
  font-size: 1.7em;
}
.text-highlight {
  padding: 2px 5px;
  color: #ffffff;
}
.text-highlight-1 {
  background-color: #444444;
}
.text-highlight-2 {
  background-color: #dddddd;
  color: #888888;
}
.alert {
  padding: 1.24em;
  padding-left: 1.8em;
  border: none;
  border-radius: 0;
  font-size: 1.3em;
  color: #ffffff;
}
.alert .close {
  margin-top: 3px;
  line-height: 1.3em;
  font-size: .8em;
  color: #ffffff;
  opacity: 1;
}
.alert-success {
  background: #44C1E6;
}
.alert-warning {
  background: #FEB654;
}
.alert-info {
  background: #4AE388;
}
.alert-danger {
  background: #F57A7A;
}
.oe-callout {
  border: 1px solid #dddddd;
  overflow: hidden;
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
}
.oe-callout .oe-callout-icon {
  position: absolute;
  top: 50%;
  margin-top: -0.85em;
  left: 4%;
}
.oe-callout .oe-callout-icon:before {
  font-size: 1.8em;
}
.oe-callout .oe-callout-content {
  width: 60%;
  border-left: 1px solid #dddddd;
  padding: 0 10px;
  margin: 0 0 0 9%;
}
.oe-callout .oe-callout-content h3 {
  margin: 0;
  padding: 0 10px 10px;
}
.oe-callout .oe-callout-content p {
  padding: 0 10px;
  margin-bottom: 0;
}
.oe-callout .btn {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -25px;
}
.oe-tabs li a {
  margin-right: 0;
  border: 1px solid #dddddd;
  border-left: 0;
  border-radius: 0;
  padding: 1em 1.7em;
}
.oe-tabs li a i.fa {
  margin-right: 5px;
}
.oe-tabs li a:hover {
  border-color: #dddddd;
}
.oe-tabs li.active a {
  border-left: 0;
}
.oe-tabs li.active a:hover {
  border-left: 0;
}
.oe-tabs li.active:first-child a {
  border-left: 1px solid #dddddd;
}
.oe-tabs li:first-child a {
  border-left: 1px solid #dddddd;
}
.oe-tabs-content {
  padding: 20px;
  border: 1px solid #dddddd;
  border-top: none;
}
.oe-tours {
  display: block;
  float: left;
  width: 20%;
  max-width: 200px;
  border-bottom: 0;
}
.oe-tours li {
  float: none;
  margin-bottom: 0;
}
.oe-tours li a {
  margin-right: 0;
  padding: 1em 1.7em;
  border: 1px solid #dddddd;
  border-top: 0;
  border-right: 0;
  border-radius: 0;
  text-align: center;
}
.oe-tours li a i.fa {
  margin-right: 5px;
}
.oe-tours li a:hover {
  border-bottom: 1px solid;
  border-color: #dddddd;
}
.oe-tours li.active a {
  border: 1px solid #dddddd;
  border-top: 0;
  position: relative;
}
.oe-tours li.active a:after {
  position: absolute;
  left: auto;
  right: -2px;
  top: 0;
  display: block;
  height: 100%;
  width: 2px;
  background: #ffffff;
  z-index: 1;
  content: "";
}
.oe-tours li.active a:hover {
  border-top: 0;
  border-bottom: 1px solid #dddddd;
}
.oe-tours li.active:first-child a {
  border-top: 1px solid #dddddd;
}
.oe-tours li:first-child a {
  border-top: 1px solid #dddddd;
}
.oe-tours-content {
  width: 80%;
  float: left;
  border: 1px solid #dddddd;
  padding: 20px;
}
.oe-pricing-table {
  margin: 30px 45px 50px;
}
.oe-pricing-table.owl-carousel .owl-wrapper-outer {
  padding-bottom: 30px;
  padding-top: 30px;
}
.oe-pricing-table .oe-pricing-column {
  border-left: 0 none;
  width: 100%;
}
.oe-pricing-table .oe-pricing-column {
  border-left: 0;
}
.oe-pricing-table .oe-pricing-column.active {
  margin-left: -1px;
  margin-right: -1px;
}
.oe-pricing-table.two-cols .oe-pricing-column {
  width: 50%;
}
.oe-pricing-table.three-cols .oe-pricing-column {
  width: 33.3333%;
}
.oe-pricing-table.four-cols .oe-pricing-column {
  width: 25%;
  position: relative;
}
.oe-pricing-table.five-cols .oe-pricing-column {
  width: 20%;
}
.oe-pricing-table.oe-column-spacing {
  margin: 30px 30px 50px;
}
.oe-pricing-table.oe-column-spacing .oe-pricing-column {
  margin-left: 1%;
  border-left: 1px solid #dddddd;
  width: 97%;
}
.oe-pricing-table.oe-column-spacing .oe-pricing-column:first-child {
  margin-left: 0;
}
.oe-pricing-table.oe-column-spacing .oe-pricing-column.active {
  border-left: 1px solid #444444;
}
.oe-pricing-table.oe-column-spacing.two-cols .oe-pricing-column {
  width: 49.5%;
}
.oe-pricing-table.oe-column-spacing.three-cols .oe-pricing-column {
  width: 32.66667%;
}
.oe-pricing-table.oe-column-spacing.four-cols .oe-pricing-column {
  width: 24.25%;
}
.oe-pricing-table.oe-column-spacing.five-cols .oe-pricing-column {
  width: 19.2%;
}
.oe-pricing-column {
  float: left;
  overflow: hidden;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.oe-pricing-column.active {
  position: relative;
  z-index: 50;
  margin-top: -30px;
  margin-bottom: -30px;
  padding-bottom: 40px;
  border: 1px solid #444444;
}
.oe-pricing-column.active .oe-pricing-head {
  height: 180px;
  background-color: #444444;
}
.oe-pricing-column.active .oe-pricing-head h3 {
  color: #ffffff;
}
.oe-pricing-head {
  height: 160px;
  background-color: rgba(238,238,238,0.5);
}
.oe-pricing-head h3 {
  margin: 0;
  padding: 35px 0 0;
  color: #444444;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}
.oe-pricing-price {
  width: 130px;
  height: 130px;
  margin: -80px auto 0;
  padding: 35px 0 0;
  background-color: #ffffff;
  text-align: center;
  font-weight: 400;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.oe-pricing-price .cost {
  display: block;
  color: #444444;
  font-size: 2.56em;
  line-height: 1em;
}
.oe-pricing-price .unit {
  color: #666666;
}
.oe-pricing-body {
  margin: 30px 0;
}
.oe-pricing-body ul li {
  margin: 0;
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #dddddd;
}
.oe-pricing-body ul li:first-child {
  border-top: 1px solid #dddddd;
}
.oe-pricing-body ul li .oe-li {
  top: 1em;
  left: 10px;
}
.oe-pricing-foot {
  text-align: center;
  margin-bottom: 35px;
}
.oe-group-progress .oe-progress {
  height: 10px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #dddddd;
  border-radius: 0;
  overflow: inherit;
}
.oe-group-progress .oe-progress .progress-bar {
  position: relative;
  background-color: transparent;
  height: 0;
}
.oe-group-progress .oe-progress .progress-bar:after {
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  width: 0;
  height: 10px;
  content: '';
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.oe-group-progress .oe-progress-title {
  display: block;
  font-size: 1.07em;
  margin: 30px 0 20px;
  padding: 0;
}
.oe-group-progress .oe-progress-title:nth-of-type(1) {
  margin-top: 0;
}
.oe-group-progress .oe-progress-2 {
  background: #eeeeee;
  border-color: #eeeeee;
}
.oe-progress-active .oe-progress .progress-bar:after {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100%;
}
.oe-progress-active .oe-progress-1 .progress-bar:after {
  background-color: #444444;
}
.oe-progress-active .oe-progress-2 .progress-bar:after {
  background-color: #888888;
}
.oe-reflect .oe-group-progress .oe-progress,
.oe-reflect-bg .oe-group-progress .oe-progress {
  height: 10px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #dddddd;
  border-radius: 0;
  overflow: inherit;
}
.oe-reflect .oe-group-progress .oe-progress .progress-bar,
.oe-reflect-bg .oe-group-progress .oe-progress .progress-bar {
  position: relative;
  background-color: transparent;
  height: 0;
}
.oe-reflect .oe-group-progress .oe-progress .progress-bar:after,
.oe-reflect-bg .oe-group-progress .oe-progress .progress-bar:after {
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  width: 0;
  height: 10px;
  content: '';
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.oe-reflect .oe-group-progress .oe-progress-title,
.oe-reflect-bg .oe-group-progress .oe-progress-title {
  display: block;
  font-size: 1.07em;
  margin: 30px 0 20px;
  padding: 0;
}
.oe-reflect .oe-group-progress .oe-progress-2,
.oe-reflect-bg .oe-group-progress .oe-progress-2 {
  background: #eeeeee;
  border-color: #eeeeee;
}
.oe-reflect .oe-progress-active .oe-progress .progress-bar:after,
.oe-reflect-bg .oe-progress-active .oe-progress .progress-bar:after {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100%;
}
.oe-reflect .oe-progress-active .oe-progress-1 .progress-bar:after,
.oe-reflect-bg .oe-progress-active .oe-progress-1 .progress-bar:after {
  background-color: #444444;
}
.oe-reflect .oe-progress-active .oe-progress-2 .progress-bar:after,
.oe-reflect-bg .oe-progress-active .oe-progress-2 .progress-bar:after {
  background-color: #888888;
}
.oe-box-testimonials .oe-testimonials-content {
  posistion: relative;
  padding: 20px;
  border: 1px solid #dddddd;
  text-align: center;
}
.oe-box-testimonials .oe-tabs-testimonials img {
  width: 35px;
  height: 35px;
}
.oe-box-testimonials .oe-tabs-testimonials li {
  margin: 0;
  padding: 0;
}
.oe-box-testimonials .oe-tabs-testimonials li a {
  margin: 0;
  padding: 11.5px 12.5px;
}
.oe-box-testimonials .oe-image-item {
  overflow: inherit;
}
.oe-box-testimonials-1 .oe-tabs-testimonials {
  position: relative;
  display: block;
  text-align: center;
  border: none;
  float: left;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
.oe-box-testimonials-1 .oe-tabs-testimonials li {
  display: block;
  list-style: none;
}
.oe-box-testimonials-1 .oe-tabs-testimonials li a {
  border: none;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-radius: 0;
}
.oe-box-testimonials-1 .oe-tabs-testimonials li:first-child a {
  border-left: 1px solid #dddddd;
}
.oe-box-testimonials-1 .oe-tabs-testimonials li.active a {
  position: relative;
}
.oe-box-testimonials-1 .oe-tabs-testimonials li.active a:hover,
.oe-box-testimonials-1 .oe-tabs-testimonials li.active a:focus,
.oe-box-testimonials-1 .oe-tabs-testimonials li.active a:active {
  border-bottom: 1px solid #dddddd;
  border-top: 0;
  border-left: 0;
}
.oe-box-testimonials-1 .oe-tabs-testimonials li.active a:after {
  position: absolute;
  left: auto;
  top: -2px;
  right: 0;
  display: block;
  height: 2px;
  width: 100%;
  background: #ffffff;
  z-index: 1;
  content: "";
}
.oe-box-testimonials-1 .oe-tabs-testimonials li.active:first-child a:hover,
.oe-box-testimonials-1 .oe-tabs-testimonials li.active:first-child a:focus,
.oe-box-testimonials-1 .oe-tabs-testimonials li.active:first-child a:active {
  border-left: 1px solid #dddddd;
}
.oe-box-testimonials-1 .oe-testimonials-content .tab-pane p {
  font-size: 1.42em;
}
.oe-box-testimonials-1 .oe-testimonials-content .tab-pane p:after {
  display: block;
  margin: 20px auto 0;
  width: 150px;
  height: 1px;
  background-color: #e9e9e9;
  content: '';
}
.oe-box-testimonials-1 .oe-testimonials-content .tab-pane span {
  display: block;
}
.oe-box-testimonials-1 .oe-testimonials-content .tab-pane span.oe-testimonials-author {
  font-size: 1em;
  font-weight: bold;
}
.oe-box-testimonials-2 {
  position: relative;
  padding-left: 60px;
  padding-bottom: 40px;
}
.oe-box-testimonials-2 .oe-tabs-testimonials {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
}
.oe-box-testimonials-2 .oe-tabs-testimonials li a {
  padding: 11.5px 12.5px;
}
.oe-box-testimonials-2 .oe-tabs-testimonials li.active a {
  border-top: 0;
  border-bottom: 1px solid #dddddd;
}
.oe-box-testimonials-2 .oe-tabs-testimonials li.active:first-child a {
  border-top: 1px solid #dddddd;
}
.oe-box-testimonials-2 .oe-testimonials-content {
  position: relative;
  padding-bottom: 0;
  width: 100%;
  text-align: left;
}
.oe-box-testimonials-2 .oe-testimonials-content .oe-testimonials-author {
  margin: 0;
  padding: 5px 0 5px 0;
  margin-bottom: 0px;
}
.oe-box-testimonials-2 .oe-testimonials-content .oe-testimonials-source {
  position: relative;
  margin-bottom: 40px;
}
.oe-box-testimonials-2 .oe-testimonials-content .oe-testimonials-source:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  height: 1px;
  background: #dddddd;
  content: '';
}
.oe-box-testimonials-2 .oe-testimonials-content .pagination {
  position: absolute;
  top: 100%;
  margin: 0;
  right: -21px;
}
.oe-box-testimonials-2 .oe-testimonials-content .pagination a {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.oe-box-testimonials-3 {
  padding: 60px 0;
  width: 100%;
  overflow: hidden;
}
.oe-box-testimonials-3 h1,
.oe-box-testimonials-3 h5,
.oe-box-testimonials-3 span,
.oe-box-testimonials-3 p {
  margin: 0;
  padding: 0;
  color: #444444;
}
.oe-box-testimonials-3 .oe-testimonials-author {
  margin-bottom: 5px;
}
.oe-box-testimonials-3 .oe-testimonials-source {
  margin-bottom: 14px;
  font-size: 0.78em;
}
.oe-box-testimonials-3 .oe-testimonials-slider {
  position: relative;
  padding-bottom: 50px;
}
.oe-box-testimonials-3 .oe-testimonials-slider ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.oe-box-testimonials-3 .oe-testimonials-slider ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.oe-box-testimonials-3 .oe-testimonials-slider img {
  max-width: 120px;
  max-height: 120px;
}
.oe-box-testimonials-3 .oe-testimonials-slider .flex-control-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  position: absolute;
  bottom: -10px;
  text-align: center;
}
.oe-box-testimonials-3 .oe-testimonials-slider .flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
  zoom: 1;
}
.oe-box-testimonials-3 .oe-testimonials-slider .flex-control-nav li a {
  display: block;
  width: 11px;
  height: 11px;
  cursor: pointer;
  text-indent: -9999px;
  border: 1px solid #444444;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.oe-box-testimonials-3 .oe-testimonials-slider .flex-control-nav li a.flex-active {
  background: #444444;
  cursor: default;
}
.oe-box-testimonials-3 .oe-flexslider-content {
  width: 100%;
  margin-top: 45px;
  padding: 0 0 0 20px;
}
.oe-box-testimonials-3 .oe-flexslider-content .oe-testimonials-ava {
  margin: 0;
  padding: 0;
}
.oe-box-testimonials-3 .oe-flexslider-content .oe-testimonials-content {
  margin: 0;
  padding: 0 15px 0 0;
}
.oe-box-testimonials-3 .oe-flexslider-content .oe-flexslider-content-item {
  margin: 0 0 0 20px;
  padding: 0;
}
.oe-box-testimonials-3 .oe-flexslider-content .oe-flexslider-content-item:first-child {
  margin-left: -20px;
}
.oe-reflect .oe-box-testimonials-3 h1,
.oe-reflect .oe-box-testimonials-3 h5,
.oe-reflect .oe-box-testimonials-3 span,
.oe-reflect .oe-box-testimonials-3 p,
.oe-reflect-bg .oe-box-testimonials-3 h1,
.oe-reflect-bg .oe-box-testimonials-3 h5,
.oe-reflect-bg .oe-box-testimonials-3 span,
.oe-reflect-bg .oe-box-testimonials-3 p {
  color: #ffffff;
}
.oe-reflect .oe-box-testimonials-3 .flex-control-nav li a,
.oe-reflect-bg .oe-box-testimonials-3 .flex-control-nav li a {
  border: 1px solid #ffffff;
}
.oe-reflect .oe-box-testimonials-3 .flex-control-nav li a.flex-active,
.oe-reflect-bg .oe-box-testimonials-3 .flex-control-nav li a.flex-active {
  background: #ffffff;
}
.oe-social {
  padding: 9px 10px;
  width: 40px;
  height: 40px;
  border-radius: 0px;
  background: #999999;
  color: #888888;
  border: 0px;
  line-height: 1.3em;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.oe-social:hover {
  line-height: 1.3em;
}
.oe-social.oe-social-transparent {
  background: transparent;
  color: #444444;
  border: 1px solid #444444;
  width: 39px;
  height: 39px;
  padding: 8px 9px;
}
.oe-social.oe-social-transparent:hover {
  background: #444444;
  color: #ffffff;
}
.oe-social-light,
.oe-social-hover-light:hover {
  background: #dddddd;
  color: #999999;
}
.oe-social-dark,
.oe-social-hover-dark:hover {
  background: #999999;
  color: #ffffff;
}
.oe-social-twitter,
.oe-social-hover-twitter:hover {
  background: #54afe2;
  color: #ffffff;
}
.oe-social-facebook,
.oe-social-hover-facebook:hover {
  background: #4671ad;
  color: #ffffff;
}
.oe-social-instagram,
.oe-social-hover-instagram:hover {
  background: #4671ad;
  color: #ffffff;
}
.oe-social-linkedin,
.oe-social-hover-linkedin:hover {
  background: #4671ad;
  color: #ffffff;
}
.oe-social-youtube,
.oe-social-hover-youtube:hover {
  background: #4671ad;
  color: #ffffff;
}
.oe-social-pinterest,
.oe-social-hover-pinterest:hover {
  background: #4671ad;
  color: #ffffff;
}
.oe-social-linkedin,
.oe-social-hover-linkedin:hover {
  background: #64abcc;
  color: #ffffff;
}
.oe-social-google,
.oe-social-hover-google:hover {
  background: #dc4a38;
  color: #ffffff;
}
.oe-social-dribbble,
.oe-social-hover-dribbble:hover {
  background: #d64d74;
  color: #ffffff;
}
.oe-social-skype,
.oe-social-hover-skype:hover {
  background: #00c6ff;
  color: #ffffff;
}
.oe-social-behance,
.oe-social-hover-behance:hover {
  background: #0099fd;
  color: #ffffff;
}
.oe-social-deviantart,
.oe-social-hover-deviantart:hover {
  background: #c7d419;
  color: #ffffff;
}
.oe-social-tumblr,
.oe-social-hover-tumblr:hover {
  background: #385874;
  color: #ffffff;
}
.oe-social-rss,
.oe-social-hover-rss:hover {
  background: #fe9900;
  color: #ffffff;
}
.oe-social-vimeo,
.oe-social-hover-vimeo:hover {
  background: #a6caea;
  color: #ffffff;
}
.oe-social-pinterest,
.oe-social-hover-pinterest:hover {
  background: #ce2027;
  color: #ffffff;
}
.oe-social-flickr,
.oe-social-hover-flickr:hover {
  background: #f4789b;
  color: #ffffff;
}
.oe-social-youtube,
.oe-social-hover-youtube:hover {
  background: #e70031;
  color: #ffffff;
}
.oe-social-instagram,
.oe-social-hover-instagram:hover {
  background: #2c6a91;
  color: #ffffff;
}
.oe-social-apple,
.oe-social-hover-apple:hover {
  background: #5f5f5f;
  color: #ffffff;
}
.oe-reflect .oe-social-transparent,
.oe-reflect-bg .oe-social-transparent {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.oe-reflect .oe-social-transparent:hover,
.oe-reflect-bg .oe-social-transparent:hover {
  background: #ffffff;
  color: #444444;
}
.oe-social-group-nospace .oe-social {
  margin-right: -4px;
}
.oe-social-group-smallspace .oe-social {
  margin-right: -3px;
}
.oe-social-group-largespace .oe-social {
  margin-right: 8px;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  color: #888888;
  background-color: transparent;
  border: 1px solid #dddddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #555555;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #444444;
  background-color: transparent;
  border-color: #555555;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
}
.oe-pagination li {
  position: relative;
}
.oe-pagination li a {
  width: 40px;
  height: 40px;
  padding: 9px 0;
  text-align: center;
}
.oe-pagination li a:hover {
  border-color: transparent;
}
.oe-pagination li:first-child > a,
.oe-pagination li:last-child > a,
.oe-pagination li:first-child > span,
.oe-pagination li:last-child > span {
  border-radius: 0px;
}
.oe-pagination > li > a:hover,
.oe-pagination > li > a:focus {
  color: #444444;
}
.oe-content-boxes-center {
  text-align: center;
}
.oe-content-boxes-left {
  text-align: left;
}
.oe-content-boxes-right {
  text-align: right;
}
.oe-content-boxes-white {
  background: #ffffff;
  color: #999;
}
.oe-content-boxes-white h6 {
  color: #444444;
}
.oe-content-boxes {
  display: block;
  padding: 40px 20px 15px;
  margin: 10px 0;
}
.oe-content-boxes > a {
  display: block;
  cursor: pointer;
}
.oe-content-boxes i {
  color: #444444;
}
.oe-content-boxes .icon-center {
  text-align: center;
}
.oe-content-boxes h6 {
  margin: 25px 0 10px;
}
.oe-content-boxes .circle-border {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 100%;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.oe-content-boxes .square-border {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.oe-content-boxes.oe-bordered {
  border-color: #e9e9e9;
}
.oe-circle-dashed-border .fa-stack,
.oe-circle-solid-border .fa-stack {
  backface-visibility: hidden;
  border-radius: 3.4em;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 6.8em;
  height: 6.8em;
  line-height: 6.8em;
}
.oe-circle-dashed-border .fa-stack:hover,
.oe-circle-solid-border .fa-stack:hover {
  border-style: solid;
}
.oe-circle-dashed-border .fa-stack,
.oe-square-dashed-border .fa-stack {
  border: 1px dashed #444444;
}
.oe-circle-solid-border .fa-stack,
.oe-square-solid-border .fa-stack {
  border: 1px solid #444444;
}
.oe-square-dashed-border .fa-stack,
.oe-square-solid-border .fa-stack {
  backface-visibility: hidden;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 7.1em;
  height: 7.1em;
  line-height: 7.1em;
}
.oe-square-dashed-border .fa-stack:hover,
.oe-square-solid-border .fa-stack:hover {
  border-style: solid;
}
.oe-icon-boxes-hover-darken .fa-stack:hover {
  background: #444444;
  border-color: #444444;
}
.oe-icon-boxes-hover-darken .fa-stack:hover i {
  color: #ffffff;
}
.oe-icon-boxes-hover-white .fa-stack:hover {
  background: #ffffff;
  border-color: #444444;
}
.oe-icon-boxes-hover-white .fa-stack:hover i {
  color: #444444;
}
.oe-icon-boxes-hover-light .fa-stack:hover {
  background: #dddddd;
}
.oe-icon-boxes-hover-light .fa-stack:hover i {
  color: #444444;
}
.oe-icon-boxes-hover-double-border .fa-stack:hover i.circle-border,
.oe-icon-boxes-hover-double-border .fa-stack:hover i.square-border {
  border-width: 2px;
  -webkit-transform: scale(1.2,1.2);
  -ms-transform: scale(1.2,1.2);
  transform: scale(1.2,1.2);
  border-color: inherit;
  border-style: inherit;
}
.oe-content-boxes-inline {
  display: inline-block;
  vertical-align: top;
}
.oe-content-boxes-inline .fa-stack-small {
  width: 4.4em;
  height: 4.4em;
  line-height: 4.4em;
  position: absolute;
}
.oe-content-boxes-inline h6 {
  margin: 10px 0 5px;
}
.oe-content-boxes-inline.oe-content-boxes-right {
  padding-right: 120px;
}
.oe-content-boxes-inline.oe-content-boxes-right .fa-stack-small {
  right: 30px;
}
.oe-content-boxes-inline.oe-content-boxes-right.oe-content-boxes-none-border {
  padding-right: 90px;
}
.oe-content-boxes-inline.oe-content-boxes-left {
  padding-left: 120px;
}
.oe-content-boxes-inline.oe-content-boxes-left .fa-stack-small {
  left: 30px;
}
.oe-content-boxes-inline.oe-content-boxes-left.oe-content-boxes-none-border {
  padding-left: 90px;
}
.oe-content-boxes-column-row .oe-content-boxes-column {
  float: left;
}
.oe-content-boxes-column-row.two-cols .oe-content-boxes-column {
  width: 50%;
}
.oe-content-boxes-column-row.three-cols .oe-content-boxes-column {
  width: 33.3333%;
}
.oe-content-boxes-column-row.four-cols .oe-content-boxes-column {
  width: 25%;
}
.oe-content-boxes-column-row.five-cols .oe-content-boxes-column {
  width: 20%;
}
.oe-content-boxes-column-row .oe-content-boxes {
  padding: 10px;
  margin: 0;
}
.oe-content-boxes-column .fa-stack {
  width: auto;
  height: auto;
}
.oe-content-boxes-column .fa-stack .fa-4x {
  font-size: 4em;
}
.oe-content-boxes-column h2 {
  margin: 30px 0px -2px;
}
.oe-border-grey,
.oe-border-grey .fa-stack {
  border-color: rgba(68,68,68,0.3);
}
.oe-border-grey .fa-stack i {
  color: #444444;
}
#tz_options .selected {
  background: transparent !important;
}
.selected .fa-stack,
.oe-boxes-fa-darken {
  background: #444444;
}
.selected .fa-stack i,
.oe-boxes-fa-darken i {
  color: #ffffff;
}
.oe-reflect .oe-content-boxes .fa,
.oe-reflect-bg .oe-content-boxes .fa {
  color: #ffffff;
}
.oe-reflect .oe-content-boxes .fa-stack,
.oe-reflect-bg .oe-content-boxes .fa-stack {
  border-color: #eeeeee;
}
.oe-maps {
  height: 450px;
}
.oe-content-boxes {
  overflow: hidden;
}
div.pp_default .pp_loaderIcon {
  background-color: #fff;
  border-radius: 20px;
}
div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
  height: 13px;
}
div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}
div.pp_default .pp_content_container .pp_left {
  padding-left: 13px;
}
div.pp_default .pp_content_container .pp_right {
  padding-right: 13px;
}
div.pp_default .pp_next:hover {
  cursor: pointer;
}
div.pp_default .pp_previous:hover {
  cursor: pointer;
}
div.pp_default .pp_expand {
  cursor: pointer;
  width: 28px;
  height: 28px;
}
div.pp_default .pp_expand:hover {
  cursor: pointer;
}
div.pp_default .pp_contract {
  cursor: pointer;
  width: 28px;
  height: 28px;
}
div.pp_default .pp_contract:hover {
  cursor: pointer;
}
div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
div.pp_default .pp_gallery ul li a {
  border: 1px solid #aaaaaa;
}
div.pp_default .pp_social {
  margin-top: 7px;
}
div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto;
}
div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
  height: 30px;
  width: 30px;
}
div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}
div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
  height: 20px;
  width: 20px;
  margin: 4px 0 0;
}
div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px;
}
div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}
div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative;
}
div.pp_default .pp_nav .currentTextHolder {
  font-family: inherit;
  color: #999;
  font-size: 13px;
  left: 65px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0 0 0 10px;
}
div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7;
}
div.pp_default .pp_description {
  font-size: 15px;
  font-weight: 300;
  line-height: 14px;
  margin: 10px 50px 10px 0;
}
div.pp_pic_holder a:focus {
  outline: 0;
}
div.pp_overlay {
  background-color: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}
div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}
.pp_content {
  height: 40px;
  min-width: 40px;
}
* html .pp_content {
  width: 40px;
}
.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}
.pp_content_container .pp_left {
  padding-left: 20px;
}
.pp_content_container .pp_right {
  padding-right: 20px;
}
.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px;
}
.pp_description {
  display: none;
  margin: 0;
}
.pp_social {
  display: none;
  float: left;
  margin: 0;
}
.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}
.pp_social .instagram {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}
.pp_social .linkedin {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}
.pp_social .youtube {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}
.pp_social .pinterest {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}
.pp_social .twitter {
  float: left;
}
.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}
.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px;
}
.pp_nav .pp_play,
.pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}
a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}
.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}
.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}
.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0;
}
.pp_gallery ul a {
  border: 1px rgba(0,0,0,0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}
.pp_gallery ul a img {
  border: 0;
}
.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.pp_gallery li.default a {
  display: block;
  height: 33px;
  width: 50px;
}
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}
a.pp_next {
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_previous {
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}
a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}
.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px;
}
#pp_full_res {
  line-height: 1 !important;
}
#pp_full_res .pp_inline {
  text-align: left;
}
#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}
div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px;
}
div.pp_default .pp_content {
  background-color: #ffffff;
}
div.pp_default #pp_full_res .pp_inline {
  color: #000000;
}
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a,
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color: #ffffff;
}
div.pp_default .pp_details {
  position: relative;
}
.pp_top,
.pp_bottom {
  height: 20px;
  position: relative;
}
* html .pp_top,
* html .pp_bottom {
  padding: 0 20px;
}
.pp_top .pp_left,
.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.pp_top .pp_middle,
.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
* html .pp_top .pp_middle,
* html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}
.pp_top .pp_right,
.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.pp_fade,
.pp_gallery li.default a img {
  display: none;
}
div.pp_overlay {
  opacity: 0.93 !important;
}
div.pp_default .pp_content_container .pp_left {
  background: 0;
  padding: 0;
}
div.pp_default .pp_content_container .pp_right {
  background: 0;
  padding: 0;
}
div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
  background: 0;
  display: none;
}
div.pp_default .pp_expand {
  display: none !important;
}
div.pp_default .pp_content {
  background: 0;
}
a.pp_next,
a.pp_previous {
  background: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
div.pp_default .pp_content:hover a.pp_next,
div.pp_default .pp_content:hover a.pp_previous {
  opacity: 1;
}
a.pp_next:after {
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  content: "\f105";
  display: block !important;
  font-family: "FontAwesome";
  font-size: 30px;
  height: 54px;
  line-height: 54px;
  margin: -27px 0 0;
  position: absolute;
  right: 25px;
  text-align: center;
  top: 50%;
  width: 54px;
  text-indent: 0;
}
a.pp_previous:after {
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  content: "\f104";
  display: block !important;
  font-family: "FontAwesome";
  font-size: 30px;
  height: 54px;
  line-height: 54px;
  margin: -27px 0 0;
  position: absolute;
  left: 25px;
  text-align: center;
  top: 50%;
  width: 54px;
  text-indent: 0;
}
div.pp_default .pp_content_container .pp_details {
  opacity: 0.7;
}
div.pp_default .pp_description {
  display: none !important;
}
div.pp_default .pp_nav {
  float: none;
  width: auto;
  margin: 0;
}
div.pp_default .pp_nav .currentTextHolder {
  left: auto;
  position: relative;
  float: left;
  padding: 0 20px;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}
.pp_gallery {
  display: none !important;
}
div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
  display: none;
}
div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
  background: 0;
  position: relative;
  left: 0;
}
div.pp_default a.pp_arrow_previous:after {
  color: #fff;
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 20px;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}
div.pp_default a.pp_arrow_next:after {
  color: #fff;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 20px;
  text-indent: 0;
  position: absolute;
  top: 0;
  right: 0;
}
div.pp_default .pp_close {
  background: 0;
  opacity: 1 !important;
}
div.pp_default .pp_close:after {
  color: #fff;
  content: "\f00d";
  font-family: "FontAwesome";
  font-size: 15px;
  height: 15px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.oe-form-label {
  font-weight: normal;
  margin-bottom: 10px;
}
body {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: 300;
  color: #fff;
  font-size: 14px;
  font-family: "Muli", "Helvetica", Arial, sans-serif;
  text-shadow: 0 0 0 rgba(136,136,136,0.1);
}
a {
  color: #91B6C7; 
  -webkit-transition: all linear 200ms;
  transition: all linear 200ms;
}
a:hover {
  text-decoration: none;
  color: #950707;
}
p {
  margin-bottom: 20px;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffffff;
}
.oe-text-reflect {
  color: #444444;
}
.oe-null-color {
  color: #888888;
}
.oe-text-light {
  font-weight: 300;
}
.oe-reflect,
.oe-reflect-bg {
  color: #cccccc;
  text-shadow: 0 0 0 rgba(204,204,204,0.1);
}
.oe-reflect h1,
.oe-reflect h2,
.oe-reflect h3,
.oe-reflect h4,
.oe-reflect h5,
.oe-reflect h6,
.oe-reflect-bg h1,
.oe-reflect-bg h2,
.oe-reflect-bg h3,
.oe-reflect-bg h4,
.oe-reflect-bg h5,
.oe-reflect-bg h6 {
  color: #ffffff;
}
.oe-reflect h1 a,
.oe-reflect h2 a,
.oe-reflect h3 a,
.oe-reflect h4 a,
.oe-reflect h5 a,
.oe-reflect h6 a,
.oe-reflect-bg h1 a,
.oe-reflect-bg h2 a,
.oe-reflect-bg h3 a,
.oe-reflect-bg h4 a,
.oe-reflect-bg h5 a,
.oe-reflect-bg h6 a {
  color: #ffffff;
}
.oe-reflect .oe-text-reflect,
.oe-reflect-bg .oe-text-reflect {
  color: #ffffff;
}
.oe-reflect .oe-null-color,
.oe-reflect-bg .oe-null-color {
  color: #cccccc;
}
.oe-reflect-bg {
  background-color: #444444;
}
.oe-circle-border .fa-stack {
  border: 2px solid #dddddd;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.oe-circle-border .fa-stack.fa-1x {
  border: 1px solid #dddddd;
}
.oe-circle-border .fa-stack:hover {
  color: #ffffff;
  background-color: #444444;
  border-color: transparent;
}
.oe-cleaner {
  margin: 0 !important;
  padding: 0 !important;
}
.oe-top-page {
  background-color: #fafafa;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.oe-main-content {
  padding-top: 70px;
  padding-bottom: 50px;
}
.oe-breadcrumb {
  float: right;
  padding: 49px 0;
}
.oe-breadcrumb a,
.oe-breadcrumb span,
.oe-breadcrumb i {
  display: inline-block;
  margin-left: 13px;
}
.oe-breadcrumb span {
  color: #444444;
}
.oe-page-title {
  float: left;
  margin: 37px 0;
  font-size: 22px;
}
.oe-bordered {
  border: 1px solid #dddddd;
}
.oe-ul-clean.fa-ul {
  margin-left: 0;
}
.oe-ul-clean.fa-ul li {
  padding-left: 2.14285714em;
}
.oe-ul-clean.fa-ul.oe-li {
  left: 0;
  margin-right: 0;
}
.oe-full-banner {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.oe-full-banner.dark-overlay:before,
.oe-image-container .overlay:before,
.dark-element:after,
.oe-image-short-cap:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  filter: alpha(opacity=60);
  background-color: #000;
}
.oe-full-banner.oe-fixed-banner {
  background-attachment: fixed;
}
.oe-full-banner.oe-banner-repeat {
  background-repeat: repeat;
  background-size: initial;
}
.dark-element {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.dark-element-20:after {
  opacity: 0.2;
}
.dark-element-40:after {
  opacity: 0.4;
}
.dark-element-50:after {
  opacity: 0.5;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.oe-mtop {
  margin-top: 30px;
}
.oe-mbot {
  margin-bottom: 0px;
}
.oe-mtop-2x {
  margin-top: 60px;
}
.oe-mbot-2x {
  margin-bottom: 60px;
}
.oe-pad-normal {
  padding: 40px 30px;
}
.oe-pad-notop {
  padding-top: 0;
}
.oe-non-space-top {
  margin-top: 0;
  padding-top: 0;
}
.oe-non-space-bot {
  margin-bottom: 0;
  padding-bottom: 0;
}
.oe-image-item {
  width: 100%;
}
.oe-col-non-mg {
  margin: 0;
}
.oe-col-non-pd {
  padding: 0;
}
.oe-col-non-mp {
  margin: 0;
  padding: 0;
}
.oe-slider {
  position: relative;
  overflow: hidden;
}
.oe-slider .slides {
  margin: 0;
  padding: 0;
}
.oe-slider .flex-direction-nav {
  list-style: none;
}
.oe-slider .flex-direction-nav li {
  position: static;
}
.oe-slider .flex-direction-nav .flex-prev,
.oe-slider .flex-direction-nav .flex-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: rgba(255,255,255,0.6);
  text-indent: -9999px;
  font-family: FontAwesome;
  font-size: 0;
  z-index: 100;
}


@media screen and (max-width: 500px) {
.oe-slider .flex-direction-nav .flex-prev,
.oe-slider .flex-direction-nav .flex-next {
  position: absolute;
  top: 50%;
  display: none;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: rgba(255,255,255,0.6);
  text-indent: -9999px;
  font-family: FontAwesome;
  font-size: 0;
  z-index: 100;
}
}

.oe-slider .flex-direction-nav .flex-prev:before,
.oe-slider .flex-direction-nav .flex-next:before {
  display: block;
  padding: 10px 17px;
  color: #444444;
  text-indent: 0;
  font-size: 14px;
}
.oe-slider .flex-direction-nav .flex-prev:hover,
.oe-slider .flex-direction-nav .flex-next:hover,
.oe-slider .flex-direction-nav .flex-prev:active,
.oe-slider .flex-direction-nav .flex-next:active {
  background: rgba(0,0,0,0.6);
}
.oe-slider .flex-direction-nav .flex-prev:hover:before,
.oe-slider .flex-direction-nav .flex-next:hover:before,
.oe-slider .flex-direction-nav .flex-prev:active:before,
.oe-slider .flex-direction-nav .flex-next:active:before {
  color: #ffffff;
}
.oe-slider .flex-direction-nav .flex-prev {
  left: 5%;
}
.oe-slider .flex-direction-nav .flex-prev:before {
  content: "\f104";
}
.oe-slider .flex-direction-nav .flex-next {
  right: 5%;
}
.oe-slider .flex-direction-nav .flex-next:before {
  content: "\f105";
}
.oe-slider ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.oe-slider ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.oe-slider .flex-control-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  position: absolute;
  bottom: 10%;
  text-align: center;
  z-index: 1000;
}
.oe-slider .flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
  zoom: 1;
}
.oe-slider .flex-control-nav li a {
  display: block;
  width: 11px;
  height: 11px;
  cursor: pointer;
  text-indent: -9999px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
}
.oe-slider .flex-control-nav li a.flex-active {
  background: #ffffff;
  cursor: default;
}
.oe-slider-non-control-nav .flex-control-nav {
  display: none;
}
.oe-slider-non-direction-nav .flex-direction-nav {
  display: none;
}
.oe-fonts-medium {
  font-size: 1.2em;
}
.oe-fonts-large {
  font-size: 2.86em;
  line-height: 1.5em;
}
.oe-fonts-giant {
  font-size: 3.43em;
}
.oe-fonts-giant-super {
  font-size: 4.29em;
  line-height: 1.5em;
}
.oe-fonts-myriad-pro {
  font-family: Myriad Pro;
}
.oe-letter-spacing {
  letter-spacing: 2px;
}
.oe-letter-spacing-2x {
  letter-spacing: 9px;
}
.oe-block-float,
.oe-image-container .overlay .center {
  position: absolute;
  top: 20px;
  left: 0;
}
.oe-float-vertical-centered {
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.oe-float-centered,
.oe-image-container .overlay .center {
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.oe-float-centered-2x {
  float: left;
  width: 100%;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.oe-push-front {
  z-index: 100;
}
.no-width {
  width: 0;
}
.tz_portfolio .oe-content-boxes {
  display: inline-block;
  padding: 1em;
  font-size: 14px;
}
.tz_portfolio .oe-image-item img {
  width: 100%;
}
.loading-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.9);
  opacity: 0;
  filter: alpha(opacity=0);
}
.loading-overlay.active {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 9999;
}
.loading-overlay div {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #444444;
  font-size: 24px;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.loading-overlay span {
  -webkit-animation: flash 2s infinite;
  animation: flash 2s infinite;
}
.oe-animate-delay {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.x24 {
  -webkit-animation-delay: 7.2s;
  animation-delay: 7.2s;
}
.x23 {
  -webkit-animation-delay: 6.9s;
  animation-delay: 6.9s;
}
.x22 {
  -webkit-animation-delay: 6.6s;
  animation-delay: 6.6s;
}
.x21 {
  -webkit-animation-delay: 6.3s;
  animation-delay: 6.3s;
}
.x20 {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.x19 {
  -webkit-animation-delay: 5.7s;
  animation-delay: 5.7s;
}
.x18 {
  -webkit-animation-delay: 5.4s;
  animation-delay: 5.4s;
}
.x17 {
  -webkit-animation-delay: 5.1s;
  animation-delay: 5.1s;
}
.x16 {
  -webkit-animation-delay: 4.8s;
  animation-delay: 4.8s;
}
.x15 {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}
.x14 {
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s;
}
.x13 {
  -webkit-animation-delay: 3.9s;
  animation-delay: 3.9s;
}
.x12 {
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
}
.x11 {
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s;
}
.x10 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.x9 {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}
.x8 {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.x7 {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.x6 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.x5 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.x4 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.x3 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.x2 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.oe-header {
  position: relative;
}
.logo {
  margin: 10px 0 0;
  padding: 10px 15px;
}
.logo img {
  width: 259px;
  height: 42px;
}
.menu-header {
  position: static;
}
.oe-mainmenu {
  float: right;
  margin-right: 80px;
  margin-left: 0px;
  padding: 0;
}
.oe-mainmenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.oe-mobile-menu {
  display: none;
}
#plazart-mainnav .plazart-megamenu .level0 > li {
  position: relative;
  float: left;
  padding: 30px 15px;
}
#plazart-mainnav .plazart-megamenu .level0 > li.open > a {
  background: transparent;
}
.plazart-megamenu .level0 li a {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  padding: 0;
}
.plazart-megamenu .level0 > li a:after,
.plazart-megamenu .level0 > li a:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #444444;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.plazart-megamenu .level0 li a:after {
  right: 4%;
  left: auto;
}
.plazart-megamenu .level0:hover .current > a {
  color: #666666;
}
.plazart-megamenu .level0:hover .current > a:after,
.plazart-megamenu .level0:hover .current > a:before {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 0;
}
.plazart-megamenu .level0 > li.current > a,
.plazart-megamenu .level0 > li.current:hover > a,
.plazart-megamenu .level0 > li:hover > a {
  color: #444444;
}
.plazart-megamenu .level0 > li.active > a:before,
.plazart-megamenu .level0 > li.active:hover > a:before {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100%;
  left: 0;
}
.plazart-megamenu .level0 > li.current > a:after,
.plazart-megamenu .level0 > li.current:hover > a:after,
.plazart-megamenu .level0 > li:hover > a:after,
.plazart-megamenu .level0 > li:hover > a:before {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 50%;
}
.plazart-megamenu .level0 > li > .mega-dropdown-menu {
  border: 1px solid #f1f1f1;
  opacity: 1;
  filter: alpha(opacity=0);
  -webkit-transition: opacity linear 0.2s 0.3s;
  transition: opacity linear 0.2s 0.3s;
}
.menu-header .oe-menu-dad > li .menu-item-has-child:last-child {
  border-right: 0;
}
.menu-header .oe-menu-dad > li.menu-right {
  position: static;
}
.menu-header .oe-menu-dad > li.menu-right > .submenu {
  right: 15px;
}
.menu-header .oe-menu-dad > li.menu-left > .submenu {
  right: 0;
}
.menu-header .oe-menu-dad > li.menu-center > .submenu {
  left: 50%;
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
.menu-header .oe-menu-dad > li.col-2 > .submenu {
  min-width: 500px;
}
.menu-header .oe-menu-dad > li.col-2 .menu-item-has-child {
  width: 50%;
}
.menu-header .oe-menu-dad > li.col-3 > .submenu {
  min-width: 750px;
}
.menu-header .oe-menu-dad > li.col-3 .menu-item-has-child {
  width: 33.33333%;
}
.menu-header .oe-menu-dad > li.col-4 {
  position: static;
}
.menu-header .oe-menu-dad > li.col-4 > .submenu {
  left: 0;
  right: 0;
}
.menu-header .oe-menu-dad > li.col-4 .menu-item-has-child {
  width: 25%;
}
.menu-header .oe-menu-dad > li:hover > .submenu {
  z-index: 800;
  height: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
.menu-header .oe-menu-dad > li:hover > .submenu .menu-item-has-child {
  display: block;
}
.menu-header .oe-menu-dad > li.no-border .submenu > li a {
  border: 0;
}
.plazart-mainnav .no-border .mega-dropdown-inner .mega-inner {
  padding: 10px 0;
}
.plazart-megamenu .level0 .mega-nav > li a {
  display: block;
  padding: 10px;
  border-bottom: 0px solid #f1f1f1;
  background-color: #222222;
  -webkit-transition-duration: 0;
  transition-duration: 0;
}
.plazart-megamenu .level0 .mega-nav > li a:hover {
  color: #ffffff;
  background-color: #444444;
}
.plazart-mainnav .no-border .mega-inner ul.mega-nav a {
  border: medium none;
}
.menu-header .oe-menu-dad .shop-menu > .submenu {
  width: 100%;
  left: 0;
}
.menu-header .oe-menu-dad .shop-menu > .submenu > li {
  width: 27%;
  padding-bottom: 20px;
  border-left: 1px solid #f1f1f1;
  border-right: 0;
}
.menu-header .oe-menu-dad .shop-menu > .submenu > li a {
  border: 0;
}
.menu-header .oe-menu-dad .shop-menu > .submenu .menu-item-has-child > a {
  padding: 20px 0 20px 30px;
  color: #444444;
  font-size: 20px;
  font-weight: 400;
}
.menu-header .oe-menu-dad .shop-menu > .submenu .menu-item-has-child > a:hover {
  background-color: #ffffff;
}
.menu-header .oe-menu-dad .shop-menu > .submenu .menu-item-has-child li:not(.menu-item-has-child) a {
  min-width: 100%;
  padding: 10px 20px 10px 30px;
}
.menu-header .oe-menu-dad .shop-menu > .submenu .menu-item-has-child li:not(.menu-item-has-child) a img {
  float: left;
}
.menu-header .oe-menu-dad .shop-menu > .submenu .menu-item-has-child li:not(.menu-item-has-child) a span {
  display: block;
}
.menu-header .oe-menu-dad .shop-menu > .submenu .menu-item-has-child li:not(.menu-item-has-child) a:hover .menu-shop-title,
.menu-header .oe-menu-dad .shop-menu > .submenu .menu-item-has-child li:not(.menu-item-has-child) a:hover .menu-shop-price {
  color: #ffffff;
}
.menu-header .oe-menu-dad .shop-menu > .submenu .menu-item-has-child .submenu li.menu-item-has-child {
  width: 100%;
  border: 0;
}
.menu-header .oe-menu-dad .shop-menu > .submenu .menu-item-has-child.shop-cat {
  width: 19%;
  padding-top: 15px;
  border-left: 0;
}
.menu-header .menu-shop-title,
.menu-header .menu-shop-cat,
.menu-header .menu-shop-price {
  margin-bottom: 3px;
}
.menu-header .menu-shop-title {
  color: #444444;
}
.menu-header .menu-shop-cat {
  color: #666666;
  font-size: 13px;
}
.menu-header .menu-shop-price {
  color: #f6504c;
}
.oe-header-extra {
  position: absolute;
  top: 25px;
  right: 0;
  width: 78px;
  z-index: 50;
}
.offset-canvas-btn {
  display: none;
}
.oe-menu-cart {
  display: block;
  float: right;
  color: #444444;
  margin-left: 10px;
}
.oe-custom-search-form {
  display: block;
  position: absolute;
  z-index: -1;
  top: -65px;
  left: 0;
  color: #444444;
  background-color: #ffffff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity ease-out 0.2s;
  transition: opacity ease-out 0.2s;
}
.oe-custom-search-form form {
  height: 100%;
}
.oe-custom-search-form .search-input {
  position: relative;
  top: 20px;
  border: 0;
  outline: 0;
  width: 80%;
  height: 70%;
  padding: 10px 0 0;
  font-size: 30px;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.oe-custom-search-form .search-input:focus {
  box-shadow: none;
}
.oe-custom-search-form .search-box {
  height: 100%;
}
.oe-custom-search-form.active {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1000;
}
.oe-custom-search-form .search-close {
  position: absolute;
  top: 49%;
  right: 65px;
  outline: 0;
  border: 0;
  padding: 0;
  background-color: transparent;
  font-size: 30px;
  font-weight: 400;
  cursor: pointer;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
}



.search-btn {
  padding: 5px 10px;
  border: 1px solid transparent;
  color: #444444;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  top: -1px;
}
.search-btn:hover i {
  -webkit-animation: bounceIn 300ms linear;
  animation: bounceIn 300ms linear;
}
.oe-mobile-menu {
  width: 100%;
  float: left;
  position: relative;
  top: 0;
  text-align: left;
  overflow: hidden;
  z-index: 100;
}
.oe-mobile-menu .oe-menu-dad {
  padding: 0;
  margin: 0;
}
.oe-mobile-menu .oe-menu-dad li {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #f1f1f1;
}
.oe-mobile-menu .oe-menu-dad li:last-child {
  border: 0;
}
.oe-mobile-menu .oe-menu-dad li a {
  position: relative;
  display: block;
  font-size: 13px;
  padding: 10px 0;
  text-transform: none;
  line-height: 26px;
}
.oe-mobile-menu .oe-menu-dad li a:hover {
  color: #444444;
}
.oe-mobile-menu .oe-menu-dad > .menu-item-has-child > .submenu {
  display: none;
  border-top: 1px solid #f1f1f1;
}
.oe-mobile-menu .oe-menu-dad > .menu-item-has-child > .submenu .submenu {
  padding: 0;
}
.oe-mobile-menu .oe-menu-dad > .menu-item-has-child > a:after {
  content: '\f105';
  font-family: "FontAwesome";
  display: block;
  float: right;
  margin-right: 10px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.oe-mobile-menu .oe-menu-dad > .menu-item-has-child.active > a:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.oe-mobile-menu .oe-menu-dad .shop-menu > .submenu > .menu-item-has-child {
  display: none;
}
.oe-mobile-menu .oe-menu-dad .shop-menu > .submenu > .menu-item-has-child.shop-cat {
  display: block;
}
.uk-nav-offcanvas > li > a {
  color: #cccccc;
  padding: 10px 15px;
}
.uk-nav-offcanvas > .uk-open > a,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
  background: #404040;
  color: #ffffff;
  outline: none;
}
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
  background: #1a1a1a;
  color: #ffffff;
}
.uk-nav-offcanvas .uk-nav-header {
  color: #777777;
}
.uk-nav-offcanvas .uk-nav-divider {
  border-top: 1px solid #1a1a1a;
}
.uk-nav-offcanvas ul a {
  color: #cccccc;
}
html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
  color: #ffffff;
}
.uk-offcanvas {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0,0,0,0.1);
}
.uk-offcanvas.uk-active {
  display: block;
}
.uk-offcanvas-page {
  position: fixed;
  -webkit-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
}
.uk-offcanvas-bar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1001;
  width: 270px;
  max-width: 100%;
  background: #333333;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.uk-offcanvas-bar-flip {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.uk-offcanvas .uk-panel {
  margin: 20px 15px;
  color: #777777;
}
.uk-offcanvas .uk-panel-title {
  color: #cccccc;
}
.uk-offcanvas .uk-panel a:not([class]) {
  color: #cccccc;
}
.uk-offcanvas .uk-panel a:not([class]):hover {
  color: #ffffff;
}
.oe-footer {
  border-top: '';
}
.oe-footer .input-lg {
  height: 50px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
select.oe-footer .input-lg {
  height: 50px;
  line-height: 50px;
}
textarea.oe-footer .input-lg,
select[multiple].oe-footer .input-lg {
  height: auto;
}
.oe-footer form .row {
  margin: 0 -7px;
}
.oe-footer form .row [class*="col-"] {
  padding: 0 7px;
}
.oe-footer form .form-control {
  border-color: #555;
  background: transparent;
}
.oe-footer form .form-control:focus,
.oe-footer form .form-control:active {
  border-color: #ddd;
}
.oe-footer .oe-footer-social .oe-social-group-smallspace {
  margin-top: 15px;
}
.oe-footer .oe-footer-social .oe-social-group-smallspace .oe-social {
  border: 1px solid #555555;
}
.oe-footer .oe-footer-social .oe-ul {
  margin: 40px 0 0 0;
}
.oe-footer .oe-footer-social li {
  margin: 25px 0 25px 46px;
}
.oe-main-foot {
  padding: 50px 0;
  background-color: #222222;
}
.oe-last-foot {
  padding: 30px 0;
  background-color: #333333;
}
.oe-last-foot a {
  color: #ccc;
}
.oe-last-foot a:hover {
  color: #fff;
}
.oe-last-foot .oe-mainmenu {
  margin-right: 0;
}
.oe-last-foot .oe-mainmenu li {
  float: left;
  padding-top: 10px;
  padding-bottom: 0;
  margin-left: 20px;
}
.oe-last-foot .oe-mainmenu li:first-child {
  margin-left: 0;
}
.oe-last-foot .oe-mainmenu li a {
  display: block;
  float: left;
  color: #fff;
}
.oe-last-foot .oe-mainmenu li a:before,
.oe-last-foot .oe-mainmenu li a:after {
  background-color: #fff;
}
.oe-last-foot .oe-menu-dad {
  float: right;
}
.oe-foot-content .fa-li.oe-li,
.oe-foot-content .oe-li,
.oe-foot-content .oe-social.oe-social-transparent {
  color: #fff;
}
.oe-foot-content .oe-social.oe-social-transparent:hover {
  color: #000;
  background-color: #fff;
}
.oe-shortcode .oe-shortcode-icon-article {
  color: #444444;
}
.oe-shortcode .oe-shortcode-title {
  margin-bottom: 35px;
}
.oe-shortcode .shortcode-icon-clear {
  height: 15px;
}
.oe-shortcode .oe-shortcode-list-row .col-md-4 {
  margin-bottom: 25px;
}
.oe-shortcode .oe-table {
  margin-top: 30px;
  margin-bottom: 55px;
}
.col-shortcode-icon {
  float: left;
  width: 11.11111111%;
  height: 80px;
  color: #444444;
}
.oe-shortcode-image-animation .oe-media .clearfix,
.oe-shortcode-image-animation .oe-media .container,
.oe-shortcode-image-animation .oe-media .container-fluid,
.oe-shortcode-image-animation .oe-media .row,
.oe-shortcode-image-animation .oe-media .form-horizontal .form-group,
.oe-shortcode-image-animation .oe-media .btn-toolbar,
.oe-shortcode-image-animation .oe-media .btn-group-vertical > .btn-group,
.oe-shortcode-image-animation .oe-media .nav,
.oe-shortcode-image-animation .oe-media .navbar,
.oe-shortcode-image-animation .oe-media .navbar-header,
.oe-shortcode-image-animation .oe-media .navbar-collapse,
.oe-shortcode-image-animation .oe-media .pager,
.oe-shortcode-image-animation .oe-media .panel-body,
.oe-shortcode-image-animation .oe-media .modal-footer,
.oe-shortcode-image-animation .oe-media .oe-box-testimonials {
  height: 20px;
}
.oe-shortcode-image-animation .oe-media-flip a {
  overflow: hidden;
}
.oe-shortcode-image-animation .oe-media-zoom-in img {
  -webkit-transition: 300ms linear;
  transition: 300ms linear;
  -webkit-transform: scale(0.3,0.3);
  -ms-transform: scale(0.3,0.3);
  transform: scale(0.3,0.3);
}
.oe-shortcode-image-animation img {
  width: 100%;
}
.oe-shortcode-image-hover .oe-shortcode-article h1,
.oe-shortcode-image-hover .oe-shortcode-article h2,
.oe-shortcode-image-hover .oe-shortcode-article h3,
.oe-shortcode-image-hover .oe-shortcode-article h4,
.oe-shortcode-image-hover .oe-shortcode-article h5,
.oe-shortcode-image-hover .oe-shortcode-article h6 {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.oe-shortcode-image-hover .oe-row {
  margin-bottom: 50px;
}
.oe-shortcode-image-hover .oe-image-no-margin img {
  width: 100%;
}
.oe-shortcode-heading .oe-shortcode-article .oe-row {
  content: " ";
  display: table;
  width: 100%;
}
.oe-shortcode-heading .oe-shortcode-article .oe-box-heading-demo {
  margin-bottom: 40px;
}
.oe-shortcode-heading .oe-shortcode-article .oe-box-heading-demo-2 .col-md-6 {
  padding: 0 0 35px 10px;
}
.oe-shortcode-heading .oe-shortcode-article .col-md-12 {
  margin-bottom: 10px;
  padding: 10px 0 10px;
}
.shortcode.oe-shortcode-heading .oe-shortcode-article .col-md-6 {
  width: 46%;
}
.oe-shortcode-heading .oe-shortcode-article .col-md-6 {
  padding-top: 10px;
}
.oe-shortcode-heading .oe-shortcode-article .col-md-6 h1,
.oe-shortcode-heading .oe-shortcode-article .col-md-6 h2,
.oe-shortcode-heading .oe-shortcode-article .col-md-6 h3,
.oe-shortcode-heading .oe-shortcode-article .col-md-6 h4,
.oe-shortcode-heading .oe-shortcode-article .col-md-6 h5,
.oe-shortcode-heading .oe-shortcode-article .col-md-6 h6 {
  margin: 10px 20px 20px;
}
.oe-shortcode-heading .oe-shortcode-article .col-md-6:first-child {
  margin-left: 0;
  padding-left: 0;
}
.oe-shortcode-heading .oe-shortcode-article .col-md-6:first-child h1,
.oe-shortcode-heading .oe-shortcode-article .col-md-6:first-child h2,
.oe-shortcode-heading .oe-shortcode-article .col-md-6:first-child h3,
.oe-shortcode-heading .oe-shortcode-article .col-md-6:first-child h4,
.oe-shortcode-heading .oe-shortcode-article .col-md-6:first-child h5,
.oe-shortcode-heading .oe-shortcode-article .col-md-6:first-child h6 {
  margin-left: 0;
}
.oe-shortcode-buttons .oe-btn {
  margin-top: 10px;
}
.oe-shortcode-tab-tour .oe-shortcode-article .oe-box-tab {
  margin-bottom: 60px;
  overflow: hidden;
}
.oe-shortcode-progress .oe-shortcode-article .oe-box-progress {
  margin-bottom: 60px;
}
.oe-shortcode-progress .oe-shortcode-article .oe-box-progress p {
  margin-top: 35px;
}
.oe-shortcode-progress .oe-shortcode-article h3 {
  margin: 60px 0 30px;
}
.oe-shortcode-progress .oe-shortcode-article h3.oe-non-space-top {
  margin-top: 0;
}
.oe-shortcode-chart .oe-main-content {
  padding-top: 40px;
}
.oe-shortcode-chart .oe-chart-holder {
  margin: 20px 0 40px;
}
.ih-block {
  margin-bottom: 60px;
}
.ih-block h4 {
  margin-bottom: 20px;
}
.oe-shortcode-style1 {
  margin-bottom: 60px;
}
.oe-shortcode-style1 h4 {
  margin-bottom: 20px;
}
.oe-shortcode-style1 {
  margin-bottom: 60px;
}
.oe-shortcode-style1 h4 {
  margin-bottom: 20px;
}
.oe-shortcode-social-row {
  text-align: center;
  margin-bottom: 20px;
}
.oe-shortcode-social-row-medium {
  padding: 15px 10px;
}
.oe-shortcode-social-row-large {
  padding: 35px 10px;
}
.oe-shortcode-pagination-center {
  text-align: center;
  margin-top: -35px;
  margin-bottom: 50px;
}
.oe-shortcode-icon-boxes-row {
  margin-bottom: 15px;
}
.oe-shortcode-icon-boxes-row h4 {
  margin-bottom: 20px;
}
.oe-shortcode-icon-boxes-row.clearfix,
.oe-shortcode-icon-boxes-row.container,
.oe-shortcode-icon-boxes-row.container-fluid,
.oe-shortcode-icon-boxes-row.row,
.oe-shortcode-icon-boxes-row.form-horizontal .form-group,
.oe-shortcode-icon-boxes-row.btn-toolbar,
.oe-shortcode-icon-boxes-row.btn-group-vertical > .btn-group,
.oe-shortcode-icon-boxes-row.nav,
.oe-shortcode-icon-boxes-row.navbar,
.oe-shortcode-icon-boxes-row.navbar-header,
.oe-shortcode-icon-boxes-row.navbar-collapse,
.oe-shortcode-icon-boxes-row.pager,
.oe-shortcode-icon-boxes-row.panel-body,
.oe-shortcode-icon-boxes-row.modal-footer,
.oe-shortcode-icon-boxes-row.oe-box-testimonials {
  margin-bottom: -40px;
}
.oe-shortcode-icon-boxes-row .oe-content-boxes {
  margin: 0;
}
.oe-shortcode-pagination-center {
  text-align: center;
  margin-top: -35px;
  margin-bottom: 40px;
}
.oe-shortcode-section {
  background-color: #eeeeee;
  padding: 65px 0 40px;
  position: relative;
}
.oe-shortcode-section-image {
  color: #ffffff;
  background-size: cover;
  background-attachment: fixed;
}
.oe-shortcode-section-image h2,
.oe-shortcode-section-image i {
  color: #ffffff;
}
.oe-shortcode-section-image .dark-overlay {
  background-color: #000;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.oe-shortcode-section-image .container {
  z-index: 1;
  position: relative;
}
.oe-shortcode-maps-row h4 {
  margin-bottom: 30px;
}
.oe-shortcode-maps-row .oe-maps {
  margin-bottom: 60px;
}
.oe-shortcode-social-row-large {
  padding: 35px 10px;
}
.oe-shortcode-social-icon-article {
  padding: 15px 10px;
}
.oe-shortcode-testimonial h3 {
  margin: 70px 0 30px;
}
.oe-shortcode-testimonial h3.oe-non-space-top {
  margin-top: 0;
}
.oe-shortcode-testimonial .container {
  padding-bottom: 0;
}
.oe-shortcode-icons-fullwidth {
  color: #ffffff;
  background-size: cover;
  background-attachment: fixed;
  padding: 0;
}
.oe-shortcode-icons-fullwidth .oe-main-content {
  padding-top: 55px;
  padding-bottom: 50px;
}
.module.shortcode.oe-shortcode-accordion h3.module-title {
  margin: 60px 0 30px;
}
.oe-shortcode-accordion h3.oe-non-space-top {
  margin-top: 0;
}
.oe-shortcode-boxed .oe-shortcode-article .oe-non-space-top {
  margin-bottom: 30px;
}
.oe-shortcode-message-callout .oe-shortcode-article h3.oe-shortcode-title {
  margin: 60px 0 30px;
}
.oe-shortcode-message-callout .oe-shortcode-article h3.oe-non-space-top {
  margin-top: 0;
  margin-bottom: 30px;
}
.oe-blog-item {
  position: relative;
}
.oe-blog-item .oe-blog-title {
  padding: 0 0 5px 0;
  margin-top: 0;
}
.oe-blog-item .oe-blog-icon-box {
  margin-bottom: 20px;
}
.oe-blog-item .oe-blog-icon-box .oe-blog-date {
  margin-right: 40px;
}
.oe-blog-item .oe-blog-icon-box > span {
  margin-right: 20px;
}
.oe-blog-item .oe-blog-icon-box i.fa {
  margin-right: 5px;
  font-size: 1.2em;
}
.oe-blog-item .oe-blog-quote .oe-btn {
  margin-top: 10px;
}
.oe-blog-item .oe-devider {
  margin: 40px 0 50px;
}
.oe-blog-item .oe-quote-2 {
  font-size: 1em;
}
.oe-blog-content {
  padding-bottom: 20px;
}
.oe-blog-content .oe-social-group-smallspace {
  margin-right: 3px;
}
.oe-blog-comments {
  padding-top: 15px;
}
.mejs-container {
  border: 1px solid #dddddd;
  background: #ffffff;
}
.mejs-container .mejs-controls {
  bottom: 10px;
  background: none;
  background-color: #ffffff;
}
.mejs-container .mejs-controls .mejs-time-rail {
  padding-left: 20px;
  padding-right: 130px;
  padding-top: 7px;
  font-family: FontAwesome;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
  border-radius: 0;
  background: none;
  background-color: #dddddd;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
  border-radius: 0;
  background: none;
  background-color: #888888;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
  border-radius: 0;
  background: none;
  background-color: #666666;
}
.mejs-container .mejs-controls div.mejs-playpause-button {
  width: 50px;
  height: 50px;
  margin-top: -10px;
  padding: 10px 0 0 12px;
  border-right: 1px solid #dddddd;
}
.mejs-container .mejs-controls .mejs-button button {
  font-family: FontAwesome;
  background: none;
  width: 0;
  height: 0;
  margin: 16px 9px;
}
.mejs-container .mejs-controls .mejs-button button:after {
  display: block;
  height: 100%;
  font-size: 16.8px;
  position: absolute;
  top: 0px;
  left: -2px;
}
.mejs-container .mejs-controls .mejs-play button:after {
  content: "\f04b";
}
.mejs-container .mejs-controls .mejs-pause button:after {
  content: "\f04c";
}
.mejs-container .mejs-controls .mejs-volume-button {
  margin-left: -110px;
  padding-left: 15px;
  padding-top: 0;
  width: 25px;
  height: 34px;
  border-left: 1px solid #dddddd;
  font-family: FontAwesome;
  color: #666666;
}
.mejs-container .mejs-controls .mejs-volume-button .mejs-volume-slider {
  left: 15px;
  z-index: 9999;
}
.mejs-container .mejs-controls .mejs-volume-button button {
  font-family: FontAwesome;
  background: none;
  width: 10px;
  height: 0;
  margin: 16px 9px;
}
.mejs-container .mejs-controls .mejs-volume-button button:after {
  display: block;
  height: 100%;
  font-size: 15.4px;
  position: absolute;
  top: 0px;
  left: -2px;
}
.mejs-container .mejs-controls .mejs-volume-button .mejs-volume-slider {
  top: -108px;
}
.mejs-container .mejs-controls .mejs-mute button:after {
  content: "\f028";
}
.mejs-container .mejs-controls .mejs-unmute button:after {
  content: "\f026";
}
.oe-audio-player {
  position: relative;
}
.oe-audio-player .oe-audio-share-icon,
.oe-audio-player .oe-audio-menu-icon {
  font-family: FontAwesome;
  display: block;
  font-size: 15.4px;
  position: absolute;
  top: 15px;
}
.oe-audio-player .oe-audio-share-icon {
  right: 45px;
  content: "\f0c1";
}
.oe-audio-player .oe-audio-menu-icon {
  right: 20px;
  content: "\f03a";
}
.oe-audio-share,
.oe-audio-menu {
  display: block;
  padding: 15px;
  border: 1px solid #dddddd;
  border-top: 0;
  position: absolute;
  z-index: -1;
  top: 100%;
  right: 0;
  background-color: #ffffff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity linear 0.2s;
  transition: opacity linear 0.2s;
}
.oe-audio-share.oe-audio-visible,
.oe-audio-menu.oe-audio-visible {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1000;
}
.oe-blog-timeline {
  background-color: #fafafa;
}
.oe-blog-timeline .oe-timeline-container {
  padding-bottom: 50px;
}
.oe-blog-timeline .oe-blog-item,
.oe-blog-timeline .oe-timeline-mark .btn {
  background-color: #fff;
}
.oe-comments {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.oe-comments .oe-comment {
  display: inline-block;
  width: 100%;
  padding: 25px 0 30px;
  border-bottom: 1px solid #eeeeee;
}
.oe-comments li:first-child .oe-comment {
  border-top: 0;
  padding-top: 0;
}
.oe-comments .oe-comment-author {
  display: block;
  color: #444444;
  font-weight: 500;
}
.oe-comments .oe-comment-avatar {
  display: block;
  float: left;
}
.oe-comments .oe-comment-content {
  margin-left: 110px;
}
.oe-comments .oe-comments-child {
  padding-left: 50px;
  border-bottom: 1px solid #eeeeee;
}
.oe-comments .oe-comment-has-childs {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
}
.oe-comments .oe-comment-time {
  display: block;
  font-size: .92em;
}
.oe-comments .oe-comment-quote {
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 1.71em;
}
.oe-blog-author {
  overflow: hidden;
  background-color: #fafafa;
}
.oe-blog-author .oe-blog-author-inner {
  display: block;
  float: left;
  margin: 0 auto;
  padding: 25px 0;
  margin-left: 50%;
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
.oe-blog-author .oe-blog-author-avatar img {
  max-width: 100px;
}
.oe-blog-author .oe-blog-author-avatar,
.oe-blog-author .oe-blog-author-quote {
  display: block;
  float: left;
}
.oe-blog-author .oe-blog-author-name,
.oe-blog-author .oe-blog-author-des {
  margin-left: 10px;
  display: block;
}
.oe-blog-author .oe-blog-author-name {
  margin-top: 25px;
  color: #444444;
  font-weight: 500;
}
.oe-home {
  width: 100%;
  overflow-x: hidden;
}
.oe-latest-article {
  border-bottom: 1px solid #eeeeee;
  padding: 5px;
}
.oe-latest-article .info {
  padding: 15px 0 25px;
}
.oe-latest-article .info .info-like {
  margin-right: 10px;
}
.oe-latest-article-content {
  padding: 15px;
}
.oe-blog-item.oe-image-short-cap:hover img {
  -webkit-transform: translate(0,-5%);
  -ms-transform: translate(0,-5%);
  transform: translate(0,-5%);
}
.oe-blog-item .oe-blog-caption {
  position: absolute;
  z-index: 10;
  left: 0;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  padding: 15px;
  background-color: rgba(0,0,0,0.5);
  text-align: left;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.oe-blog-item .oe-blog-caption.oe-reflect,
.oe-blog-item .oe-blog-caption.oe-reflect-bg {
  color: #ffffff;
}
.oe-blog-item .oe-blog-caption.oe-reflect a,
.oe-blog-item .oe-blog-caption.oe-reflect-bg a {
  color: #ffffff;
}
.oe-blog-item .oe-content-hover-show {
  height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.oe-blog-item:hover .oe-blog-caption {
  background-color: rgba(0,0,0,0.4);
}
.oe-blog-item:hover .oe-content-hover-show {
  height: 150px;
  overflow: visible;
}
.oe-blog-item .oe-blog-content {
  max-height: 65px;
  overflow: hidden;
}
.oe-home-client img {
  width: auto;
}
.oe-home-topslider {
  padding: 0;
}
.oe-home-topslider .oe-testimonials-slider {
  padding-bottom: 0;
}
.oe-home-topslider .oe-testimonials-slider img {
  width: 100%;
  height: auto;
}
.oe-home-topslider .oe-testimonials-slider .flex-control-nav {
  bottom: 30px;
  z-index: 2;
}
.oe-callout-reflect {
  background: #ffffff;
}
.aboutus-tabs {
  border-bottom: 0px;
}
.aboutus-tabs li a {
  border-radius: 0px;
}
.aboutus-tabs li.active a {
  border-bottom-color: #dddddd;
}
.aboutus-tabs li.active a:hover {
  border-bottom-color: #dddddd;
}
.aboutus-tabs li.active a:focus {
  border-bottom-color: #dddddd;
}
.oe-arrow {
  width: 0px;
  height: 0px;
  position: absolute;
  z-index: 10;
}
.oe-arrow.oe-arrow-down {
  left: 50%;
  margin-left: -20px;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 25px solid #ffffff;
}
.video-large-icon {
  width: 20%;
  float: left;
}
.oe-home-client.oe-client .oe-col-non-mp {
  margin-right: 0;
}
.oe-home-client.oe-client .oe-bordered {
  border-right: 0;
}
.oe-home-heightfix .oe-home-heightfix-content {
  height: 400px;
  position: relative;
}
.oe-home-heightfix .oe-home-heightfix-content .oe-block-float,
.oe-home-heightfix .oe-home-heightfix-content .oe-image-container .overlay .center {
  width: 80%;
}
.oe-home-heightfix .oe-home-heightfix-image {
  height: 240px;
}
.home-layer-slider {
  position: relative;
  height: 400px;
  width: 1040px;
  margin: 0 auto;
}
.home-layer-slider img {
  position: absolute;
}
.home-silent-feature {
  max-width: 850px;
  margin: 0 auto;
}
.oe-product-video .oe-videobg-control-btn {
  width: auto;
}
.oe-fonts-home-large {
  font-size: 2.85em;
  color: #666666;
}
.oe-home-product-absolute {
  position: relative;
  overflow-x: hidden;
}
.oe-home-product-blackbg {
  background: #222222;
  height: 500px;
}
.oe-home-product-blackbg img {
  position: relative;
  z-index: 10;
}
.oe-home-layer-slider {
  height: 650px;
  background-size: auto 100%;
  background-position: center center;
}
.oe-slider-bg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 650px;
}
.oe-page .dark-overlay > div {
  position: relative;
  z-index: 1;
}
.oe-page .dark-overlay:before {
  background-color: #000;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
}
.oe-page .dark-overlay-20:before,
.oe-page .dark-overlay-20:after {
  opacity: 0.2;
}
.oe-page .dark-overlay-30:before,
.oe-page .dark-overlay-30:after {
  opacity: 0.3;
}
.oe-page .dark-overlay-40:before,
.oe-page .dark-overlay-40:after {
  opacity: 0.4;
}
.oe-page .dark-overlay-50:before,
.oe-page .dark-overlay-50:after {
  opacity: 0.5;
}
.oe-page .dark-overlay-60:before,
.oe-page .dark-overlay-60:after {
  opacity: 0.6;
}
.oe-page .aboutus-devider {
  border-width: 5px;
  width: 30px;
  margin: 10px auto 50px;
}
.oe-page .oe-content-boxes {
  margin-top: 0;
}
.oe-page .oe-shortcode-section {
  padding-top: 45px;
}
.oe-page .oe-shortcode-section .oe-page-aboutus-title {
  margin-bottom: 45px;
}
.oe-page .oe-shortcode-section p {
  margin-bottom: 45px;
}
.oe-fullwidth {
  position: relative;
  top: 0;
  left: 0;
}
.oe-fullwidth.oe-page-border-bottom {
  border-bottom: 1px solid #eeeeee;
}
.oe-page-videobg {
  overflow: hidden;
  position: relative;
}
.oe-page-videobg .mejs-controls {
  display: none !important;
  visibility: hidden !important;
}
.oe-videobg {
  position: absolute;
  z-index: 1;
  color: #ffffff;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.oe-videobg h4 {
  color: #ffffff;
}
.oe-videobg .mejs-container {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.oe-videobg .mejs-layers {
  display: none !important;
}
.oe-videobg.dark-overlay:before {
  z-index: 2;
}
.oe-bgvideo-full .mejs-container {
  width: 100% !important;
}
.oe-bgvideo-full .mejs-container .mejs-mediaelement video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.oe-videobg-control {
  z-index: 2;
}
.oe-videobg-control-btn {
  width: 102px;
  height: 102px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  line-height: 102px;
  text-align: center;
  border: 1px solid #cccccc;
}
.oe-videobg-control-btn-normal {
  border-color: transparent;
  width: auto;
  height: auto;
  line-height: 50px;
}
.control-btn-circle {
  border-radius: 100% 100%;
}
.control-btn-small {
  width: 48px;
  height: 48px;
  line-height: 48px;
}
.oe-videobg-control-btn-large {
  width: 328px;
  height: 102px;
  line-height: 101px;
  margin-top: 150px;
  margin-bottom: 150px;
  position: relative;
}
.oe-videobg-control-btn-large .oe-fonts-giant {
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
  border-right: 1px solid #cccccc;
}
.oe-videobg-control-btn-large .fa {
  width: 102px;
  height: 102px;
  position: relative;
  top: -10px;
  line-height: 102px;
}
.oe-block-content {
  color: #999999;
}
.oe-block-content-darken {
  color: #444444;
}
.oe-block-content-darken a {
  color: #999999;
}
.oe-block-address {
  margin-bottom: 45px;
}
.oe-fullwidth-contact-2 .oe-shortcode-icons-fullwidth {
  background-image: url(../../../images/sample/1600x1068/3.jpg);
}
.oe-page-maintenance-row {
  height: 700px;
}
.oe-page-maintenance-row .dark-element img {
  height: 100%;
  width: auto;
  max-width: none;
}
.oe-comming-item {
  float: left;
}
.oe-comming-item .oe-fonts-giant {
  border: 1px solid #cccccc;
  padding: 25px 25px;
  min-width: 108px;
}
.oe-fonts-giant-super {
  font-size: 4.3em;
}
.oe-fonts-giant-bigspace {
  letter-spacing: 10px;
}
.oe-row-fullwidth {
  overflow: hidden;
}
.page-about-company-message .container {
  padding-top: 0;
  padding-bottom: 0;
}
.page-about-company-message .oe-callout {
  margin-bottom: 0;
  border-width: 0px;
}
.page-about-company-team .oe-image-no-margin {
  width: 100%;
}
.page-about-company-team .oe-image-no-margin img {
  min-width: 100%;
}
.oe-image-client {
  height: 191px;
  padding: 1px;
}
.oe-image-client img {
  min-width: initial;
}
.col-team {
  width: 98%;
}
.oe-client .oe-col-non-mp {
  margin-right: -1px;
  margin-bottom: -1px;
}
.oe-client img {
  width: auto;
}
.oe-image-hover-caption .oe-image-caption-full {
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,0.9);
  right: 0;
  text-align: left;
  padding: 7px;
}
.oe-image-hover-caption .oe-image-caption-full p {
  margin-bottom: 0;
}
.oe-image-hover-caption .oe-image-caption-full .oe-username {
  color: #444444;
}
.oe-image-hover-caption .oe-image-caption-full .oe-jobname {
  color: #888888;
}
.oe-image-hover-caption:hover .oe-image-caption-full {
  bottom: 0;
  left: 0;
}
.oe-image-short-cap {
  position: relative;
  overflow: hidden;
}
.oe-image-short-cap > img {
  display: block;
  width: 110%;
  margin: 0 0% -10%;
  position: relative;
  z-index: 3;
  -webkit-transition: all linear 0.4s;
  transition: all linear 0.4s;
}
.oe-image-short-cap .oe-image-caption {
  position: absolute;
  z-index: 10;
  bottom: -100px;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  background-color: rgba(255,255,255,0.9);
  text-align: left;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.oe-image-short-cap .oe-image-caption h4 {
  font-size: 14px;
}
.oe-image-short-cap .oe-image-caption p {
  color: #888888;
}
.oe-image-short-cap .oe-sc-links {
  margin-top: -10px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.oe-image-short-cap:before {
  z-index: 5;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity linear 0.2s;
  transition: opacity linear 0.2s;
}
.oe-image-short-cap:hover .oe-image-caption {
  bottom: 0;
}
.oe-image-short-cap:hover > img {
  -webkit-transform: translate(0,-10%);
  -ms-transform: translate(0,-10%);
  transform: translate(0,-10%);
}
.oe-image-short-cap:hover:before {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.oe-image-short-cap:hover .oe-sc-links {
  margin-top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.oe-page-member-infomation {
  padding: 50px 50px 20px;
}
.oe-employee-pagination h6 {
  margin-top: 20px;
}
.oe-search-result {
  display: block;
  padding: 30px;
  border-width: 1px;
  border-style: solid;
}
.oe-search-result img {
  width: auto;
}
.oe-search-result .oe-image-item {
  display: inline;
  width: 70px;
  height: 70px;
  background-color: #eeeeee;
  margin-right: 25px;
  color: #444444;
}
.oe-search-input {
  position: relative;
}
.oe-search-input .form-control {
  border-color: #444444;
  padding-right: 4em;
}
.oe-search-input .form-control:focus {
  border-color: #eeeeee;
  box-shadow: none;
}
.oe-search-input .oe-search-submit {
  position: absolute;
  right: 15px;
  top: 0;
  cursor: pointer;
  padding: 0;
  height: auto;
}
.oe-search-input .oe-search-submit:active {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}
.oe-search-input .oe-search-submit .fa {
  background: #444444;
  color: #ffffff;
  width: 100%;
  height: 100%;
  line-height: 1.5em;
  padding: 0.8em 1.2em;
  transition: all 0.4s ease-out 0s;
  z-index: 10;
}
.oe-search-input .oe-search-submit .fa:after {
  opacity: 0.5;
  z-index: 1;
  transition: all 0.4s ease-out 0s;
  line-height: 1.5em;
}
.oe-slider .slides img {
  width: 100%;
}
.oe-msnry-item {
  display: inline-block;
}
.oe-msnry-hidden {
  display: none;
}
.oe-portfolio .oe-portfolio-nav {
  margin-top: 0px;
  margin-bottom: 40px;
}
.oe-portfolio .oe-portfolio-nav .btn {
  margin-bottom: 10px;
  margin-right: 5px;
}
.oe-portfolio .oe-devider {
  margin: 20px 0;
}
.oe-portfolio .pagination > li > a {
  margin-right: 5px;
}
.oe-portfolio .oe-portfolio-item {
  margin-bottom: 30px;
}
.oe-portfolio img {
  width: 100%;
}
.oe-portfolio-single-aside .oe-label-btn {
  display: block;
  margin-bottom: 10px;
  float: left;
}
.oe-portfolio-single-aside .oe-label-btn:last-child {
  margin-bottom: 20px;
}
.oe-portfolio-fullwidth-mansory .oe-heading-3 {
  font-size: 1.85em;
}
@media only screen and (min-width: 1199px) {
  .oe-row-fullwidth .col-md-2 {
    width: 20%;
  }
  .oe-row-fullwidth .col-md-4 {
    width: 40%;
  }
}
.oe-image-caption {
  padding-top: 25px;
  text-align: center;
  color: #333333;
}
.oe-image-caption-captain {
  text-align: center;
  color: #898989;
  font-size: 1.14em;
}
.oe-image-caption-captain a,
.oe-image-caption-captain span {
  color: #898989;
}
.oe-portfolio-standard {
  padding-bottom: 0px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.oe-portfolio-standard .oe-image-item {
  margin-bottom: 20px;
}
.oe-portfolio-standard .oe-image-item,
.oe-portfolio-standard .oe-image-caption {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.oe-portfolio-standard:hover {
  border-color: #dddddd;
}
.oe-portfolio-standard:hover .oe-image-item,
.oe-portfolio-standard:hover .oe-image-caption {
  -webkit-transform: translate(0,-20px);
  -ms-transform: translate(0,-20px);
  transform: translate(0,-20px);
}
.oe-portfolio-two-gallery .oe-image-caption,
.oe-portfolio-two-standard .oe-image-caption {
  font-size: 1.14em;
}
.oe-portfolio-two-gallery .oe-image-caption a,
.oe-portfolio-two-standard .oe-image-caption a,
.oe-portfolio-two-gallery .oe-image-caption span,
.oe-portfolio-two-standard .oe-image-caption span {
  font-size: 1.14em;
}
.oe-portfolio-two-gallery .oe-image-caption-top h3,
.oe-portfolio-two-standard .oe-image-caption-top h3 {
  font-size: 1.5em;
}
.oe-portfolio-two-gallery .oe-image-caption-top a,
.oe-portfolio-two-standard .oe-image-caption-top a,
.oe-portfolio-two-gallery .oe-image-caption-top span,
.oe-portfolio-two-standard .oe-image-caption-top span {
  font-size: 1em;
}
.oe-portfolio-two-gallery .oe-image-hover-caption:hover i.fa,
.oe-portfolio-two-standard .oe-image-hover-caption:hover i.fa {
  -webkit-transform: scale(2.5,2.5);
  -ms-transform: scale(2.5,2.5);
  transform: scale(2.5,2.5);
}
.oe-container-top {
  padding-top: 40px;
  padding-bottom: 40px;
}
.oe-container-top .oe-pagination {
  margin: 0;
  margin-right: 20px;
  float: left;
}
.oe-container-top .oe-pagination li > a {
  margin-right: 0;
}
.oe-portfolio-single {
  padding-top: 50px;
  padding-bottom: 50px;
}
.oe-image-masonry-group .oe-image-item img {
  width: 100%;
}
.oe-shop .oe-stars {
  font-size: 18px;
  padding-bottom: 10px;
}
.overlay .oe-shop .oe-stars {
  padding-bottom: 8px;
}
.welcome {
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  text-align: center;
}
.welcome .tweenee {
  float: left;
  position: relative;
  display: block;
  max-width: 100%;
  padding: 8px 20px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .3em;
}
.welcome .tweenee:before,
.welcome .tweenee:after {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
}
.welcome .tweenee:before {
  top: -5px;
  left: -5px;
}
.welcome .tweenee:after {
  top: 5px;
  left: 5px;
}
.welcome .tweenee.hoverable:hover:before,
.welcome .tweenee.hoverable:hover:after {
  top: 0;
  left: 0;
}
.welcome .action {
  clear: both;
}
.categories .circle {
  width: 35%;
  font-size: 16px;
}
.categories .circle .inner {
  padding-top: 20%;
}
.oe-shop.oe-shop-category .action {
  margin-top: 20px;
  margin-bottom: 20px;
}
.oe-shop.oe-shop-cart .cart th:first-child {
  width: 18%;
}
.oe-shop.oe-shop-cart .summary:before,
.oe-shop.oe-shop-cart .summary:after {
  content: " ";
  display: table;
}
.oe-shop.oe-shop-cart .summary:after {
  clear: both;
}
.oe-shop.oe-shop-cart .summary:before,
.oe-shop.oe-shop-cart .summary:after {
  content: " ";
  display: table;
}
.oe-shop.oe-shop-cart .summary:after {
  clear: both;
}
.oe-shop.oe-shop-cart .summary table {
  float: right;
  text-align: right;
}
.oe-shop.oe-shop-cart .summary table td:last-child {
  padding-left: 30px;
}
.oe-shop.oe-shop-product .product .specs td:last-child {
  padding-left: 20px;
}
.oe-shop.oe-shop-product .qtt input.form-control {
  position: relative;
  left: 50%;
  display: inline-block;
  width: 60px;
  margin-left: -60px;
  text-align: center;
}
.oe-shop .oe-slider-nav img {
  margin-bottom: 0;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-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;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(1000px) translateZ(0) rotateY(-360deg) scale(1);
    transform: perspective(1000px) translateZ(0) rotateY(-360deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(1000px) translateZ(150px) rotateY(-190deg) scale(1);
    transform: perspective(1000px) translateZ(150px) rotateY(-190deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(1000px) translateZ(150px) rotateY(-170deg) scale(1);
    transform: perspective(1000px) translateZ(150px) rotateY(-170deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(1000px) translateZ(0) rotateY(0deg) scale(0.95);
    transform: perspective(1000px) translateZ(0) rotateY(0deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(1000px) translateZ(0) rotateY(0deg) scale(1);
    transform: perspective(1000px) translateZ(0) rotateY(0deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(1000px) translateZ(0) rotateY(-360deg) scale(1);
    -ms-transform: perspective(1000px) translateZ(0) rotateY(-360deg) scale(1);
    transform: perspective(1000px) translateZ(0) rotateY(-360deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(1000px) translateZ(150px) rotateY(-190deg) scale(1);
    -ms-transform: perspective(1000px) translateZ(150px) rotateY(-190deg) scale(1);
    transform: perspective(1000px) translateZ(150px) rotateY(-190deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(1000px) translateZ(150px) rotateY(-170deg) scale(1);
    -ms-transform: perspective(1000px) translateZ(150px) rotateY(-170deg) scale(1);
    transform: perspective(1000px) translateZ(150px) rotateY(-170deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(1000px) translateZ(0) rotateY(0deg) scale(0.95);
    -ms-transform: perspective(1000px) translateZ(0) rotateY(0deg) scale(0.95);
    transform: perspective(1000px) translateZ(0) rotateY(0deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(1000px) translateZ(0) rotateY(0deg) scale(1);
    -ms-transform: perspective(1000px) translateZ(0) rotateY(0deg) scale(1);
    transform: perspective(1000px) translateZ(0) rotateY(0deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    -ms-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    -ms-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(48px);
    transform: scale(0.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    -ms-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(48px);
    -ms-transform: scale(0.475) translateX(48px);
    transform: scale(0.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-48px);
    transform: scale(0.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    -ms-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-48px);
    -ms-transform: scale(0.475) translateX(-48px);
    transform: scale(0.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    -ms-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    -ms-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    -ms-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    -ms-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(42px);
    transform: scale(0.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(42px);
    -ms-transform: scale(0.475) translateX(42px);
    transform: scale(0.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    -ms-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-42px);
    transform: scale(0.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-42px);
    -ms-transform: scale(0.475) translateX(-42px);
    transform: scale(0.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    -ms-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    -ms-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    -ms-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
.oe-tagz:before,
.oe-tagz:after {
  content: " ";
  display: table;
}
.oe-tagz:after {
  clear: both;
}
.oe-tagz:before,
.oe-tagz:after {
  content: " ";
  display: table;
}
.oe-tagz:after {
  clear: both;
}
.oe-tagz .oe-tag {
  float: left;
}
.oe-tag {
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  display: inline-block;
  margin: 0 10px 8px 0;
  text-transform: capitalize;
}
.oe-tag:hover,
.oe-tag:focus {
  color: #333333;
  text-decoration: none;
}
.oe-tag:active,
.oe-tag.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.oe-tag.disabled,
.oe-tag[disabled],
fieldset[disabled] .oe-tag {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.oe-tag:active,
.oe-tag.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.oe-tag:hover,
.oe-tag:focus,
.oe-tag:active,
.oe-tag.active,
.open .dropdown-toggle.oe-tag {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.oe-tag:active,
.oe-tag.active,
.open .dropdown-toggle.oe-tag {
  background-image: none;
}
.oe-tag .badge {
  color: #ffffff;
  background-color: #333333;
}
.oe-stars {
  display: inline-block;
  direction: rtl;
  unicode-bidi: bidi-override;
}
.oe-stars,
.oe-stars .star,
.oe-stars .star .fa {
  color: inherit;
  font-size: inherit;
}
.oe-stars .star {
  display: inline;
}
.oe-stars .star .i,
.oe-stars .star.i .o,
.oe-stars .star:hover .o,
.oe-stars .star:hover ~ .star .o,
.oe-stars.oe-unstarred-10 .star:nth-child(n + 11) .o,
.oe-stars.oe-unstarred-9 .star:nth-child(n + 10) .o,
.oe-stars.oe-unstarred-8 .star:nth-child(n + 9) .o,
.oe-stars.oe-unstarred-7 .star:nth-child(n + 8) .o,
.oe-stars.oe-unstarred-6 .star:nth-child(n + 7) .o,
.oe-stars.oe-unstarred-5 .star:nth-child(n + 6) .o,
.oe-stars.oe-unstarred-4 .star:nth-child(n + 5) .o,
.oe-stars.oe-unstarred-3 .star:nth-child(n + 4) .o,
.oe-stars.oe-unstarred-2 .star:nth-child(n + 3) .o,
.oe-stars.oe-unstarred-1 .star:nth-child(n + 2) .o {
  display: none;
}
.oe-stars .star .o,
.oe-stars .star.i .i,
.oe-stars .star:hover .i,
.oe-stars .star:hover ~ .star .i,
.oe-stars.oe-unstarred-10 .star:nth-child(n + 11) .i,
.oe-stars.oe-unstarred-9 .star:nth-child(n + 10) .i,
.oe-stars.oe-unstarred-8 .star:nth-child(n + 9) .i,
.oe-stars.oe-unstarred-7 .star:nth-child(n + 8) .i,
.oe-stars.oe-unstarred-6 .star:nth-child(n + 7) .i,
.oe-stars.oe-unstarred-5 .star:nth-child(n + 6) .i,
.oe-stars.oe-unstarred-4 .star:nth-child(n + 5) .i,
.oe-stars.oe-unstarred-3 .star:nth-child(n + 4) .i,
.oe-stars.oe-unstarred-2 .star:nth-child(n + 3) .i,
.oe-stars.oe-unstarred-1 .star:nth-child(n + 2) .i {
  display: inline-block;
}
.oe-shape.oe-shape-bordered {
  border: 1px solid #fff;
}
.oe-shape.square,
.oe-shape.circle {
  position: relative;
}
.oe-shape.square:before,
.oe-shape.circle:before {
  display: block;
  content: "";
  padding-top: 100%;
}
.oe-shape.square .inner,
.oe-shape.circle .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.oe-shape.circle {
  border-radius: 50%;
}
.oe-timeline-container:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 100%;
  border-right: 1px solid rgba(0,0,0,0.1);
}
.oe-timeline-container .oe-timeline-event {
  position: relative;
}
.oe-timeline-container .oe-timeline-event + .oe-timeline-event {
  margin-top: 60px;
}
.oe-timeline-container .oe-timeline-event .oe-timeline-mark {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: absolute;
  top: 0;
  display: block;
  width: 50%;
  height: 40px;
  background: #fafafa;
  opacity: 0;
  text-align: center;
}
.oe-timeline-container .oe-timeline-event .oe-timeline-mark .btn {
  height: 100%;
  line-height: 100%;
}
.oe-timeline-container .oe-timeline-event.left .oe-timeline-mark {
  right: 0;
  opacity: 1;
  -webkit-transform: translate(100%,0);
  -ms-transform: translate(100%,0);
  transform: translate(100%,0);
}
.oe-timeline-container .oe-timeline-event.right .oe-timeline-mark {
  left: 0;
  opacity: 1;
  -webkit-transform: translate(-100%,0);
  -ms-transform: translate(-100%,0);
  transform: translate(-100%,0);
}
.oe-white {
  color: #ccc;
}
.oe-white h1,
.oe-white h2,
.oe-white h3,
.oe-white h4,
.oe-white h5,
.oe-white h6,
.oe-white p {
  color: #ffffff;
}
.oe-white .oe-btn {
  border-color: #ffffff;
}
.oe-white .oe-btn:before {
  background-color: #ffffff;
}
.oe-white .oe-btn span {
  color: #ffffff;
}
.oe-white .oe-btn .fa {
  color: #ffffff;
}
.oe-white .oe-btn.oe-btn-reflect-icon .fa {
  color: #444444;
  background-color: #ffffff;
}
.oe-white .oe-btn:hover span {
  color: #444444;
}
.oe-white .oe-btn:hover .fa {
  color: #444444;
}
.oe-white .oe-content-boxes i {
  color: #ffffff;
}
.oe-white .oe-content-boxes .oe-circle-dashed-border .fa-stack,
.oe-white .oe-content-boxes .oe-square-dashed-border .fa-stack {
  border-color: #ffffff;
}
.oe-white .oe-content-boxes .fa-stack {
  border-color: #eee;
}
.oe-white .oe-box-testimonials-3 .oe-testimonials-slider .flex-control-nav a.flex-active {
  background-color: #ffffff;
}
.oe-white .oe-box-testimonials-3 .oe-testimonials-slider .flex-control-nav a {
  border-color: #ffffff;
}
.oe-white .oe-text-reflect {
  color: #fff;
}
.oe-white .oe-circle-chart.darken .oe-color-track {
  color: #ffffff;
  border-color: rgba(255,255,255,0.2);
}
.oe-white .oe-social.oe-social-transparent {
  color: #ffffff;
  border-color: #ffffff;
}
.oe-white .oe-social.oe-social-transparent:hover {
  color: #444444;
  background-color: #ffffff;
}
.oe-black h1,
.oe-black h2,
.oe-black h3,
.oe-black h4,
.oe-black h5,
.oe-black h6 {
  color: #444444;
}
.oe-black .oe-callout-reflect {
  background-color: #ffffff;
  border-color: #dddddd;
}
.oe-black .oe-callout-reflect .oe-callout-content {
  border-color: #dddddd;
}
.oe-select select {
  -moz-appearance: none;
  background-color: transparent;
  border: 1px solid #444444;
  border-radius: 0;
  box-shadow: 0 0 1px rgba(0,0,0,0.05);
  color: #444444;
  cursor: pointer;
  display: inline-block;
  height: 50px;
  line-height: 1.5em;
  margin: 0;
  outline: 0 none;
  padding: 1em 5.5em 1em 1.8em;
  position: relative;
  z-index: 11;
}
.oe-select .fa:after {
  background-color: #dddddd;
  content: "";
  display: block;
  height: 60%;
  left: 0;
  position: absolute;
  top: 20%;
  width: 1px;
}
.oe-select .fa {
  background: none repeat scroll 0 0 #ffffff;
  border-right: 1px solid #444444;
  color: #444444;
  line-height: 1.5em;
  padding: 1em 1.2em 0.9em 1.4em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 1px;
  transition: all 0.4s ease-out 0s;
  z-index: 11;
}
.no-padding-bottom {
  padding-bottom: 0;
}
@media only screen and (min-width: 1199px) {
  .body-boxed {
    background-color: #dddddd;
  }
  .body-boxed main,
  .body-boxed footer,
  .body-boxed .container-fluid {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
  }
}
@media only screen and (max-width: 991px) {
  .menu-fix .oe-header-extra {
    top: 25px;
  }
  .menu-fix .oe-custom-search-form {
    top: 10px;
  }
  .oe-last-foot {
    text-align: center;
  }
  .oe-last-foot .oe-menu-dad {
    position: relative;
    float: left;
    margin-top: 10px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
  }
  .oe-breadcrumb {
    float: none;
    padding: 30px 0 20px;
  }
  .oe-image-item img[height] {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .oe-image-no-margin img {
    width: 100%;
  }
  .oe-home-heightfix .oe-home-heightfix-image {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .oe-big-banner-photo {
    min-height: 350px;
  }
  .oe-big-banner-photo .banner-photo {
    width: auto;
    min-height: 100%;
  }
  .oe-last-foot .oe-mainmenu {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 991px) {
  .hikashop_products_pagination {
    padding: 0 15px 10px 15px;
  }
  .custom_hits {
    text-align: right;
  }
  .oe-custom-search-form {
    top: 10px;
  }
  .logo,
  .logo-mobile {
    margin: 0;
    padding: 20px 0;
    text-align: center;
  }
  .resp-header {
    display: block;
    position: absolute;
    top: 30px;
    left: 15px;
  }
  .oe-header-extra {
    width: 110px;
  }
  .oe-header {
    position: relative;
    float: none;
  }
  .oe-header:before {
    display: none;
  }
  .top-drawer {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .hidden-mobile {
    display: none !important;
  }
  .offset-canvas-btn {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1199px) {
  .oe-shortcode-heading .oe-shortcode-article .col-md-6 {
    width: 46%;
  }
}
@media only screen and (max-width: 991px) {
  .oe-box-testimonials-3 li .oe-flexslider-content-item:last-child {
    display: none;
  }
  .oe-box-testimonials-3 .oe-flexslider-content .oe-flexslider-content-item {
    margin: 0;
  }
  .oe-box-testimonials-3 .oe-flexslider-content .oe-flexslider-content-item:first-child {
    margin-left: 0;
  }
  .oe-pricing-table {
    margin-left: 0;
    margin-right: 0;
  }
  .oe-pricing-table.oe-column-spacing {
    margin-left: 0;
    margin-right: 0;
  }
  .oe-pricing-table .oe-pricing-column.active {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .oe-callout .oe-callout-icon {
    display: none;
  }
  .oe-callout .oe-callout-content {
    width: 100%;
    border-left: 0;
    margin-left: 0;
  }
  .oe-callout .oe-btn {
    position: relative;
    margin: 10px 0 0 50px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .oe-callout .oe-btn {
    position: static;
    margin: 10px 0 0 20px;
  }
  .search-btn {
    position: absolute;
    right: 5px;
    top: 0px;
  }
  .hikashop_cart_module {
    position: absolute;
    right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .oe-blog-item .oe-blog-ele {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .oe-flexslider-item .oe-fonts-giant-super {
    font-size: 2.85em;
  }
  .oe-fonts-large {
    font-size: 2.14em;
  }
  .oe-slider-bg {
    height: 415px;
  }
  .oe-text-captain {
    background: #fff;
    padding: 10px 25px 25px 25px;
    margin-bottom: 25px;
  }
  .col-team {
    width: 100%;
  }
  .page-about-company-team .oe-image-no-margin img {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .oe-flexslider-item .oe-fonts-giant-super {
    font-size: 2.14em;
  }
}
@media only screen and (max-width: 479px) {
  .oe-slider-bg {
    height: 650px;
  }
}
@media only screen and (max-width: 991px) {
  .oe-page-videobg {
    min-height: 300px;
  }
  .oe-videobg-control {
    width: 90%;
  }
  .oe-videobg-control-btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .oe-videobg-control-btn-large {
    width: 320px;
    height: 102px;
    line-height: 101px;
  }
  .video-iframe {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .menu-position {
    position: absolute;
    padding: 0;
  }
  .navbar-collapse-fixed-top,
  .navbar-collapse-fixed-bottom {
    position: relative;
  }
  .oe-page-videobg {
    min-height: 200px;
  }
  .oe-videobg-control h4 {
    font-size: 1em;
  }
  .col-shortcode-icon {
    width: 20%;
  }
  .oe-fonts-giant-super {
    font-size: 3.3em;
  }
  .oe-heading-5:before,
  .oe-heading-5:after {
    width: 10%;
  }
  h2.oe-heading-5 {
    font-size: 1.8em;
  }
}
@media (min-width: 768px) {
  .plazart-megamenu.animate .mega > .mega-dropdown-menu {
    backface-visibility: hidden;
    opacity: 1 !important;
    transition: all 400ms ease 0s;
  }
}
@media (min-width: 992px) {
  .plazart-megamenu.animate .mega > .mega-dropdown-menu {
    backface-visibility: hidden;
    opacity: 0;
    transition: all 400ms ease 0s;
  }
  .plazart-megamenu.animate .mega.animating > .mega-dropdown-menu {
    display: block !important;
  }
  .plazart-megamenu.animate .mega.open > .mega-dropdown-menu,
  .plazart-megamenu.animate .mega.animating.open > .mega-dropdown-menu {
    opacity: 1;
  }
  .plazart-megamenu.animate.zoom .mega > .mega-dropdown-menu {
    transform: scale(0,0);
    transform-origin: 20% 20% 0;
  }
  .plazart-megamenu.animate.zoom .mega.open > .mega-dropdown-menu {
    transform: scale(1,1);
  }
  .plazart-megamenu.animate.elastic .level0 > .mega > .mega-dropdown-menu {
    transform: scale(1,0);
  }
  .plazart-megamenu.animate.elastic .mega > .mega-dropdown-menu {
    transform: scale(0,1);
    transform-origin: 10% 0 0;
  }
  .plazart-megamenu.animate.elastic .mega.open > .mega-dropdown-menu {
    transform: scale(1,1);
  }
  .plazart-megamenu.animate.slide .mega.animating > .mega-dropdown-menu {
    overflow: hidden;
  }
  .plazart-megamenu.animate.slide .mega > .mega-dropdown-menu > div {
    backface-visibility: hidden;
    margin-top: -100%;
    transition: all 400ms ease 0s;
  }
  .plazart-megamenu.animate.slide .mega.open > .mega-dropdown-menu > div {
    margin-top: 0;
  }
  .plazart-megamenu.animate.slide .mega .mega > .mega-dropdown-menu {
    min-width: 0;
  }
  .plazart-megamenu.animate.slide .mega .mega > .mega-dropdown-menu > div {
    margin-left: -500px;
    margin-top: 0;
    min-width: 200px;
  }
  .plazart-megamenu.animate.slide .mega .mega.open > .mega-dropdown-menu > div {
    margin-left: 0;
  }
}

section#tz-loadding-wrapper{
	display:none;
}


div.pp_content {
padding-bottom: 50px !important;
height: 115% !important;
margin-bottom: 10px !important;
}

div.pp_overlay {
    background-color: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
    z-index: 9500;
    height: 230% !important;
}

div#pp_full_res img#fullResImage {
height: 90% !important;
width: 90% !important;
}

Filed under:

