@font-face {
    font-family: 'dincond-bold';
    src: url('fonts/dincond-bold-webfont.eot');
    src: url('fonts/dincond-bold-webfont.eot?#iefix') format('embedded-opentype'),
	    url('fonts/dincond-bold-webfont.woff') format('woff'),
	    url('fonts/dincond-bold-webfont.ttf') format('truetype'),
	    url('fonts/dincond-bold-webfont.svg#dincond-boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dinmittelschriftstd';
    src: url('fonts/dinmittelschriftstd.eot');
    src: url('fonts/dinmittelschriftstd.eot?#iefix') format('embedded-opentype'),
	    url('fonts/dinmittelschriftstd.woff') format('woff'),
	    url('fonts/dinmittelschriftstd.ttf') format('truetype'),
	    url('fonts/dinmittelschriftstd.svg#dinmittelschriftstd') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dincond-regular';
    src: url('fonts/dincond-regular-webfont.eot');
    src: url('fonts/dincond-regular-webfont.eot?#iefix') format('embedded-opentype'),
	    url('fonts/dincond-regular-webfont.woff') format('woff'),
	    url('fonts/dincond-regular-webfont.ttf') format('truetype'),
	    url('fonts/dincond-regular-webfont.svg#dincond-regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
    HTML5 display definitions
    ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio, canvas, video {
    display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
    display: none;
}
/* ==========================================================================
    Base
    ========================================================================== */
/**
 * 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 */
    -webkit-text-size-adjust: 100%;
 /* 2 */
    -ms-text-size-adjust: 100%;
 /* 2 */
}
/**
 * Remove default margin.
 */
body {
    margin: 0;
}
/* ==========================================================================
    Links
    ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
    outline: 0;
}
/* ==========================================================================
    Typography
    ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b, strong {
    font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * 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.
 */
img {
    border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
}
/* ==========================================================================
    Figures
    ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
    margin: 0;
}
/* ==========================================================================
    Forms
    ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button, input, select, textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 2 */
	margin: 0; /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
	line-height: normal;
}
/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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"], /* 1 */
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;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *	(include `-moz` to future-proof).
 */
input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */
}
/* ==========================================================================
    Tables
    ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-family: 'Lato', sans-serif;
}
iframe {
    border:0px;
}
::-webkit-input-placeholder {
    color: #000;
    opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 18- */
    color: #000;
    opacity: 1 !important;
}
::-moz-placeholder {  /* Firefox 19+ */
    color: #000;
    opacity: 1 !important;
}
:-ms-input-placeholder {
    color: #000;
    opacity: 1 !important;
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
@font-face {
    font-family: 'MittelschriftAusD';
    src: url('fonts/dinmittelschriftstd.eot');
 /* IE9 Compat Modes */
    src: local('MittelschriftAusD'),
		   local('MittelschriftAusD'),
		   url('fonts/dinmittelschriftstd.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		   url('fonts/dinmittelschriftstd.woff') format('woff'), /* Modern Browsers */
		   url('fonts/dinmittelschriftstd.ttf')    format('truetype'), /* Safari, Android, iOS */
		   url('fonts/dinmittelschriftstd.svg#svgFontName') format('svg');
 /* Legacy iOS */
}
body, html {
    background-color: #ffc000;
    position: relative;
    height: 100%;
    width: 100%;
    min-width: 1000px;
    font: 14px 'Lato', sans-serif;
}
.clear {
    clear: both;
}
.row {
    width: 100%;
    margin: 0px;
    padding: 0px;
    clear: both;
}
.row:before,.row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.col {
    margin-right: 4%;
    float: left;
}
.three {
    width: 30.6%;
}
.three.last {
    margin-right: 0;
    margin-left: .2%;
}
.half {
    float: left;
    width: 50%;
    position: relative;
}
.fourth {
    float: left;
    width: 25%;
    position: relative;
}
.one, .two, .three, .four, .five, .six, .seven, .eight {
    float: left;
    position: relative;
}
.one {
    width: 12.5%;
}
.two {
    width: 25%;
}
.three {
    width: 37.5%;
}
.four {
    width: 50%;
}
.five {
    width: 62.5%;
}
.six {
    width: 75%;
}
.seven {
    width: 87.5%;
}
.eight {
    width: 100%;
}
.one_h {
    height: 12.5%;
    min-height: 128px;
}
.two_h {
    height: 25%;
}
.three_h {
    height: 37.5%;
}
.four_h {
    height: 50%;
}
.five_h {
    height: 62.5%;
}
.six_h {
    height: 75%;
}
.seven_h {
    height: 87.5%;
}
.eight_h {
    height: 100%;
}
.hideus, .hide {
    display: none;
}
.text-left {
    text-align:left;
}
.text-right {
    text-align:right;
}
.text-center {
    text-align:center;
}
.clear {
    clear:both;
}
a {
    text-decoration:none;
    color:#ffc000;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
a:hover {
    opacity:.5;
}
a.black, .black {
    color:#000;
}
a.yellow, .yellow {
    color:#ffc000;
}
a.white, .white {
    color:#fff;
}
ul, li {
    margin:0px;
    padding:0px;
    list-style-type:none;
}
a {
    color:#ffc000;
    text-decoration:none;
}
ul, ol, li {
    list-style-type:none;
    margin:0px;
    padding:0px;
}
.hide {
    display:none;
}
 .fancybox-skin {
    background-color: transparent;
    z-index: 10000;
    color: #000;
    padding: 0px;
}
.fancybox-skin a {
    color: #444;
}
.fancybox-opened .fancybox-skin {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
}
.fancybox-close {
    margin: 0px;
    padding: 0px;
    background-image: none;
}
.fancybox-close a {
    color: #fff;
    font-weight: bold;
}
.popcontent {
    background-color: #ffc000;
    padding: 15px;
    text-align: center;
}
/************************************************************************************
 - HEADER
************************************************************************************/
 #header {
    z-index: 200;
    background-color: #ffc000;
    margin-bottom:25px;
}
.titlebar {
    /*text-transform: uppercase;*/
    text-align: center;
}
.titlebar .title {
}
.release {
    font-size: 28px;
    background-color: #ffc000;
    width: 100%;
    text-transform:uppercase;
}
.titlebar .pedigree {
    margin: auto;
    width: 100%;
    text-align: center;
    font-family:'MittelschriftAusD';
}
.titlebar .pedigree li {
    margin: 0px;
    padding: 0px;
    padding-top:20px;
    font-family:'MittelschriftAusD';
}
.titlebar .pedigree h2 {
    margin: 0px;
    padding: 0px;
    font-size: 22px;
    line-height: 20px;
    font-family:'MittelschriftAusD';
}
.titlebar .pedigree .smaller, #cast .smaller {
    display: inline-block;
    font-size: 12px;
    font-family:'MittelschriftAusD';
}
#menu, #social {
    position: relative;
}
#menu .label {
    display: inline-block;
    position: relative;
    top: -2px;
}
#menunav {
    width: 100%;
    display: none;
    position: absolute;
    z-index: 10000;
    text-align: center;
}
#menunav a {
    color: #000;
    font-size: 16pt;
    letter-spacing: 0.02em;
}
.social {
    text-align: center;
}
#header .sociallinks {
    display: inline-block;
    margin: auto;
    height:30px;
}
#header h1 img {
    max-width:100%;
    height: 44px;
}
#header .release {
    margin:0 auto;
    width: 100%;
    font-family:'MittelschriftAusD';
}
.social .sociallinks li {
    display: inline-block;
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
}
.social .sociallinks li a {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
}
/************************************************************************************
 - FOOTER
************************************************************************************/
 #footer a {
    color: #000;
}
#footer {
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
    padding-top: 25px !important;
}
#footer h3 {
    font-size: 30px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family:'MittelschriftAusD';
}
#footer h4 {
    margin: 0px;
    padding: 0px;
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 51px;
}
#footer h4 a {
    text-decoration: underline;
    color: #000;
}
#footer ul li {
    float: left;
    display: inline-block;
}
#footer .sep {
    padding: 0px 5px;
    position: relative;
    top: -1px;
}
#global {
    display: inline-block;
    text-align: center;
    margin-left: -2px;
    margin-bottom: 20px;
}
#global a {
    color: #000 !important;
    font-size: 9px;
    text-transform: uppercase;
}
#global a:hover {
    color: #000;
}
#global a span {
    display: inline-block;
    background: url(../images/flag_sprite.png) no-repeat 0 -15px;
    height: 14px;
    width: 139px;
    opacity: .5;
}
#global a:hover span {
    background-position: 0px 0px;
}
#footlinks, #footer .ratinglinks {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 13px;
    display: inline-block;
    font-size: 8px;
}
#footer .ratinglinks {
    text-align: center;
    display: inline-block;
    margin: auto;
    width: 320px;
}
#ratings {
    font-size: 14px;
    text-transform: uppercase;
}
/************************************************************************************
 - GIF BUILDER
************************************************************************************/
.imagethumb {
    width: 133px;
    height: 75px;
}
.handle0 .arrow {
    display: inline-block;
    float: right;
}
.gifs img {
    display: block;
    width: 210px;
    height: 118px;
}
.giflist {
    clear: both;
    width: 100%;
}
.giflist li {
    display: inline-block;
    background-color: blue;
    width: 210px;
    margin: 0 5px 5px 5px;
    border: 3px solid #000;
    cursor: pointer;
}
.giflist li.active {
    border-color: #ffc000;
}
.slidercount {
    margin: 0px;
    padding-top: 59px;
    background-image: none;
}
.gifcontrols .text {
margin-bottom: 10px;
height: 35px;
text-align: left;
}
.gifcontrols .slider {
    height: 30px;
    padding-top: 20px;
}
.gifcontrols .control {
    margin-bottom: 24px;
    text-align: left;
    text-transform: uppercase;
}
.gifcontrols .count {
    float: left;
    background: url(../images/gif/count.png) no-repeat center center;
    width: 20px;
    color: #ffc000;
    font-weight: bold;
    padding: 9px;
    text-align: center;
    font-size: 17px;
    margin-right: 10px;
}
.gifcontrols .instruction {
    font-size: 16px;
    font-weight: bold;
    padding-top: 8px;
    color: #000;
}
.slider.end {
    height: 80px;
}
.slider .startcount, .slider .endcount {
    width: 10%;
    float: left;
}
#SliderDur {
    width: 80%;
    float: left;
}
#giftext {
    display: block;
    background-color: #ffc000;
    border: 1px solid #000;
    font-size: 30px;
    text-transform: uppercase;
    padding: 22px;
    color: #000;
    width: 100%;
    font-weight:bold;
}
#gifform .gifbtn {
    margin-top: 20px;
}
#gifform .makebtn {
font-family: 'dinmittelschriftstd' !important;
background: #000;
padding: 10px 0;
margin: 20px 0;
}
#gifform .gifbtn a {
    width: 100%;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffc000;
    font-size: 45px;
    text-decoration: none;
}
#gifform .gifbtn a:hover {
    opacity: .75;
}
.resumebtn {
    margin-bottom: 20px;
    float:left;
    width:50%;
}
.control:first-child {
    padding-top: 20px;
}
.gifpreview, .gifpreviewfinal {
    width: 350px;
    margin: auto;
}
.gifpreviewfinal {
    background: url(../images/gif/loading.gif) no-repeat center center;
    margin-bottom: 40px;
    margin-top: 60px;
}
.giftext {
    float: left;
    width: 479px;
}
.updatetext {
float: right;
width: 75px;
display: block;
background-color: #000;
}
.updatetext a {
display: block;
padding: 32% 0px;
text-transform: uppercase;
}
.gifbtns {
    margin-top: 20px;
}
.socialbtns li a {
    display: block;
    height: 45px;
    width: 45px;
    text-indent: 9999px;
    float: left;
    background: url(../images/gif/gif_social.png) no-repeat 0 0;
}
.giffacebook a {
}
.giftwitter a {
background-position: -55px 0px !important;
}
.giftumblr a {
background-position: -112px 0px !important;
}
.gifgoogle a {
    background-position: -168px 0px !important;
}
.gifpinterest a {
    background-position: -224px 0px !important;
}
.gifreddit a {
    background-position: -280px 0px !important;
    margin-right: 0px;
}
.clear {
    clear: both;
}
.noUiSlider, .noUiSlider * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: block;
    cursor: default;
}
.noUiSlider {
    position: relative;
}
.noUiSlider a {
    position: absolute;
    z-index: 1;
}
.noUiSlider a:nth-child(2) {
    background: inherit !important;
}
.noUiSlider.vertical a {
    width: 100%;
    bottom: 0;
}
.noUiSlider.horizontal a {
    height: 100%;
    right: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .noUiSlider:before, body.TOUCH, .noUiSlider div {
	   -ms-touch-action: none;
    }
    .noUiSlider:before {
	   display: block;
	   position: absolute;
	   width: 150%;
	   left: -25%;
	   height: 400%;
	   top: -150%;
	   content: "";
	   z-index: -1;
    }
    .noUiSlider.vertical:before {
	   width: 400%;
	   left: -150%;
	   height: 150%;
	   top: -25%;
    }
}
.noUiSlider.connect a, .noUiSlider.connect.lower {
    background: #000;
}
.noUiSlider, .noUiSlider.connect.lower a {
    background: #000;
}
.noUiSlider.disabled, .noUiSlider.disabled.connect.lower a {
    background: #ccc;
    box-shadow: none;
}
.noUiSlider div {
    height: 49px;
    width: 50px;
    background: url(../images/gif/handle.png) no-repeat 0 0;
}
.noUiSlider.disabled div {
    background: transparent;
}
.noUiSlider.horizontal {
    width: 95%;
    height: 7px;
    margin:auto;
}
.noUiSlider.horizontal div {
    margin: -20px 0 0 -9px;
}
.noUiSlider.vertical {
    width: 10px;
    height: 300px;
}
.noUiSlider.vertical div {
    margin: -9px 0 0 -5px;
}
.gifpreview {
    position:relative;
    margin:auto;
}
#gifpreviewtext {
    font-family: 'dincond-bold' !important;position:absolute;top:128px;left:5px;font-weight:bold;color:#ffc000;text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;font-size:16px;z-index:9999;
}
#gifpreviewtext .text {
    font-weight:normal;text-transform:uppercase;width:225px;float:left;font-size:12px;text-align:left;
}
#gifpreviewtext .hash {
    width:115px;float:left;text-align:left;font-weight:normal;font-size:11px;text-align:right;
}
#gifpreview {
    position:relative;
    margin:auto;
}
#gifbuilder {
    width:600px;
    margin:auto;
    text-align:center;
    max-width: 100%;
}
.bg-builder {
background: url(../images/gif/bg.jpg) no-repeat 0 0;
background-size: cover;
height: 100%;
float: right;
}
#gifform h2 {
    font-size: 49px;
    text-transform: uppercase;
    font-family: 'dinmittelschriftstd';
}
#gifform h3 {
    font-size: 30px;
text-transform: uppercase;
text-align: right;
  font-family: 'dincond-regular';
}
#gifform .resumebtn {
    margin-top: 0;
}
#gifform .resumebtn a {
width: 100%;
display: block;
background-color: #000;
text-transform: uppercase;
text-decoration: none;
color: #ffc000;
font-size: 15px;
padding: 10px 0px;
text-decoration: none;
background-image: url(../images/gif/arrow-resume.png);
background-repeat: no-repeat;
background-position: 20px 11px;
}
#gifform .savebtn a, #gifform .createbtn a {
width: 100%;
display: block;
background-color: #000;
text-transform: uppercase;
text-decoration: none;
color: #ffc000;
font-size: 25px;
padding: 22px 0px;
text-decoration: none;
}
.gifsocial .sharebtn {
width: 48%;
display: block;
background-color: #000;
text-transform: uppercase;
text-decoration: none;
color: #ffc000;
font-size: 20px;
padding: 10px 0px;
text-decoration: none;
background-image: url(../images/gif/arrow-share.png);
background-repeat: no-repeat;
background-position: 97% 50%;
margin-top: 0 !important;
margin-right: 10px;
}
.gifsocial ul li {
    float:left;
    margin-right: 3px;
}
.gifactions ul li.btn {
background-color: #000;
border-radius: 0px;
display: inline-block;
padding: 15px 19.5px;
text-transform: uppercase;
margin-top: 10px;
font-size: 20px;
margin-right: 10px;
}
.gifpreview .jsMovieFrame {
    background-size: 100% auto;
}
.close-gif-button {
position: absolute;
background-image: url(../images/home/close-photo.png);
width: 60px;
height: 60px;
top: 5%;
left: 96%;
background-size: 80% auto;
background-repeat: no-repeat;
z-index: 99;
cursor: pointer;
}
#jsMovie_image_preload_container {
    position:relative;
    bottom:-150%;
}
#gifplayer iframe {
    max-width: 100%;
}
.laoderOverlay {
    width:350px !important;
    height:145px !important;
}
#gifvidlist li {
    display:inline-block;
    width:120px;
    margin-right:25px;
    margin-bottom:10px;
}
#gifvidlist a {
    color:#000;
    font-size:16px;
    text-transform:uppercase;
    font-family: 'dincond-bold' !important;
}
#gifvidlist a img {
    opacity:1;
}
#gifvidlist img {
    width:120px;
    height:80px;
    border:5px solid #ffc000;
}
#gifvidlist h3 {
    font-size:26px;
    text-transform:uppercase;
    font-family: 'dincond-bold' !important;
    text-align:center;
}
#gifvidlist img.active {
    border:5px solid #000;
}
.mobileshow {
    display:none;
}