a {
	font-size: 13px;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration:underline;
	
}
a:link {

}
body {
	margin:0px;
}

.box {
  display: block;
  content: '';

  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.text {
	font-size: 13px;
	color: #666666;
	line-height: 27px;
}
img {
	border: 0px;	
}


.main-box {
	margin-top: 10px;
}
.mini {
	font-size: 12px;
	line-height: 17px;
	background-image: none;
	background-repeat: no-repeat;
	display: block;
	width: 385px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.mini_link {
	font-size: 12px;
	line-height: 17px;
	background-image: none;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #006D55;
}
.text3 {
	font-size: 13px;
	line-height: 18px;
	background-repeat: no-repeat;
}
.link_title {
	color: #333;
	font-size: 12px;
	border: 1px solid #e0f5c4;
	margin-left: 15px;
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	margin-bottom: 5px;
	background-color: #f1fae4;
}
.line ul {
	margin-left: 20px;
	line-height: 30px;
}

.line ul li{

	font-size: 13px;
	list-style-image: url('img/arrow.png');
	margin-left: 15px;
}

.line ul li a{
	color:#555;	
}

.mini_back {
	font-size: 12px;
	line-height: 17px;
	background-image: url(img/shirokuma.gif);
	background-repeat: no-repeat;
	background-position: 523px 198px;
	background-attachment: fixed;
}
.line {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
	padding-left: 0px;
}
.line2 {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
}

.text ul li {
	list-style-type: disc;
	color: #fff;
	text-shadow: 1px 1px 3px #000;  
}
#apDiv1 {
	top: 127px;
	width: 176px;
	height: 286px;
	z-index: 1;
	position: absolute;
	right: 465px;
	visibility: visible;
}
#credit {
	font-size: 11px;

	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #1e3757;
	color: #ddd;
	text-align: center;
	display: block;
	margin-top: 5px;
	padding-top: 5px;
}

#cdt {
	font-weight: bold;
	font-size: 18px;
	color: #1E3757;
	margin-top: 5px;
	margin-bottom: 20px;
	padding-top: 0px;
}

/*　回転ボタン　*/

.button {
	display: inline-block;
	width: 200px;
	height: 35px;
	text-align: center;
	text-decoration: none;
	line-height: 32px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button {
	position: relative;
	-webkit-perspective: 300px;
	perspective: 300px;
}
.button span {
	display: block;
	position: absolute;
	width: 200px;
	height: 37px;
	border: 2px solid #222;
	text-align: center;
	line-height: 32px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
	pointer-events: none;
}
.button span:nth-child(1) {
	background-color: #333;
	color: #fff;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 50% -17px;
	-moz-transform-origin: 50% 50% -17px;
	transform-origin: 50% 50% -17px;
}
.button span:nth-child(2) {
	background-color:#36454F;
	color: #ddd;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform-origin: 50% 50% -17px;
	-moz-transform-origin: 50% 50% -17px;
	transform-origin: 50% 50% -17px;
}
.button:hover span:nth-child(1) {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.button:hover span:nth-child(2) {
	background-color: #333;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}

/*　トランジッション・ボタン　共通設定　*/

.tran_button {
	display: inline-block;
	width: 158px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	
}
.tran_button::before,
.tran_button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.tran_button,
.tran_button::before,
.tran_button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/*　トランジッション・ボタン　個別設定　*/

.tran_button {
	position: relative;
	z-index: 2;
	border: 2px solid #ccc;
	color: #fff;
	line-height: 37px;
	-webkit-perspective: 300px;
	perspective: 300px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.tran_button:hover {
	color: #FC0;
}
.tran_button::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255,0.2);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}
.tran_button:hover::after {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}















/*
Theme Name: Vidlery
Theme URI:
Description: A basic platform for web development.
Author: Christopher Uryga | Subverse LLC
Author URI: http://www.dissidentchoir.com
Version: 1.0

License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl.html

Tags: responsive-layout
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("img/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("img/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("img/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}


.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("img/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("img/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("img/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8050;
}

#fancybox-buttons.top {
  top: 10px;
}

#fancybox-buttons.bottom {
  bottom: 10px;
}

#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid #111;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: #323232;
  background: linear-gradient(to bottom, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0;
}

#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url("img/fancybox_buttons.png");
  background-repeat: no-repeat;
  outline: none;
  opacity: 0.8;
}

#fancybox-buttons a:hover {
  opacity: 1;
}

#fancybox-buttons a.btnPrev {
  background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
  background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px;
}

#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 35px;
  background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default;
}

#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050;
}

#fancybox-thumbs.bottom {
  bottom: 2px;
}

#fancybox-thumbs.top {
  top: 2px;
}

#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5;
}

#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
  opacity: 1;
}

#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none;
}

#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none;
}

html {
  font-size: 100%;
  -webkit-tap-highlight-color: transparent;
}
html body {
    /* Useful mixin @include font-size() has been set in mixins.scss that 
  will convert a pixel size to rem units with a px fallback. */
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
    z-index: auto;
    text-align: center;
  /*--- LINKS ---*/
  /*--- HORIZONTAL RULE ---*/
  /*--- LISTS ---*/
  /*--- MARK ---*/
  /*--- SMALL ---*/
  /*--- SUPERSCRIPT AND SUBSCRIPT ---*/
  /*--- QUOTES ---*/
  /*--- ABBREVIATION ---*/
  /*--- CODE ---*/
  /*--- ALIGNMENT ---*/
  /*--- CASING ---*/
  /*--- ALERTS ---*/
  /*--- BUTTONS ---*/
}
html body h1, html body h2,html body h3, html body h4, html body h5, html body h6 {
  font-family: 'Lato', sans-serif;
  line-height: 1.3;
  color: #0AB8F1;
  margin-top: 0;
}
html body p {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 16px;
}
html body h1 {
  font-size: 48px;
  font-size: 3rem;
  margin-bottom: 10px;
  font-weight: 300 !important;
}
html body h2 {
  font-size: 9px !important;
  color: #ffffff !important;
　font-weight: 100 !important;
}
html body h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
html body h4 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 10px;
}
html body h5 {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 10px;
}
html body h6 {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 10px;
}
html body .section-title {
  text-align: center;
}
html body a {
  color: #0AB8F1;
  text-decoration: none;
}
html body a:hover {
  color: #0AB8F1;
  text-decoration: underline;
}
html body a a:focus {
  color: #0AB8F1;
  text-decoration: underline;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
html body hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
html body ul,
html body ol {
  margin-top: 0;
  margin-bottom: 10px;
}
html body ul ul,
html body ul ol,
html body ol ul,
html body ol ol {
  margin-bottom: 0;
}
html body ul {
  list-style: square;
}
html body ul.fancy {
  list-style: none;
}
html body ul.fancy li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
html body ul.fancy li:before {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 8px;
  left: 0;
  background: #0AB8F1;
  border-radius: 2px;
}
html body mark, html body .mark {
  color: #000;
  background: #ff0;
}
html body small, html body .small {
  font-size: 85%;
}
html body sub,
html body sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
html body sup {
  top: -0.5em;
}
html body sub {
  bottom: -0.25em;
}
html body blockquote {
  font-style: italic;
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
html body blockquote p:last-child,
html body blockquote ul:last-child,
html body blockquote ol:last-child {
  margin-bottom: 0;
}
html body abbr[title],
html body abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
html body code,
html body kbd,
html body pre,
html body samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
html body code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
html body kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
html body kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
html body pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #fff;
  background-color: transparent !important;
  border: 0px solid #ccc;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}
html body pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
html body .text-left {
  text-align: left;
}
html body .text-right {
  text-align: right;
}
html body .text-center {
  text-align: center;
}
html body .text-justify {
  text-align: justify;
}
html body .text-nowrap {
  white-space: nowrap;
}
html body .text-lowercase {
  text-transform: lowercase;
}
html body .text-uppercase {
  text-transform: uppercase;
}
html body .text-capitalize {
  text-transform: capitalize;
}
html body .text-success {
  color: #3c763d;
}
html body a.text-success:hover {
  color: #2b542c;
}
html body .text-info {
  color: #31708f;
}
html body a.text-info:hover {
  color: #245269;
}
html body .text-warning {
  color: #8a6d3b;
}
html body a.text-warning:hover {
  color: #66512c;
}
html body .text-danger {
  color: #a94442;
}
html body a.text-danger:hover {
  color: #843534;
}
html body .bg-success {
  background-color: #cce5cc;
}
html body a.bg-success:hover {
  background-color: #aad4ab;
}
html body .bg-info {
  background-color: #d0e5ef;
}
html body a.bg-info:hover {
  background-color: #aad0e2;
}
html body .bg-warning {
  background-color: #e6dac5;
}
html body a.bg-warning:hover {
  background-color: #d7c3a1;
}
html body .bg-danger {
  background-color: #ebcdcc;
}
html body a.bg-danger:hover {
  background-color: #dda8a7;
}
html body a.arrow {
  display: block;
  margin: auto;
  border: 2px solid white;
  border-radius: 24px;
  width: 48px;
  height: 48px;
  background-image: url(/wp-content/themes/animationsworld/img/arrow.png);
  background-size: 34px 35px;
  background-repeat: no-repeat;
  background-position: 5px 4px;
}
html body .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #0AB8F1;
  background-image: none;
  color: #fff;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background-color .3s ease, border-color .3s ease, color .3s ease;
}
html body .btn.reverse {
  color: #0AB8F1;
  background-color: white;
  border-color: #0AB8F1;
}
html body .btn.clear {
  background-color: transparent;
}
html body .btn.clear:hover {
  background-color: #37c7f7;
  border-color: #37c7f7 !important;
}
html body .btn.clear.white {
  color: white;
  border-color: white;
}
html body .btn.center {
  max-width: 25%;
  margin: 10px auto;
  min-width: 230px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
html body .btn:focus, html body .btn:active:focus, html body .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
html body .btn:hover, html body .btn:focus {
  background-color: #37c7f7;
  color: #fff;
  text-decoration: none;
}
html body .btn:active, html body .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: none;
}
html body .btn.disabled, html body .btn[disabled], html body fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
html body .btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
html body .btn-link, html body .btn-link:active, html body .btn-link[disabled], html body fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
html body .btn-link, html body .btn-link:hover, html body .btn-link:focus, html body .btn-link:active {
  border-color: transparent;
}
html body .btn-link:hover, html body .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
html body .btn-link[disabled]:hover, html body .btn-link[disabled]:focus, html body fieldset[disabled] .btn-link:hover, html body fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
html body .btn-lg, html body .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
html body .btn-sm, html body .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
html body .btn-xs, html body .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
html body .btn-block {
  display: block;
  width: 100%;
}
html body .btn-block + .btn-block {
  margin-top: 5px;
}
html body input[type="submit"].btn-block,
html body input[type="reset"].btn-block,
html body input[type="button"].btn-block {
  width: 100%;
}

input {
  color: #58595B;
}

.search-form input[type="search"] {
  box-sizing: border-box;
}
.search-form .form-group {
  position: relative;
}
.search-form .form-group label {
  display: none;
}
.search-form .form-group .form-control {
  line-height: 36px;
  padding-right: 48px;
}
.search-form .form-group .form-control[type="search"] {
  height: 48px;
}
.search-form .form-group .btn {
  position: absolute;
  display: block;
  height: 48px;
  width: 48px;
  top: 0;
  right: 0;
  background: transparent;
  color: #F7941E;
}

.wpcf7 form .form-group label {
  display: none;
}
.wpcf7 form .form-group span .wpcf7-not-valid-tip {
  font-size: 12px;
  font-size: 0.75rem;
  color: #a94442;
  display: block;
  margin-top: 5px;
}
.wpcf7 form .wpcf7-response-output {
  padding: 15px;
  margin: 20px 0;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  font-size: 0.875rem;
}
.wpcf7 form .wpcf7-validation-errors, .wpcf7 form .wpcf7-mail-sent-ng {
  color: #a94442;
  background-color: #ebcdcc;
  border-color: #a94442;
}
.wpcf7 form .wpcf7-validation-success {
  color: #3c763d;
  background-color: #cce5cc;
  border-color: #3c763d;
}

img {
  vertical-align: middle;
}

img.img-full-width {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.wp-caption {
  padding: 5px 3px 0;
}
.wp-caption p.wp-caption-text {
  padding: 8px;
}

/* ==========================================================================
   AEDIS THEME STYLES
   ========================================================================== */
* {
  box-sizing: border-box;
}

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

.wrapper {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
.wrapper .container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0px 10px;
}
.wrapper .container:after {
  content: " ";
  display: block;
  clear: both;
}

.vpad-1x {
  padding-top: 15px;
  padding-bottom: 15px;
}

.vpad-2x {
  padding-top: 30px;
  padding-bottom: 30px;
}

.vpad-3x {
  padding-top: 60px;
  padding-bottom: 60px;
}

.vpad-4x {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  .vpad-4x {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.sixteen-nine {
  position: relative;
}
.sixteen-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.sixteen-nine > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
#header {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: fixed;
  top: 0;
  z-index: 10000;
  transition: top 0.3s ease-in-out;
  background: #fff;
  border-bottom: solid 4px rgba(0, 0, 0, 0.3);
}
#header.nav-up {
  top: -100px;
}
#header .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
#header .container:after {
  display: none;
}
#header .container:before {
  content: none !important;
}
#header #id {
  width: 212px;
  height: 60px;
}
#header #id a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -1000em;
  background-image: url(img/id.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */
#navigation .navigation-header {
  display: none;
}
#navigation ul.navigation-links {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #e5e5e5;
}
#navigation ul.navigation-links > li {
  padding: 0;
  margin: 0 5px;
  position: relative;
  float: left;
}
#navigation ul.navigation-links > li > a {
  display: block;
  width: 100%;
  padding: 5px 20px;
  color: #333;
  font-size: 18px;
  font-size: 1.125rem;
  border-radius: 10px;
  transition: background-color .3s ease, color .3s ease;
}
#navigation ul.navigation-links > li > a:hover {
  background: #0AB8F1;
  color: #fff;
  text-decoration: none;
}
#navigation ul.navigation-links > li > a:hover i {
  color: #fff;
}
#navigation ul.navigation-links > li > a:focus {
  outline: none;
}
#navigation ul.navigation-links > li > a i {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  text-align: center;
  color: #BCBEC0;
  transition: color .3s ease;
}
#navigation ul.navigation-links > li.current-menu-item a {
  background-color: #e5e5e5;
}
#navigation ul.navigation-links > li.current-menu-item a:hover {
  background: #0AB8F1;
}
#navigation.collapsed {
  width: 100%;
}
#navigation.collapsed .navigation-header {
  display: block;
  width: 44px;
  height: 34px;
  position: absolute;
  top: 25px;
  right: 25px;
}
#navigation.collapsed .navigation-header .navigation-toggle {
  display: block;
  position: relative;
  float: right;
  margin: 0;
  padding: 9px 10px;
  background-color: transparent;
  background-image: none;
  border: 1px solid #0AB8F1;
  border-radius: 4px;
}
#navigation.collapsed .navigation-header .navigation-toggle:focus {
  outline: 0;
}
#navigation.collapsed .navigation-header .navigation-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #0AB8F1;
}
#navigation.collapsed .navigation-header .navigation-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
#navigation.collapsed ul.navigation-links {
  list-style: none;
  width: calc(100% + 30px);
  margin: 10px -15px 0px;
  padding: 0;
  overflow: hidden;
  background: #0AB8F1;
  max-height: 0em;
}
#navigation.collapsed ul.navigation-links.open {
  transition: max-height .3s ease;
  max-height: 50em;
}
#navigation.collapsed ul.navigation-links > li {
  margin: 0;
  padding: 0;
  position: relative;
  border-bottom: solid 1px #fff;
  float: none;
  width: 100%;
  overflow: hidden;
}
#navigation.collapsed ul.navigation-links > li:last-child {
  border-bottom: none;
}
#navigation.collapsed ul.navigation-links > li > a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  color: #fff;
  border-radius: 0px;
}
#navigation.collapsed ul.navigation-links > li > a:hover {
  background: #37c7f7;
  text-decoration: none;
}
#navigation.collapsed ul.navigation-links > li > a:hover i {
  color: #fff;
}
#navigation.collapsed ul.navigation-links > li > a i {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  color: #4d4d4d;
  top: 0px;
  right: 0px;
  margin-top: 0;
  transition: color .3s ease;
}
#navigation.collapsed ul.navigation-links > li.current-menu-item > a {
  background-color: #0893c0;
}
#navigation.collapsed ul.navigation-links > li.current-menu-item > a:hover {
  background: #37c7f7;
}
#navigation.collapsed ul.navigation-links > li > ul.sub-menu {
  position: relative;
  top: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #666;
  width: 100%;
  max-height: 0;
  transition: max-height .3s ease;
}
#navigation.collapsed ul.navigation-links > li > ul.sub-menu.open {
  max-height: 1000px;
}
#navigation.collapsed ul.navigation-links > li > ul.sub-menu > li {
  border-bottom: solid 1px #4d4d4d;
}
#navigation.collapsed ul.navigation-links > li > ul.sub-menu > li:last-child {
  border: none;
}
#navigation.collapsed ul.navigation-links > li > ul.sub-menu > li > a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  color: #fff;
}
#navigation.collapsed ul.navigation-links > li > ul.sub-menu > li > a:hover {
  background: #0AB8F1;
  text-decoration: none;
}

#sub-navigation {
  height: 40px;
  width: 100%;
  background-color: #333;
  position: fixed;
  bottom: 0px;
  z-index: 1000;
}
#sub-navigation ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: outside none none;
  width: 90%;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#sub-navigation ul li > a {
  transition: background .3s ease;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  color: #fff;
  text-decoration: none;
}
#sub-navigation ul li > a:hover {
  background-color: #2e2e2e;
}

/* ==========================================================================
   CONTENT
   ========================================================================== */
#content {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  padding-top: 20px;
}
#content #main {
  width: 65.71429%;
  float: left;
  margin-right: 2.85714%;
  position: relative;
  margin-bottom: 20px;
}
#content #main.full-width {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
#content #main .post, #content #main .page {
  position: relative;
  margin-bottom: 20px;
}
#content #main .post.post, #content #main .page.post {
  padding-bottom: 40px;
  border-bottom: solid 4px #ccc;
}
#content #main .post.post-single, #content #main .page.post-single {
  padding-bottom: 0;
  border-bottom: none;
}
#content #main .post .article-header .article-title a:hover, #content #main .page .article-header .article-title a:hover {
  text-decoration: none;
}
#content #main .post .article-header .postmetadata, #content #main .page .article-header .postmetadata {
  margin-bottom: 20px;
}
#content #main .post .article-header .postmetadata span.post-date, #content #main .post .article-header .postmetadata span.post-author, #content #main .post .article-header .postmetadata span.post-comments, #content #main .page .article-header .postmetadata span.post-date, #content #main .page .article-header .postmetadata span.post-author, #content #main .page .article-header .postmetadata span.post-comments {
  display: inline-block;
  margin-right: 20px;
}
#content #main .post .article-header .postmetadata span.post-date i, #content #main .post .article-header .postmetadata span.post-author i, #content #main .post .article-header .postmetadata span.post-comments i, #content #main .page .article-header .postmetadata span.post-date i, #content #main .page .article-header .postmetadata span.post-author i, #content #main .page .article-header .postmetadata span.post-comments i {
  display: inline-block;
  margin-right: 5px;
}
#content #main .post .article-content, #content #main .page .article-content {
  padding-top: 20px;
}
#content #main .post .article-content .readmore-link, #content #main .page .article-content .readmore-link {
  display: block;
  width: 100px;
  margin-top: 20px;
}
#content #sidebar {
  margin-left: 8.57143%;
  width: 22.85714%;
  float: right;
  margin-right: 0;
  list-style: none;
  position: relative;
}
#content #sidebar li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
#content #sidebar ul {
  margin: 0;
  padding: 0;
}
#content #sidebar ul li.widget-container {
  margin: 0 0 20px 0;
  padding: 0;
}

/* ==========================================================================
   CONTACT US
   ========================================================================== */
#contact-us {
  background: #103142;
  border-top: solid 4px #0F2938;
}
#contact-us h2 {
  color: #fff;
}
#contact-us .container {
  text-align: center;
}
#contact-us .container .contact-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#contact-us .container .contact-info p, #contact-us .container .contact-info a {
  color: #fff;
  font-weight: 600;
  line-height: 30px;
}
#contact-us .container .contact-info span.dot-break {
  display: inline-block;
  margin: 0px 10px;
}
#contact-us .container .contact-info .social-media {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#contact-us .container .contact-info .social-media a {
  text-decoration: none;
  display: block;
  margin: 5px;
}
#contact-us .container .contact-info .social-media a i {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  color: #0AB8F1;
  background-color: white;
  padding-top: 2px;
}

/* ==========================================================================
   HEADER ON SCROLL
   ========================================================================== */
#scrollHeader {
  z-index: 500;
  height: 62px;
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
  background-color: #58595B;
}
#scrollHeader ul {
  display: inline-block;
  list-style-type: none;
  -webkit-padding-start: 0px;
}
#scrollHeader ul li {
  float: left;
  padding: 10px 50px;
}
#scrollHeader ul li a {
  color: #fff;
}
#scrollHeader ul li a:hover {
  border-bottom: 1px dotted white;
  color: #fff;
  text-decoration: none;
}

.nav-up {
  top: -62px !important;
}

.remove {
  display: none;
}

/* ==========================================================================
   BACKGROUND VIDEO
   ========================================================================== */
video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

/* ==========================================================================
   JUMBOTRON
   ========================================================================== */
#jumbotron {
  position: relative;
  background: transparent;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  z-index: 600;
}
#jumbotron video {
  z-index: 0;
}
#jumbotron .container {
  padding-top: 30vh;
  padding-bottom: 30vh;
  z-index: 2;
}
#jumbotron h1, #jumbotron p {
  text-shadow: 2px 2px rgba(0, 0, 0, 0.75);
}
#jumbotron h1 {
  text-align: center;
  color: white;
}
#jumbotron p {
  font-size: 18px;
  font-size: 1.125rem;
  color: white;
  text-align: center;
  margin-bottom: 0;
}
#jumbotron:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}

/* ==========================================================================
   FREE ANIMATIONS
   ========================================================================== */
#free-animations {
  text-align: center;
}
#free-animations #video-container {
  position: relative;
  z-index: 50;
  background-color: transparent;
  color: #fff;
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100vh;
  width: 100%;
}
#free-animations #video-container div {
  margin: auto;
  text-align: center;
  max-width: 900px;
}
#free-animations #video-container div img {
  max-width: 800px;
}
#free-animations #video-container div h1 {
  color: #fff;
  font-weight: 400;
  text-shadow: -2px 2px 2px black;
}
#free-animations #video-container div p {
  font-size: 24px;
  font-size: 1.5rem;
  font-style: italic;
  margin-top: 15px;
}
#free-animations .menu {
  z-index: 650;
  font-size: 28px;
  font-size: 1.75rem;
}
#free-animations .menu ul {
  display: inline-block;
  list-style-type: none;
  margin-top: -10%;
  -webkit-padding-start: 0px;
}
#free-animations .menu ul li {
  float: left;
  padding: 10px 50px;
}
#free-animations .menu ul li a {
  color: #fff;
}
#free-animations .menu ul li a:hover {
  border-bottom: 1px dotted white;
  color: #fff;
  text-decoration: none;
}
#free-animations .container #animations h1 {
  margin: 40px 0 30px;
}
#free-animations .container #animations .grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
}
#free-animations .container #animations .grid .item {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 350px;
}
#free-animations .container #animations .grid .item figure {
  position: relative;
  max-width: 350px;
  height: 200px;
  margin: 10px auto;
  padding: 5px;
  border-radius: 3px;
  transition: all .3s ease-in-out;
  border: solid 1px #BCBEC0;
  border-radius: 5px;
  overflow: hidden;
}
#free-animations .container #animations .grid .item figure:after {
  opacity: 0;
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  margin-left: -55%;
  margin-top: -15%;
  font-size: 200px;
  color: #fff;
  text-shadow: 1px 1px 50px black;
  transition: all .3s ease-in-out;
}
#free-animations .container #animations .grid .item figure:hover {
  border-color: #0AB8F1;
}
#free-animations .container #animations .grid .item figure:hover:after {
  opacity: .8;
}
#free-animations .container #animations .grid .item figure:hover img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
#free-animations .container #animations .grid .item figure:hover .video-title {
  opacity: 0;
}
#free-animations .container #animations .grid .item figure img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  transition: all .3s ease-in-out;
}
#free-animations .container #animations .grid .item figure .video-title {
  float: right;
  position: relative;
  top: -44px;
  width: 100%;
  text-align: right;
  padding: 10px 15px;
  transition: all .3s ease-in-out;
  color: #fff;
}
#free-animations .container #animations .grid .item figcaption {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #f4f4f4;
  text-shadow: 0 0 3px #000;
  bottom: 10px;
  transition: all .3s ease-in-out;
}
#free-animations .container #how-to-use {
  max-width: 960px;
  margin: 50px auto 0;
}
#free-animations .container #how-to-use h1 {
  margin-bottom: 30px;
}
#free-animations .container #how-to-use .grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  padding: 10px 0 60px;
}
#free-animations .container #how-to-use .grid .item {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
#free-animations .container #how-to-use .grid .item .steps {
  position: relative;
  max-width: 320px;
  margin: 10px auto;
  border-radius: 3px;
  transition: all .2s ease-in-out;
  border-radius: 0;
}
#free-animations .container #how-to-use .grid .item .steps span {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  font-size: 3em;
  line-height: 1.14em;
  color: #0AB8F1;
  padding: 10px;
  margin: auto;
  margin-bottom: 30px;
  border: 2px solid #0AB8F1;
  font-weight: 300;
}
#free-animations .container #how-to-use .grid .item .steps .title {
  color: #000;
  /* @include font-size(18); */
}
#free-animations .container #how-to-use .grid .item .steps .desc {
  color: #808285;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}
#free-animations .container #how-to-use .instructions {
  width: 80%;
  margin: 0 auto;
}
#free-animations .container #how-to-use .instructions .nav-tabs {
  border-bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
#free-animations .container #how-to-use .instructions .nav-tabs li {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border: 2px solid #0AB8F1;
  border-radius: 3px;
  margin-bottom: 0;
}
#free-animations .container #how-to-use .instructions .nav-tabs li a {
  margin-right: 0;
  border: 0;
  border-radius: 0;
}
#free-animations .container #how-to-use .instructions .nav-tabs li a:hover {
  background-color: #0AB8F1;
  color: #fff;
}
#free-animations .container #how-to-use .instructions .nav-tabs li:nth-child(2) {
  margin: 0 3px;
}
#free-animations .container #how-to-use .instructions .nav-tabs li.active a {
  background-color: #0AB8F1;
  color: #fff;
}
#free-animations .container #how-to-use .instructions .tab-content {
  background-image: url(../vidlery/img/instructions.svg);
  background-size: cover;
  color: #fff;
  height: 300px;
  margin-top: 3px;
  text-align: left;
  padding: 10px;
}
#free-animations .container #how-to-use .instructions .tab-content pre .yellow {
  color: #e2cd52;
}
#free-animations .container #how-to-use .instructions .tab-content pre .orange {
  color: #F7941E;
}
#free-animations .container #how-to-use .instructions .tab-content pre .green {
  color: #AEC978;
}
#free-animations .container #how-to-use .instructions .tab-content pre .blue {
  color: #0AB8F1;
}
#free-animations #contact-box {
  padding: 80px 0;
  background-color: #fff;
  border-top: 0px;
}
#free-animations #contact-box h1 {
  margin-bottom: 30px;
}
#free-animations #contact-box p {
  display: inline-block;
  margin-right: 5px;
}
#free-animations #contact-box .btn {
  padding: 15px 10%;
  border-radius: 3px;
}
#free-animations #contact-box .btn:hover, #free-animations #contact-box .btn:focus {
  text-decoration: none;
}
#free-animations #newsletter {
  background-color: #f1f2f2;
  color: #fff;
  padding: 40px 0 60px;
  font-family: 'Open Sans', sans-serif;
}
#free-animations #newsletter #signup p {
  color: #000;
  margin-bottom: 25px;
}
#free-animations #newsletter #signup #mc_embed_signup {
  background: transparent;
  font: normal;
}
#free-animations #newsletter #signup #mc_embed_signup #mc_embed_signup form form {
  text-align: inherit;
  padding: 0;
}
#free-animations #newsletter #signup #mc_embed_signup .mc-field-group {
  clear: none;
  width: 100%;
  padding-bottom: 0;
  min-height: inherit;
  position: inherit;
  text-align: center;
}
#free-animations #newsletter #signup #mc_embed_signup .mc-field-group .email {
  border-radius: 3px 0 0 3px;
  border: 0;
  padding: 7px 12px;
  margin-right: -5px;
  width: 50%;
  box-shadow: none;
  height: 52px;
  font-style: italic;
  display: initial;
  text-indent: initial;
}
#free-animations #newsletter #signup #mc_embed_signup .mc-field-group .btn {
  line-height: inherit;
  padding: 11px 20px;
  border-radius: 0 3px 3px 0;
  border: 0;
  font-size: 18px;
  font-size: 1.125rem;
  width: initial;
  text-indent: initial;
  display: initial;
  margin: 0;
  height: 52px;
  border: 0;
  margin-top: -2px;
}
#free-animations #newsletter #signup #mc_embed_signup .mc-field-group input[type=text]:focus, #free-animations #newsletter #signup #mc_embed_signup .mc-field-group textarea:focus {
  box-shadow: 0 0 0px #51cbee;
}

/* ==========================================================================
   FREE ANIMATIONS MODALS
   ========================================================================== */
.modal .vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
}
.modal .vertical-alignment-helper .vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
}
.modal .vertical-alignment-helper .vertical-align-center .modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
}
.modal .vertical-alignment-helper .vertical-align-center .modal-content .modal-header {
  text-align: left;
  border-bottom: 0;
}
.modal .vertical-alignment-helper .vertical-align-center .modal-content .modal-header .modal-title {
  color: #333 !important;
}
.modal .vertical-alignment-helper .vertical-align-center .modal-content .modal-body video {
  position: relative;
  top: initial;
  left: initial;
  min-width: auto;
  min-height: auto;
  width: 90%;
  height: auto;
  -webkit-transform: initial;
  transform: initial;
  z-index: 100;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.modal .vertical-alignment-helper .vertical-align-center .modal-content .modal-footer {
  border-top: 0;
}
.modal .vertical-alignment-helper .vertical-align-center .modal-content .modal-footer .btn-cover:before {
  opacity: 1;
  content: "\f06e";
  font-family: FontAwesome;
  color: #fff;
  padding-right: 10px;
  transition: all .3s ease-in-out;
}
.modal .vertical-alignment-helper .vertical-align-center .modal-content .modal-footer .btn-download {
  background-color: #F7941E;
  margin-left: 10px;
  transition: all .3s ease-in-out;
}
.modal .vertical-alignment-helper .vertical-align-center .modal-content .modal-footer .btn-download:before {
  opacity: 1;
  content: "\f019";
  font-family: FontAwesome;
  color: #fff;
  padding-right: 10px;
  transition: all .3s ease-in-out;
}
.modal .vertical-alignment-helper .vertical-align-center .modal-content .modal-footer .btn-download:hover {
  opacity: .7;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
#footer {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  padding: 20px 0;
  border-top: 5px solid #a7a9ac;
  background: #BCBEC0;
  color: #58595B;
  text-align: center;
  font-weight: 300;
}
#footer a {
  color: #58595B;
  font-weight: 400;
  text-decoration: underline;
}
#footer a:hover {
  text-decoration: none;
}
#footer a.email {
  font-weight: 300;
}
#footer .cc, #footer .animationsworld {
  max-width: 100px;
  transition: all .3s ease-in-out;
}
#footer .cc:hover, #footer .animationsworld:hover {
  opacity: .8;
}
#footer .cc {
  margin-bottom: 15px;
}
#footer #site-info {
  margin: 0;
}

@media (max-width: 1200px) {
  /* ==========================================================================
     FREE ANIMATIONS
     ========================================================================== */
  #free-animations .menu {
    font-size: 22px;
    font-size: 1.375rem;
  }
  #free-animations #how-to-use .grid .item {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  /* ==========================================================================
     HEADER ON SCROLL
     ========================================================================== */
  #scrollHeader {
    font-size: 24px;
    font-size: 1.5rem;
  }

  #scrollHeader ul li {
    padding: 15px 30px;
  }

  /* ==========================================================================
     FREE ANIMATIONS
     ========================================================================== */
  #free-animations .menu {
    font-size: 20px;
    font-size: 1.25rem;
  }
  #free-animations .menu ul {
    margin-top: -15%;
  }
  #free-animations .menu ul li {
    padding: 15px 40px;
  }

  /* ==========================================================================
     How to Use
     ========================================================================== */
  .instructions {
    width: 90%;
  }
}
@media (max-width: 768px) {
  /* ==========================================================================
     HEADER ON SCROLL
     ========================================================================== */
  #scrollHeader {
    font-size: 20px;
    font-size: 1.25rem;
  }

  #scrollHeader ul li {
    padding: 16px 20px;
  }

  /* ==========================================================================
     TYPOGRAPHY
     ========================================================================== */
  html body {
    font-size: 16px;
    font-size: 1rem;
  }
  html body p {
    margin: 0 0 10px;
  }
  html body h1 {
    font-size: 48px;
    font-size: 3rem;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  html body h2 {
    font-size: 32px;
    font-size: 2rem;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  html body h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  html body h4 {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  html body h5 {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  html body h6 {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  /* ==========================================================================
     CONTAINER
     ========================================================================== */
  .container {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }

  /* ==========================================================================
     HEADER
     ========================================================================== */
  #header {
    margin-top: 50px;
  }

  /* ==========================================================================
     CONTENT
     ========================================================================== */
  #content #main {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  #content #sidebar {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  /* ==========================================================================
     FREE ANIMATIONS
     ========================================================================== */
  #free-animations #video-container div p {
    font-size: 20px;
    font-size: 1.25rem;
  }
  #free-animations .menu {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: -20px;
  }
  #free-animations .menu ul li {
    padding: 16px 20px;
  }

  /* ==========================================================================
     How to Use
     ========================================================================== */
  #how-to-use .instructions {
    width: 90% !important;
  }
  #how-to-use .instructions .nav-tabs {
    margin-left: 0 !important;
  }
  #how-to-use .instructions .nav-tabs li {
    width: 100% !important;
    margin-bottom: 5px !important;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  #how-to-use .instructions li:nth-child(2) {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 600px) {
  /* ==========================================================================
     HEADER ON SCROLL
     ========================================================================== */
  #scrollHeader {
    font-size: 14px;
    font-size: 0.875rem;
  }

  #scrollHeader ul li {
    padding: 21px 10px;
  }

  /* ==========================================================================
     TYPOGRAPHY
     ========================================================================== */
  html body h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }

  /* ==========================================================================
     FREE ANIMATIONS
     ========================================================================== */
  #free-animations #video-container div img {
    max-width: 200px;
  }
  #free-animations #video-container div p {
    font-size: 18px;
    font-size: 1.125rem;
  }
  #free-animations .menu {
    font-size: 14px;
    font-size: 0.875rem;
  }
  #free-animations .menu ul li {
    padding: 21px 10px;
  }
}
@media (max-width: 400px) {
  /* ==========================================================================
     HEADER ON SCROLL
     ========================================================================== */
  #scrollHeader {
    font-size: 11px;
    font-size: 0.6875rem;
  }

  /* ==========================================================================
     FREE ANIMATIONS
     ========================================================================== */
  #free-animations .menu {
    font-size: 11px;
    font-size: 0.6875rem;
  }
    
    #shin img{
        width:800;
        
    }
