@import url("https://fonts.googleapis.com/css?family=Montserrat:200,400,700");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,900");

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat
}

@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir="rtl"] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir="rtl"] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}
.mytable
{
border-collapse:collapse; 
border-color:#fff; 
border-style:solid; 
border-width:2px;
}

.mytable td
{
border-color:#fff; 
border-style:solid; 
border-width:10px;
}

/*!
 * # Semantic UI 2.2.10 - Dropdown
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
.ui.dropdown {
    cursor: pointer;
    position: relative;
    display: inline-block;
    outline: none;
    text-align: left;
    -webkit-transition: box-shadow 0.1s ease, width 0.1s ease;
    transition: box-shadow 0.1s ease, width 0.1s ease;
    -webkit-tap-highlight-color: transparent
}

.ui.dropdown .dropdown-menu {
    cursor: auto;
    position: absolute;
    display: none;
    outline: none;
    top: 100%;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    margin: 0em;
    padding: 0em 0em;
    background: #FFFFFF;
    font-size: 1em;
    text-shadow: none;
    text-align: left;
    box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
    border: 1px solid rgba(34, 36, 38, 0.15);
    border-radius: 0.28571429rem;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
    z-index: 11;
    will-change: transform, opacity
}

.ui.dropdown .dropdown-menu>* {
    white-space: nowrap
}

.ui.dropdown>input:not(.search):first-child,
.ui.dropdown>select {
    display: none !important
}

.ui.dropdown>.dropdown.icon {
    position: relative;
    width: auto;
    font-size: 0.85714286em;
    margin: 0em 0em 0em 1em
}

.ui.dropdown .dropdown-menu>.item .dropdown.icon {
    width: auto;
    float: right;
    margin: 0em 0em 0em 1em
}

.ui.dropdown .dropdown-menu>.item .dropdown.icon+.text {
    margin-right: 1em
}

.ui.dropdown>.text {
    display: inline-block;
    -webkit-transition: none;
    transition: none
}

.ui.dropdown .dropdown-menu>.item {
    position: relative;
    cursor: pointer;
    display: block;
    border: none;
    height: auto;
    text-align: left;
    border-top: none;
    line-height: 1em;
    color: rgba(0, 0, 0, 0.87);
    font-size: 1rem;
    text-transform: none;
    font-weight: normal;
    box-shadow: none;
    -webkit-touch-callout: none
}

.ui.dropdown .dropdown-menu>.item:first-child {
    border-top-width: 0px
}

.ui.dropdown>.text>[class*="right floated"],
.ui.dropdown .dropdown-menu .item>[class*="right floated"] {
    float: right !important;
    margin-right: 0em !important;
    margin-left: 1em !important
}

.ui.dropdown>.text>[class*="left floated"],
.ui.dropdown .dropdown-menu .item>[class*="left floated"] {
    float: left !important;
    margin-left: 0em !important;
    margin-right: 1em !important
}

.ui.dropdown .dropdown-menu .item>.icon.floated,
.ui.dropdown .dropdown-menu .item>.flag.floated,
.ui.dropdown .dropdown-menu .item>.image.floated,
.ui.dropdown .dropdown-menu .item>img.floated {
    margin-top: 0em
}

.ui.dropdown .dropdown-menu>.header {
    margin: 1rem 0rem 0.75rem;
    padding: 0em 1.14285714rem;
    color: rgba(0, 0, 0, 0.85);
    font-size: 0.78571429em;
    font-weight: bold;
    text-transform: uppercase
}

.ui.dropdown .dropdown-menu>.divider {
    border-top: 1px solid rgba(34, 36, 38, 0.1);
    height: 0em;
    margin: 0.5em 0em
}

.ui.dropdown .dropdown-menu>.input {
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 1.14285714rem 0.78571429rem;
    min-width: 10rem
}

.ui.dropdown .dropdown-menu>.header+.input {
    margin-top: 0em
}

.ui.dropdown .dropdown-menu>.input:not(.transparent) input {
    padding: 0.5em 1em
}

.ui.dropdown .dropdown-menu>.input:not(.transparent) .button,
.ui.dropdown .dropdown-menu>.input:not(.transparent) .icon,
.ui.dropdown .dropdown-menu>.input:not(.transparent) .label {
    padding-top: 0.5em;
    padding-bottom: 0.5em
}

.ui.dropdown>.text>.description,
.ui.dropdown .dropdown-menu>.item>.description {
    float: right;
    margin: 0em 0em 0em 1em;
    color: rgba(0, 0, 0, 0.4)
}

.ui.dropdown .dropdown-menu>.message {
    padding: 0.78571429rem 1.14285714rem;
    font-weight: normal
}

.ui.dropdown .dropdown-menu>.message:not(.ui) {
    color: rgba(0, 0, 0, 0.4)
}

.ui.dropdown .dropdown-menu .dropdown-menu {
    top: 0% !important;
    left: 100% !important;
    right: auto !important;
    margin: 0em 0em 0em -0.5em !important;
    border-radius: 0.28571429rem !important;
    z-index: 21 !important
}

.ui.dropdown .dropdown-menu .dropdown-menu:after {
    display: none
}

.ui.dropdown>.text>.icon,
.ui.dropdown>.text>.label,
.ui.dropdown>.text>.flag,
.ui.dropdown>.text>img,
.ui.dropdown>.text>.image {
    margin-top: 0em
}

.ui.dropdown .dropdown-menu>.item>.icon,
.ui.dropdown .dropdown-menu>.item>.label,
.ui.dropdown .dropdown-menu>.item>.flag,
.ui.dropdown .dropdown-menu>.item>.image,
.ui.dropdown .dropdown-menu>.item>img {
    margin-top: 0em
}

.ui.dropdown>.text>.icon,
.ui.dropdown>.text>.label,
.ui.dropdown>.text>.flag,
.ui.dropdown>.text>img,
.ui.dropdown>.text>.image,
.ui.dropdown .dropdown-menu>.item>.icon,
.ui.dropdown .dropdown-menu>.item>.label,
.ui.dropdown .dropdown-menu>.item>.flag,
.ui.dropdown .dropdown-menu>.item>.image,
.ui.dropdown .dropdown-menu>.item>img {
    margin-left: 0em;
    float: none;
    margin-right: 0.78571429rem
}

.ui.dropdown>.text>img,
.ui.dropdown>.text>.image,
.ui.dropdown .dropdown-menu>.item>.image,
.ui.dropdown .dropdown-menu>.item>img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    max-height: 2em
}

.ui.dropdown .ui.dropdown-menu>.item:before,
.ui.dropdown-menu .ui.dropdown .dropdown-menu>.item:before {
    display: none
}

.ui.dropdown-menu .ui.dropdown .dropdown-menu .active.item {
    border-left: none
}

.ui.dropdown-menu .right.dropdown-menu .dropdown:last-child .dropdown-menu,
.ui.dropdown-menu .right.dropdown.item .dropdown-menu,
.ui.buttons>.ui.dropdown:last-child .dropdown-menu {
    left: auto;
    right: 0em
}

.ui.label.dropdown .dropdown-menu {
    min-width: 100%
}

.ui.dropdown.icon.button>.dropdown.icon {
    margin: 0em
}

.ui.button.dropdown .dropdown-menu {
    min-width: 100%
}

.ui.selection.dropdown {
    cursor: pointer;
    word-wrap: break-word;
    line-height: 1em;
    white-space: normal;
    outline: 0;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    min-width: 14em;
    min-height: 2.71428571em;
    background: #FFFFFF;
    display: inline-block;
    padding: 0.78571429em 2.1em 0.78571429em 1em;
    color: rgba(0, 0, 0, 0.87);
    box-shadow: none;
    border: 1px solid rgba(34, 36, 38, 0.15);
    border-radius: 0.28571429rem;
    -webkit-transition: box-shadow 0.1s ease, width 0.1s ease;
    transition: box-shadow 0.1s ease, width 0.1s ease
}

.ui.selection.dropdown.visible,
.ui.selection.dropdown.active {
    z-index: 10
}

select.ui.dropdown {
    height: 38px;
    padding: 0.5em;
    border: 1px solid rgba(34, 36, 38, 0.15);
    visibility: visible
}

.ui.selection.dropdown>.search.icon,
.ui.selection.dropdown>.delete.icon,
.ui.selection.dropdown>.dropdown.icon {
    cursor: pointer;
    position: absolute;
    width: auto;
    height: auto;
    line-height: 1.21428571em;
    top: 0.78571429em;
    right: 1em;
    z-index: 3;
    margin: -0.78571429em;
    padding: 0.78571429em;
    opacity: 0.8;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease
}

.ui.compact.selection.dropdown {
    min-width: 0px
}

.ui.selection.dropdown .dropdown-menu {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    border-top-width: 0px !important;
    width: auto;
    outline: none;
    margin: 0px -1px;
    min-width: calc(100% + 2px);
    width: calc(100% + 2px);
    border-radius: 0em 0em 0.28571429rem 0.28571429rem;
    box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease
}

.ui.selection.dropdown .dropdown-menu:after,
.ui.selection.dropdown .dropdown-menu:before {
    display: none
}

.ui.selection.dropdown .dropdown-menu>.message {
    padding: 0.78571429rem 1.14285714rem
}

@media only screen and (max-width: 767px) {
    .ui.selection.dropdown .dropdown-menu {
        max-height: 8.01428571rem
    }
}

@media only screen and (min-width: 768px) {
    .ui.selection.dropdown .dropdown-menu {
        max-height: 10.68571429rem
    }
}

@media only screen and (min-width: 992px) {
    .ui.selection.dropdown .dropdown-menu {
        max-height: 16.02857143rem
    }
}

@media only screen and (min-width: 1920px) {
    .ui.selection.dropdown .dropdown-menu {
        max-height: 21.37142857rem
    }
}

.ui.selection.dropdown .dropdown-menu>.item {
    border-top: 1px solid #FAFAFA;
    padding: 0.78571429rem 1.14285714rem !important;
    white-space: normal;
    word-wrap: normal
}

.ui.selection.dropdown .dropdown-menu>.hidden.addition.item {
    display: none
}

.ui.selection.dropdown:hover {
    border-color: rgba(34, 36, 38, 0.35);
    box-shadow: none
}

.ui.selection.active.dropdown {
    border-color: #96C8DA;
    box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15)
}

.ui.selection.active.dropdown .dropdown-menu {
    border-color: #96C8DA;
    box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15)
}

.ui.selection.dropdown:focus {
    border-color: #96C8DA;
    box-shadow: none
}

.ui.selection.dropdown:focus .dropdown-menu {
    border-color: #96C8DA;
    box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15)
}

.ui.selection.visible.dropdown>.text:not(.default) {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.8)
}

.ui.selection.active.dropdown:hover {
    border-color: #96C8DA;
    box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15)
}

.ui.selection.active.dropdown:hover .dropdown-menu {
    border-color: #96C8DA;
    box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15)
}

.ui.active.selection.dropdown>.dropdown.icon,
.ui.visible.selection.dropdown>.dropdown.icon {
    opacity: 1;
    z-index: 3
}

.ui.active.selection.dropdown {
    border-bottom-left-radius: 0em !important;
    border-bottom-right-radius: 0em !important
}

.ui.active.empty.selection.dropdown {
    border-radius: 0.28571429rem !important;
    box-shadow: none !important
}

.ui.active.empty.selection.dropdown .dropdown-menu {
    border: none !important;
    box-shadow: none !important
}

.ui.search.dropdown {
    min-width: ''
}

.ui.search.dropdown>input.search {
    background: none transparent !important;
    border: none !important;
    box-shadow: none !important;
    cursor: text;
    top: 0em;
    left: 1px;
    width: 100%;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    padding: inherit
}

.ui.search.dropdown>input.search {
    position: absolute;
    z-index: 2
}

.ui.search.dropdown>.text {
    cursor: text;
    position: relative;
    left: 1px;
    z-index: 3
}

.ui.search.selection.dropdown>input.search {
    line-height: 1.21428571em;
    padding: 0.67857143em 2.1em 0.67857143em 1em
}

.ui.search.selection.dropdown>span.sizer {
    line-height: 1.21428571em;
    padding: 0.67857143em 2.1em 0.67857143em 1em;
    display: none;
    white-space: pre
}

.ui.search.dropdown.active>input.search,
.ui.search.dropdown.visible>input.search {
    cursor: auto
}

.ui.search.dropdown.active>.text,
.ui.search.dropdown.visible>.text {
    pointer-events: none
}

.ui.active.search.dropdown input.search:focus+.text .icon,
.ui.active.search.dropdown input.search:focus+.text .flag {
    opacity: 0.45
}

.ui.active.search.dropdown input.search:focus+.text {
    color: rgba(115, 115, 115, 0.87) !important
}

.ui.search.dropdown .dropdown-menu {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch
}

@media only screen and (max-width: 767px) {
    .ui.search.dropdown .dropdown-menu {
        max-height: 8.01428571rem
    }
}

@media only screen and (min-width: 768px) {
    .ui.search.dropdown .dropdown-menu {
        max-height: 10.68571429rem
    }
}

@media only screen and (min-width: 992px) {
    .ui.search.dropdown .dropdown-menu {
        max-height: 16.02857143rem
    }
}

@media only screen and (min-width: 1920px) {
    .ui.search.dropdown .dropdown-menu {
        max-height: 21.37142857rem
    }
}

.ui.multiple.dropdown {
    padding: 0.22619048em 2.1em 0.22619048em 0.35714286em
}

.ui.multiple.dropdown .dropdown-menu {
    cursor: auto
}

.ui.multiple.search.dropdown,
.ui.multiple.search.dropdown>input.search {
    cursor: text
}

.ui.multiple.dropdown>.label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    font-size: 1em;
    padding: 0.35714286em 0.78571429em;
    margin: 0.14285714rem 0.28571429rem 0.14285714rem 0em;
    box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset
}

.ui.multiple.dropdown .dropdown.icon {
    margin: '';
    padding: ''
}

.ui.multiple.dropdown>.text {
    position: static;
    padding: 0;
    max-width: 100%;
    margin: 0.45238095em 0em 0.45238095em 0.64285714em;
    line-height: 1.21428571em
}

.ui.multiple.dropdown>.label~input.search {
    margin-left: 0.14285714em !important
}

.ui.multiple.dropdown>.label~.text {
    display: none
}

.ui.multiple.search.dropdown>.text {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: inherit;
    margin: 0.45238095em 0em 0.45238095em 0.64285714em;
    line-height: 1.21428571em
}

.ui.multiple.search.dropdown>.label~.text {
    display: none
}

.ui.multiple.search.dropdown>input.search {
    position: static;
    padding: 0;
    max-width: 100%;
    margin: 0.45238095em 0em 0.45238095em 0.64285714em;
    width: 2.2em;
    line-height: 1.21428571em
}

.ui.inline.dropdown {
    cursor: pointer;
    display: inline-block;
    color: inherit
}

.ui.inline.dropdown .dropdown.icon {
    margin: 0em 0.5em 0em 0.21428571em;
    vertical-align: baseline
}

.ui.inline.dropdown>.text {
    font-weight: bold
}

.ui.inline.dropdown .dropdown-menu {
    cursor: auto;
    margin-top: 0.21428571em;
    border-radius: 0.28571429rem
}

.ui.dropdown .dropdown-menu .active.item {
    background: transparent;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.95);
    box-shadow: none;
    z-index: 12
}

.ui.dropdown .dropdown-menu>.item:hover {
    background: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.95);
    z-index: 13
}

.ui.loading.dropdown>i.icon {
    height: 1em !important;
    padding: 1.14285714em 1.07142857em !important
}

.ui.loading.dropdown>i.icon:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -0.64285714em 0em 0em -0.64285714em;
    width: 1.28571429em;
    height: 1.28571429em;
    border-radius: 500rem;
    border: 0.2em solid rgba(0, 0, 0, 0.1)
}

.ui.loading.dropdown>i.icon:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    box-shadow: 0px 0px 0px 1px transparent;
    margin: -0.64285714em 0em 0em -0.64285714em;
    width: 1.28571429em;
    height: 1.28571429em;
    -webkit-animation: dropdown-spin 0.6s linear;
    animation: dropdown-spin 0.6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: #767676 transparent transparent;
    border-style: solid;
    border-width: 0.2em
}

.ui.loading.dropdown.button>i.icon:before,
.ui.loading.dropdown.button>i.icon:after {
    display: none
}

@-webkit-keyframes dropdown-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes dropdown-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.ui.dropdown:not(.button)>.default.text,
.ui.default.dropdown:not(.button)>.text {
    color: rgba(191, 191, 191, 0.87)
}

.ui.dropdown:not(.button)>input:focus+.default.text,
.ui.default.dropdown:not(.button)>input:focus+.text {
    color: rgba(115, 115, 115, 0.87)
}

.ui.loading.dropdown>.text {
    -webkit-transition: none;
    transition: none
}

.ui.dropdown .loading.dropdown-menu {
    display: block;
    visibility: hidden;
    z-index: -1
}

.ui.dropdown.selected,
.ui.dropdown .dropdown-menu .selected.item {
    background: rgba(0, 0, 0, 0.03);
    color: rgba(0, 0, 0, 0.95)
}

.ui.dropdown>.filtered.text {
    visibility: hidden
}

.ui.dropdown .filtered.item {
    display: none !important
}

.ui.dropdown.error,
.ui.dropdown.error>.text,
.ui.dropdown.error>.default.text {
    color: #9F3A38
}

.ui.selection.dropdown.error {
    background: #FFF6F6;
    border-color: #E0B4B4
}

.ui.selection.dropdown.error:hover {
    border-color: #E0B4B4
}

.ui.dropdown.error>.dropdown-menu,
.ui.dropdown.error>.dropdown-menu .dropdown-menu {
    border-color: #E0B4B4
}

.ui.dropdown.error>.dropdown-menu>.item {
    color: #9F3A38
}

.ui.multiple.selection.error.dropdown>.label {
    border-color: #E0B4B4
}

.ui.dropdown.error>.dropdown-menu>.item:hover {
    background-color: #FFF2F2
}

.ui.dropdown.error>.dropdown-menu .active.item {
    background-color: #FDCFCF
}

.ui.disabled.dropdown,
.ui.dropdown .dropdown-menu>.disabled.item {
    cursor: default;
    pointer-events: none;
    opacity: 0.45
}

.ui.dropdown .dropdown-menu {
    left: 0px
}

.ui.dropdown .right.dropdown-menu>.dropdown-menu,
.ui.dropdown .dropdown-menu .right.dropdown-menu {
    left: 100% !important;
    right: auto !important;
    border-radius: 0.28571429rem !important
}

.ui.dropdown>.left.dropdown-menu .dropdown-menu,
.ui.dropdown .dropdown-menu .left.dropdown-menu {
    left: auto !important;
    right: 100% !important;
    border-radius: 0.28571429rem !important
}

.ui.dropdown .item .left.dropdown.icon,
.ui.dropdown .left.dropdown-menu .item .dropdown.icon {
    width: auto;
    float: left;
    margin: 0em 0.78571429rem 0em 0em
}

.ui.dropdown .item .left.dropdown.icon,
.ui.dropdown .left.dropdown-menu .item .dropdown.icon {
    width: auto;
    float: left;
    margin: 0em 0.78571429rem 0em 0em
}

.ui.dropdown .item .left.dropdown.icon+.text,
.ui.dropdown .left.dropdown-menu .item .dropdown.icon+.text {
    margin-left: 1em
}

.ui.upward.dropdown>.dropdown-menu {
    top: auto;
    bottom: 100%;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
    border-radius: 0.28571429rem 0.28571429rem 0em 0em
}

.ui.dropdown .upward.dropdown-menu {
    top: auto !important;
    bottom: 0 !important
}

.ui.simple.upward.active.dropdown,
.ui.simple.upward.dropdown:hover {
    border-radius: 0.28571429rem 0.28571429rem 0em 0em !important
}

.ui.upward.dropdown.button:not(.pointing):not(.floating).active {
    border-radius: 0.28571429rem 0.28571429rem 0em 0em
}

.ui.upward.selection.dropdown .dropdown-menu {
    border-top-width: 1px !important;
    border-bottom-width: 0px !important;
    box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08)
}

.ui.upward.selection.dropdown:hover {
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05)
}

.ui.active.upward.selection.dropdown {
    border-radius: 0em 0em 0.28571429rem 0.28571429rem !important
}

.ui.upward.selection.dropdown.visible {
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
    border-radius: 0em 0em 0.28571429rem 0.28571429rem !important
}

.ui.upward.active.selection.dropdown:hover {
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05)
}

.ui.upward.active.selection.dropdown:hover .dropdown-menu {
    box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08)
}

.ui.scrolling.dropdown .dropdown-menu,
.ui.dropdown .scrolling.dropdown-menu {
    overflow-x: hidden;
    overflow-y: auto
}

.ui.scrolling.dropdown .dropdown-menu {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    min-width: 100% !important;
    width: auto !important
}

.ui.dropdown .scrolling.dropdown-menu {
    position: static;
    overflow-y: auto;
    border: none;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    min-width: 100% !important;
    width: auto !important;
    border-top: 1px solid rgba(34, 36, 38, 0.15)
}

.ui.scrolling.dropdown .dropdown-menu .item.item.item,
.ui.dropdown .scrolling.dropdown-menu>.item.item.item {
    border-top: none
}

.ui.scrolling.dropdown .dropdown-menu .item:first-child,
.ui.dropdown .scrolling.dropdown-menu .item:first-child {
    border-top: none
}

.ui.dropdown>.animating.dropdown-menu .scrolling.dropdown-menu,
.ui.dropdown>.visible.dropdown-menu .scrolling.dropdown-menu {
    display: block
}

@media all and (-ms-high-contrast: none) {

    .ui.scrolling.dropdown .dropdown-menu,
    .ui.dropdown .scrolling.dropdown-menu {
        min-width: calc(100% - 17px)
    }
}

@media only screen and (max-width: 767px) {

    .ui.scrolling.dropdown .dropdown-menu,
    .ui.dropdown .scrolling.dropdown-menu {
        max-height: 10.28571429rem
    }
}

@media only screen and (min-width: 768px) {

    .ui.scrolling.dropdown .dropdown-menu,
    .ui.dropdown .scrolling.dropdown-menu {
        max-height: 15.42857143rem
    }
}

@media only screen and (min-width: 992px) {

    .ui.scrolling.dropdown .dropdown-menu,
    .ui.dropdown .scrolling.dropdown-menu {
        max-height: 20.57142857rem
    }
}

@media only screen and (min-width: 1920px) {

    .ui.scrolling.dropdown .dropdown-menu,
    .ui.dropdown .scrolling.dropdown-menu {
        max-height: 20.57142857rem
    }
}

.ui.simple.dropdown .dropdown-menu:before,
.ui.simple.dropdown .dropdown-menu:after {
    display: none
}

.ui.simple.dropdown .dropdown-menu {
    position: absolute;
    display: block;
    overflow: hidden;
    top: -9999px !important;
    opacity: 0;
    width: 0;
    height: 0;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease
}

.ui.simple.active.dropdown,
.ui.simple.dropdown:hover {
    border-bottom-left-radius: 0em !important;
    border-bottom-right-radius: 0em !important
}

.ui.simple.active.dropdown>.dropdown-menu,
.ui.simple.dropdown:hover>.dropdown-menu {
    overflow: visible;
    width: auto;
    height: auto;
    top: 100% !important;
    opacity: 1
}

.ui.simple.dropdown>.dropdown-menu>.item:active>.dropdown-menu,
.ui.simple.dropdown:hover>.dropdown-menu>.item:hover>.dropdown-menu {
    overflow: visible;
    width: auto;
    height: auto;
    top: 0% !important;
    left: 100% !important;
    opacity: 1
}

.ui.simple.disabled.dropdown:hover .dropdown-menu {
    display: none;
    height: 0px;
    width: 0px;
    overflow: hidden
}

.ui.simple.visible.dropdown>.dropdown-menu {
    display: block
}

.ui.fluid.dropdown {
    display: block;
    width: 100%;
    min-width: 0em
}

.ui.fluid.dropdown>.dropdown.icon {
    float: right
}

.ui.floating.dropdown .dropdown-menu {
    left: 0;
    right: auto;
    box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15) !important;
    border-radius: 0.28571429rem !important
}

.ui.floating.dropdown>.dropdown-menu {
    margin-top: 0.5em !important;
    border-radius: 0.28571429rem !important
}

.ui.pointing.dropdown>.dropdown-menu {
    top: 100%;
    margin-top: 0.78571429rem;
    border-radius: 0.28571429rem
}

.ui.pointing.dropdown>.dropdown-menu:after {
    display: block;
    position: absolute;
    pointer-events: none;
    content: '';
    visibility: visible;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 0.5em;
    height: 0.5em;
    box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15);
    background: #FFFFFF;
    z-index: 2
}

.ui.pointing.dropdown>.dropdown-menu:after {
    top: -0.25em;
    left: 50%;
    margin: 0em 0em 0em -0.25em
}

.ui.top.left.pointing.dropdown>.dropdown-menu {
    top: 100%;
    bottom: auto;
    left: 0%;
    right: auto;
    margin: 1em 0em 0em
}

.ui.top.left.pointing.dropdown>.dropdown-menu {
    top: 100%;
    bottom: auto;
    left: 0%;
    right: auto;
    margin: 1em 0em 0em
}

.ui.top.left.pointing.dropdown>.dropdown-menu:after {
    top: -0.25em;
    left: 1em;
    right: auto;
    margin: 0em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ui.top.right.pointing.dropdown>.dropdown-menu {
    top: 100%;
    bottom: auto;
    right: 0%;
    left: auto;
    margin: 1em 0em 0em
}

.ui.top.right.pointing.dropdown>.dropdown-menu:after {
    top: -0.25em;
    left: auto;
    right: 1em;
    margin: 0em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ui.left.pointing.dropdown>.dropdown-menu {
    top: 0%;
    left: 100%;
    right: auto;
    margin: 0em 0em 0em 1em
}

.ui.left.pointing.dropdown>.dropdown-menu:after {
    top: 1em;
    left: -0.25em;
    margin: 0em 0em 0em 0em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.ui.right.pointing.dropdown>.dropdown-menu {
    top: 0%;
    left: auto;
    right: 100%;
    margin: 0em 1em 0em 0em
}

.ui.right.pointing.dropdown>.dropdown-menu:after {
    top: 1em;
    left: auto;
    right: -0.25em;
    margin: 0em 0em 0em 0em;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.ui.bottom.pointing.dropdown>.dropdown-menu {
    top: auto;
    bottom: 100%;
    left: 0%;
    right: auto;
    margin: 0em 0em 1em
}

.ui.bottom.pointing.dropdown>.dropdown-menu:after {
    top: auto;
    bottom: -0.25em;
    right: auto;
    margin: 0em;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.ui.bottom.pointing.dropdown>.dropdown-menu .dropdown-menu {
    top: auto !important;
    bottom: 0px !important
}

.ui.bottom.left.pointing.dropdown>.dropdown-menu {
    left: 0%;
    right: auto
}

.ui.bottom.left.pointing.dropdown>.dropdown-menu:after {
    left: 1em;
    right: auto
}

.ui.bottom.right.pointing.dropdown>.dropdown-menu {
    right: 0%;
    left: auto
}

.ui.bottom.right.pointing.dropdown>.dropdown-menu:after {
    left: auto;
    right: 1em
}

.ui.upward.pointing.dropdown>.dropdown-menu,
.ui.upward.top.pointing.dropdown>.dropdown-menu {
    top: auto;
    bottom: 100%;
    margin: 0em 0em 0.78571429rem;
    border-radius: 0.28571429rem
}

.ui.upward.pointing.dropdown>.dropdown-menu:after,
.ui.upward.top.pointing.dropdown>.dropdown-menu:after {
    top: 100%;
    bottom: auto;
    box-shadow: 1px 1px 0px 1px rgba(34, 36, 38, 0.15);
    margin: -0.25em 0em 0em
}

.ui.upward.right.pointing.dropdown:not(.top):not(.bottom)>.dropdown-menu {
    top: auto;
    bottom: 0;
    margin: 0em 1em 0em 0em
}

.ui.upward.right.pointing.dropdown:not(.top):not(.bottom)>.dropdown-menu:after {
    top: auto;
    bottom: 0;
    margin: 0em 0em 1em 0em;
    box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15)
}

.ui.upward.left.pointing.dropdown:not(.top):not(.bottom)>.dropdown-menu {
    top: auto;
    bottom: 0;
    margin: 0em 0em 0em 1em
}

.ui.upward.left.pointing.dropdown:not(.top):not(.bottom)>.dropdown-menu:after {
    top: auto;
    bottom: 0;
    margin: 0em 0em 1em 0em;
    box-shadow: -1px -1px 0px 1px rgba(34, 36, 38, 0.15)
}

@font-face {
    font-family: 'Dropdown';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfuIIAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zjo82LgAAAFwAAABVGhlYWQAQ88bAAACxAAAADZoaGVhAwcB6QAAAvwAAAAkaG10eAS4ABIAAAMgAAAAIGxvY2EBNgDeAAADQAAAABJtYXhwAAoAFgAAA1QAAAAgbmFtZVcZpu4AAAN0AAABRXBvc3QAAwAAAAAEvAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDX//3//wAB/+MPLQADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAIABJQElABMAABM0NzY3BTYXFhUUDwEGJwYvASY1AAUGBwEACAUGBoAFCAcGgAUBEgcGBQEBAQcECQYHfwYBAQZ/BwYAAQAAAG4BJQESABMAADc0PwE2MzIfARYVFAcGIyEiJyY1AAWABgcIBYAGBgUI/wAHBgWABwaABQWABgcHBgUFBgcAAAABABIASQC3AW4AEwAANzQ/ATYXNhcWHQEUBwYnBi8BJjUSBoAFCAcFBgYFBwgFgAbbBwZ/BwEBBwQJ/wgEBwEBB38GBgAAAAABAAAASQClAW4AEwAANxE0NzYzMh8BFhUUDwEGIyInJjUABQYHCAWABgaABQgHBgVbAQAIBQYGgAUIBwWABgYFBwAAAAEAAAABAADZuaKOXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAAAAACgAUAB4AQgBkAIgAqgAAAAEAAAAIABQAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAOAAAAAQAAAAAAAgAOAEcAAQAAAAAAAwAOACQAAQAAAAAABAAOAFUAAQAAAAAABQAWAA4AAQAAAAAABgAHADIAAQAAAAAACgA0AGMAAwABBAkAAQAOAAAAAwABBAkAAgAOAEcAAwABBAkAAwAOACQAAwABBAkABAAOAFUAAwABBAkABQAWAA4AAwABBAkABgAOADkAAwABBAkACgA0AGMAaQBjAG8AbQBvAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AbgBSAGUAZwB1AGwAYQByAGkAYwBvAG0AbwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVwAAoAAAAABSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAdkAAAHZLDXE/09TLzIAAALQAAAAYAAAAGAIIweQY21hcAAAAzAAAABMAAAATA9+4ghnYXNwAAADfAAAAAgAAAAIAAAAEGhlYWQAAAOEAAAANgAAADYAQ88baGhlYQAAA7wAAAAkAAAAJAMHAelobXR4AAAD4AAAACAAAAAgBLgAEm1heHAAAAQAAAAABgAAAAYACFAAbmFtZQAABAgAAAFFAAABRVcZpu5wb3N0AAAFUAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAACIDx0AAACNER0AAAAJHQAAAdASAAkBAQgPERMWGyAlKmljb21vb25pY29tb29udTB1MXUyMHVGMEQ3dUYwRDh1RjBEOXVGMERBAAACAYkABgAIAgABAAQABwAKAA0AVgCfAOgBL/yUDvyUDvyUDvuUDvtvi/emFYuQjZCOjo+Pj42Qiwj3lIsFkIuQiY6Hj4iNhouGi4aJh4eHCPsU+xQFiIiGiYaLhouHjYeOCPsU9xQFiI+Jj4uQCA77b4v3FBWLkI2Pjo8I9xT3FAWPjo+NkIuQi5CJjogI9xT7FAWPh42Hi4aLhomHh4eIiIaJhosI+5SLBYaLh42HjoiPiY+LkAgO+92d928Vi5CNkI+OCPcU9xQFjo+QjZCLkIuPiY6Hj4iNhouGCIv7lAWLhomHh4iIh4eJhouGi4aNiI8I+xT3FAWHjomPi5AIDvvdi+YVi/eUBYuQjZCOjo+Pj42Qi5CLkImOhwj3FPsUBY+IjYaLhouGiYeHiAj7FPsUBYiHhomGi4aLh42Hj4iOiY+LkAgO+JQU+JQViwwKAAAAAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8NoB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDw2v/9//8AAAAAACDw1//9//8AAf/jDy0AAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAA5emozXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAUAAACAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoANABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoANABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("woff");
    font-weight: normal;
    font-style: normal
}

.ui.dropdown>.dropdown.icon {
    font-family: 'Dropdown';
    line-height: 1;
    height: 1em;
    width: 1.23em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-weight: normal;
    font-style: normal;
    text-align: center
}

.ui.dropdown>.dropdown.icon {
    width: auto
}

.ui.dropdown>.dropdown.icon:before {
    content: '\f0d7'
}

.ui.dropdown .dropdown-menu .item .dropdown.icon:before {
    content: ""
}

.ui.dropdown .item .left.dropdown.icon:before,
.ui.dropdown .left.dropdown-menu .item .dropdown.icon:before {
    content: ""
}

.ui.vertical.dropdown-menu .dropdown.item>.dropdown.icon:before {
    content: ""
}

/*!
 * # Semantic UI 2.2.10 - Transition
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
.transition {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animating.transition {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: visible !important
}

.loading.transition {
    position: absolute;
    top: -99999px;
    left: -99999px
}

.hidden.transition {
    display: none;
    visibility: hidden
}

.visible.transition {
    display: block !important;
    visibility: visible !important
}

.disabled.transition {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.looping.transition {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.transition.browse {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms
}

.transition.browse.in {
    -webkit-animation-name: browseIn;
    animation-name: browseIn
}

.transition.browse.out,
.transition.browse.left.out {
    -webkit-animation-name: browseOutLeft;
    animation-name: browseOutLeft
}

.transition.browse.right.out {
    -webkit-animation-name: browseOutRight;
    animation-name: browseOutRight
}

@-webkit-keyframes browseIn {
    0% {
        -webkit-transform: scale(0.8) translateZ(0px);
        transform: scale(0.8) translateZ(0px);
        z-index: -1
    }

    10% {
        -webkit-transform: scale(0.8) translateZ(0px);
        transform: scale(0.8) translateZ(0px);
        z-index: -1;
        opacity: 0.7
    }

    80% {
        -webkit-transform: scale(1.05) translateZ(0px);
        transform: scale(1.05) translateZ(0px);
        opacity: 1;
        z-index: 999
    }

    100% {
        -webkit-transform: scale(1) translateZ(0px);
        transform: scale(1) translateZ(0px);
        z-index: 999
    }
}

@keyframes browseIn {
    0% {
        -webkit-transform: scale(0.8) translateZ(0px);
        transform: scale(0.8) translateZ(0px);
        z-index: -1
    }

    10% {
        -webkit-transform: scale(0.8) translateZ(0px);
        transform: scale(0.8) translateZ(0px);
        z-index: -1;
        opacity: 0.7
    }

    80% {
        -webkit-transform: scale(1.05) translateZ(0px);
        transform: scale(1.05) translateZ(0px);
        opacity: 1;
        z-index: 999
    }

    100% {
        -webkit-transform: scale(1) translateZ(0px);
        transform: scale(1) translateZ(0px);
        z-index: 999
    }
}

@-webkit-keyframes browseOutLeft {
    0% {
        z-index: 999;
        -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
        transform: translateX(0%) rotateY(0deg) rotateX(0deg)
    }

    50% {
        z-index: -1;
        -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
        transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)
    }

    80% {
        opacity: 1
    }

    100% {
        z-index: -1;
        -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
        transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
        opacity: 0
    }
}

@keyframes browseOutLeft {
    0% {
        z-index: 999;
        -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
        transform: translateX(0%) rotateY(0deg) rotateX(0deg)
    }

    50% {
        z-index: -1;
        -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
        transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)
    }

    80% {
        opacity: 1
    }

    100% {
        z-index: -1;
        -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
        transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
        opacity: 0
    }
}

@-webkit-keyframes browseOutRight {
    0% {
        z-index: 999;
        -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
        transform: translateX(0%) rotateY(0deg) rotateX(0deg)
    }

    50% {
        z-index: 1;
        -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
        transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)
    }

    80% {
        opacity: 1
    }

    100% {
        z-index: 1;
        -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
        transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
        opacity: 0
    }
}

@keyframes browseOutRight {
    0% {
        z-index: 999;
        -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
        transform: translateX(0%) rotateY(0deg) rotateX(0deg)
    }

    50% {
        z-index: 1;
        -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
        transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)
    }

    80% {
        opacity: 1
    }

    100% {
        z-index: 1;
        -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
        transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
        opacity: 0
    }
}

.drop.transition {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-duration: 400ms;
    animation-duration: 400ms;
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
    animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1)
}

.drop.transition.in {
    -webkit-animation-name: dropIn;
    animation-name: dropIn
}

.drop.transition.out {
    -webkit-animation-name: dropOut;
    animation-name: dropOut
}

@-webkit-keyframes dropIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes dropIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes dropOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes dropOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

.transition.fade.in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.transition[class*="fade up"].in {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.transition[class*="fade down"].in {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.transition[class*="fade left"].in {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

.transition[class*="fade right"].in {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.transition.fade.out {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

.transition[class*="fade up"].out {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

.transition[class*="fade down"].out {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

.transition[class*="fade left"].out {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

.transition[class*="fade right"].out {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10%);
        transform: translateY(10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10%);
        transform: translateY(10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10%);
        transform: translateX(10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10%);
        transform: translateX(10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%)
    }
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%)
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(5%);
        transform: translateX(5%)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(5%);
        transform: translateX(5%)
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%)
    }
}

.flip.transition.in,
.flip.transition.out {
    -webkit-animation-duration: 600ms;
    animation-duration: 600ms
}

.horizontal.flip.transition.in {
    -webkit-animation-name: horizontalFlipIn;
    animation-name: horizontalFlipIn
}

.horizontal.flip.transition.out {
    -webkit-animation-name: horizontalFlipOut;
    animation-name: horizontalFlipOut
}

.vertical.flip.transition.in {
    -webkit-animation-name: verticalFlipIn;
    animation-name: verticalFlipIn
}

.vertical.flip.transition.out {
    -webkit-animation-name: verticalFlipOut;
    animation-name: verticalFlipOut
}

@-webkit-keyframes horizontalFlipIn {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-90deg);
        transform: perspective(2000px) rotateY(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(0deg);
        transform: perspective(2000px) rotateY(0deg);
        opacity: 1
    }
}

@keyframes horizontalFlipIn {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-90deg);
        transform: perspective(2000px) rotateY(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(0deg);
        transform: perspective(2000px) rotateY(0deg);
        opacity: 1
    }
}

@-webkit-keyframes verticalFlipIn {
    0% {
        -webkit-transform: perspective(2000px) rotateX(-90deg);
        transform: perspective(2000px) rotateX(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform: perspective(2000px) rotateX(0deg);
        transform: perspective(2000px) rotateX(0deg);
        opacity: 1
    }
}

@keyframes verticalFlipIn {
    0% {
        -webkit-transform: perspective(2000px) rotateX(-90deg);
        transform: perspective(2000px) rotateX(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform: perspective(2000px) rotateX(0deg);
        transform: perspective(2000px) rotateX(0deg);
        opacity: 1
    }
}

@-webkit-keyframes horizontalFlipOut {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0deg);
        transform: perspective(2000px) rotateY(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(90deg);
        transform: perspective(2000px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes horizontalFlipOut {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0deg);
        transform: perspective(2000px) rotateY(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(90deg);
        transform: perspective(2000px) rotateY(90deg);
        opacity: 0
    }
}

@-webkit-keyframes verticalFlipOut {
    0% {
        -webkit-transform: perspective(2000px) rotateX(0deg);
        transform: perspective(2000px) rotateX(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(2000px) rotateX(-90deg);
        transform: perspective(2000px) rotateX(-90deg);
        opacity: 0
    }
}

@keyframes verticalFlipOut {
    0% {
        -webkit-transform: perspective(2000px) rotateX(0deg);
        transform: perspective(2000px) rotateX(0deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(2000px) rotateX(-90deg);
        transform: perspective(2000px) rotateX(-90deg);
        opacity: 0
    }
}

.scale.transition.in {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn
}

.scale.transition.out {
    -webkit-animation-name: scaleOut;
    animation-name: scaleOut
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes scaleOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@keyframes scaleOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

.transition.fly {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.transition.fly.in {
    -webkit-animation-name: flyIn;
    animation-name: flyIn
}

.transition[class*="fly up"].in {
    -webkit-animation-name: flyInUp;
    animation-name: flyInUp
}

.transition[class*="fly down"].in {
    -webkit-animation-name: flyInDown;
    animation-name: flyInDown
}

.transition[class*="fly left"].in {
    -webkit-animation-name: flyInLeft;
    animation-name: flyInLeft
}

.transition[class*="fly right"].in {
    -webkit-animation-name: flyInRight;
    animation-name: flyInRight
}

.transition.fly.out {
    -webkit-animation-name: flyOut;
    animation-name: flyOut
}

.transition[class*="fly up"].out {
    -webkit-animation-name: flyOutUp;
    animation-name: flyOutUp
}

.transition[class*="fly down"].out {
    -webkit-animation-name: flyOutDown;
    animation-name: flyOutDown
}

.transition[class*="fly left"].out {
    -webkit-animation-name: flyOutLeft;
    animation-name: flyOutLeft
}

.transition[class*="fly right"].out {
    -webkit-animation-name: flyOutRight;
    animation-name: flyOutRight
}

@-webkit-keyframes flyIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes flyIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-webkit-keyframes flyInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 1500px, 0);
        transform: translate3d(0, 1500px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes flyInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 1500px, 0);
        transform: translate3d(0, 1500px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes flyInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -1500px, 0);
        transform: translate3d(0, -1500px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes flyInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -1500px, 0);
        transform: translate3d(0, -1500px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes flyInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(1500px, 0, 0);
        transform: translate3d(1500px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes flyInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(1500px, 0, 0);
        transform: translate3d(1500px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes flyInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-1500px, 0, 0);
        transform: translate3d(-1500px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes flyInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-1500px, 0, 0);
        transform: translate3d(-1500px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes flyOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

@keyframes flyOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

@-webkit-keyframes flyOutUp {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes flyOutUp {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@-webkit-keyframes flyOutDown {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes flyOutDown {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@-webkit-keyframes flyOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes flyOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@-webkit-keyframes flyOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes flyOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.transition.slide.in,
.transition[class*="slide down"].in {
    -webkit-animation-name: slideInY;
    animation-name: slideInY;
    -webkit-transform-origin: top center;
    transform-origin: top center
}

.transition[class*="slide up"].in {
    -webkit-animation-name: slideInY;
    animation-name: slideInY;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
}

.transition[class*="slide left"].in {
    -webkit-animation-name: slideInX;
    animation-name: slideInX;
    -webkit-transform-origin: center right;
    transform-origin: center right
}

.transition[class*="slide right"].in {
    -webkit-animation-name: slideInX;
    animation-name: slideInX;
    -webkit-transform-origin: center left;
    transform-origin: center left
}

.transition.slide.out,
.transition[class*="slide down"].out {
    -webkit-animation-name: slideOutY;
    animation-name: slideOutY;
    -webkit-transform-origin: top center;
    transform-origin: top center
}

.transition[class*="slide up"].out {
    -webkit-animation-name: slideOutY;
    animation-name: slideOutY;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
}

.transition[class*="slide left"].out {
    -webkit-animation-name: slideOutX;
    animation-name: slideOutX;
    -webkit-transform-origin: center right;
    transform-origin: center right
}

.transition[class*="slide right"].out {
    -webkit-animation-name: slideOutX;
    animation-name: slideOutX;
    -webkit-transform-origin: center left;
    transform-origin: center left
}

@-webkit-keyframes slideInY {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes slideInY {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@-webkit-keyframes slideInX {
    0% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes slideInX {
    0% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    100% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@-webkit-keyframes slideOutY {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
}

@keyframes slideOutY {
    0% {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }
}

@-webkit-keyframes slideOutX {
    0% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
}

@keyframes slideOutX {
    0% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
}

.transition.swing {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms
}

.transition[class*="swing down"].in {
    -webkit-animation-name: swingInX;
    animation-name: swingInX;
    -webkit-transform-origin: top center;
    transform-origin: top center
}

.transition[class*="swing up"].in {
    -webkit-animation-name: swingInX;
    animation-name: swingInX;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
}

.transition[class*="swing left"].in {
    -webkit-animation-name: swingInY;
    animation-name: swingInY;
    -webkit-transform-origin: center right;
    transform-origin: center right
}

.transition[class*="swing right"].in {
    -webkit-animation-name: swingInY;
    animation-name: swingInY;
    -webkit-transform-origin: center left;
    transform-origin: center left
}

.transition.swing.out,
.transition[class*="swing down"].out {
    -webkit-animation-name: swingOutX;
    animation-name: swingOutX;
    -webkit-transform-origin: top center;
    transform-origin: top center
}

.transition[class*="swing up"].out {
    -webkit-animation-name: swingOutX;
    animation-name: swingOutX;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
}

.transition[class*="swing left"].out {
    -webkit-animation-name: swingOutY;
    animation-name: swingOutY;
    -webkit-transform-origin: center right;
    transform-origin: center right
}

.transition[class*="swing right"].out {
    -webkit-animation-name: swingOutY;
    animation-name: swingOutY;
    -webkit-transform-origin: center left;
    transform-origin: center left
}

@-webkit-keyframes swingInX {
    0% {
        -webkit-transform: perspective(1000px) rotateX(90deg);
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(1000px) rotateX(-30deg);
        transform: perspective(1000px) rotateX(-30deg);
        opacity: 1
    }

    60% {
        -webkit-transform: perspective(1000px) rotateX(15deg);
        transform: perspective(1000px) rotateX(15deg)
    }

    80% {
        -webkit-transform: perspective(1000px) rotateX(-7.5deg);
        transform: perspective(1000px) rotateX(-7.5deg)
    }

    100% {
        -webkit-transform: perspective(1000px) rotateX(0deg);
        transform: perspective(1000px) rotateX(0deg)
    }
}

@keyframes swingInX {
    0% {
        -webkit-transform: perspective(1000px) rotateX(90deg);
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(1000px) rotateX(-30deg);
        transform: perspective(1000px) rotateX(-30deg);
        opacity: 1
    }

    60% {
        -webkit-transform: perspective(1000px) rotateX(15deg);
        transform: perspective(1000px) rotateX(15deg)
    }

    80% {
        -webkit-transform: perspective(1000px) rotateX(-7.5deg);
        transform: perspective(1000px) rotateX(-7.5deg)
    }

    100% {
        -webkit-transform: perspective(1000px) rotateX(0deg);
        transform: perspective(1000px) rotateX(0deg)
    }
}

@-webkit-keyframes swingInY {
    0% {
        -webkit-transform: perspective(1000px) rotateY(-90deg);
        transform: perspective(1000px) rotateY(-90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(1000px) rotateY(30deg);
        transform: perspective(1000px) rotateY(30deg);
        opacity: 1
    }

    60% {
        -webkit-transform: perspective(1000px) rotateY(-17.5deg);
        transform: perspective(1000px) rotateY(-17.5deg)
    }

    80% {
        -webkit-transform: perspective(1000px) rotateY(7.5deg);
        transform: perspective(1000px) rotateY(7.5deg)
    }

    100% {
        -webkit-transform: perspective(1000px) rotateY(0deg);
        transform: perspective(1000px) rotateY(0deg)
    }
}

@keyframes swingInY {
    0% {
        -webkit-transform: perspective(1000px) rotateY(-90deg);
        transform: perspective(1000px) rotateY(-90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(1000px) rotateY(30deg);
        transform: perspective(1000px) rotateY(30deg);
        opacity: 1
    }

    60% {
        -webkit-transform: perspective(1000px) rotateY(-17.5deg);
        transform: perspective(1000px) rotateY(-17.5deg)
    }

    80% {
        -webkit-transform: perspective(1000px) rotateY(7.5deg);
        transform: perspective(1000px) rotateY(7.5deg)
    }

    100% {
        -webkit-transform: perspective(1000px) rotateY(0deg);
        transform: perspective(1000px) rotateY(0deg)
    }
}

@-webkit-keyframes swingOutX {
    0% {
        -webkit-transform: perspective(1000px) rotateX(0deg);
        transform: perspective(1000px) rotateX(0deg)
    }

    40% {
        -webkit-transform: perspective(1000px) rotateX(-7.5deg);
        transform: perspective(1000px) rotateX(-7.5deg)
    }

    60% {
        -webkit-transform: perspective(1000px) rotateX(17.5deg);
        transform: perspective(1000px) rotateX(17.5deg)
    }

    80% {
        -webkit-transform: perspective(1000px) rotateX(-30deg);
        transform: perspective(1000px) rotateX(-30deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(1000px) rotateX(90deg);
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes swingOutX {
    0% {
        -webkit-transform: perspective(1000px) rotateX(0deg);
        transform: perspective(1000px) rotateX(0deg)
    }

    40% {
        -webkit-transform: perspective(1000px) rotateX(-7.5deg);
        transform: perspective(1000px) rotateX(-7.5deg)
    }

    60% {
        -webkit-transform: perspective(1000px) rotateX(17.5deg);
        transform: perspective(1000px) rotateX(17.5deg)
    }

    80% {
        -webkit-transform: perspective(1000px) rotateX(-30deg);
        transform: perspective(1000px) rotateX(-30deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(1000px) rotateX(90deg);
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0
    }
}

@-webkit-keyframes swingOutY {
    0% {
        -webkit-transform: perspective(1000px) rotateY(0deg);
        transform: perspective(1000px) rotateY(0deg)
    }

    40% {
        -webkit-transform: perspective(1000px) rotateY(7.5deg);
        transform: perspective(1000px) rotateY(7.5deg)
    }

    60% {
        -webkit-transform: perspective(1000px) rotateY(-10deg);
        transform: perspective(1000px) rotateY(-10deg)
    }

    80% {
        -webkit-transform: perspective(1000px) rotateY(30deg);
        transform: perspective(1000px) rotateY(30deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(1000px) rotateY(-90deg);
        transform: perspective(1000px) rotateY(-90deg);
        opacity: 0
    }
}

@keyframes swingOutY {
    0% {
        -webkit-transform: perspective(1000px) rotateY(0deg);
        transform: perspective(1000px) rotateY(0deg)
    }

    40% {
        -webkit-transform: perspective(1000px) rotateY(7.5deg);
        transform: perspective(1000px) rotateY(7.5deg)
    }

    60% {
        -webkit-transform: perspective(1000px) rotateY(-10deg);
        transform: perspective(1000px) rotateY(-10deg)
    }

    80% {
        -webkit-transform: perspective(1000px) rotateY(30deg);
        transform: perspective(1000px) rotateY(30deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(1000px) rotateY(-90deg);
        transform: perspective(1000px) rotateY(-90deg);
        opacity: 0
    }
}

.flash.transition {
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-name: flash;
    animation-name: flash
}

.shake.transition {
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-name: shake;
    animation-name: shake
}

.bounce.transition {
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-name: bounce;
    animation-name: bounce
}

.tada.transition {
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-name: tada;
    animation-name: tada
}

.pulse.transition {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-name: pulse;
    animation-name: pulse
}

.jiggle.transition {
    -webkit-animation-duration: 750ms;
    animation-duration: 750ms;
    -webkit-animation-name: jiggle;
    animation-name: jiggle
}

@-webkit-keyframes flash {

    0%,
    50%,
    100% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    50%,
    100% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@-webkit-keyframes shake {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.7
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.7
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes jiggle {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes jiggle {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

body {
    font-family: "Montserrat", Helvetica, sans-serif;
    letter-spacing: .75px;
    line-height: inherit;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body #blue {
    color: #1adbec;
    font-size: 14px
}

h1 {
    font-family: "Montserrat", Helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase
}

h2 {
    font-family: "Playfair Display", serif;
    font-weight: 900;
    margin: 0;
    line-height: 60px
}

h3 {
    font-family: "Playfair Display", serif;
    font-weight: 200;
    font-style: italic;
    margin: 0;
    padding: 0px;
    letter-spacing: 0px
}

h4 {
    font-family: "Playfair Display", serif;
    font-size: 60px;
    font-weight: 900;
    margin: 0
}

h4.green {
    color: #b3d236
}

h4.client {
    float: left;
    position: relative;
    color: #b3d236
}

h5 {
    font-family: "Playfair Display", serif;
    font-weight: 900;
    margin: 0;
    line-height: 2em
}

h6 {
    font-family: "Montserrat", Helvetica, sans-serif;
    font-weight: 400;
    margin: 0
}

.all-caps {
    text-transform: uppercase
}

address {
    font-style: normal
}

a {
    color: #b3d236;
    text-decoration: none;
    font-weight: 400
}

a:hover {
    color: #250a52;
    transition: color 0.5s ease
}

@media screen and (min-width: 320px) {
    body {
        font-size: 14px
    }

    h2 {
        font-size: 38px;
        line-height: 38px;
        margin-top: 20px
    }

    h3 {
        font-size: 30px
    }

    h4 {
        font-size: 50px
    }

    h5 {
        font-size: 32px;
        line-height: 1.25em
    }

    h6 {
        font-size: 18px
    }

    .shadowed {
        text-shadow: none
    }
}

@media screen and (min-width: 768px) {
    body {
        font-size: 14px
    }

    h2 {
        font-size: 60px
    }

    h3 {
        font-size: 55px
    }

    h4 {
        font-size: 60px
    }

    h5 {
        font-size: 40px;
        line-height: 1.5em
    }

    h6 {
        font-size: 24px
    }

    .shadowed {
        text-shadow: 2px 2px 8px #565050
    }
}

@media screen and (min-width: 1020px) {
    body {
        font-size: 16px
    }

    h2 {
        font-size: 80px
    }

    h3 {
        font-size: 70px
    }

    h4 {
        font-size: 60px
    }

    h5 {
        font-size: 45px
    }

    h6 {
        font-size: 25px
    }
}

#menu-trigger {
    z-index: 3
}

.nav-wrapper {
    z-index: 2;
    background-color: #939496;
	margin: 0 auto
}

.nav-wrapper .container #menu-trigger {
    display: none;
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 15px;
    content: "";
    background: url(images/hamburger.svg);
    clear: both;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 2
}

.nav-wrapper .container .logo {
    content: "";
    background: url(images/irlevents-logo.svg);
    clear: both;
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
    z-index: 3
}

.home-menu-container {
    height: auto;
    z-index: 2;
    position: relative;
    display: block;
    top: -16px
}

.home-menu-container .home-menu-wrapper {
    position: relative
}

.home-menu-container .home-menu-wrapper .menu {
    text-align: left
}

.home-menu-container .home-menu-wrapper .menu ul {
    list-style-type: none;
    padding: 0px;
    margin: 25px;
	display:table;
	width:100%;
}

.home-menu-container .home-menu-wrapper .menu ul li:nth-child {
    display: none
}

.home-menu-container .home-menu-wrapper .menu ul li a {
    color: #fff;
	size:14px;
	text-align: center;
	display:block;
	letter-spacing: -0.5px;
	}

.home-menu-container .home-menu-wrapper .menu ul li a::first-letter {
	color:transparent;
}

.home-menu-container .home-menu-wrapper .menu ul li a:hover {
    color: #b3d236
}

@media screen and (min-width: 320px) {
    .nav-wrapper {
        height: 80px;
        background: #999
    }

    .nav-wrapper .container #menu-trigger {
        width: 50px;
        height: 50px;
        right: 20px;
        top: 15px;
        display: block
    }

    .nav-wrapper .container .logo {
        width: 60px;
        height: 60px;
        left: 10px;
        top: 10px
    }

    .home-menu-container {
        background:hidden;
    }

    .home-menu-container .home-menu-wrapper .menu {
        display: none;
        width: 100%;
        height: 100vh
    }

    .home-menu-container .home-menu-wrapper .menu.menu--open {
        display: block
    }

    .home-menu-container .home-menu-wrapper .menu ul li {
        margin-top: 50px;
        display: inline-block;
        width: 100%;
        height: 50px;
        font-size: 20px
    }

    .home-menu-container .home-menu-wrapper .menu ul li:after {
        content: "";
        display: block;
        height: 8px;
        width: 250px;
        background: linear-gradient(270deg, #b3d236, #e6fc7d);
        position: relative;
        margin: 0 auto;
        top: 25px
    }
}

@media screen and (min-width: 650px) {
    .nav-wrapper {
        max-width: 1000px;
        background: none
    }

    .nav-wrapper .container {
        max-width: 1000px;
        background: none
    }

    .nav-wrapper .container #menu-trigger {
        display: none
    }

    .nav-wrapper .container .logo {
        width: 150px;
        height: 150px;
        left: 30px
    }

    .home-menu-container {
        background: none;
        position: relative;
        max-width: 1000px;
        height: 50px;
        top: 30px;
        right: 0px;
        margin: 0 auto;
        display: block !important
    }

    .home-menu-container .home-menu-wrapper {
        position: absolute;
        right: 30px;
        top: -80px
    }

    .home-menu-container .home-menu-wrapper .menu {
        display: block !important;
        max-width: 650px;
        height: 100%
    }

    .home-menu-container .home-menu-wrapper .menu ul li {
        display: inline-block;
        font-size: 14px;
        margin-top: 0;
        width: 100px;
        height: auto
    }

    .home-menu-container .home-menu-wrapper .menu ul li:after {
        display: none
    }
}

.solid-nav-wrapper {
    background-color: #939496 !important;
    z-index: 2
}

.solid-nav-wrapper .solid-container {
    width: 100vw;
    height: 80px;
    background-color: #939496;
    max-width: 1020px;
    margin: 0 auto;
    position: relative
}

.solid-nav-wrapper .solid-container #menu-trigger {
    right: 10px;
    top: 15px;
    content: "";
    background: url(images/hamburger.svg);
    clear: both;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute
}

.solid-nav-wrapper .solid-container .logo {
    content: "";
    background: url(images/irlevents-logo.svg);
    clear: both;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 3
}

.menu-container {
    z-index: 2;
    position: relative;
    display: block;
    top: -16px
}

.menu-container .menu-wrapper {
    width: 100%;
    max-width: 1020px;
    position: absolute;
    right: 0px
}

.menu-container .menu-wrapper .menu {
    text-align: right
}

.menu-container .menu-wrapper .menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.menu-container .menu-wrapper .menu ul li:nth-child {
    display: none
}

.menu-container .menu-wrapper .menu ul li a {
    color: #fff;
	letter-spacing: 0px;
}
.menu-container .menu-wrapper .menu ul li::first-letter {
	color:transparent;
}
.menu-container .menu-wrapper .menu ul li a:hover {
    color: #b3d236
}

@media screen and (min-width: 320px) {
    .solid-nav-wrapper {
        background-color: #939496 !important;
		height: 80px
    }

    .solid-nav-wrapper .solid-container #menu-trigger {
        width: 50px;
        height: 50px;
        right: 18px;
        top: 15px;
        display: block;
 		background-color: #939496 !important

    }

    .solid-nav-wrapper .solid-container .logo {
        width: 60px;
        height: 60px;
        left: 18px;
        top: 10px;
		background-color: #939496 !important

    }

    .menu-container .menu-wrapper .menu {
        display: none;
        width: 100%;
        height: 100%
    }

    .menu-container .menu-wrapper .menu.menu--open {
        display: block;
        height: 100vh;
        background-color: #939496 !important;
        text-align: center;
    }

    .menu-container .menu-wrapper .menu ul {
        padding: 0
    }

    .menu-container .menu-wrapper .menu ul li {
        margin-top: 50px;
        display: inline-block;
        width: 100%;
        height: 50px;
        font-size: 30px
    }

    .menu-container .menu-wrapper .menu ul li:after {
        content: "";
        display: block;
        height: 8px;
        width: 250px;
        background: linear-gradient(270deg, #b3d236, #e6fc7d);
        position: relative;
        margin: 0 auto;
        top: 25px
    }
}

@media screen and (min-width: 650px) {
    .solid-nav-wrapper .solid-container #menu-trigger {
        display: none
    }

    .solid-nav-wrapper .solid-container .logo {
        left: 20px
    }

    .menu-container {
        position: absolute;
        height: 50px;
        top: 30px;
        right: 0;
        display: block !important;
        width: 100%
    }

    .menu-container .menu-wrapper {
        margin: 0 auto;
        position: relative
    }

    .menu-container .menu-wrapper .menu {
        display: table !important;
        width: 100%;
        height: 80px
    }

    .menu-container .menu-wrapper .menu ul {
        right: 20px;
		left:-20px;
        position: relative;
		display:table-cell
    }

    .menu-container .menu-wrapper .menu ul li {
        display: inline-block;
        font-size: 15px;
        margin-top: 0;
        width: 100px;
        height: auto
    }

    .menu-container .menu-wrapper .menu ul li:after {
        display: none
    }
}

button,
input.button {
    background-color: #242021;
    border: none;
    color: #fff;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    margin: inherit;
    cursor: pointer;
    border-radius: 30px;
    font-weight: 400;
    font-family: "Montserrat", Helvetica, sans-serif
}

button.green,
input.button.green {
    color: #fff
}

button.green:hover,
input.button.green:hover {
    color: #fff;
    background: #b3d236;
    transition: background 0.2s ease
}

button.green:active,
input.button.green:active {
    color: #fff;
    background: #677a0f;
    transition: background 0.2s ease
}

button.purple,
input.button.purple {
    color: #fff
}

button.purple:hover,
input.button.purple:hover {
    color: #fff;
    background: #601bd0;
    transition: background 0.2s ease
}

button.purple:active,
input.button.purple:active {
    color: #fff;
    background: #290662;
    transition: background 0.2s ease
}

button:focus,
input.button:focus {
    outline: none
}

.rfloat {
    float: right;
    right: 0
}

.lfloat {
    float: left;
    left: 0
}

.divider {
    background-size: 400% 400% !important;
    -webkit-animation: AnimationName 5s ease infinite;
    -moz-animation: AnimationName 5s ease infinite;
    animation: AnimationName 5s ease infinite
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@media screen and (min-width: 320px) {
    button {
        display: block
    }
}

@media screen and (min-width: 768px) {
    button {
        display: block
    }
}

@media screen and (min-width: 1020px) {
    button {
        display: inline-block
    }
}

.gallery-wrap {
    width: 100%;
    display: block;
    position: relative
}

.gallery-wrap::before {
    content: "";
    height: 8px;
    width: 45%;
    top: -20px;
    position: absolute;
    background: linear-gradient(to right, #677a0f, #e6fc7d);
    margin-top: 12px;
    left: 0;
    display: block
}

.gallery-wrap::after {
    content: "";
    height: 8px;
    width: 35%;
    bottom: -8px;
    position: absolute;
    background: linear-gradient(#250a52, #401086);
    margin-top: 12px;
    right: 0;
    display: block
}

.gallery-wrap .gallery {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.gallery-wrap .gallery .gallery-image {
    display: block;
    float: left;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
    width: auto
}

.gallery-wrap .gallery .gallery-image img {
    display: inline-block
}

@media screen and (min-width: 320px) {
    .gallery-wrap {
        height: 300px
    }

    .gallery-wrap .gallery {
        height: 300px
    }

    .gallery-wrap .gallery .gallery-image {
        height: 300px;
        min-height: 300px
    }

    .gallery-wrap .gallery .gallery-image .caption {
        display: block;
        font-size: 16px;
        width: calc(100% - 30px);
        height: auto;
        position: absolute;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        padding: 15px;
        z-index: 2;
        color: #fff;
        font-weight: 200
    }

    .gallery-wrap .gallery .gallery-image img {
        height: 300px;
        max-height: 300px;
        width: auto
    }
}

@media screen and (min-width: 768px) {
    .gallery-wrap {
        height: 500px
    }

    .gallery-wrap .gallery {
        height: 500px
    }

    .gallery-wrap .gallery .gallery-image {
        height: 500px;
        min-height: 500px
    }

    .gallery-wrap .gallery .gallery-image .caption {
        display: block;
        font-size: 16px;
        font-family: "Montserrat", Helvetica, sans-serif;
        font-weight: 200;
        width: calc(100% - 30px);
        height: auto;
        position: absolute;
        bottom: 0;
        color: #fff;
        background: rgba(0, 0, 0, 0.5);
        padding: 15px
    }

    .gallery-wrap .gallery .gallery-image img {
        height: 500px;
        max-height: 500px;
        width: auto
    }
}

@media screen and (min-width: 1020px) {
    .gallery-wrap {
        height: 500px
    }

    .gallery-wrap .gallery {
        height: 500px
    }

    .gallery-wrap .gallery .gallery-image {
        height: 500px
    }

    .gallery-wrap .gallery .gallery-image .caption {
        display: none
    }

    .gallery-wrap .gallery .gallery-image:hover .caption {
        display: block;
        font-size: 16px;
        font-family: "Montserrat", Helvetica, sans-serif;
        font-weight: 200;
        position: absolute;
        bottom: 0;
        color: #fff;
        background: rgba(0, 0, 0, 0.5);
        padding: 15px;
        z-index: 2
    }

    .gallery-wrap .gallery .gallery-image img {
        height: 500px
    }
}

footer {
    background: #b3d236;
    width: 100%;
    position: relative;
    bottom: 0;
    display: block;
    margin: 0;
    padding: 0
}

footer .footer-container {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative
}

footer .footer-container #social-block {
    color: #000;
    text-align: center !important;
    margin: 0
}

footer .footer-container ul {
    margin: 0;
    padding: 0 !important
}

footer .footer-container ul li.social {
    display: inline-block;
    margin: 0;
    margin-right: 10px
}

footer .footer-container ul li.social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 30px;
    color: #242021
}

footer .footer-container ul li.social a:hover {
    transition: color 0.5s ease;
    color: #601bd0
}

footer .footer-container ul li.social a:active,
footer .footer-container ul li.social a :focus {
    color: #290662
}

footer .footer-container #copyright {
    display: block;
    font-weight: 400
}

footer:before {
    content: "";
    display: block;
    width: 100%;
    height: 58px;
    background: url(images/footer_divider.svg);
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-position: left bottom
}

#facebook::before {
    content: "\f09a";
    display: inline-block;
    font-size: 35px;
    width: 30px;
    height: 30px;
    font-family: "FontAwesome"
}

#twitter::before {
    content: "\f099";
    display: inline-block;
    font-size: 35px;
    width: 30px;
    height: 30px;
    font-family: "FontAwesome"
}

#instagram::before {
    content: "\f16d";
    display: inline-block;
    font-size: 35px;
    width: 30px;
    height: 30px;
    font-family: "FontAwesome"
}

#youtube::before {
    content: "\f16a";
    display: inline-block;
    font-size: 35px;
    width: 30px;
    height: 30px;
    font-family: "FontAwesome"
}

#google::before {
    content: "\f0d5";
    display: inline-block;
    font-size: 35px;
    width: 30px;
    height: 30px;
    font-family: "FontAwesome"
}

#linkedin::before {
    content: "\f0e1";
    display: inline-block;
    font-size: 35px;
    font-family: "FontAwesome"
}

@media screen and (min-width: 320px) {
    footer {
        height: 100px;
        margin-top: 20px
    }

    footer:before {
        bottom: 100%
    }

    footer .social {
        padding: 0px
    }

    footer .footer-container {
        top: 15px;
        max-width: 270px
    }

    footer .footer-container:before {
        background-size: 100% 26px;
        bottom: 79px
    }

    footer .footer-container #copyright {
        text-align: center;
        margin-top: 10px
    }
}

@media screen and (min-width: 500px) {
    footer .footer-container {
        top: 45px
    }

    footer .footer-container #social-block {
        position: absolute;
        right: 0;
        bottom: 34%
    }

    footer .footer-container #copyright {
        position: absolute;
        left: 0;
        bottom: 34%
    }
}

@media screen and (min-width: 768px) {
    footer {
        height: 80px;
        margin-top: 100px
    }

    footer .social {
        padding: 10px
    }

    footer .footer-container {
        max-width: 650px
    }

    footer .footer-container:before {
        background-size: 100% 58px
    }
}

@media screen and (min-width: 1020px) {
    footer {
        height: 80px;
        margin-top: 100px
    }

    footer .social {
        padding: 10px
    }

    footer .footer-container {
        max-width: 1020px
    }

    footer .footer-container:before {
        background-size: 100% 58px
    }
}

body {
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    background-color: #fff
}

.main {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%
}

.wrap {
    display: block;
    width: auto
}

.section {
    width: 100vw;
    margin: 0;
    padding: 0
}

.one {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 1500px #000;
    display: block
}

.one .hero {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    position: relative
}

.one .hero #hero-container {
    background: rgba(179, 210, 54, 0.95);
    display: block;
    color: #fff;
    position: absolute
}

.one .hero #hero-container #hero-header {
    position: relative
}

.one .hero #hero-container .copy {
    position: relative;
    color: #fff;
    font-weight: 400;
    line-height: 24px
}

@media screen and (min-width: 320px) {
    .one {
        height: calc(100vh + 200px)
    }

    .one #hero-container {
        width: calc(100% - 70px);
        padding: 15px;
        right: 20px;
        top: 50px
    }
}

@media screen and (min-width: 768px) {
    .one {
        width: 100vw;
        height: 100vh;
        min-height: 800px
    }

    .one .hero #hero-container {
        width: calc(100vw - 150px);
        padding: 30px;
        margin: 0 auto;
        right: 0;
        top: 155px;
        position: relative
    }

    .one .hero #hero-container .copy {
        width: 500px
    }
}

@media screen and (min-width: 1020px) {
    .one {
        width: 100vw;
        height: 100vh;
        min-height: 500px
    }

    .one .hero {
        max-width: 1020px
    }

    .one .hero #hero-container {
        right: 15px;
        top: 15%;
        width: 650px;
        position: absolute
    }

    .one .hero #hero-container #hero-header {
        left: -100px;
        width: calc(100% + 50px)
    }

    .one .hero #hero-container #hero-header h6 {
        margin-bottom: 22px
    }

    .one .hero #hero-container .copy {
        left: 70px;
        width: 535px
    }
}

.two {
    background: linear-gradient(#250a52, #401086);
    color: #fff;
    clear: both;
    text-align: center;
    display: block;
    font-weight: 400
}

.two .divider {
    height: 8px;
    top: 80px;
    position: relative;
    background: linear-gradient(270deg, #1adbec, #0ea0ad)
}

.two .service {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 80px
}

.two .services-list {
    position: relative;
    top: 80px;
    font-size: 18px
}

.two .services-list ul {
    height: auto;
    margin: 0;
    position: relative;
    display: inline-block;
    padding: 0
}

.two .services-list ul li {
 list-style: none;
    display: inherit;
    width: 150px;
    margin: 0 20px;
    vertical-align: super;
    padding: 10px;
}

.two .services-list ul li .services-item {
    font-size: 20px;
    width: 150px;
    text-align: center;
    background: #0ea0ad;
    border: none;
    border-radius: 100px;
    overflow: auto;
    background-size: cover
}

@media screen and (min-width: 400px) {
    .two {
        height: 1850px
    }

    .two .divider {
        width: 75%
    }

    .two .service {
        text-align: center
    }

    .two .services-list {
        width: 100%;
        margin: 0 auto
    }

    .two .services-list span {
        width: 90%;
        display: block;
        margin: 0 auto
    }

    .two .services-list ul {
        margin-bottom: 50px;
        margin-top: 0px
    }

    .two .services-list ul li {
        margin: 0 40px
    }

    .two .services-list ul li .services-item {
        width: 155px;
        height: 155px;
        margin-bottom: 0px;
        margin-top: 30px
    }
}

@media screen and (min-width: 768px) {
    .two {
        height: 100vh;
        max-height: 1020px
    }

    .two .service {
        max-width: 650px
    }

    .two .services-list {
        width: 90%;
        max-width: 750px
    }

    .two .services-list ul li {
        margin: 0 20px
    }
}

@media screen and (min-width: 1020px) {
    .two {
        height: 800px
    }

    .two .divider {
        width: 45%
    }

    .two .service {
        max-width: 1020px;
        text-align: left
    }

    .two .services-list {
        width: 100%;
        max-width: 100%
    }

    .two .services-list ul {
        margin-bottom: 50px;
        margin-top: 30px
    }

    .two .services-list ul li {
        margin: 0 20px
    }

    .two .services-list ul li .services-item {
        width: 155px;
        height: 155px;
        margin-bottom: 30px;
        margin-top: 30px
    }
}

.media {
    background-position: left
}

.three {
    height: auto;
    clear: both;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0
}

.three:before {
    content: "";
    display: block;
    width: 100%;
    height: 166px;
	background:transparent !important;
    position: absolute;
    bottom: 100%;
    left: 0;
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: 1
}

.three .client_top {
    clear: both;
    display: inline-block;
    height: 100px;
    position: absolute;
    right: 0;
    width: 50%
}

.three .client_header {
    clear: both;
    display: block;
    text-align: center;
    right: 0px;
    position: relative
}

.three .divider {
    height: 8px;
    position: absolute;
    display: block;
    background: linear-gradient(270deg, #1adbec, #601bd0);
    right: 0;
    bottom: 0;
    margin: 0
}

.three .clients {
    position: relative;
    display: inline-block;
    margin-top: 100px;
    width: 100%;
    overflow: hidden
}

.three .clients .top-row {
    display: inline-block
}

.three .clients .top-row ul {
    margin: 0px;
    position: absolute;
    right: 0
}

.three .clients .top-row ul li {
    background: linear-gradient(270deg, #1adbec, #0ea0ad);
    background-size: cover;
    margin: 0px;
    float: right
}

.three .clients .top-row ul li .media {
    background-position: center;
    background-size: cover
}

.three .clients .middle-row {
    display: block;
    height: 400px;
    background: #b3d236
}

.three .clients .middle-row .media {
    background: linear-gradient(270deg, #1adbec, #0ea0ad);
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 0
}

.three .clients .middle-row .about-clients {
    display: block;
    position: relative
}

.three .clients .middle-row .about-clients .about-header {
    font-family: "Playfair Display", serif;
    display: block
}

.three .clients .bottom-row {
    display: block;
    width: 100%;
    height: 400px;
    display: block
}

.three .clients .bottom-row .media {
    float: left;
    background: linear-gradient(270deg, #1adbec, #0ea0ad);
    display: inline-block;
    margin: 0;
    background-size: cover;
    background-position: center
}

@media screen and (min-width: 320px) {
    .three:before {
        background-size: 100% 78px
    }

    .three .client_top {
        margin: 0 auto;
        width: 100%
    }

    .three .client_header {
        margin: 0 auto;
        padding-right: 0;
        text-align: center
    }

    .three .divider {
        width: 85%
    }

    .three .clients {
        height: auto
    }

    .three .clients .top-row {
        width: 100%;
        height: 600px;
        position: relative;
        display: block
    }

    .three .clients .top-row ul {
        width: 100%;
        list-style-type: none;
        display: block
    }

    .three .clients .top-row ul li {
        position: relative;
        display: block;
        width: 100%;
        height: 300px
    }

    .three .clients .top-row ul li .media {
        display: inline-block
    }

    .three .clients .middle-row {
        width: 100vw;
        height: auto;
        display: block
    }

    .three .clients .middle-row .about-clients {
        height: auto;
        width: calc(100% - 20px);
        line-height: 1.5em;
        padding: 10px
    }

    .three .clients .middle-row .about-clients .media {
        display: none
    }

    .three .clients .middle-row .about-clients .content {
        padding: 15px;
        display: block
    }

    .three .clients .bottom-row {
        width: 100%;
        height: 400px;
        display: block
    }

    .three .clients .bottom-row .media {
        width: 50%;
        height: 200px
    }

    .three .clients .bottom-row .media.bottom-media {
        width: 100% !important
    }
}

@media screen and (min-width: 768px) {
    .three:before {
        background-size: 100% 166px
    }

    .three .client_top {
        width: 55%
    }

    .three .client_top {
        margin: 0
    }

    .three .divider {
        width: 90%
    }

    .three .clients {
        height: 1250px
    }

    .three .clients .top-row {
        display: inline-block;
        height: 400px;
        width: 100%
    }

    .three .clients .top-row ul {
        width: 100%;
        height: 400px;
        display: inline-block;
        list-style-type: none
    }

    .three .clients .top-row ul li {
        width: 50%;
        height: 400px
    }

    .three .clients .top-row ul li .media {
        display: inline-block
    }

    .three .clients .middle-row {
        width: 100%;
        height: 600px;
        display: block;
        min-width: 768px
    }

    .three .clients .middle-row .about-clients {
        height: 250px;
        width: calc(100% - 80px);
        padding: 40px;
        right: 0;
        position: relative;
        display: inline-block
    }

    .three .clients .middle-row .about-clients .content {
        float: left;
        left: 0;
        height: auto;
        width: 100%
    }

    .three .clients .middle-row .media {
        display: inline-block;
        width: 100%;
        height: 350px;
        float: right;
        position: relative
    }

    .three .clients .bottom-row {
        width: 100%;
        height: 250px;
        display: block;
        position: relative
    }

    .three .clients .bottom-row .media {
        width: 33.3%;
        height: 250px
    }

    .three .clients .bottom-row .media.bottom-media {
        width: 33.4% !important
    }
}

@media screen and (min-width: 1020px) {
    .three:before {
        background-size: 100% 166px
    }

    .three .divider {
        width: 100%
    }

    .three .client_top {
        margin: 0;
        swidth: 50%
    }

    .three .clients {
        height: 1200px
    }

    .three .clients .top-row {
        width: 97%;
        height: 400px;
        display: block;
        max-width: 1750px
    }

    .three .clients .top-row ul {
        display: inline-block;
        width: 100%;
        margin: 0;
        position: relative;
        right: 0
    }

    .three .clients .top-row ul li {
        height: 400px;
        display: inline-block
    }

    .three .clients .top-row ul li .media {
        margin: 0;
        position: relative
    }

    .three .clients .middle-row {
        width: 100vw;
        height: 400px;
        margin: 0;
        max-width: 100%
    }

    .three .clients .middle-row .about-clients {
        width: 45%;
        height: 280px;
        padding-right: 60px
    }

    .three .clients .middle-row .about-clients .content {
        width: 450px;
        height: auto;
        float: right;
        padding: 0px
    }

    .three .clients .middle-row .media {
        width: calc(50vw - 60px);
        height: 400px
    }

    .three .clients .bottom-row {
        width: 95%;
        height: 400px;
        max-width: 1700px
    }

    .three .clients .bottom-row .media {
        width: 33.3%;
        height: 400px
    }
}

.four {
    height: auto;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    background: #fff;
    clear: both;
    position: relative;
    display: block
}

.four #award-carousel {
    display: block;
    vertical-align: middle;
    position: relative;
    padding: 0px
}

.four #award-presenter {
    color: #b3d236;
    font-weight: 400;
    position: absolute;
    text-align: center;
    display: block;
    font-size: 24px
}

.four .award {
    margin: 0 auto;
    height: auto;
    width: 95%;
    position: relative;
    text-align: center;
    padding-bottom: 50px
}

.four .view-awards {
    margin-top: 25px
}

.four .top-bar {
    top: -3px
}

.four .divider {
    height: 8px;
    position: absolute;
    background: linear-gradient(to right, #677a0f, #e6fc7d);
    margin-bottom: 20px;
    display: block
}

.four ul {
    height: auto;
    margin: 0;
    position: relative;
    display: block;
    width: 100%;
    height: auto
}

.four ul li {
    display: inline-block;
    background: #290662;
    margin: 0 auto
}

.four ul li .award-item {
    padding: 40px
}

.four ul li:nth-child(even) {
    background-color: #601bd0;
    display: inline-block
}

.four ul li:hover,
.four ul li:focus {
    background-color: #ffe038;
    outline: none;
    transition: background-color 0.5s ease
}

.four ul li:hover .award-image,
.four ul li:focus .award-image {
    display: none
}

.four ul li:hover .award-name,
.four ul li:focus .award-name {
    text-align: center;
    color: #242021;
    font-weight: 400;
    display: table-cell
}

.four ul li .award-image {
    background-repeat: no-repeat;
    background-position: center;
    position: absolute
}

.four ul li .award-name {
    position: relative;
    display: none;
    vertical-align: middle
}

div.text {
    display: none
}

div:hover .text {
    display: block
}

@media screen and (min-width: 320px) {
    .four #award-carousel {
        display: table-cell;
        margin-bottom: 200px;
        margin-top: 0;
        height: 300px
    }

    .four #award-presenter {
        height: 50px;
        width: 100%;
        bottom: 0;
        font-size: 18px
    }

    .four .award {
        width: 85vw
    }

    .four .view-awards {
        height: 50px;
        width: 100%;
        margin-bottom: 50px
    }

    .four .divider {
        width: 75%;
        display: block
    }

    .four ul {
        margin: 0;
        list-style-type: none;
        padding: 0
    }

    .four ul li {
        width: 120px;
        height: 120px;
        border-radius: 100px;
        margin: 5px
    }

    .four ul li:hover .award-image,
    .four ul li:focus .award-image {
        display: none
    }

    .four ul li:hover .award-name,
    .four ul li:focus .award-name {
        font-size: 12px;
        display: table-cell;
        vertical-align: middle;
        height: 100px;
        width: 100px;
        padding: 10px
    }

    .four ul li .award-image {
        width: 120px;
        height: 120px;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        background-size: 100%
    }

    .four ul li .award-name {
        position: relative;
        display: none;
        vertical-align: middle
    }
}

@media screen and (min-width: 768px) {
    .four #award-carousel {
        display: table-cell;
        vertical-align: middle;
        height: 400px;
        width: 100%;
        margin-bottom: 50px;
        margin-top: 50px
    }

    .four #award-carousel h3.award-text {
        margin: 0;
        padding: 0px
    }

    .four #award-presenter {
        height: 50px;
        width: 100%;
        bottom: 0px;
        font-size: 18px
    }

    .four .award {
        width: 85vw;
        top: -40px;
        max-width: 650px
    }

    .four .view-awards {
        height: 50px;
        width: 100%;
        margin-bottom: 50px
    }

    .four .divider {
        width: 60%;
        display: block
    }

    .four ul li {
        width: 155px;
        height: 155px;
        border-radius: 100px;
        margin: 20px
    }

    .four ul li:hover .award-name,
    .four ul li:focus .award-name {
        width: 115px;
        height: 115px;
        padding: 20px;
        font-size: 16px
    }

    .four ul li .award-image {
        width: 155px;
        height: 155px;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        background-size: 100%
    }

    .four ul li .award-name {
        position: relative;
        display: none;
        vertical-align: middle
    }
}

@media screen and (min-width: 1150px) {
    .four {
        margin-bottom: 150px
    }

    .four #award-carousel {
        height: 300px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
        margin-top: 100px;
        display: block;
        vertical-align: middle;
        text-align: center
    }

    .four #award-carousel h3.award-text {
        margin: 0
    }

    .four #award-presenter {
        height: 50px;
        width: 100%;
        bottom: 0;
        font-size: 24px
    }

    .four .award {
        width: 100%;
        max-width: 1150px
    }

    .four .view-awards {
        height: 50px;
        width: 100%;
        margin-bottom: 50px
    }

    .four .divider {
        width: 35%
    }

    .four ul li {
        width: 155px;
        height: 155px;
        border-radius: 100px;
        margin: 15px
    }

    .four ul li .award-name {
        width: 115px;
        height: 115px;
        padding: 20px
    }

    .four ul li .award-image {
        width: 155px;
        height: 155px;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        background-size: 100%
    }

    .four ul li .award-name {
        position: relative;
        display: none;
        vertical-align: middle
    }
}

.five {
    position: relative;
    display: inline-block
}

.five:after {
    content: "";
    display: block;
    width: 100%;
    background: url(images/contact_divider.svg);
    position: absolute;
    bottom: -1px;
    left: 0;
    background-repeat: no-repeat;
    background-position: left bottom
}

.five .mediaImage {
    width: 100%;
    height: auto;
    background-size: cover;
    height: 100%;
    position: absolute
}

.five .mediaVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media screen and (min-width: 320px) {
    .five {
        height: 400px
    }

    .five:after {
        height: 78px;
        background-size: 100% 78px
    }
}

@media screen and (min-width: 768px) {
    .five {
        height: 640px
    }

    .five:after {
        height: 166px;
        background-size: 100% 166px
    }
}

@media screen and (min-width: 1020px) {
    .five {
        height: 640px
    }

    .five:after {
        height: 166px;
        background-size: 100% 166px
    }
}

.field-wrap {
    width: 100%
}

.six {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding-top: 15px;
    width: 100%;
    background: #fff
}

.six .divider {
    float: left;
    height: 8px;
    position: absolute;
    overflow: visible;
    background: linear-gradient(to right, #677a0f, #e6fc7d)
}

.six .contact_top {
    position: absolute;
    display: inline-block;
    top: 30px;
    left: 0;
    margin: 0 auto
}

.six .c_header {
    height: 150px;
    position: relative
}

.six .contact {
    margin: 0 auto;
    display: block;
    clear: both;
    position: relative
}

.six .contact .contact-form {
    position: relative;
    display: inline-block;
    margin: 0 auto
}

.six .contact .form-name,
.six .contact .form-email {
    padding: 20px;
    height: 20px
}

.six .contact .form-msg-block {
    display: block
}

.six .contact .form-msg-block .form-msg {
    padding: 20px;
    display: block
}

.six .contact .address {
    float: right;
    position: relative;
    display: block;
    color: #565050 !important
}

.six .contact .address .contact-block {
    margin-bottom: 10px
}

.six .contact .address .contact-block .contact-name {
    color: #242021
}

.six .contact .address .contact-block .street-address {
    font-weight: 700;
    color: #8f8f8f;
    font-size: 20px
}

.six .contact .address .contact-info {
    font-weight: 700
}

.six .contact .address .contact-info a {
    padding-top: 8px;
    display: inline-block;
    color: #565050;
    font-size: 14px
}

.six .contact .address .contact-info .contact-phone::before {
    content: "\f095";
    display: inline-block;
    margin-right: 15px;
    color: #b3d236;
    font-family: "FontAwesome"
}

.six .contact .address .contact-info .contact-phone::before:hover {
    color: #5e7019;
    transition: color 0.5s ease
}

.six .contact .address .contact-info .contact-email::before {
    content: "\f0e0";
    font-family: "FontAwesome";
    display: inline-block;
    margin-right: 15px;
    color: #b3d236
}

.six .contact .address .contact-info .contact-email::before:hover {
    color: #5e7019;
    transition: color 0.5s ease
}

.six .contact .address ul {
    margin: 0;
    padding: 0
}

.six .contact .address ul li {
    margin: 0;
    list-style-type: none
}

.six .contact .address #map {
    background: linear-gradient(270deg, #1adbec, #601bd0);
    margin-top: 20px
}

.six label {
    font-weight: 400;
    display: block;
    margin-bottom: 10px
}

.six input.form-name,
.six input.form-email {
    border: 1px solid #8f8f8f !important
}

.six textarea {
    display: block;
    border: 1px solid #8f8f8f;
    resize: none
}

@media screen and (min-width: 320px) {
    .six {
        height: 920px;
        padding-top: 50px
    }

    .six .divider {
        width: 73%
    }

    .six .contact_top {
        width: 100%;
        margin: 0 auto;
        position: relative;
        height: 40px
    }

    .six .c_header {
        top: -60px;
        float: right;
        right: 10%
    }

    .six .contact .contact-form {
        width: 90%;
        padding: 20px;
        left: -5 px
    }

    .six .contact .contact-form .form-msg-block {
        width: 100%;
        display: block;
        margin: inherit
    }

    .six .contact .contact-form .form-msg-block .form-msg {
        width: 100%;
        height: 235px;
        margin-bottom: 20px
    }

    .six .address {
        text-align: center;
        display: block;
        width: 100%;
        margin: 0 auto
    }

    .six .address ul {
        width: 100%;
        display: block;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 20px;
        display: block;
        font-family: "Montserrat", Helvetica, sans-serif
    }

    .six .address ul li {
        width: 100%;
        position: relative;
        margin: 3px 0;
        display: inline-block
    }

    .six .address ul li.contact-name {
        font-size: 34px;
        font-family: "Playfair Display", serif;
        font-weight: 700;
        width: 100%;
        display: block
    }

    .six .address ul li.street-address {
        font-size: 18px;
        font-family: "Playfair Display", serif;
        display: inline-block;
        font-weight: 300
    }

    .six .address ul.contact-info {
        display: block;
        margin-top: 0px
    }

    .six .address ul.contact-info.contact-phone {
        display: block;
        color: #8f8f8f;
        margin-left: 0px;
        font-size: 14px
    }

    .six .address ul.contact-info.contact-email {
        display: block;
        color: #8f8f8f;
        margin-right: 0;
        font-size: 14px
    }

    .six .address ul.contact-info #map {
        width: 100%;
        height: 355px
    }

    label {
        font-weight: 400;
        display: block;
        padding: 0;
        margin: 10px 0;
        text-transform: uppercase;
        font-weight: 200
    }
}

@media screen and (min-width: 768px) {
    .six {
        height: 1050px;
        display: block;
        margin-top: 50px
    }

    .six .divider {
        width: 73%
    }

    .six .contact_top {
        width: 75%;
        position: absolute;
        height: 100px
    }

    .six .c_header {
        top: -80px;
        float: right;
        right: 85px
    }

    .six .contact {
        width: 100%;
        min-width: 625px;
        margin: 0 auto
    }

    .six .contact .contact-form {
        padding: 40px;
        width: calc(100% - 50px);
        margin: 0 auto;
        height: auto;
        left: -15px
    }

    .six .contact .contact-form .form-block {
        display: inline-block;
        width: 49.5%;
        margin: 0px;
        height: auto
    }

    .six .contact .contact-form .form-msg-block {
        width: 100%;
        margin: inherit
    }

    .six .contact .contact-form .form-msg-block .form-msg {
        width: 100%;
        height: 235px
    }

    .six .address {
        text-align: center;
        display: block;
        width: 100%
    }

    .six .address ul {
        display: block;
        margin-top: 25px;
        margin-bottom: 25px;
        display: block;
        font-family: "Montserrat", Helvetica, sans-serif;
        padding: 12px
    }

    .six .address ul li {
        position: relative;
        margin: 3px 0;
        display: inline-block;
        width: auto;
        padding-left: 10px;
        padding-right: 10px
    }

    .six .address ul li.contact-name {
        font-size: 34px;
        font-family: "Playfair Display", serif;
        font-weight: 700;
        display: block
    }

    .six .address ul li.street-address {
        font-size: 18px;
        font-family: "Playfair Display", serif;
        display: inline-block;
        font-weight: 300
    }

    .six .address ul.contact-info {
        display: block;
        margin-top: 15px
    }

    .six .address ul.contact-info.contact-phone {
        display: block;
        color: #8f8f8f;
        margin-left: 0px;
        font-size: 14px
    }

    .six .address ul.contact-info.contact-email {
        display: block;
        color: #8f8f8f;
        margin-right: 0;
        font-size: 14px
    }

    .six .address #map {
        width: calc(100% - 100px);
        height: 355px
    }

    label {
        font-weight: 400;
        display: inline-block;
        padding: 0;
        margin: 0
    }
}

@media screen and (min-width: 1020px) {
    .six {
        height: 580px
    }

    .six .divider {
        width: 73%
    }

    .six .contact_top {
        position: absolute;
        width: 50%;
        height: 100px
    }

    .six .c_header {
        top: -80px;
        float: right;
        right: 85px
    }

    .six .contact {
        width: 100%;
        max-width: 1020px
    }

    .six .contact .contact-form {
        padding: 0px;
        width: 415px
    }

    .six .contact .contact-form .form-block {
        display: block;
        width: 100%;
        margin: 0px;
        height: auto
    }

    .six .contact .contact-form .form-block .form-name,
    .six .contact .contact-form .form-block .form-email {
        width: 100% !important
    }

    .six .contact .contact-form .form-msg-block {
        width: 100%;
        display: block;
        margin: inherit
    }

    .six .contact .contact-form .form-msg-block .form-msg {
        width: 100%;
        height: 235px
    }

    .six .address {
        width: 530px;
        text-align: left
    }

    .six .address ul {
        margin: 0;
        padding: 0;
        width: 530px;
        display: block;
        margin-top: 25px;
        margin-bottom: 25px;
        display: block;
        font-family: "Montserrat", Helvetica, sans-serif
    }

    .six .address ul li {
        position: relative;
        margin: 3px 0;
        display: block;
        padding-left: 0px;
        padding-right: 0px
    }

    .six .address ul li.contact-name {
        font-size: 20px;
        font-family: "Playfair Display", serif;
        font-weight: 700
    }

    .six .address ul li.street-address {
        font-size: 18px;
        font-family: "Playfair Display", serif;
        display: block;
        font-weight: 300
    }

    .six .address ul.contact-info {
        margin: 0;
        padding: 0
    }

    .six .address ul.contact-info.contact-phone {
        display: block;
        color: #8f8f8f;
        margin-left: 0px;
        font-size: 14px
    }

    .six .address ul.contact-info.contact-email {
        display: block;
        color: #8f8f8f;
        margin-right: 0;
        font-size: 14px
    }

    .six .address #map {
        width: 530px;
        min-width: 530px;
        height: 355px
    }

    label {
        font-weight: 400;
        display: block;
        padding: 0;
        margin: 0
    }
}

.about {
    margin: 0 auto;
    display: block
}

.about .header {
    margin: 0 auto;
    display: block;
    text-align: center
}

.about .header span {
    color: #b3d236
}

.about .hero {
    width: 100vw;
    background-color: green;
    display: block;
    background-position: center;
    background-size: cover;
    z-index: 0;
    margin-bottom: 50px
}

.about .hero:after {
    content: "";
    display: block;
    width: 100%;
    background: url(images/contact_divider.svg);
    position: relative;
    left: 0;
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: 0
}

.about .about-content {
    width: 100vw;
    display: block;
    margin-bottom: 100px;
    margin: 0 auto
}

.about .about-content ul {
    margin: 0 auto;
    width: inherit;
    list-style: none;
    position: relative;
    width: 100%
}

.about .about-content ul li {
    text-align: justify;
    text-decoration: none;
    display: block;
    line-height: 24px;
    width: 100%;
    color: #242021;
    font-weight: 400
}

.about .about-content ul li h5 {
    color: #242021;
}

.about .about-content ul li h6 {
    color: #565050;
    font-size: 20px
}

.about .about-content ul li .divider {
    height: 8px;
    top: 0;
    position: relative;
    background: linear-gradient(to right, #677a0f, #e6fc7d);
    margin-top: 10px
}

.about .about-content ul li .employee {
    display: block;
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    margin-bottom: 100px
}

.about .about-content ul li .employee h6 {
    color: #ececec
}

@media screen and (min-width: 320px) {
    .about .header {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .hero {
        height: 300px
    }

    .hero:after {
        height: 78px;
        background-size: 100% 78px;
        bottom: -222px
    }

    .about-content ul {
        top: -78px;
        margin: 0 auto;
        max-width: calc(100% - 100px);
        padding: 50px
    }

    .about-content ul li {
        width: 100%;
        display: block
    }

    .about-content ul li .divider {
        width: 100%
    }

    .about-content ul li .employee {
        padding: 20px;
        width: 100%
    }
}

@media screen and (min-width: 768px) {
    .about .header {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .hero {
        height: 500px
    }

    .hero:after {
        bottom: -334px;
        height: 166px;
        background-size: 100% 166px
    }

    .about-content ul {
        padding: 0px;
        max-width: calc(100% - 100px)
    }

    .about-content ul li {
        padding: 50px;
        max-width: calc(100% - 100px)
    }
}

@media screen and (min-width: 1020px) {
    .about .header {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .hero {
        height: 500px
    }

    .about-content:before {
        bottom: 166px
    }

    .about-content ul {
        max-width: 1020px
    }

    .about-content ul li {
        padding: 50px;
        width: 100%
    }

    .about-content ul li .divider {
        width: 525px
    }
}

.client {
    display: block;
    margin: 0 auto
}

.client .selector-menu {
    height: 85px;
    width: 100%;
    text-align: center;
    margin: 0 auto
}

.client .client-selector {
    width: 100%;
    height: 150px;
    margin: 0 auto;
    font-weight: 700;
    position: relative
}

.client .client-selector ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0
}

.client .client-selector li {
    display: inline-block
}

.client .client-selector a {
    display: inline-block;
    background: #fff;
    width: auto;
    padding: 10px 60px;
    color: #000;
    border: 2px #000 solid;
    margin: inherit;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    min-width: 125px
}

.client .client-selector a:hover {
    color: #fff;
    background: linear-gradient(270deg, #1adbec, #0ea0ad);
    padding: 12px 62px;
    border: 0 none;
    transition: color 0.5s ease;
    transition: background 0.5s ease
}

.client .client-selector a.active,
.client .client-selector a :focus {
    background: linear-gradient(270deg, #290662, #601bd0);
    color: #fff;
    border: 0px none;
    padding: 12px 62px
}

.client .client-selector a.active:after,
.client .client-selector a :focus:after {
    border: 0 none;
    clear: both;
    content: "";
    width: 100%;
    height: 8px;
    background: linear-gradient(to right, #677a0f, #e6fc7d);
    position: absolute;
    left: 0;
    top: 77px
}

.client #header {
    width: 100%;
    position: relative;
    text-align: center;
    top: 20px;
    display: block
}

.client #header h2 span {
    color: #b3d236
}

.client .content {
    clear: both;
    display: block;
    height: auto
}

.client .content .hero {
    width: 100vw;
    position: relative;
    overflow: none;
    vertical-align: middle;
    display: table-cell
}

.client .content .hero .c-header {
    height: auto;
    margin: 0 auto;
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 1
}

.client .content .hero .c-header #c-title {
    font-family: "Montserrat", Helvetica, sans-serif;
    font-weight: 700;
    color: #fff;
    margin: 0
}

.client .content .hero .c-header #c-subtitle {
    font-family: "Montserrat", Helvetica, sans-serif;
    color: #ececec;
    font-weight: 400;
    margin: 0 auto
}

.client .content .hero .c-header #c-logo {
    max-width: 90%;
    display: block;
    margin: 0 auto
}

.client .content .hero .overlay {
    background-color: rgba(10, 10, 10, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.client .content .c-snippet {
    display: block;
    position: relative;
    text-align: center;
    width: calc(100% - 50px);
    max-width: 700px;
    font-weight: 700;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
    padding: 25px
}

.client .content .c-body {
    text-align: justify;
    margin: 0 auto;
    position: relative;
    padding-top: 25px;
    padding-bottom: 75px;
    line-height: 1.5em;
    color: #242021;
    font-weight: normal
}

.client .content .c-body .links {
    display: block;
    height: auto;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0 auto;
    text-align: center;
    width: 100%
}

.client .content .c-body .links button {
    margin: 0 auto !important
}

@media screen and (min-width: 320px) {
    .client .selector-menu {
        display: none;
        max-width: 300px
    }

    .client .client-selector {
        margin: 0 auto
    }

    .client .client-selector a {
        width: 100%
    }

    .client .client-selector a:active:after,
    .client .client-selector a :focus:after {
        top: 0px
    }

    .client #header {
        height: 80px
    }

    .client #header h2 {
        font-size: 36px
    }

    .client .content .hero {
        height: 300px
    }

    .client .content .hero .c-header #c-title {
        font-size: 50px
    }

    .client .content .hero .c-header #c-subtitle {
        width: 250px;
        font-size: 16px
    }

    .client .content .c-snippet {
        font-size: 18px
    }

    .client .content .c-body {
        width: calc(100% - 40px);
        padding: 20px
    }

    .dropdown-block {
        width: calc(100% - 18px);
        display: block;
        height: 80px;
        margin: 0 auto;
        padding: 9px
    }

    .dropdown-block .ui {
        padding: 0
    }

    .dropdown-block .ui.dropdown {
        border: 4px solid #999;
        width: calc(100% - 85px);
        height: auto;
        padding: 15px 25px;
        margin: 0 auto !important;
        font-size: 24px;
        margin-bottom: 40px;
        position: relative;
        color: #999 !important;
        text-align: center !important;
        background: #fff;
        display: block !important
    }

    .dropdown-block .ui .dropdown-menu {
        width: 100%;
        border-radius: 0 !important
    }

    .dropdown-block .ui .dropdown-menu:nth-child(even) {
        background: #8f8f8f !important
    }

    .dropdown-block .ui .dropdown-menu .item {
        width: calc(100% - 40px);
        text-align: center !important;
        padding: 20px
    }

    .dropdown-block .ui .dropdown-menu .item:hover {
        background: linear-gradient(270deg, #290662, #601bd0);
        color: #fff
    }
}

@media screen and (min-width: 568px) {
    .client .selector-menu {
        max-width: 650px;
        display: none
    }

    .client .client-selector a {
        width: inherit
    }

    .client #header {
        height: 120px
    }

    .client #header h2 {
        font-size: 80px
    }

    .client .content .hero {
        height: 400px
    }

    .client .content .hero .c-header #c-title {
        font-size: 80px
    }

    .client .content .hero .c-header #c-subtitle {
        width: 550px;
        font-size: 22px
    }

    .client .content .c-snippet {
        font-size: 20px
    }

    .client .content .c-body {
        width: 650px
    }
}

@media screen and (min-width: 800px) {
    .client .selector-menu {
        max-width: 1020px;
        display: block
    }

    .client .client-selector ul li {
        display: inline-block
    }

    .client .client-selector a {
        width: inherit
    }

    .client .content .hero {
        height: 500px
    }

    .client .content .hero .c-header #c-title {
        font-size: 120px
    }

    .client .content .hero .c-header #c-subtitle {
        width: 500px;
        font-size: 24px
    }

    .client .content .c-snippet {
        font-size: 24px
    }

    .client .content .c-body {
        width: 800px
    }

    .dropdown-block {
        display: none
    }

}