/* Copyright 2019 Gahela Software: https://www.gahela.com [2019-01-25T11:32:44+11:00] */

/*! jQuery UI - v1.11.2 - 2014-11-01
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
content: "";
display: table;
border-collapse: collapse;
}
.ui-helper-clearfix:after {
clear: both;
}
.ui-helper-clearfix {
min-height: 0; /* cart: IE7 */
}
.ui-icon {
display: block;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
}
.ui-datepicker {
width: 17em;
padding: .2em .2em 0;
display: none;
}
.ui-datepicker .ui-datepicker-header {
position: relative;
padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
position: absolute;
top: 2px;
width: 1.8em;
height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
left: 2px;
}
.ui-datepicker .ui-datepicker-next {
right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
display: block;
position: absolute;
left: 50%;
margin-left: -8px;
top: 50%;
margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
margin: 0 2.3em;
line-height: 1.8em;
text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
font-size: 1em;
margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
width: 45%;
}
.ui-datepicker table {
width: 100%;
font-size: .9em;
border-collapse: collapse;
margin: 0 0 .4em;
}
.ui-datepicker th {
padding: .7em .3em;
text-align: center;
font-weight: bold;
border: 0;
}
.ui-datepicker td {
border: 0;
padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
display: block;
padding: .2em;
text-align: right;
text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
background-image: none;
margin: .7em 0 0 0;
padding: 0 .2em;
border-left: 0;
border-right: 0;
border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
float: right;
margin: .5em .2em .4em;
cursor: pointer;
padding: .2em .6em .3em .6em;
width: auto;
overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
width: 95%;
margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
clear: left;
}
.ui-datepicker-row-break {
clear: both;
width: 100%;
font-size: 0;
}
/* RTL cart */
.ui-datepicker-rtl {
direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
right: 2px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
left: 2px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
right: 1px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
left: 1px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
border-right-width: 0;
border-left-width: 1px;
}
.ui-draggable .ui-dialog-titlebar {
cursor: move;
}
.ui-progressbar {
height: 2em;
text-align: left;
overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
margin: -1px;
height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
height: 100%;
filter: alpha(opacity=25); /* cart: IE8 */
opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
background-image: none;
}
.ui-slider {
position: relative;
text-align: left;
}
.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1.2em;
height: 1.2em;
cursor: default;
-ms-touch-action: none;
touch-action: none;
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
background-position: 0 0;
}
/* cart: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
filter: inherit;
}
.ui-slider-horizontal {
height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
top: -.3em;
margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
right: 0;
}
.ui-slider-vertical {
width: .8em;
height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
left: -.3em;
margin-left: 0;
margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
left: 0;
width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
top: 0;
}
/* Component containers
----------------------------------*/
.ui-widget .ui-widget {
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
}
.ui-widget-content {
border: 1px solid #aaa;
background: #fff url("//www.beyond4x4.com.au/themes/default/images/jquery/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
color: #222222;
}
.ui-widget-content a {
color: #222222;
}
.ui-widget-header {
border: 1px solid #aaa;
background: #F5F4F4;
color: #222222;
font-weight: bold;
}
.ui-widget-header a {
color: #222222;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
border: 1px solid #AAA;
background: #e6e6e6 url("//www.beyond4x4.com.au/themes/default/images/jquery/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
font-weight: normal;
color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
color: #555555;
text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
border: 1px solid #999999;
background: #aaa url("//www.beyond4x4.com.au/themes/default/images/jquery/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
font-weight: normal;
color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
color: #212121;
text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
border: 1px solid #aaa;
background: #fff url("//www.beyond4x4.com.au/themes/default/images/jquery/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
font-weight: normal;
color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
color: #212121;
text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
border: 1px solid #fcefa1;
background: #fbf9ee url("//www.beyond4x4.com.au/themes/default/images/jquery/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
border: 1px solid #daa;
background: #fef1ec url("//www.beyond4x4.com.au/themes/default/images/jquery/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
color: #daa;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
color: #daa;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
color: #daa;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
opacity: .7;
filter:Alpha(Opacity=70); /* cart: IE8 */
font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
opacity: .35;
filter:Alpha(Opacity=35); /* cart: IE8 */
background-image: none;
}
.ui-state-disabled .ui-icon {
filter:Alpha(Opacity=35); /* cart: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
width: 16px;
height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
background-image: url("//www.beyond4x4.com.au/themes/default/images/jquery/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
background-image: url("//www.beyond4x4.com.au/themes/default/images/jquery/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
background-image: url("//www.beyond4x4.com.au/themes/default/images/jquery/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
background-image: url("//www.beyond4x4.com.au/themes/default/images/jquery/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
background-image: url("//www.beyond4x4.com.au/themes/default/images/jquery/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
background-image: url("//www.beyond4x4.com.au/themes/default/images/jquery/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
background-image: url("//www.beyond4x4.com.au/themes/default/images/jquery/ui-icons_cd0a0a_256x240.png");
}
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
border-top-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
border-top-right-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
border-bottom-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
border-bottom-right-radius: 2px;
}#gahela button, button, input[type='button'], input[type='submit'], .a-href-button {
background-color:#b99867;
color:#ffffff;
font-family:'Open Sans', sans-serif;
min-width:150px;
min-height:36px;
text-shadow:1px 1px 0 rgba(0, 0, 0, 0.4);
cursor:pointer;
padding:10px;
text-align:center;
/*!Safari*/vertical-align:top;
border:0px solid #ffffff;
/*IE<9*/border:none;
transition:all 0.2s ease 0s;
position:relative; /* For ripple effect */
overflow:hidden;
}
button .gfw-button-contents, .a-href-button {
color:#ffffff !important;
}
#gahela button .fa, .a-href-button .fa {
color:#FFF;
}
#gahela button:hover {
background-color:#373737;
}
#gahela .secondary-button {
background-color:#373737;
}
#gahela .secondary-button:hover {
background-color:#b99867;
}
#gahela .red-button {
background-color:#FF3E3E;
}
#gahela .red-button:hover {
background-color:#FF595E;
}
#gahela .green-button {
background-color:#2DAB2D;
}
#gahela .green-button:hover {
background-color:#48BD48;
}
#gahela .grey-button {
background-color:#666
}
#gahela .grey-button:hover {
background-color:#7E7E7E;
}
.button-50 {
min-width:40px !important;
}
.button-full {
width:100% !important;
}
#gahela .error-button {
background-color:#ff9600;
}
.smallButton {
background-color:inherit !important;
height:20px;
border-style:solid;
border-color:inherit;
/*IE<9*/border:none;
}
.ripple-effect {
position:absolute;
border-radius:50%;
width:30px;
height:30px;
background-color:#FFF;
animation:ripple-animation 1s;
}
@keyframes ripple-animation {
from {
transform: scale(1);
opacity: .7;
}
to {
transform: scale(25);
opacity: 0;
}
}
.a-href-button {
text-decoration: none;
display: inline-block;
}
a.a-href-button, a.a-href-button:hover, a.a-href-button:visited, a.a-href-button:link a.a-href-button:active {
color:#FFF !important;
}
/*!
*  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
src: url("//www.beyond4x4.com.au/themes/default/images/fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
src: url("//www.beyond4x4.com.au/themes/default/images/fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format('embedded-opentype'), url("//www.beyond4x4.com.au/themes/default/images/fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format('woff2'), url("//www.beyond4x4.com.au/themes/default/images/fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format('woff'), url("//www.beyond4x4.com.au/themes/default/images/fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format('truetype'), url("//www.beyond4x4.com.au/themes/default/images/fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
font-size: 1.33333333em;
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.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eee;
border-radius: .1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right {
margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-feed:before,
.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,
.fa-gratipay: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-pp:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-resistance: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-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-newspaper-o:before {
content: "\f1ea";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-at:before {
content: "\f1fa";
}
.fa-eyedropper:before {
content: "\f1fb";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-area-chart:before {
content: "\f1fe";
}
.fa-pie-chart:before {
content: "\f200";
}
.fa-line-chart:before {
content: "\f201";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bus:before {
content: "\f207";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-angellist:before {
content: "\f209";
}
.fa-cc:before {
content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}
.fa-meanpath:before {
content: "\f20c";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-diamond:before {
content: "\f219";
}
.fa-ship:before {
content: "\f21a";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-venus:before {
content: "\f221";
}
.fa-mars:before {
content: "\f222";
}
.fa-mercury:before {
content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-genderless:before {
content: "\f22d";
}
.fa-facebook-official:before {
content: "\f230";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-server:before {
content: "\f233";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-times:before {
content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "\f23b";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-sticky-note-o:before {
content: "\f24a";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-clone:before {
content: "\f24d";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-hourglass-o:before {
content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\f256";
}
.fa-hand-scissors-o:before {
content: "\f257";
}
.fa-hand-lizard-o:before {
content: "\f258";
}
.fa-hand-spock-o:before {
content: "\f259";
}
.fa-hand-pointer-o:before {
content: "\f25a";
}
.fa-hand-peace-o:before {
content: "\f25b";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-registered:before {
content: "\f25d";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-safari:before {
content: "\f267";
}
.fa-chrome:before {
content: "\f268";
}
.fa-firefox:before {
content: "\f269";
}
.fa-opera:before {
content: "\f26a";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
content: "\f26c";
}
.fa-contao:before {
content: "\f26d";
}
.fa-500px:before {
content: "\f26e";
}
.fa-amazon:before {
content: "\f270";
}
.fa-calendar-plus-o:before {
content: "\f271";
}
.fa-calendar-minus-o:before {
content: "\f272";
}
.fa-calendar-times-o:before {
content: "\f273";
}
.fa-calendar-check-o:before {
content: "\f274";
}
.fa-industry:before {
content: "\f275";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-map-o:before {
content: "\f278";
}
.fa-map:before {
content: "\f279";
}
.fa-commenting:before {
content: "\f27a";
}
.fa-commenting-o:before {
content: "\f27b";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-vimeo:before {
content: "\f27d";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-fonticons:before {
content: "\f280";
}
.fa-reddit-alien:before {
content: "\f281";
}
.fa-edge:before {
content: "\f282";
}
.fa-credit-card-alt:before {
content: "\f283";
}
.fa-codiepie:before {
content: "\f284";
}
.fa-modx:before {
content: "\f285";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-usb:before {
content: "\f287";
}
.fa-product-hunt:before {
content: "\f288";
}
.fa-mixcloud:before {
content: "\f289";
}
.fa-scribd:before {
content: "\f28a";
}
.fa-pause-circle:before {
content: "\f28b";
}
.fa-pause-circle-o:before {
content: "\f28c";
}
.fa-stop-circle:before {
content: "\f28d";
}
.fa-stop-circle-o:before {
content: "\f28e";
}
.fa-shopping-bag:before {
content: "\f290";
}
.fa-shopping-basket:before {
content: "\f291";
}
.fa-hashtag:before {
content: "\f292";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-percent:before {
content: "\f295";
}
.fa-gitlab:before {
content: "\f296";
}
.fa-wpbeginner:before {
content: "\f297";
}
.fa-wpforms:before {
content: "\f298";
}
.fa-envira:before {
content: "\f299";
}
.fa-universal-access:before {
content: "\f29a";
}
.fa-wheelchair-alt:before {
content: "\f29b";
}
.fa-question-circle-o:before {
content: "\f29c";
}
.fa-blind:before {
content: "\f29d";
}
.fa-audio-description:before {
content: "\f29e";
}
.fa-volume-control-phone:before {
content: "\f2a0";
}
.fa-braille:before {
content: "\f2a1";
}
.fa-assistive-listening-systems:before {
content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
content: "\f2a4";
}
.fa-glide:before {
content: "\f2a5";
}
.fa-glide-g:before {
content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
content: "\f2a7";
}
.fa-low-vision:before {
content: "\f2a8";
}
.fa-viadeo:before {
content: "\f2a9";
}
.fa-viadeo-square:before {
content: "\f2aa";
}
.fa-snapchat:before {
content: "\f2ab";
}
.fa-snapchat-ghost:before {
content: "\f2ac";
}
.fa-snapchat-square:before {
content: "\f2ad";
}
.fa-pied-piper:before {
content: "\f2ae";
}
.fa-first-order:before {
content: "\f2b0";
}
.fa-yoast:before {
content: "\f2b1";
}
.fa-themeisle:before {
content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
content: "\f2b4";
}
.fa-handshake-o:before {
content: "\f2b5";
}
.fa-envelope-open:before {
content: "\f2b6";
}
.fa-envelope-open-o:before {
content: "\f2b7";
}
.fa-linode:before {
content: "\f2b8";
}
.fa-address-book:before {
content: "\f2b9";
}
.fa-address-book-o:before {
content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
content: "\f2bc";
}
.fa-user-circle:before {
content: "\f2bd";
}
.fa-user-circle-o:before {
content: "\f2be";
}
.fa-user-o:before {
content: "\f2c0";
}
.fa-id-badge:before {
content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
content: "\f2c3";
}
.fa-quora:before {
content: "\f2c4";
}
.fa-free-code-camp:before {
content: "\f2c5";
}
.fa-telegram:before {
content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
content: "\f2cb";
}
.fa-shower:before {
content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
content: "\f2cd";
}
.fa-podcast:before {
content: "\f2ce";
}
.fa-window-maximize:before {
content: "\f2d0";
}
.fa-window-minimize:before {
content: "\f2d1";
}
.fa-window-restore:before {
content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
content: "\f2d4";
}
.fa-bandcamp:before {
content: "\f2d5";
}
.fa-grav:before {
content: "\f2d6";
}
.fa-etsy:before {
content: "\f2d7";
}
.fa-imdb:before {
content: "\f2d8";
}
.fa-ravelry:before {
content: "\f2d9";
}
.fa-eercast:before {
content: "\f2da";
}
.fa-microchip:before {
content: "\f2db";
}
.fa-snowflake-o:before {
content: "\f2dc";
}
.fa-superpowers:before {
content: "\f2dd";
}
.fa-wpexplorer:before {
content: "\f2de";
}
.fa-meetup:before {
content: "\f2e0";
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*!
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=40871d1bfa13703000b0fb695d03cb54)
* Config saved to config.json and https://gist.github.com/40871d1bfa13703000b0fb695d03cb54
*/
/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
img {
vertical-align: middle;
}
* {
box-sizing: border-box;
}
*:before,
*:after {
box-sizing: border-box;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
content: " ";
display: table;
}
.container:after,
.container-fluid:after,
.row:after {
clear: both;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666667%;
}
.col-xs-pull-10 {
right: 83.33333333%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666667%;
}
.col-xs-pull-7 {
right: 58.33333333%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666667%;
}
.col-xs-pull-4 {
right: 33.33333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.66666667%;
}
.col-xs-pull-1 {
right: 8.33333333%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666667%;
}
.col-xs-push-10 {
left: 83.33333333%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666667%;
}
.col-xs-push-7 {
left: 58.33333333%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666667%;
}
.col-xs-push-4 {
left: 33.33333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.66666667%;
}
.col-xs-push-1 {
left: 8.33333333%;
}
.col-xs-push-0 {
left: auto;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-0 {
left: auto;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666667%;
}
.col-md-pull-10 {
right: 83.33333333%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666667%;
}
.col-md-pull-7 {
right: 58.33333333%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666667%;
}
.col-md-pull-4 {
right: 33.33333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.66666667%;
}
.col-md-pull-1 {
right: 8.33333333%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666667%;
}
.col-md-push-10 {
left: 83.33333333%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666667%;
}
.col-md-push-7 {
left: 58.33333333%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666667%;
}
.col-md-push-4 {
left: 33.33333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.66666667%;
}
.col-md-push-1 {
left: 8.33333333%;
}
.col-md-push-0 {
left: auto;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666667%;
}
.col-lg-pull-10 {
right: 83.33333333%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666667%;
}
.col-lg-pull-7 {
right: 58.33333333%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666667%;
}
.col-lg-pull-4 {
right: 33.33333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.66666667%;
}
.col-lg-pull-1 {
right: 8.33333333%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666667%;
}
.col-lg-push-10 {
left: 83.33333333%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666667%;
}
.col-lg-push-7 {
left: 58.33333333%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666667%;
}
.col-lg-push-4 {
left: 33.33333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.66666667%;
}
.col-lg-push-1 {
left: 8.33333333%;
}
.col-lg-push-0 {
left: auto;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
}/* Bootstrap is completely fluid below 768px.  This extension adds xxs classes to account for 320 - 480px devices */
.col-xxs-12, .col-xxs-11, .col-xxs-10, .col-xxs-9, .col-xxs-8, .col-xxs-7, .col-xxs-6, .col-xxs-5, .col-xxs-4, .col-xxs-3, .col-xxs-2, .col-xxs-1 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
float: left;
}
.visible-xxs {
display:none !important;
}
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) and (max-width:479px) {
.visible-xxs {
display: block !important;
}
.hidden-xxs {
display:none !important;
}
.col-xxs-12 {
width: 100%;
}
.col-xxs-11 {
width: 91.66666667%;
}
.col-xxs-10 {
width: 83.33333333%;
}
.col-xxs-9 {
width: 75%;
}
.col-xxs-8 {
width: 66.66666667%;
}
.col-xxs-7 {
width: 58.33333333%;
}
.col-xxs-6 {
width: 50%;
}
.col-xxs-5 {
width: 41.66666667%;
}
.col-xxs-4 {
width: 33.33333333%;
}
.col-xxs-3 {
width: 25%;
}
.col-xxs-2 {
width: 16.66666667%;
}
.col-xxs-1 {
width: 8.33333333%;
}
.col-xxs-pull-12 {
right: 100%;
}
.col-xxs-pull-11 {
right: 91.66666667%;
}
.col-xxs-pull-10 {
right: 83.33333333%;
}
.col-xxs-pull-9 {
right: 75%;
}
.col-xxs-pull-8 {
right: 66.66666667%;
}
.col-xxs-pull-7 {
right: 58.33333333%;
}
.col-xxs-pull-6 {
right: 50%;
}
.col-xxs-pull-5 {
right: 41.66666667%;
}
.col-xxs-pull-4 {
right: 33.33333333%;
}
.col-xxs-pull-3 {
right: 25%;
}
.col-xxs-pull-2 {
right: 16.66666667%;
}
.col-xxs-pull-1 {
right: 8.33333333%;
}
.col-xxs-pull-0 {
right: auto;
}
.col-xxs-push-12 {
left: 100%;
}
.col-xxs-push-11 {
left: 91.66666667%;
}
.col-xxs-push-10 {
left: 83.33333333%;
}
.col-xxs-push-9 {
left: 75%;
}
.col-xxs-push-8 {
left: 66.66666667%;
}
.col-xxs-push-7 {
left: 58.33333333%;
}
.col-xxs-push-6 {
left: 50%;
}
.col-xxs-push-5 {
left: 41.66666667%;
}
.col-xxs-push-4 {
left: 33.33333333%;
}
.col-xxs-push-3 {
left: 25%;
}
.col-xxs-push-2 {
left: 16.66666667%;
}
.col-xxs-push-1 {
left: 8.33333333%;
}
.col-xxs-push-0 {
left: auto;
}
.col-xxs-offset-12 {
margin-left: 100%;
}
.col-xxs-offset-11 {
margin-left: 91.66666667%;
}
.col-xxs-offset-10 {
margin-left: 83.33333333%;
}
.col-xxs-offset-9 {
margin-left: 75%;
}
.col-xxs-offset-8 {
margin-left: 66.66666667%;
}
.col-xxs-offset-7 {
margin-left: 58.33333333%;
}
.col-xxs-offset-6 {
margin-left: 50%;
}
.col-xxs-offset-5 {
margin-left: 41.66666667%;
}
.col-xxs-offset-4 {
margin-left: 33.33333333%;
}
.col-xxs-offset-3 {
margin-left: 25%;
}
.col-xxs-offset-2 {
margin-left: 16.66666667%;
}
.col-xxs-offset-1 {
margin-left: 8.33333333%;
}
.col-xxs-offset-0 {
margin-left: 0%;
}
}
.no-gutter-all-row > [class*='col-'] {
padding-right:0;
padding-left:0;
}
.no-gutter-col {
padding-right:0;
padding-left:0;
}
.no-gutter-row {
margin:0;
padding:0;
}body {
font-size:1em;
font-family:'Noto Sans', sans-serif;;
color:#6b5c5b;
background-color:#ffffff;

background-repeat:no-repeat;
margin:0;
padding:0;
word-wrap:break-word;
background-attachment:fixed;
background-position:center center;
}
#gahela h1 {
font-size:2em;
color:#666;
}
#gahela h2 {
border-bottom:1px dotted #D5D5D5;
font-size:18px;
}
#gahela h3 {
color:#666;
padding:0;
font-size:2em;
font-weight:normal;
position: relative;
z-index: 1;
overflow: hidden;
text-align: center;
}
#gahela h3:before, #gahela h3:after {
position: absolute;
top: 50%;
margin:0 3%;
overflow: hidden;
width: 47%;
height: 3px;
content: 'a0';
background-color: #b99867;
}
#gahela h3:before {
margin-left: -50%;
text-align: right;
}
#gfw-default-dispatch h3:first-of-type {
margin-top:5px !important;
}
#gfw-group-top-header {
border-top: 2px solid #3071a9;
border-bottom: 1px solid #e6e6e6;
background-color:#FFF;
padding: 3px 0;
}
#gfw-group-header {
background-color:#50555B;
box-shadow:0 2px 2px #ECECEC;
}
#gfw-group-header [class*="col-"] {
padding:10px;
}
#gfw-group-top-header *, #gfw-group-header * {
color:#FFF;
}
.gfw-login-user-header a {
color:#FFF;
}
.gfw-header-listitems {
text-align:center;
padding-top:3px;
background-color:#241e24;
}
.gfw-panel-users-account {
margin-top:10px;
}
#gfw-group-column-left-bar h3 {
margin: 0 -15px;
padding: 5px;
color:#b99867;
font-size: 1.3em;
padding: 5px;
text-align: center;
border-top-left-radius:3px;
border-top-right-radius:3px;
}
#gfw-group-column-left-bar .gfw-panel {
margin-top:15px;
padding-bottom:7px;
}
.cpg-y #gfw-group-column-center .gfw-panel-templates-page-content {
margin:0 0 0 -15px;
padding-right:0;
}
#gfw-group-column-center {
padding-right:0;
}
.ccg-1 #gfw-group-column-center { /* Single column display */
padding-left:0;
}
.ccg-1 .gfw-panel-templates-page-content {
margin:0;
}
.group-data-container {
border-bottom:1px solid #E3EAF3;
border-top:1px solid #E3EAF3;
border-left:5px solid #E3EAF3;
margin-bottom:20px;
background-color:#FFF;
}
.group-data-container h3 {
margin: 0 !important;
border-top: 0 !important;
font-size: 1.4em !important;
padding: 5px !important;
background-color: #E3EAF3;
border-left: none !important;
}
.group-data-container .inner-container {
padding:10px;
}
#gfw-default-dispatch .group-data-container h3:first-of-type {
margin-top:0 !important;
}
#gfw-breadcrumb-display .home {
font-weight:normal !important;
text-transform:capitalize;
}
#gfw-breadcrumb-display {
font-size:11px;
line-height:12px;
margin:10px 0;
padding:0;
text-transform:capitalize;
}
#gfw-breadcrumb-display div {
padding:0 5px;
}a {
text-decoration:none;

color:#666;
}
a:link {
color:#000000;
}
a:visited {
color:#000000;
}
a:hover {
color:#29b673;
}
a:active {
color:#999999;
}
.gfw-toggle {
position:absolute;
margin-left:-9999px;
visibility:hidden;
}
.gfw-toggle + label {
display:inline-block !important;
margin:0 !important;
vertical-align:middle;
position:relative;
cursor:pointer;
outline:none;
user-select:none;
}
input.gfw-toggle-round + label {
padding:2px;
width:36px;
height:20px;
background-color:#ddd;
border-radius:60px;
}
input.gfw-toggle-round + label:before,
input.gfw-toggle-round + label:after {
display:block;
position:absolute;
top:1px;
left:1px;
bottom:1px;
content:"";
}
input.gfw-toggle-round + label:before {
right:1px;
background-color:#f1f1f1;
border-radius:60px;
transition:background 0.4s;
}
input.gfw-toggle-round + label:after {
width:18px;
background-color:#fff;
border-radius:100%;
transition:margin 0.4s;
}
input.gfw-toggle-round:checked + label:before {
background-color:#0C0;
}
input.gfw-toggle-round:checked + label:after {
margin-left:16px;
}
#gahela .modal-background {
position:fixed;
left:0;
top:0;
width:100%;
height:100%;
z-index:10000; /* will also be adjusted in the gfw.createModal method [10000 to be above the sticky header] */
background-color:#000;
display:none;
}
#gahela .modal-foreground {
left:0;
top:0;
z-index:100015;
min-width:300px;
background-color:#FFF;
padding:10px;
position:absolute;
display:none;
}
#gahela .modal-header-background {
position:absolute;
top:0;
left:0;
width:100%;
height:48px;
z-index:-1;
}
#gahela .modal-foreground h3 {
margin-top:0;
background-color:transparent;
border:none;
padding:0px !important;
height:32px;
border-bottom:1px solid #ABABAB;
cursor:move;
font-size:1.3em !important;
}
#gahela .modal-foreground h3:before, #gahela .modal-foreground h3:after {
content:'';
background-color:transparent;
}
.modal-window-transfer {
border:1px dotted #000;
background:#FFF;
filter:alpha(opacity=80);
opacity:.80;
z-index:3;
}
.modal-window-close-icon {
font-size:24px !important;
top:3px;
z-index:999;
right:5px;
cursor:pointer;
position:absolute;
color:#696969;
text-shadow:1px 1px 0 #FFF;
}
.gfw-fa-checkbox {
display:none;
}
.gfw-fa-checkbox + label:before {
font-family:FontAwesome;
display:inline-block;
font-size:15px;
}
.gfw-fa-checkbox + label:before {
content:'\f096';
color:#666;
letter-spacing:6px;
}
.gfw-fa-checkbox:checked + label:before {
content:'\f046';
color:#007100;
letter-spacing:6px;
}img, video {
max-width: 100% !important;
height: auto;
}
table, img {
border:none;
}
form {
margin:0;
}
option {
white-space:normal;
}
.inline-img {
vertical-align:middle;
}
.pointer-icon {
cursor:pointer;
}
.noborder {
text-decoration:none !important;
border:0;
}
.required {
font-weight:bold;
color:#E24F4F;
}
.table-display {
width:100%;
border-collapse:collapse;
}
.table-display td {
border:0;
padding:6px 5px;
margin:0;
}
.table-display tr td:first-child {
border-left:none !important;
}
.table-display th {
padding:10px 5px;
margin:0;
font-weight:normal;
text-align:left;
font-size:1.05em;
white-space:nowrap;
color:#3E3E3E;
min-height:20px;
background-color:#E3EAF3;
border-left:1px dotted #D7DEE6;
}
.table-display th:first-of-type {
border-top-left-radius:2px;
border-left:none;
}
.table-display th:last-of-type {
border-top-right-radius:2px;
}
.table-display .selected {
background-color:#EFEFEF;
}
.table-display .checkbox {
padding:7px;
text-align:center;
vertical-align:middle;
width:15px;
}
.table-display .sort {
padding:10px;
margin:0;
}
hr {
border:none;
border-bottom:1px dotted #CCC;
margin:20px 0;
}
.rowA {
background-color:rgba(7, 62, 117, .02);
}
.rowB {
background-color:rgba(0, 0, 0, 0.05);
}
input[type=text],
input[type=email],
input[type=number],
input[type=search],
input[type=password],
textarea,
select {
font-size:inherit;
height:38px;
max-width:100%;
border:2px solid #CCC;
border-radius:2px;
padding:0 5px;
transition:all 0.2s linear;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
border-width:2px !important;
outline:none !important;
}
textarea {
font-family:'Open Sans', sans-serif;
padding:5px;
}
#gahela input[type=radio]{
box-shadow:none;
}
#gahela select {
padding:5px;
}
#gahela input[type='checkbox'] {
vertical-align:middle;
margin-bottom:5px;
}
.form-error-field-highlight {
border-color:#FF4646 !important;
border-style:solid !important;
background-image:url("//www.beyond4x4.com.au/themes/default/images/textfield-error-background.png") !important;
background-repeat:no-repeat !important;
background-position:right center !important;
}
select.form-error-field-highlight {
padding-right:29px !important;
background-position:right 17px center !important;
}
.gfw-unselectable {
user-select:none;
}
.gfw-element-mask {
background:url("//www.beyond4x4.com.au/themes/default/images/element-mask-FFF.png") repeat;
position:absolute;
z-index:997;
}
/* AJAX Search */
.instant-search {
position:absolute;
background:#FFF;
padding:5px 5px 0 5px;
border-bottom:1px solid #CCC;
border-left:1px solid #CCC;
border-right:1px solid #CCC;
margin:0px auto;
min-height:35px;
filter:alpha(opacity=97);
opacity:.97;
z-index:10001;
}
.instant-search dl {
margin:0;
}
.instant-search dd {
margin:0;
text-align:left;
padding:5px 0;
max-width:500px;
}
.instant-search dd a:hover, .instant-search dd a:focus {
/*background-color:#EEE;*/
/*-moz-box-shadow: 0.2em 0.2em .5em #999;
box-shadow: 0.2em 0.2em .5em #999;*/
}
.instant-search dd a {
color:#333;
display:block;
text-decoration:none
}
.instant-search dd a:link {
color:#333;
}
.instant-search dd a:visited {
color:#333;
}
.instant-search dd a:hover {
color:#333;
}
.instant-search dd.highlighted {
background-color:#EFEFEF;
}
.ui-widget-content.ui-progressbar {
height:16px;
max-width:100%;
width:300px;
border:none !important;
}
.ui-progressbar-value {
background:url("//www.beyond4x4.com.au/themes/default/images/progress-bar-green.gif") repeat-x scroll 50% 50% #3C0 !important;
border:1px solid #9E0 !important;
margin:0 0 0 -1px !important;
height:15px;
}
.fileuploadinput {
display:none;
}
.drag-and-drop-buttons-box {
margin:5px auto;
position:relative;
text-align:center;
}
.filedroparea {
margin:15px;
border:1px dashed #BBB;
font-size:1.2em;
padding:30px 10px;
min-height:100px;
position:relative;
text-align:center;
background:#F7F7F7 url("//www.beyond4x4.com.au/themes/default/images/picture-background.png") no-repeat center center;
}
.max-upload-size {
position:absolute;
width:90%;
text-align:center;
bottom:3px;
font-size:12px;
line-height:12px;
color:#FF4545;
}
.vector-icon-10 {
font-size:10px;
margin:2px;
}
.vector-icon-12 {
font-size:12px;
margin:2px;
}
.vector-icon-16 {
font-size:16px;
margin:3px;
}
.vector-icon-20 {
font-size:20px;
margin:3px;
}
.vector-icon-24 {
font-size:23px;
margin-right:4px;
}
.vector-icon-32 {
font-size:32px;
margin-right:3px;
}
.vector-icon-48 {
font-size:48px;
margin-right:3px;
}
.spin-image {
animation:spin 2s linear infinite;
}
@-moz-keyframes spin {
100% {
}
}
@-webkit-keyframes spin {
100% {
}
}
@keyframes spin {
100% {
transform:rotate(360deg);
}
}
.gfw-dyn-saving-node {
display:inline-block;
}
.ui-slider-handle {
border-radius:24px !important;
}
.ui-datepicker {
z-index:999999999 !important;
}
.ui-datepicker-header {
height:36px;
line-height:36px;
}
.ui-datepicker-header a {
border:none !important;
}
.ui-datepicker-trigger {
border:none;
background:none;
background-color:transparent !important;
width:23px !important;
padding:0 !important;
min-width:20px !important;
outline:none;
}
.ui-datepicker-trigger .fa {
color:#333 !important;
text-shadow:none;
font-size:14px;
}
.ui-datepicker .ui-datepicker-header {
padding:0 !important;
}
.no-state-required-message {
margin:15px 0;
}
.form-fields-box label {
font-weight:bold;
display:block;
margin:20px 0 1px;
}
.form-fields-box label.inline {
font-weight:normal;
display:inline;
margin:1px;
}
td .form-fields-box label {
margin:0 !important;
}
.form-fields-box textarea {
width:90%;
height:60px;
}
textarea {
min-height:60px;
}
.clearfloat {
clear:both;
height:0;
padding:0 !important;
font-size:1px;
line-height:0px;
}
section {
}
.centered-submit-button {
text-align:center;
margin:10px;
}
.panel-has-animation {
visibility:hidden;
}.minicolors {
position:relative;
display:inline-block;
z-index:1;
}
.minicolors-focus {
z-index:2;
}
.minicolors.minicolors-theme-default .minicolors-input {
margin:0px;
width:75px;
margin-right:-1px;
}
.minicolors-theme-default.minicolors .minicolors-input {
vertical-align:middle;
outline:none;
}
.minicolors-theme-default.minicolors-swatch-left .minicolors-input {
margin-left:3px;
margin-right:auto;
}
.minicolors-theme-default.minicolors-focus .minicolors-input,
.minicolors-theme-default.minicolors-focus .minicolors-swatch {
border-color:#999;
}
.minicolors-hidden {
position:absolute;
left:-9999em;
}
.minicolors-swatch {
position:relative;
width:24px;
height:24px;
text-align:left;
background:url("//www.beyond4x4.com.au/themes/default/images/jquery.minicolors.png") -80px 0;
border:solid 1px #CCC;
vertical-align:middle;
display:inline-block;
margin-right:2px;
}
.minicolors-swatch span {
background-color:#FFF;
background-image:url("//www.beyond4x4.com.au/themes/default/images/color-picker-24.png");
box-shadow:0 0 1px #000;
height:24px;
margin:0;
padding:0;
width:24px;
cursor:pointer;
display:inline-block;
vertical-align:text-top;
}
/* Panel */
.minicolors-panel {
position:absolute;
top:33px;
left:0;
width:173px;
height:152px;
background:white;
border:solid 1px #CCC;
box-shadow:0 0 20px rgba(0, 0, 0, .2);
display:none;
}
.minicolors-position-top .minicolors-panel {
top:-156px;
}
.minicolors-position-left .minicolors-panel {
left:-83px;
}
.minicolors-position-left.minicolors-with-opacity .minicolors-panel {
left:-104px;
}
.minicolors-with-opacity .minicolors-panel {
width:194px;
}
.minicolors .minicolors-grid {
position:absolute;
top:1px;
left:1px;
width:150px;
height:150px;
background:url("//www.beyond4x4.com.au/themes/default/images/jquery.minicolors.png") -120px 0;
cursor:crosshair;
}
.minicolors .minicolors-grid-inner {
position:absolute;
top:0;
left:0;
width:150px;
height:150px;
background:none;
}
.minicolors-slider-saturation .minicolors-grid {
background-position:-420px 0;
}
.minicolors-slider-saturation .minicolors-grid-inner {
background:url("//www.beyond4x4.com.au/themes/default/images/jquery.minicolors.png") -270px 0;
}
.minicolors-slider-brightness .minicolors-grid {
background-position:-570px 0;
}
.minicolors-slider-brightness .minicolors-grid-inner {
background:black;
}
.minicolors-slider-wheel .minicolors-grid {
background-position:-720px 0;
}
.minicolors-slider,
.minicolors-opacity-slider {
position:absolute;
top:1px;
left:152px;
width:20px;
height:150px;
background:white url("//www.beyond4x4.com.au/themes/default/images/jquery.minicolors.png") 0 0;
cursor:crosshair;
}
.minicolors-slider-saturation .minicolors-slider {
background-position:-60px 0;
}
.minicolors-slider-brightness .minicolors-slider {
background-position:-20px 0;
}
.minicolors-slider-wheel .minicolors-slider {
background-position:-20px 0;
}
.minicolors-opacity-slider {
left:173px;
background-position:-40px 0;
display:none;
}
.minicolors-with-opacity .minicolors-opacity-slider {
display:block;
}
/* Pickers */
.minicolors-grid .minicolors-picker {
position:absolute;
top:70px;
left:70px;
width:10px;
height:10px;
border:solid 1px black;
border-radius:10px;
margin-top:-6px;
margin-left:-6px;
background:none;
}
.minicolors-grid .minicolors-picker SPAN {
position:absolute;
top:0;
left:0;
width:6px;
height:6px;
border-radius:6px;
border:solid 2px white;
}
.minicolors-picker {
position:absolute;
top:0;
left:0;
width:18px;
height:2px;
background:white;
border:solid 1px black;
margin-top:-2px;
}
/* Inline controls */
.minicolors-inline .minicolors-input,
.minicolors-inline .minicolors-swatch {
display:none;
}
.minicolors-inline .minicolors-panel {
position:relative;
top:auto;
left:auto;
display:inline-block;
}
/*
* Bootstrap Theme (theme:'bootstrap')
*
*/
/* Input styles */
.minicolors-theme-bootstrap .minicolors-input {
padding:4px 6px;
padding-left:30px;
background-color:white;
border:1px solid #CCC;
border-radius:3px;
color:#555;
font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
font-size:14px;
height:19px;
margin:0px;
box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* When the input has focus */
.minicolors-theme-bootstrap.minicolors-focus .minicolors-input {
border-color:#6fb8f1;
box-shadow:0 0 10px #6fb8f1;
outline:none;
}
/* Swatch styles */
.minicolors-theme-bootstrap .minicolors-swatch {
position:absolute;
left:4px;
top:4px;
z-index:2;
}
/* Handle swatch position (left = default / right) */
.minicolors-theme-bootstrap.minicolors-swatch-position-right .minicolors-input {
padding-left:6px;
padding-right:30px;
}
.minicolors-theme-bootstrap.minicolors-swatch-position-right .minicolors-swatch {
left:auto;
right:4px;
}
/* Panel styles */
.minicolors-theme-bootstrap .minicolors-panel {
top:28px;
z-index:3;
}
/* Handle panel positions (top / left) */
.minicolors-theme-bootstrap.minicolors-position-top .minicolors-panel {
top:-154px;
}
.minicolors-theme-bootstrap.minicolors-position-left .minicolors-panel {
left:-63px;
}
/* Don't forget to adjust the left position in case the opacity slider is visible! */
.minicolors-theme-bootstrap.minicolors-position-left.minicolors-with-opacity .minicolors-panel {
left:-84px;
}
div#gfw-useraccount-menu h3 {
background-color:#241e24;
color:#ffffff;
margin:0 0 10px 0;
padding:5px 15px;
font-size:1.1em;
}
div.gfw-useraccount-greeting {
font-size:smaller;
}
div.gfw-login-user-header.logged-in {
cursor:pointer;
}
span#close-account-display {
color:#ffffff;
font-size:20px;
cursor:pointer;
position:absolute;
right:5px;
top:5px;
}
div#gfw-useraccount-menu {
position:fixed;
min-width:300px;
max-width:500px;
top:-2000px;
right:0;
background-color:#ffffff;
z-index:10001;
}
@media only screen and (max-width :320px) {
#gfw-useraccount-menu {
max-width:300px;
}
}
@media only screen and (max-width :425px) {
#gfw-useraccount-menu {
max-width:400px;
}
}
#gfw-useraccount-menu ul {
margin:0;
padding:0;
}
#gfw-useraccount-menu li {
display:block;
padding:7px;
}
#gfw-useraccount-menu li:hover {
background-color:#EFEFEF;
}
#gfw-useraccount-menu a {
color:#333;
}
#login-box {
margin-left:auto;
margin-right:auto;
margin-top:30px;
padding:10px;
position:relative;
background-color:#FFF;
background:rgba(255, 255, 255, .7);
border:none;
z-index:10;
max-width:400px;
border-radius:10px;
}
.modal-foreground #login-box {
background-color:transparent;
margin:0 !important;
max-width:100%;
}
.login-box-input [class*="col-"]{
line-height:35px;
}
#login-box .header {
color:#FFF;
font-size:18px;
padding:10px;
text-shadow:1px 1px 2px #333;
}
#login-box .l-text .row {
margin-bottom:8px;
}
#login-box input[type=text], #login-box input[type=password] {
width:270px;
}
#login-box h3 {
margin:5px 3px;
}
#gfw-header-login-box {
display:none;
}
.login-forgot-pass-box {
text-align:center;
margin-top:15px;
}
.login-register-box-link {
font-weight:bold;
text-align:center;
}
#login-box-container {
max-width:600px;
margin:10px auto;
}
.gfw-panel-users-account {
text-align:left;
}
div#caps-lock-is-on {
display:none;
padding:10px;
background-color:rgba(255, 0, 0, .5);
color:#FFF;
margin:10px 0;
}
span.caps-warning-icon {
margin-right: 5px;
vertical-align: middle;
}.search-predictive-container .ps-thumbnail {
max-width:45px;
max-height:45px;
position:relative;
}
div.predictive-search-product-details .add-to-cart-button {
margin-top:10px;
}
.ps-image-box {
background-color:#FFF;
text-align:center;
width:49px;
height:49px;
vertical-align:middle;
display:inline-block;
padding:1px;
border:1px solid #E6E6E6;
margin:2px 2px 2px 5px;
}
.predictive-search-product-details {
visibility:hidden;
position:absolute;
top:10px;
border:1px solid #CCC;
left:-257px;
width:260px;
min-height:200px;
background-color:#FFF;
text-align:center;
padding:15px 10px 10px;
}
.ps-detail-box {
margin:2px 0;
}
.predictive-search-product-details .products-grid-title-link {
display:inline;
}
.predictive-search-product:hover .predictive-search-product-details {
visibility:visible;
}
.auto-suggest-description {
font-size:xx-small;
color:#999;
text-align:right;
padding-right:3px;
}
.search-divider-border {
border-bottom:1px solid #D5D5D5;
padding-top:3px;
padding-bottom:5px;
}
div.ps-detail-box .gfw-add-to-cart-checkbox, div.ps-detail-box .gfw-add-to-cart-checkbox-label {
display:none;
}.gfw-search-box {
display:none;
position: absolute;
top:0;
left:0;
background: rgba(0, 0, 0, .8);
padding: 11px;
}
.gfw-search-icon {
font-size:20px;
cursor:pointer;
}
.gfw-search-box button {
min-width:30px !important;
height:30px;
color:#FFF !important;
padding:0 !important;
text-shadow:none !important;
vertical-align:middle !important;
margin-left:-35px;
margin-top:-3px;
background-color:transparent !important;
outline:none;
}
.gfw-search-box button .fa {
color:#FFF !important;
}
#gfw-search-q {
width: 90%;
color: #FFF;
background-color: transparent;
border: none;
border-bottom: 1px solid #6B6B6B !important;
padding: 0 35px 0 15px;
outline: none;
}
.gfw-close-search-overlay {
position: absolute;
right: 10px;
top: 10px;
color:#D0D0D0;
cursor: pointer;
font-size: 28px;
}
.gfw-panel-smart_search-bar-overlay-search {
padding-top:20px !important;
}div#gfw-minicart-display h3 {
background-color:#241e24;
color:#ffffff;
margin:0 0 10px 0;
padding:5px 15px;
font-size:1.1em;
}
div.gfw-panel-cart-minicart {
cursor:pointer;
}
span#close-minicart-display {
color:#ffffff;
font-size:20px;
cursor:pointer;
position:absolute;
right:5px;
z-index:3;
top:5px;
}
div#minicart-lines-container {
overflow-y:auto;
overflow-x:hidden;
}
.minicart-button-container {
width:100%;
}
.minicart-button {
float:right;
margin:5px;
}
.gfw-minicart-header-vector {
color:#FFF;
font-size:28px;
}
#gfw-minicart-header {
position:relative;
width:40px;
margin:10px auto 0;
}
#gfw-minicart-header-total {
position:absolute;
font-size:smaller;
min-width:19px;
height:19px;
line-height:19px;
top:-8px;
right:0;
background-color:#838487;
color:#FFF !important;
text-align:center;
border-radius:100%;
}
#gfw-minicart-header-total .spin-image {
color:#FFF !important;
width:14px !important;
height:14px !important;
font-size:14px !important;
margin:2px !important;
}
div#gfw-minicart-display {
position:fixed;
min-width:300px;
max-width:500px;
top:-2000px;
right:0;
background-color:#ffffff;
z-index:10001;
}
@media only screen and (max-width :320px) {
#gfw-minicart-display {
max-width:300px;
}
}
@media only screen and (max-width :425px) {
#gfw-minicart-display {
max-width:400px;
}
}
#gfw-minicart-display * {
color:#666;
}
#gfw-minicart-display:before {
content:"";
border-bottom:13px solid #fff;
border-right:15px solid transparent;
border-left:15px solid transparent;
position:absolute;
top:-13px;
right:20px;
z-index:10;
}
#gfw-minicart-display:after {
content:"";
border-bottom:15px solid #CCC;
border-right:17px solid transparent;
border-left:17px solid transparent;
position:absolute;
top:-15px;
right:18px;
z-index:8;
}
span.minicart-remove-item {
position:absolute;
right:30px;
cursor:pointer;
font-size:14px;
color:#AFAFAF !important;
}
div.minicart-line {
padding:5px;
border-bottom:1px dotted #CCC;
position:relative;
}
div.minicart-line-col {
margin:10px 5px 10px 20px;
float:left;
}
div.minicart-product-title {
width:95%;
}
.minicart-subtotal {
text-align:right;
margin:10px;
}
#minicart-sidebar-container {
display:none;
color:#666;
}
.cpg-y #minicart-container {
display:none;
}
.cpg-y #minicart-sidebar-container {
display:block;
}
#gfw-minicart-sidebar-items {
padding:5px;
}
#gfw-minicart-empty-text {
margin:10px;
}.gfw-logo {
max-height:100px;
}
.gfw-panel-templates-logo {
white-space:nowrap;
line-height: 40px;
}
.swatch-square {
margin: 3px;
padding: 3px;
position: relative;
text-align: center;
display:inline-block;
border: 2px solid #DEDEDE;
background-color:#FFF;
cursor: pointer;
}
.swatch-square-sm {
cursor:inherit;
margin:1px;
padding:1px;
border:1px solid #DEDEDE;
}
.swatch-square.selected {
border-color:#666;
}
.swatch-square.disabled {
filter:alpha(opacity=70);
opacity:.70;
display:none;
}
.swatch-square-float-l {
float:left;
}
.swatch-square-color {
height:36px;
width:36px;
}
.swatch-square-image {
width:36px;
height:36px;
}
.swatch-square-color-sm {
height:18px;
width:18px;
}
.swatch-square-image-sm, .swatch-square-image-sm im {
width:18px;
height:18px;
}
.swatch-title-text {
position:absolute;
top:-12px;
z-index:1;
left:10px;
padding:2px;
font-weight:bold;
white-space:nowrap;
filter:alpha(opacity=0);
opacity:.0;
background-color:#FFF;
background-color:rgba(255, 255, 255, .9);
transition:all .5s ease;
}
.swatch-title-text.hover {
filter:alpha(opacity=99);
opacity:.99;
left:0;
}
.product-attribute-container {
margin:5px 0;
}
.attribute-container {
position:relative;
}
.show-options select {
width:100%;
}
.attribute-container select {
max-width:100%;
}
.attribute-container-error {
position:absolute;
top:-14px;
right:-30px;
background-color:#FF3E3E;
color:#FFF;
padding:5px;
filter:alpha(opacity=0);
opacity:.0;
}
.required-attribute .attribute-container-error {
display:block;
filter:alpha(opacity=99);
opacity:.99;
right:-2px;
z-index:1;
transition:all .5s ease;
}
.attribute-container.required-attribute {
border:2px solid #FF3E3E;
background-color:#F9D6DC;
}
.product-attributes-box {
max-width:90%;
padding:1px 10px;
background-color:#F0F0F0;
}
.cart-product-attribute-name {
font-weight:bold;
}
.cart-product-attribute-value {
margin:0px 10px;
}
.included-taxes {
font-size:smaller;
color:#ADADAD;
}
.products-list-container .included-taxes, .product-field-section .included-taxes {
display:inline-block;
margin-left:5px;
}
.gfw-product-price {
font-weight:bold;
color:#26b673;
}
.gfw-product-msrp {
text-decoration:line-through;
}.add-to-cart-checkmark {
color:#3C0;
font-size:24px;
font-weight:bold;
}
.add-to-cart-popup-details {
padding-left:7px;
}
.gfw-atc-button-box {
margin:10px 0;
}
.gfw-atc-button-box.acp-cart {
display:none;
}
.gfw-atc-button-box:after {
content:"";
clear:both;
display:block;
}
.gfw-added-cart-button {
float: right;
margin: 5px;
}
div.add-to-cart-line {
padding:5px;
margin:0;
border-bottom:1px dotted #CCC;
position:relative;
}
div.add-to-cart-line-col {
float:left;
}
div.add-to-cart-product-title {
width:95%;
}.sticky-scroller {
width: 100%;
opacity:.95;
position: fixed;
top:-100px;
z-index: 9999;
}@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
.animated {
animation-duration: 1s;
animation-fill-mode: both;
}
.animated.infinite {
animation-iteration-count: infinite;
}
.animated.hinge {
animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
animation-duration: .75s;
}
@-webkit-keyframes bounce {
from, 20%, 53%, 80%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transform: translate3d(0,0,0);
}
40%, 43% {
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transform: translate3d(0, -30px, 0);
}
70% {
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transform: translate3d(0, -15px, 0);
}
90% {
transform: translate3d(0,-4px,0);
}
}
@keyframes bounce {
from, 20%, 53%, 80%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transform: translate3d(0,0,0);
}
40%, 43% {
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transform: translate3d(0, -30px, 0);
}
70% {
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transform: translate3d(0, -15px, 0);
}
90% {
transform: translate3d(0,-4px,0);
}
}
.bounce {
animation-name: bounce;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
from, 50%, to {
/* opacity: 1; */
}
25%, 75% {
/* opacity: 0; */
}
}
@keyframes flash {
from, 50%, to {
/* opacity: 1; */
}
25%, 75% {
/* opacity: 0; */
}
}
.flash {
animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
from {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(1.05, 1.05, 1.05);
}
to {
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(1.05, 1.05, 1.05);
}
to {
transform: scale3d(1, 1, 1);
}
}
.pulse {
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
from {
transform: scale3d(1, 1, 1);
}
30% {
transform: scale3d(1.25, 0.75, 1);
}
40% {
transform: scale3d(0.75, 1.25, 1);
}
50% {
transform: scale3d(1.15, 0.85, 1);
}
65% {
transform: scale3d(.95, 1.05, 1);
}
75% {
transform: scale3d(1.05, .95, 1);
}
to {
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
transform: scale3d(1, 1, 1);
}
30% {
transform: scale3d(1.25, 0.75, 1);
}
40% {
transform: scale3d(0.75, 1.25, 1);
}
50% {
transform: scale3d(1.15, 0.85, 1);
}
65% {
transform: scale3d(.95, 1.05, 1);
}
75% {
transform: scale3d(1.05, .95, 1);
}
to {
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
animation-name: rubberBand;
}
@-webkit-keyframes shake {
from, to {
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
from, to {
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
transform: translate3d(10px, 0, 0);
}
}
.shake {
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
transform: rotate3d(0, 0, 1, -5deg);
}
to {
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
transform: rotate3d(0, 0, 1, -5deg);
}
to {
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
transform-origin: top center;
animation-name: swing;
}
@-webkit-keyframes tada {
from {
transform: scale3d(1, 1, 1);
}
10%, 20% {
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
transform: scale3d(1, 1, 1);
}
10%, 20% {
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
transform: scale3d(1, 1, 1);
}
}
.tada {
animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
from {
transform: none;
}
15% {
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
transform: none;
}
}
@keyframes wobble {
from {
transform: none;
}
15% {
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
transform: none;
}
}
.wobble {
animation-name: wobble;
}
@-webkit-keyframes jello {
from, 11.1%, to {
transform: none;
}
22.2% {
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
from, 11.1%, to {
transform: none;
}
22.2% {
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
animation-name: jello;
transform-origin: center;
}
@-webkit-keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
/* opacity: 0; */
transform: scale3d(.3, .3, .3);
}
20% {
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
transform: scale3d(.9, .9, .9);
}
60% {
/* opacity: 1; */
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
transform: scale3d(.97, .97, .97);
}
to {
/* opacity: 1; */
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
/* opacity: 0; */
transform: scale3d(.3, .3, .3);
}
20% {
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
transform: scale3d(.9, .9, .9);
}
60% {
/* opacity: 1; */
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
transform: scale3d(.97, .97, .97);
}
to {
/* opacity: 1; */
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
/* opacity: 0; */
transform: translate3d(0, -3000px, 0);
}
60% {
/* opacity: 1; */
transform: translate3d(0, 25px, 0);
}
75% {
transform: translate3d(0, -10px, 0);
}
90% {
transform: translate3d(0, 5px, 0);
}
to {
transform: none;
}
}
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
/* opacity: 0; */
transform: translate3d(0, -3000px, 0);
}
60% {
/* opacity: 1; */
transform: translate3d(0, 25px, 0);
}
75% {
transform: translate3d(0, -10px, 0);
}
90% {
transform: translate3d(0, 5px, 0);
}
to {
transform: none;
}
}
.bounceInDown {
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
/* opacity: 0; */
transform: translate3d(-3000px, 0, 0);
}
60% {
/* opacity: 1; */
transform: translate3d(25px, 0, 0);
}
75% {
transform: translate3d(-10px, 0, 0);
}
90% {
transform: translate3d(5px, 0, 0);
}
to {
transform: none;
}
}
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
/* opacity: 0; */
transform: translate3d(-3000px, 0, 0);
}
60% {
/* opacity: 1; */
transform: translate3d(25px, 0, 0);
}
75% {
transform: translate3d(-10px, 0, 0);
}
90% {
transform: translate3d(5px, 0, 0);
}
to {
transform: none;
}
}
.bounceInLeft {
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
/* opacity: 0; */
transform: translate3d(3000px, 0, 0);
}
60% {
/* opacity: 1; */
transform: translate3d(-25px, 0, 0);
}
75% {
transform: translate3d(10px, 0, 0);
}
90% {
transform: translate3d(-5px, 0, 0);
}
to {
transform: none;
}
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
/* opacity: 0; */
transform: translate3d(3000px, 0, 0);
}
60% {
/* opacity: 1; */
transform: translate3d(-25px, 0, 0);
}
75% {
transform: translate3d(10px, 0, 0);
}
90% {
transform: translate3d(-5px, 0, 0);
}
to {
transform: none;
}
}
.bounceInRight {
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
/* opacity: 0; */
transform: translate3d(0, 3000px, 0);
}
60% {
/* opacity: 1; */
transform: translate3d(0, -20px, 0);
}
75% {
transform: translate3d(0, 10px, 0);
}
90% {
transform: translate3d(0, -5px, 0);
}
to {
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
/* opacity: 0; */
transform: translate3d(0, 3000px, 0);
}
60% {
/* opacity: 1; */
transform: translate3d(0, -20px, 0);
}
75% {
transform: translate3d(0, 10px, 0);
}
90% {
transform: translate3d(0, -5px, 0);
}
to {
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
transform: scale3d(.9, .9, .9);
}
50%, 55% {
/* opacity: 1; */
transform: scale3d(1.1, 1.1, 1.1);
}
to {
/* opacity: 0; */
transform: scale3d(.3, .3, .3);
}
}
@keyframes bounceOut {
20% {
transform: scale3d(.9, .9, .9);
}
50%, 55% {
/* opacity: 1; */
transform: scale3d(1.1, 1.1, 1.1);
}
to {
/* opacity: 0; */
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
transform: translate3d(0, 10px, 0);
}
40%, 45% {
/* opacity: 1; */
transform: translate3d(0, -20px, 0);
}
to {
/* opacity: 0; */
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
transform: translate3d(0, 10px, 0);
}
40%, 45% {
/* opacity: 1; */
transform: translate3d(0, -20px, 0);
}
to {
/* opacity: 0; */
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
/* opacity: 1; */
transform: translate3d(20px, 0, 0);
}
to {
/* opacity: 0; */
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
/* opacity: 1; */
transform: translate3d(20px, 0, 0);
}
to {
/* opacity: 0; */
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
/* opacity: 1; */
transform: translate3d(-20px, 0, 0);
}
to {
/* opacity: 0; */
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
/* opacity: 1; */
transform: translate3d(-20px, 0, 0);
}
to {
/* opacity: 0; */
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
transform: translate3d(0, -10px, 0);
}
40%, 45% {
/* opacity: 1; */
transform: translate3d(0, 20px, 0);
}
to {
/* opacity: 0; */
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
transform: translate3d(0, -10px, 0);
}
40%, 45% {
/* opacity: 1; */
transform: translate3d(0, 20px, 0);
}
to {
/* opacity: 0; */
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
from {
/* opacity: 0; */
}
to {
/* opacity: 1; */
}
}
@keyframes fadeIn {
from {
/* opacity: 0; */
}
to {
/* opacity: 1; */
}
}
.fadeIn {
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
/* opacity: 0; */
transform: translate3d(0, -100%, 0);
}
to {
/* opacity: 1; */
transform: none;
}
}
@keyframes fadeInDown {
from {
/* opacity: 0; */
transform: translate3d(0, -100%, 0);
}
to {
/* opacity: 1; */
transform: none;
}
}
.fadeInDown {
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
/* opacity: 0; */
transform: translate3d(0, -2000px, 0);
}
to {
/* opacity: 1; */
transform: none;
}
}
@keyframes fadeInDownBig {
from {
/* opacity: 0; */
transform: translate3d(0, -2000px, 0);
}
to {
/* opacity: 1; */
transform: none;
}
}
.fadeInDownBig {
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
/* opacity: 0; */
transform: translate3d(-100%, 0, 0);
}
to {
/* opacity: 1; */
transform: none;
}
}
@keyframes fadeInLeft {
from {
/* opacity: 0; */
transform: translate3d(-100%, 0, 0);
}
to {
/* opacity: 1; */
transform: none;
}
}
.fadeInLeft {
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
/* opacity: 0; */
transform: translate3d(-2000px, 0, 0);
}
to {
/* opacity: 1; */
transform: none;
}
}
@keyframes fadeInLeftBig {
from {
/* opacity: 0; */
transform: translate3d(-2000px, 0, 0);
}
to {
/* opacity: 1; */
transform: none;
}
}
.fadeInLeftBig {
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
/* opacity: 0; */
transform: translate3d(100%, 0, 0);
}
to {
/* opacity: 1; */
transform: none;
}
}
@keyframes fadeInRight {
from {
/* opacity: 0; */
transform: translate3d(100%, 0, 0);
}
to {
/* opacity: 1; */
transform: none;
}
}
.fadeInRight {
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
/* opacity: 0; */
transform: translate3d(2000px, 0, 0);
}
to {
/* opacity: 1; */
transform: none;
}
}
@keyframes fadeInRightBig {
from {
/* opacity: 0; */
transform: translate3d(2000px, 0, 0);
}
to {
/* opacity: 1; */
transform: none;
}
}
.fadeInRightBig {
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
/* opacity: 0; */
transform: translate3d(0, 100%, 0);
}
to {
/* opacity: 1; */
transform: none;
}
}
@keyframes fadeInUp {
from {
/* opacity: 0; */
transform: translate3d(0, 100%, 0);
}
to {
/* opacity: 1; */
transform: none;
}
}
.fadeInUp {
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
/* opacity: 0; */
transform: translate3d(0, 2000px, 0);
}
to {
/* opacity: 1; */
transform: none;
}
}
@keyframes fadeInUpBig {
from {
/* opacity: 0; */
transform: translate3d(0, 2000px, 0);
}
to {
/* opacity: 1; */
transform: none;
}
}
.fadeInUpBig {
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
/* opacity: 1; */
}
to {
/* opacity: 0; */
}
}
@keyframes fadeOut {
from {
/* opacity: 1; */
}
to {
/* opacity: 0; */
}
}
.fadeOut {
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
/* opacity: 1; */
}
to {
/* opacity: 0; */
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
/* opacity: 1; */
}
to {
/* opacity: 0; */
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
/* opacity: 1; */
}
to {
/* opacity: 0; */
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
/* opacity: 1; */
}
to {
/* opacity: 0; */
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
/* opacity: 1; */
}
to {
/* opacity: 0; */
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
/* opacity: 1; */
}
to {
/* opacity: 0; */
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
/* opacity: 1; */
}
to {
/* opacity: 0; */
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
/* opacity: 1; */
}
to {
/* opacity: 0; */
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
/* opacity: 1; */
}
to {
/* opacity: 0; */
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
/* opacity: 1; */
}
to {
/* opacity: 0; */
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
/* opacity: 1; */
}
to {
/* opacity: 0; */
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
/* opacity: 1; */
}
to {
/* opacity: 0; */
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
/* opacity: 1; */
}
to {
/* opacity: 0; */
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
/* opacity: 1; */
}
to {
/* opacity: 0; */
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
/* opacity: 1; */
}
to {
/* opacity: 0; */
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
/* opacity: 1; */
}
to {
/* opacity: 0; */
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
animation-timing-function: ease-out;
}
40% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
animation-timing-function: ease-out;
}
50% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
animation-timing-function: ease-in;
}
80% {
transform: perspective(400px) scale3d(.95, .95, .95);
animation-timing-function: ease-in;
}
to {
transform: perspective(400px);
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
animation-timing-function: ease-out;
}
40% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
animation-timing-function: ease-out;
}
50% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
animation-timing-function: ease-in;
}
80% {
transform: perspective(400px) scale3d(.95, .95, .95);
animation-timing-function: ease-in;
}
to {
transform: perspective(400px);
animation-timing-function: ease-in;
}
}
.animated.flip {
backface-visibility: visible;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
animation-timing-function: ease-in;
/* opacity: 0; */
}
40% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
animation-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
/* opacity: 1; */
}
80% {
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
transform: perspective(400px);
}
}
@keyframes flipInX {
from {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
animation-timing-function: ease-in;
/* opacity: 0; */
}
40% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
animation-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
/* opacity: 1; */
}
80% {
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
transform: perspective(400px);
}
}
.flipInX {
backface-visibility: visible !important;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
animation-timing-function: ease-in;
/* opacity: 0; */
}
40% {
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
animation-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
/* opacity: 1; */
}
80% {
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
transform: perspective(400px);
}
}
@keyframes flipInY {
from {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
animation-timing-function: ease-in;
/* opacity: 0; */
}
40% {
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
animation-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
/* opacity: 1; */
}
80% {
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
transform: perspective(400px);
}
}
.flipInY {
backface-visibility: visible !important;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
/* opacity: 1; */
}
to {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
/* opacity: 0; */
}
}
@keyframes flipOutX {
from {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
/* opacity: 1; */
}
to {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
/* opacity: 0; */
}
}
.flipOutX {
animation-name: flipOutX;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
/* opacity: 1; */
}
to {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
/* opacity: 0; */
}
}
@keyframes flipOutY {
from {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
/* opacity: 1; */
}
to {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
/* opacity: 0; */
}
}
.flipOutY {
backface-visibility: visible !important;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
transform: translate3d(100%, 0, 0) skewX(-30deg);
/* opacity: 0; */
}
60% {
transform: skewX(20deg);
/* opacity: 1; */
}
80% {
transform: skewX(-5deg);
/* opacity: 1; */
}
to {
transform: none;
/* opacity: 1; */
}
}
@keyframes lightSpeedIn {
from {
transform: translate3d(100%, 0, 0) skewX(-30deg);
/* opacity: 0; */
}
60% {
transform: skewX(20deg);
/* opacity: 1; */
}
80% {
transform: skewX(-5deg);
/* opacity: 1; */
}
to {
transform: none;
/* opacity: 1; */
}
}
.lightSpeedIn {
animation-name: lightSpeedIn;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
/* opacity: 1; */
}
to {
transform: translate3d(100%, 0, 0) skewX(30deg);
/* opacity: 0; */
}
}
@keyframes lightSpeedOut {
from {
/* opacity: 1; */
}
to {
transform: translate3d(100%, 0, 0) skewX(30deg);
/* opacity: 0; */
}
}
.lightSpeedOut {
animation-name: lightSpeedOut;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
transform-origin: center;
transform: rotate3d(0, 0, 1, -200deg);
/* opacity: 0; */
}
to {
transform-origin: center;
transform: none;
/* opacity: 1; */
}
}
@keyframes rotateIn {
from {
transform-origin: center;
transform: rotate3d(0, 0, 1, -200deg);
/* opacity: 0; */
}
to {
transform-origin: center;
transform: none;
/* opacity: 1; */
}
}
.rotateIn {
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
/* opacity: 0; */
}
to {
transform-origin: left bottom;
transform: none;
/* opacity: 1; */
}
}
@keyframes rotateInDownLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
/* opacity: 0; */
}
to {
transform-origin: left bottom;
transform: none;
/* opacity: 1; */
}
}
.rotateInDownLeft {
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 45deg);
/* opacity: 0; */
}
to {
transform-origin: right bottom;
transform: none;
/* opacity: 1; */
}
}
@keyframes rotateInDownRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 45deg);
/* opacity: 0; */
}
to {
transform-origin: right bottom;
transform: none;
/* opacity: 1; */
}
}
.rotateInDownRight {
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
/* opacity: 0; */
}
to {
transform-origin: left bottom;
transform: none;
/* opacity: 1; */
}
}
@keyframes rotateInUpLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
/* opacity: 0; */
}
to {
transform-origin: left bottom;
transform: none;
/* opacity: 1; */
}
}
.rotateInUpLeft {
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -90deg);
/* opacity: 0; */
}
to {
transform-origin: right bottom;
transform: none;
/* opacity: 1; */
}
}
@keyframes rotateInUpRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -90deg);
/* opacity: 0; */
}
to {
transform-origin: right bottom;
transform: none;
/* opacity: 1; */
}
}
.rotateInUpRight {
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
transform-origin: center;
/* opacity: 1; */
}
to {
transform-origin: center;
transform: rotate3d(0, 0, 1, 200deg);
/* opacity: 0; */
}
}
@keyframes rotateOut {
from {
transform-origin: center;
/* opacity: 1; */
}
to {
transform-origin: center;
transform: rotate3d(0, 0, 1, 200deg);
/* opacity: 0; */
}
}
.rotateOut {
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
transform-origin: left bottom;
/* opacity: 1; */
}
to {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
/* opacity: 0; */
}
}
@keyframes rotateOutDownLeft {
from {
transform-origin: left bottom;
/* opacity: 1; */
}
to {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
/* opacity: 0; */
}
}
.rotateOutDownLeft {
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
transform-origin: right bottom;
/* opacity: 1; */
}
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -45deg);
/* opacity: 0; */
}
}
@keyframes rotateOutDownRight {
from {
transform-origin: right bottom;
/* opacity: 1; */
}
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -45deg);
/* opacity: 0; */
}
}
.rotateOutDownRight {
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
transform-origin: left bottom;
/* opacity: 1; */
}
to {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
/* opacity: 0; */
}
}
@keyframes rotateOutUpLeft {
from {
transform-origin: left bottom;
/* opacity: 1; */
}
to {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
/* opacity: 0; */
}
}
.rotateOutUpLeft {
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
transform-origin: right bottom;
/* opacity: 1; */
}
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 90deg);
/* opacity: 0; */
}
}
@keyframes rotateOutUpRight {
from {
transform-origin: right bottom;
/* opacity: 1; */
}
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 90deg);
/* opacity: 0; */
}
}
.rotateOutUpRight {
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
transform-origin: top left;
animation-timing-function: ease-in-out;
}
20%, 60% {
transform: rotate3d(0, 0, 1, 80deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
}
40%, 80% {
transform: rotate3d(0, 0, 1, 60deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
/* opacity: 1; */
}
to {
transform: translate3d(0, 700px, 0);
/* opacity: 0; */
}
}
@keyframes hinge {
0% {
transform-origin: top left;
animation-timing-function: ease-in-out;
}
20%, 60% {
transform: rotate3d(0, 0, 1, 80deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
}
40%, 80% {
transform: rotate3d(0, 0, 1, 60deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
/* opacity: 1; */
}
to {
transform: translate3d(0, 700px, 0);
/* opacity: 0; */
}
}
.hinge {
animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
from {
/* opacity: 0; */
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
/* opacity: 1; */
transform: none;
}
}
@keyframes rollIn {
from {
/* opacity: 0; */
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
/* opacity: 1; */
transform: none;
}
}
.rollIn {
animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
from {
/* opacity: 1; */
}
to {
/* opacity: 0; */
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
/* opacity: 1; */
}
to {
/* opacity: 0; */
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
/* opacity: 0; */
transform: scale3d(.3, .3, .3);
}
50% {
/* opacity: 1; */
}
}
@keyframes zoomIn {
from {
/* opacity: 0; */
transform: scale3d(.3, .3, .3);
}
50% {
/* opacity: 1; */
}
}
.zoomIn {
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
/* opacity: 0; */
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
/* opacity: 1; */
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInDown {
from {
/* opacity: 0; */
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
/* opacity: 1; */
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
/* opacity: 0; */
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
/* opacity: 1; */
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInLeft {
from {
/* opacity: 0; */
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
/* opacity: 1; */
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
/* opacity: 0; */
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
/* opacity: 1; */
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
/* opacity: 0; */
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
/* opacity: 1; */
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInUp {
from {
/* opacity: 0; */
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
/* opacity: 1; */
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
/* opacity: 1; */
}
50% {
/* opacity: 0; */
transform: scale3d(.3, .3, .3);
}
to {
/* opacity: 0; */
}
}
@keyframes zoomOut {
from {
/* opacity: 1; */
}
50% {
/* opacity: 0; */
transform: scale3d(.3, .3, .3);
}
to {
/* opacity: 0; */
}
}
.zoomOut {
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
/* opacity: 1; */
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
/* opacity: 0; */
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutDown {
40% {
/* opacity: 1; */
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
/* opacity: 0; */
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
/* opacity: 1; */
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
/* opacity: 0; */
transform: scale(.1) translate3d(-2000px, 0, 0);
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
/* opacity: 1; */
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
/* opacity: 0; */
transform: scale(.1) translate3d(-2000px, 0, 0);
transform-origin: left center;
}
}
.zoomOutLeft {
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
/* opacity: 1; */
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
/* opacity: 0; */
transform: scale(.1) translate3d(2000px, 0, 0);
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
/* opacity: 1; */
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
/* opacity: 0; */
transform: scale(.1) translate3d(2000px, 0, 0);
transform-origin: right center;
}
}
.zoomOutRight {
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
/* opacity: 1; */
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
/* opacity: 0; */
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutUp {
40% {
/* opacity: 1; */
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
/* opacity: 0; */
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
animation-name: slideOutUp;
}.flip-container {
perspective: 1000px;
}
.flipper-icon {
float: right;
margin: 10px;
font-size: 20px;
color: #CCC;
}
.flip-container:hover .flipper, .flip-container.hover .flipper {
transform: rotateY(180deg);
}
.flip-container, .front, .back {
margin:auto;
width: 200px;
height: 200px;
}
.flipper {
transition: 0.6s;
transform-style: preserve-3d;
position: relative;
}
.front, .back {
backface-visibility: hidden;
position: absolute;
top: 0;
left: 0;
}
.front {
z-index: 2;
transform: rotateY(0deg);
}
.back {
transform: rotateY(180deg);
}
.product-box .product-thumbnail-container img {
transform:scale(1);
}.gp-10017-0 {
background-color:#000 !important;
background-image:url(//www.beyond4x4.com.au/images/backgrounds/footer.jpg) !important;
background-size:cover !important;
color:#000 !important;
background-repeat:no-repeat !important;
color:#000 !important;
}
.gp-10018-0 {
background-color:#000 !important;
background-size:cover !important;
background-repeat:no-repeat !important;
color:#46ba7c !important;
}
.gp-10019-0 {
background-color:#000 !important;
background-image:url(//www.beyond4x4.com.au/images/backgrounds/photodune-7531231-uluru-ayers-rock-australia-lge.jpg) !important;
background-size:cover !important;
background-repeat:no-repeat !important;
}
#gfw-menu-3{max-width:700px; margin-left:auto; margin-right:auto; text-align:center; }#gfw-menu-3 .gfw-menu-link {padding-top:20px; padding-right:auto; padding-bottom:10px; padding-left:auto; }#gfw-menu-4{}#gfw-menu-4 .gfw-menu-link {}