@charset "UTF-8";
.ui-helper-hidden {
display: none;
}
.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.ui-helper-reset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height: 1.3;
text-decoration: none;
font-size: 100%;
list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
content: "";
display: table;
border-collapse: collapse;
}
.ui-helper-clearfix:after {
clear: both;
}
.ui-helper-zfix {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
opacity: 0;
filter:Alpha(Opacity=0); }
.ui-front {
z-index: 100;
} .ui-state-disabled {
cursor: default !important;
pointer-events: none;
} .ui-icon {
display: inline-block;
vertical-align: middle;
margin-top: -.25em;
position: relative;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
}
.ui-widget-icon-block {
left: 50%;
margin-left: -8px;
display: block;
}  .ui-widget-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ui-accordion .ui-accordion-header {
display: block;
cursor: pointer;
position: relative;
margin: 2px 0 0 0;
padding: .5em .5em .5em .7em;
font-size: 100%;
}
.ui-accordion .ui-accordion-content {
padding: 1em 2.2em;
border-top: 0;
overflow: auto;
}
.ui-autocomplete {
position: absolute;
top: 0;
left: 0;
cursor: default;
}
.ui-menu {
list-style: none;
padding: 0;
margin: 0;
display: block;
outline: 0;
}
.ui-menu .ui-menu {
position: absolute;
}
.ui-menu .ui-menu-item {
margin: 0;
cursor: pointer; list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-item-wrapper {
position: relative;
padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
margin: 5px 0;
height: 0;
font-size: 0;
line-height: 0;
border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
margin: -1px;
} .ui-menu-icons {
position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
padding-left: 2em;
} .ui-menu .ui-icon {
position: absolute;
top: 0;
bottom: 0;
left: .2em;
margin: auto 0;
} .ui-menu .ui-menu-icon {
left: auto;
right: 0;
}
.ui-button {
padding: .4em 1em;
display: inline-block;
position: relative;
line-height: normal;
margin-right: .1em;
cursor: pointer;
vertical-align: middle;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
text-decoration: none;
} .ui-button-icon-only {
width: 2em;
box-sizing: border-box;
text-indent: -9999px;
white-space: nowrap;
} input.ui-button.ui-button-icon-only {
text-indent: 0;
} .ui-button-icon-only .ui-icon {
position: absolute;
top: 50%;
left: 50%;
margin-top: -8px;
margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
padding: 0;
width: 2.1em;
height: 2.1em;
text-indent: -9999px;
white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
width: auto;
height: auto;
text-indent: 0;
white-space: normal;
padding: .4em 1em;
}  input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
border: 0;
padding: 0;
}
.ui-controlgroup {
vertical-align: middle;
display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
float: left;
margin-left: 0;
margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
display: block;
float: none;
width: 100%;
margin-top: 0;
margin-bottom: 0;
text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
border-bottom: none;
} .ui-controlgroup-vertical .ui-spinner-input { width: 75%;
width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
box-shadow: inset 1px 1px 1px #ccc;
border-radius: .12em;
border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
width: 16px;
height: 16px;
border-radius: 1em;
overflow: visible;
border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
background-image: none;
width: 8px;
height: 8px;
border-width: 4px;
border-style: solid;
}
.ui-checkboxradio-disabled {
pointer-events: none;
}
.ui-datepicker {
width: 17em;
padding: .2em .2em 0;
display: none;
}
.ui-datepicker .ui-datepicker-header {
position: relative;
padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
position: absolute;
top: 2px;
width: 1.8em;
height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
left: 2px;
}
.ui-datepicker .ui-datepicker-next {
right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
display: block;
position: absolute;
left: 50%;
margin-left: -8px;
top: 50%;
margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
margin: 0 2.3em;
line-height: 1.8em;
text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
font-size: 1em;
margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
width: 45%;
}
.ui-datepicker table {
width: 100%;
font-size: .9em;
border-collapse: collapse;
margin: 0 0 .4em;
}
.ui-datepicker th {
padding: .7em .3em;
text-align: center;
font-weight: bold;
border: 0;
}
.ui-datepicker td {
border: 0;
padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
display: block;
padding: .2em;
text-align: right;
text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
background-image: none;
margin: .7em 0 0 0;
padding: 0 .2em;
border-left: 0;
border-right: 0;
border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
float: right;
margin: .5em .2em .4em;
cursor: pointer;
padding: .2em .6em .3em .6em;
width: auto;
overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
float: left;
} .ui-datepicker.ui-datepicker-multi {
width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
width: 95%;
margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
clear: left;
}
.ui-datepicker-row-break {
clear: both;
width: 100%;
font-size: 0;
} .ui-datepicker-rtl {
direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
right: 2px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
left: 2px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
right: 1px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
left: 1px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
border-right-width: 0;
border-left-width: 1px;
} .ui-datepicker .ui-icon {
display: block;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
left: .5em;
top: .3em;
}
.ui-dialog {
position: absolute;
top: 0;
left: 0;
padding: .2em;
outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
padding: .4em 1em;
position: relative;
}
.ui-dialog .ui-dialog-title {
float: left;
margin: .1em 0;
white-space: nowrap;
width: 90%;
overflow: hidden;
text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
position: absolute;
right: .3em;
top: 50%;
width: 20px;
margin: -10px 0 0 0;
padding: 1px;
height: 20px;
}
.ui-dialog .ui-dialog-content {
position: relative;
border: 0;
padding: .5em 1em;
background: none;
overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
text-align: left;
border-width: 1px 0 0 0;
background-image: none;
margin-top: .5em;
padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
margin: .5em .4em .5em 0;
cursor: pointer;
}
.ui-dialog .ui-resizable-n {
height: 2px;
top: 0;
}
.ui-dialog .ui-resizable-e {
width: 2px;
right: 0;
}
.ui-dialog .ui-resizable-s {
height: 2px;
bottom: 0;
}
.ui-dialog .ui-resizable-w {
width: 2px;
left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
width: 7px;
height: 7px;
}
.ui-dialog .ui-resizable-se {
right: 0;
bottom: 0;
}
.ui-dialog .ui-resizable-sw {
left: 0;
bottom: 0;
}
.ui-dialog .ui-resizable-ne {
right: 0;
top: 0;
}
.ui-dialog .ui-resizable-nw {
left: 0;
top: 0;
}
.ui-draggable .ui-dialog-titlebar {
cursor: move;
}
.ui-draggable-handle {
-ms-touch-action: none;
touch-action: none;
}
.ui-resizable {
position: relative;
}
.ui-resizable-handle {
position: absolute;
font-size: 0.1px;
display: block;
-ms-touch-action: none;
touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
display: none;
}
.ui-resizable-n {
cursor: n-resize;
height: 7px;
width: 100%;
top: -5px;
left: 0;
}
.ui-resizable-s {
cursor: s-resize;
height: 7px;
width: 100%;
bottom: -5px;
left: 0;
}
.ui-resizable-e {
cursor: e-resize;
width: 7px;
right: -5px;
top: 0;
height: 100%;
}
.ui-resizable-w {
cursor: w-resize;
width: 7px;
left: -5px;
top: 0;
height: 100%;
}
.ui-resizable-se {
cursor: se-resize;
width: 12px;
height: 12px;
right: 1px;
bottom: 1px;
}
.ui-resizable-sw {
cursor: sw-resize;
width: 9px;
height: 9px;
left: -5px;
bottom: -5px;
}
.ui-resizable-nw {
cursor: nw-resize;
width: 9px;
height: 9px;
left: -5px;
top: -5px;
}
.ui-resizable-ne {
cursor: ne-resize;
width: 9px;
height: 9px;
right: -5px;
top: -5px;
}
.ui-progressbar {
height: 2em;
text-align: left;
overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
margin: -1px;
height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
height: 100%;
filter: alpha(opacity=25); opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
background-image: none;
}
.ui-selectable {
-ms-touch-action: none;
touch-action: none;
}
.ui-selectable-helper {
position: absolute;
z-index: 100;
border: 1px dotted black;
}
.ui-selectmenu-menu {
padding: 0;
margin: 0;
position: absolute;
top: 0;
left: 0;
display: none;
}
.ui-selectmenu-menu .ui-menu {
overflow: auto;
overflow-x: hidden;
padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
font-size: 1em;
font-weight: bold;
line-height: 1.5;
padding: 2px 0.4em;
margin: 0.5em 0 0 0;
height: auto;
border: 0;
}
.ui-selectmenu-open {
display: block;
}
.ui-selectmenu-text {
display: block;
margin-right: 20px;
overflow: hidden;
text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
text-align: left;
white-space: nowrap;
width: 14em;
}
.ui-selectmenu-icon.ui-icon {
float: right;
margin-top: 0;
}
.ui-slider {
position: relative;
text-align: left;
}
.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1.2em;
height: 1.2em;
cursor: default;
-ms-touch-action: none;
touch-action: none;
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
background-position: 0 0;
} .ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
filter: inherit;
}
.ui-slider-horizontal {
height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
top: -.3em;
margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
right: 0;
}
.ui-slider-vertical {
width: .8em;
height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
left: -.3em;
margin-left: 0;
margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
left: 0;
width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
top: 0;
}
.ui-sortable-handle {
-ms-touch-action: none;
touch-action: none;
}
.ui-spinner {
position: relative;
display: inline-block;
overflow: hidden;
padding: 0;
vertical-align: middle;
}
.ui-spinner-input {
border: none;
background: none;
color: inherit;
padding: .222em 0;
margin: .2em 0;
vertical-align: middle;
margin-left: .4em;
margin-right: 2em;
}
.ui-spinner-button {
width: 1.6em;
height: 50%;
font-size: .5em;
padding: 0;
margin: 0;
text-align: center;
position: absolute;
cursor: default;
display: block;
overflow: hidden;
right: 0;
} .ui-spinner a.ui-spinner-button {
border-top-style: none;
border-bottom-style: none;
border-right-style: none;
}
.ui-spinner-up {
top: 0;
}
.ui-spinner-down {
bottom: 0;
}
.ui-tabs {
position: relative; padding: .2em;
}
.ui-tabs .ui-tabs-nav {
margin: 0;
padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
list-style: none;
float: left;
position: relative;
top: 0;
margin: 1px .2em 0 0;
border-bottom-width: 0;
padding: 0;
white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
float: left;
padding: .5em 1em;
text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
margin-bottom: -1px;
padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
display: block;
border-width: 0;
padding: 1em 1.4em;
background: none;
}
.ui-tooltip {
padding: 8px;
position: absolute;
z-index: 9999;
max-width: 300px;
}
body .ui-tooltip {
border-width: 2px;
} .ui-widget {
font-family: Arial,Helvetica,sans-serif;
font-size: 1em;
}
.ui-widget .ui-widget {
font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
font-family: Arial,Helvetica,sans-serif;
font-size: 1em;
}
.ui-widget.ui-widget-content {
border: 1px solid #c5c5c5;
}
.ui-widget-content {
border: 1px solid #dddddd;
background: #ffffff;
color: #333333;
}
.ui-widget-content a {
color: #333333;
}
.ui-widget-header {
border: 1px solid #dddddd;
background: #e9e9e9;
color: #333333;
font-weight: bold;
}
.ui-widget-header a {
color: #333333;
} .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
border: 1px solid #c5c5c5;
background: #f6f6f6;
font-weight: normal;
color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
color: #454545;
text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
border: 1px solid #cccccc;
background: #ededed;
font-weight: normal;
color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
color: #2b2b2b;
text-decoration: none;
}
.ui-visual-focus {
box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
border: 1px solid #003eff;
background: #007fff;
font-weight: normal;
color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
border: #003eff;
background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
color: #ffffff;
text-decoration: none;
} .ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
border: 1px solid #dad55e;
background: #fffa90;
color: #777620;
}
.ui-state-checked {
border: 1px solid #dad55e;
background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
border: 1px solid #f1a899;
background: #fddfdf;
color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
opacity: .7;
filter:Alpha(Opacity=70); font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
opacity: .35;
filter:Alpha(Opacity=35); background-image: none;
}
.ui-state-disabled .ui-icon {
filter:Alpha(Opacity=35); }  .ui-icon {
width: 16px;
height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
background-image: url(//www.tulipianspreschool.com/wp-content/plugins/soundy-background-music/css/jquery-ui-1.12.1/images/ui-icons_444444_256x240.png);
}
.ui-widget-header .ui-icon {
background-image: url(//www.tulipianspreschool.com/wp-content/plugins/soundy-background-music/css/jquery-ui-1.12.1/images/ui-icons_444444_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
background-image: url(//www.tulipianspreschool.com/wp-content/plugins/soundy-background-music/css/jquery-ui-1.12.1/images/ui-icons_555555_256x240.png);
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
background-image: url(//www.tulipianspreschool.com/wp-content/plugins/soundy-background-music/css/jquery-ui-1.12.1/images/ui-icons_ffffff_256x240.png);
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
background-image: url(//www.tulipianspreschool.com/wp-content/plugins/soundy-background-music/css/jquery-ui-1.12.1/images/ui-icons_777620_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
background-image: url(//www.tulipianspreschool.com/wp-content/plugins/soundy-background-music/css/jquery-ui-1.12.1/images/ui-icons_cc0000_256x240.png);
}
.ui-button .ui-icon {
background-image: url(//www.tulipianspreschool.com/wp-content/plugins/soundy-background-music/css/jquery-ui-1.12.1/images/ui-icons_777777_256x240.png);
} .ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; } .ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }  .ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
border-bottom-right-radius: 3px;
} .ui-widget-overlay {
background: #aaaaaa;
opacity: .003;
filter: Alpha(Opacity=.3); }
.ui-widget-shadow {
-webkit-box-shadow: 0px 0px 5px #666666;
box-shadow: 0px 0px 5px #666666;
}.war_soundy_audio_control {
border: red 0px solid !important;
border-radius: 0px !important;
box-shadow: none !important;
cursor: pointer !important;
z-index: 99999 !important;
}.flxmap-container * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.flxmap-container img {
max-width: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
background-color: transparent !important;
border-radius: 0px !important;
}
.site-content .flxmap-directions img.adp-marker,
.entry-content .flxmap-directions img.adp-marker {
max-width: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.flxmap-directions table.adp-placemark,
.flxmap-directions table.adp-directions {
table-layout: inherit;
}
.flxmap-directions td.adp-text {
vertical-align: middle;
} .gm-style .gm-style-iw .flxmap-infowin {
color: #2c2c2c;
}
.gm-style .gm-style-iw .flxmap-marker-title {
font-weight: bold;
} .gm-style-iw {
min-width: intrinsic;
min-width: -webkit-fit-content;
min-width: -moz-fit-content;
min-width: fit-content;
} @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.gm-style .gm-style-iw .flxmap-marker-title {
white-space: nowrap;
word-wrap: normal;
}
} .flxmap-container .gm-style-cc > div {
word-wrap: normal;
}@font-face {
font-family: 'FontAwesome';
src: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/fonts/fontawesome-webfont.eot?v=4.4.0);
src: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0) format('embedded-opentype'), url(//www.tulipianspreschool.com/wp-content/themes/kiddy/fonts/fontawesome-webfont.woff2?v=4.4.0) format('woff2'), url(//www.tulipianspreschool.com/wp-content/themes/kiddy/fonts/fontawesome-webfont.woff?v=4.4.0) format('woff'), url(//www.tulipianspreschool.com/wp-content/themes/kiddy/fonts/fontawesome-webfont.ttf?v=4.4.0) format('truetype'), url(//www.tulipianspreschool.com/wp-content/themes/kiddy/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right {
margin-left: .3em;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
} .fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-newspaper-o:before {
content: "\f1ea";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-at:before {
content: "\f1fa";
}
.fa-eyedropper:before {
content: "\f1fb";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-area-chart:before {
content: "\f1fe";
}
.fa-pie-chart:before {
content: "\f200";
}
.fa-line-chart:before {
content: "\f201";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bus:before {
content: "\f207";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-angellist:before {
content: "\f209";
}
.fa-cc:before {
content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}
.fa-meanpath:before {
content: "\f20c";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-diamond:before {
content: "\f219";
}
.fa-ship:before {
content: "\f21a";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-venus:before {
content: "\f221";
}
.fa-mars:before {
content: "\f222";
}
.fa-mercury:before {
content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-genderless:before {
content: "\f22d";
}
.fa-facebook-official:before {
content: "\f230";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-server:before {
content: "\f233";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-times:before {
content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "\f23b";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-sticky-note-o:before {
content: "\f24a";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-clone:before {
content: "\f24d";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-hourglass-o:before {
content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\f256";
}
.fa-hand-scissors-o:before {
content: "\f257";
}
.fa-hand-lizard-o:before {
content: "\f258";
}
.fa-hand-spock-o:before {
content: "\f259";
}
.fa-hand-pointer-o:before {
content: "\f25a";
}
.fa-hand-peace-o:before {
content: "\f25b";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-registered:before {
content: "\f25d";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-safari:before {
content: "\f267";
}
.fa-chrome:before {
content: "\f268";
}
.fa-firefox:before {
content: "\f269";
}
.fa-opera:before {
content: "\f26a";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
content: "\f26c";
}
.fa-contao:before {
content: "\f26d";
}
.fa-500px:before {
content: "\f26e";
}
.fa-amazon:before {
content: "\f270";
}
.fa-calendar-plus-o:before {
content: "\f271";
}
.fa-calendar-minus-o:before {
content: "\f272";
}
.fa-calendar-times-o:before {
content: "\f273";
}
.fa-calendar-check-o:before {
content: "\f274";
}
.fa-industry:before {
content: "\f275";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-map-o:before {
content: "\f278";
}
.fa-map:before {
content: "\f279";
}
.fa-commenting:before {
content: "\f27a";
}
.fa-commenting-o:before {
content: "\f27b";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-vimeo:before {
content: "\f27d";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-fonticons:before {
content: "\f280";
}.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
padding: 0;
margin: 0;
border: 0;
outline: none;
vertical-align: top;
}
.fancybox-wrap {
position: absolute;
top: 0;
left: 0;
z-index: 8020;
}
.fancybox-skin {
position: relative;
background: #f9f9f9;
color: #444;
text-shadow: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.fancybox-opened {
z-index: 8030;
}
.fancybox-opened .fancybox-skin {
-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
position: relative;
}
.fancybox-inner {
overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
-webkit-overflow-scrolling: touch;
}
.fancybox-error {
color: #444;
font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
margin: 0;
padding: 15px;
white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
display: block;
width: 100%;
height: 100%;
}
.fancybox-image {
max-width: 100%;
max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/img/fancybox/fancybox_sprite.png);
}
#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
margin-top: -22px;
margin-left: -22px;
background-position: 0 -108px;
opacity: 0.8;
cursor: pointer;
z-index: 8060;
}
#fancybox-loading div {
width: 44px;
height: 44px;
background: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/img/fancybox/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
position: absolute;
top: -18px;
right: -18px;
width: 36px;
height: 36px;
cursor: pointer;
z-index: 8040;
}
.fancybox-nav {
position: absolute;
top: 0;
width: 40%;
height: 100%;
cursor: pointer;
text-decoration: none;
background: transparent url(//www.tulipianspreschool.com/wp-content/themes/kiddy/img/fancybox/blank.gif); -webkit-tap-highlight-color: rgba(0,0,0,0);
z-index: 8040;
}
.fancybox-prev {
left: 0;
}
.fancybox-next {
right: 0;
}
.fancybox-nav span {
position: absolute;
top: 50%;
width: 36px;
height: 34px;
margin-top: -18px;
cursor: pointer;
z-index: 8040;
visibility: hidden;
}
.fancybox-prev span {
left: 10px;
background-position: 0 -36px;
}
.fancybox-next span {
right: 10px;
background-position: 0 -72px;
}
.fancybox-nav:hover span {
visibility: visible;
}
.fancybox-tmp {
position: absolute;
top: -99999px;
left: -99999px;
visibility: hidden;
max-width: 99999px;
max-height: 99999px;
overflow: visible !important;
} .fancybox-lock {
overflow: hidden !important;
width: auto;
}
.fancybox-lock body {
overflow: hidden !important;
}
.fancybox-lock-test {
overflow-y: hidden !important;
}
.fancybox-overlay {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
display: none;
z-index: 8010;
background: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/img/fancybox/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
position: fixed;
bottom: 0;
right: 0;
}
.fancybox-lock .fancybox-overlay {
overflow: auto;
overflow-y: scroll;
} .fancybox-title {
visibility: hidden;
font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
position: relative;
text-shadow: none;
z-index: 8050;
}
.fancybox-opened .fancybox-title {
visibility: visible;
}
.fancybox-title-float-wrap {
position: absolute;
bottom: 0;
right: 50%;
margin-bottom: -35px;
z-index: 8050;
text-align: center;
}
.fancybox-title-float-wrap .child {
display: inline-block;
margin-right: -100%;
padding: 2px 20px;
background: transparent; background: rgba(0, 0, 0, 0.8);
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
text-shadow: 0 1px 2px #222;
color: #FFF;
font-weight: bold;
line-height: 24px;
white-space: nowrap;
}
.fancybox-title-outside-wrap {
position: relative;
margin-top: 10px;
color: #fff;
}
.fancybox-title-inside-wrap {
padding-top: 10px;
}
.fancybox-title-over-wrap {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
padding: 10px;
background: #000;
background: rgba(0, 0, 0, .8);
} @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/img/fancybox/fancybox_sprite@2x.png);
background-size: 44px 152px; }
#fancybox-loading div {
background-image: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/img/fancybox/fancybox_loading@2x.gif);
background-size: 24px 24px; }
}.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
display: -moz-inline-box;
-moz-box-orient: vertical;
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
position: relative;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
*display: inline;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
display: -moz-inline-box;
-moz-box-orient: vertical;
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
*display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
display: -moz-inline-box;
-moz-box-orient: vertical;
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
*display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
text-align: left;
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
display: block;
-webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
display: block;
-webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 2s;
-moz-transition: -moz-transform 2s;
-ms-transition: -ms-transform 2s;
-o-transition: -o-transform 2s;
transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
-webkit-transition: -webkit-transform 2s;
-moz-transition: -moz-transform 2s;
-ms-transition: -ms-transform 2s;
-o-transition: -o-transform 2s;
transition: transform 2s;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
font-family: "Helvetica Neue", sans-serif;
line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
text-align: center;
}.select2-container {
margin: 0;
position: relative;
display: inline-block; zoom: 1;
*display: inline;
vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.select2-container .select2-choice {
display: block;
height: 26px;
padding: 0 0 0 8px;
overflow: hidden;
position: relative;
border: 1px solid #aaa;
white-space: nowrap;
line-height: 26px;
color: #444;
text-decoration: none;
border-radius: 4px;
background-clip: padding-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #fff;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}
html[dir="rtl"] .select2-container .select2-choice {
padding: 0 8px 0 0;
}
.select2-container.select2-drop-above .select2-choice {
border-bottom-color: #aaa;
border-radius: 0 0 4px 4px;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
margin-right: 26px;
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
float: none;
width: auto;
}
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
margin-left: 26px;
margin-right: 0;
}
.select2-container .select2-choice abbr {
display: none;
width: 12px;
height: 12px;
position: absolute;
right: 24px;
top: 8px;
font-size: 1px;
text-decoration: none;
border: 0;
background: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/css/select2.png) right top no-repeat;
cursor: pointer;
outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
display: inline-block;
}
.select2-container .select2-choice abbr:hover {
background-position: right -11px;
cursor: pointer;
}
.select2-drop-mask {
border: 0;
margin: 0;
padding: 0;
position: fixed;
left: 0;
top: 0;
min-height: 100%;
min-width: 100%;
height: auto;
width: auto;
opacity: 0;
z-index: 9998; background-color: #fff;
filter: alpha(opacity=0);
}
.select2-drop {
width: 100%;
margin-top: -1px;
position: absolute;
z-index: 9999;
top: 100%;
background: #fff;
color: #000;
border: 1px solid #aaa;
border-top: 0;
border-radius: 0 0 4px 4px;
-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}
.select2-drop.select2-drop-above {
margin-top: 1px;
border-top: 1px solid #aaa;
border-bottom: 0;
border-radius: 4px 4px 0 0;
-webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}
.select2-drop-active {
border: 1px solid #5897fb;
border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
border-top: 1px solid #5897fb;
}
.select2-drop-auto-width {
border-top: 1px solid #aaa;
width: auto;
}
.select2-drop-auto-width .select2-search {
padding-top: 4px;
}
.select2-container .select2-choice .select2-arrow {
display: inline-block;
width: 18px;
height: 100%;
position: absolute;
right: 0;
top: 0;
border-left: 1px solid #aaa;
border-radius: 0 4px 4px 0;
background-clip: padding-box;
background: #ccc;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
left: 0;
right: auto;
border-left: none;
border-right: 1px solid #aaa;
border-radius: 4px 0 0 4px;
}
.select2-container .select2-choice .select2-arrow b {
display: block;
width: 100%;
height: 100%;
background: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/css/select2.png) no-repeat 0 1px;
}
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
background-position: 2px 1px;
}
.select2-search {
display: inline-block;
width: 100%;
min-height: 26px;
margin: 0;
padding-left: 4px;
padding-right: 4px;
position: relative;
z-index: 10000;
white-space: nowrap;
}
.select2-search input {
width: 100%;
height: auto !important;
min-height: 26px;
padding: 4px 20px 4px 5px;
margin: 0;
outline: 0;
font-family: sans-serif;
font-size: 1em;
border: 1px solid #aaa;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
background: #fff url(//www.tulipianspreschool.com/wp-content/themes/kiddy/css/select2.png) no-repeat 100% -22px;
background: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/css/select2.png) no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
background: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/css/select2.png) no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/css/select2.png) no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/css/select2.png) no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
html[dir="rtl"] .select2-search input {
padding: 4px 5px 4px 20px;
background: #fff url(//www.tulipianspreschool.com/wp-content/themes/kiddy/css/select2.png) no-repeat -37px -22px;
background: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/css/select2.png) no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
background: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/css/select2.png) no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/css/select2.png) no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/css/select2.png) no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
.select2-drop.select2-drop-above .select2-search input {
margin-top: 4px;
}
.select2-search input.select2-active {
background: #fff url(//www.tulipianspreschool.com/wp-content/themes/kiddy/css/select2-spinner.gif) no-repeat 100%;
background: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/css/select2-spinner.gif) no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
background: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/css/select2-spinner.gif) no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/css/select2-spinner.gif) no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
background: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/css/select2-spinner.gif) no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
border: 1px solid #5897fb;
outline: none;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-dropdown-open .select2-choice {
border-bottom-color: transparent;
-webkit-box-shadow: 0 1px 0 #fff inset;
box-shadow: 0 1px 0 #fff inset;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background-color: #eee;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
border: 1px solid #5897fb;
border-top-color: transparent;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}
.select2-dropdown-open .select2-choice .select2-arrow {
background: transparent;
border-left: none;
filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
border-right: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
background-position: -18px 1px;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
background-position: -16px 1px;
}
.select2-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
} .select2-results {
max-height: 200px;
padding: 0 0 0 4px;
margin: 4px 4px 4px 0;
position: relative;
overflow-x: hidden;
overflow-y: auto;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html[dir="rtl"] .select2-results {
padding: 0 4px 0 0;
margin: 4px 0 4px 4px;
}
.select2-results ul.select2-result-sub {
margin: 0;
padding-left: 0;
}
.select2-results li {
list-style: none;
display: list-item;
background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label {
font-weight: bold;
}
.select2-results .select2-result-label {
padding: 3px 7px 4px;
margin: 0;
cursor: pointer;
min-height: 1em;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.select2-results-dept-1 .select2-result-label { padding-left: 20px }
.select2-results-dept-2 .select2-result-label { padding-left: 40px }
.select2-results-dept-3 .select2-result-label { padding-left: 60px }
.select2-results-dept-4 .select2-result-label { padding-left: 80px }
.select2-results-dept-5 .select2-result-label { padding-left: 100px }
.select2-results-dept-6 .select2-result-label { padding-left: 110px }
.select2-results-dept-7 .select2-result-label { padding-left: 120px }
.select2-results .select2-highlighted {
background: #3875d7;
color: #fff;
}
.select2-results li em {
background: #feffde;
font-style: normal;
}
.select2-results .select2-highlighted em {
background: transparent;
}
.select2-results .select2-highlighted ul {
background: #fff;
color: #000;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
background: #f4f4f4;
display: list-item;
padding-left: 5px;
} .select2-results .select2-disabled.select2-highlighted {
color: #666;
background: #f4f4f4;
display: list-item;
cursor: default;
}
.select2-results .select2-disabled {
background: #f4f4f4;
display: list-item;
cursor: default;
}
.select2-results .select2-selected {
display: none;
}
.select2-more-results.select2-active {
background: #f4f4f4 url(//www.tulipianspreschool.com/wp-content/themes/kiddy/css/select2-spinner.gif) no-repeat 100%;
}
.select2-results .select2-ajax-error {
background: rgba(255, 50, 50, .2);
}
.select2-more-results {
background: #f4f4f4;
display: list-item;
} .select2-container.select2-container-disabled .select2-choice {
background-color: #f4f4f4;
background-image: none;
border: 1px solid #ddd;
cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
background-color: #f4f4f4;
background-image: none;
border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
display: none;
} .select2-container-multi .select2-choices {
height: auto !important;
height: 1%;
margin: 0;
padding: 0 5px 0 0;
position: relative;
border: 1px solid #aaa;
cursor: text;
overflow: hidden;
background-color: #fff;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}
html[dir="rtl"] .select2-container-multi .select2-choices {
padding: 0 0 0 5px;
}
.select2-locked {
padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
border: 1px solid #5897fb;
outline: none;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
float: left;
list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li
{
float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
margin: 0;
padding: 0;
white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
padding: 5px;
margin: 1px 0;
font-family: sans-serif;
font-size: 100%;
color: #666;
outline: 0;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
background: #fff url(//www.tulipianspreschool.com/wp-content/themes/kiddy/css/select2-spinner.gif) no-repeat 100% !important;
}
.select2-default {
color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
padding: 3px 5px 3px 18px;
margin: 3px 0 3px 5px;
position: relative;
line-height: 13px;
color: #333;
cursor: default;
border: 1px solid #aaaaaa;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
background-clip: padding-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #e4e4e4;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
{
margin: 3px 5px 3px 0;
padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
background: #d4d4d4;
}
.select2-search-choice-close {
display: block;
width: 12px;
height: 13px;
position: absolute;
right: 3px;
top: 4px;
font-size: 1px;
outline: none;
background: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/css/select2.png) right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
right: auto;
left: 3px;
}
.select2-container-multi .select2-search-choice-close {
left: 3px;
}
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
left: auto;
right: 2px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
background-position: right -11px;
} .select2-container-multi.select2-container-disabled .select2-choices {
background-color: #f4f4f4;
background-image: none;
border: 1px solid #ddd;
cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
padding: 3px 5px 3px 5px;
border: 1px solid #ddd;
background-image: none;
background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
background: none;
} .select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
text-decoration: underline;
}
.select2-offscreen, .select2-offscreen:focus {
clip: rect(0 0 0 0) !important;
width: 1px !important;
height: 1px !important;
border: 0 !important;
margin: 0 !important;
padding: 0 !important;
overflow: hidden !important;
position: absolute !important;
outline: 0 !important;
left: 0px !important;
top: 0px !important;
}
.select2-display-none {
display: none;
}
.select2-measure-scrollbar {
position: absolute;
top: -10000px;
left: -10000px;
width: 100px;
height: 100px;
overflow: scroll;
} @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {
.select2-search input,
.select2-search-choice-close,
.select2-container .select2-choice abbr,
.select2-container .select2-choice .select2-arrow b {
background-image: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/css/select2x2.png) !important;
background-repeat: no-repeat !important;
background-size: 60px 40px !important;
}
.select2-search input {
background-position: 100% -21px !important;
}
}
 .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
@-webkit-keyframes bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
@keyframes bounce {
0%, 20%, 53%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
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(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
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(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
0%, 100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
100% {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
0% {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
0% {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .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(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .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(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
100% {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 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 bounceInDown {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 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;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 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 bounceInLeft {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 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;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 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 bounceInRight {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 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;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 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 bounceInUp {
0%, 60%, 75%, 90%, 100% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 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);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .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(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .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(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounceOutDown {
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 bounceOutDown {
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);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
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 bounceOutLeft {
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);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
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 bounceOutRight {
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);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
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 bounceOutUp {
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);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
0% {opacity: 1;}
100% {opacity: 0;}
}
@keyframes fadeOut {
0% {opacity: 1;}
100% {opacity: 0;}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function: ease-in;
transition-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
100% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-animation-duration: .75s;
animation-duration: .75s;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInDown {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInLeft {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInRight {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInUp {
0% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
100% {
opacity: 0;
}
}
@keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
100% {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
visibility: visible;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInDown {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
visibility: visible;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
visibility: visible;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInLeft {
0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
visibility: visible;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
visibility: visible;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInRight {
0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
visibility: visible;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
0% {
-webkit-transform: translateY(100%);
transform: translateY(100%);
visibility: visible;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInUp {
0% {
-webkit-transform: translateY(100%);
transform: translateY(100%);
visibility: visible;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
visibility: hidden;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
@keyframes slideOutDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
visibility: hidden;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
visibility: hidden;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
visibility: hidden;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
visibility: hidden;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
visibility: hidden;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
visibility: hidden;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
visibility: hidden;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}html, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var,b, u, i, center,
dl, dt, dd, ol, ul, li,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section,
summary,time, mark, audio, video {	
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
-webkit-text-size-adjust: none;
text-decoration: none;
}
body{
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
-webkit-text-size-adjust: none;
text-decoration: none;	
} main, article, aside, details, figcaption, figure, footer,
header, hgroup, menu, nav, section{
display: block;
}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}
table {	border-collapse: collapse;	border-spacing: 0;}
*,*:hover,*:focus,*:active,*:visited{
outline:none;
}
ul,ol{
margin:0;
padding:0;
list-style:none;
}
input, textarea, keygen, select, button{
font: inherit;
}
h1, h2, h3, h4, h5, h6{
line-height: 1.2;
}
iframe{
border-style:none;
}
textarea{
resize: none;
}
button,
input[type="button"],
input[type="submit"]{
-webkit-appearance: none;
-webkit-border-radius: 0;
}
fieldset{
border-style: none;
}
button,
input[type='submit']{
-webkit-appearance: none;
border-radius: 0;
}
*{
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.page_boxed{
max-width: 1250px;
margin: 0 auto;
box-shadow: 0 0 20px rgba(0,0,0,0.5);
} .page_boxed,
.cws_slider_container,
.site_top_panel,
.page_title,
.benefits_area,
.site_header,
.page_header_video_wrapper,
.page_header_video_slider_wrapper{
position: relative;
}
.cws_slider_container{
z-index: 2;
}
.site_top_panel,
.page_title,
.benefits_area{
z-index: 3;
}
.page_header_video_wrapper{
z-index: 10;
}
.page_header_video_slider_wrapper{
z-index: 11;
} body.wide,
.page_boxed{
background: #fff !important;
}
body:not(.page_boxed) .media-part .container{
width: auto;
}
.container,
.page-header.logo-left .sticky_container,
.page-header.logo-right .sticky_container,
.page-header.logo-center .main-menu,
.page_content>main,
.fw_row_content_wrapper{
width: 1170px;
position:relative;
margin: 0 auto;
}
.page_content>main .grid_row.full_width{
width: 100%;
position: relative;
margin: 0 auto;
}
.grid-row{
position: relative;
}
.page_content:not(:empty){
padding: 35px 0;
}
.page_content.single_sidebar main{
width:870px;
}
.page_content.double_sidebar main{
width:570px;
}
aside{
width:270px;
}
.page_content>.container{
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
direction: ltr;
}
.page_content aside.sb_left{
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.page_content aside.sb_right{
-webkit-box-ordinal-group: 4;
-moz-box-ordinal-group: 4;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;	
}
.page_content main{
-webkit-box-ordinal-group: 3;
-moz-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;	
}
.page_content>.container>aside.sb_left{
margin-right:30px;
}
.page_content>.container>aside.sb_right{
margin-left:30px;
} .page_content>.container,
.page_content>.container>*{
display: block\9;
}
aside.sb_left,
main{
float: left\9;
}
aside.sb_right{
float: right\9;
}
.page_content>.container:after{
display: none;
}
.page_content>.container:after{
content: "";
display: block\9;
clear: both\9;
} @media screen and (max-width: 1190px){
.page_boxed{
max-width: 1000px;
}
.container,
.page-header.logo-left .sticky_container,
.page-header.logo-right .sticky_container,
.page-header.logo-center .main-menu,
.page_content>main{
width: 940px;
}
aside{
width: 220px;
}
.page_content>.container>aside.sb_left{
margin-right: 20px;
}	
.page_content>.container>aside.sb_right{
margin-left: 20px;
}
.page_content.single_sidebar main{
width: 700px;
}
.page_content.double_sidebar main{
width: 460px;
}
}
@media screen and (max-width: 980px){
.page_boxed{
max-width: 788px;
}
.container,
.page-header.logo-left .sticky_container,
.page-header.logo-right .sticky_container,
.page-header.logo-center .main-menu,
.page_content>main{
width: 738px;
}
aside{
width: 171px;
}
.page_content>.container>aside.sb_left{
margin-right: 18px;
}	
.page_content>.container>aside.sb_right{
margin-left: 18px;
}
.page_content.single_sidebar main{
width: 549px;
}
.page_content.double_sidebar main{
width: 360px;
}
}
@media screen and (max-width: 767px){
.container,
.page-header.logo-left .sticky_container,
.page-header.logo-right .sticky_container,
.page-header.logo-center .main-menu,
.page_content>main{
width: auto;
margin-left: 20px;
margin-right: 20px;
}
.page_content>.container{
-webkit-box-direction: normal;
-moz-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.page_content>.container>*{
width: 100% !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
.page_content>.container>.sb_left+.sb_right+main,
.page_content>.container>.sb_right{
margin-top: 60px;
} .page_content>.container>.sb_right{
margin-top: 0\9;
}
.page_content>.container>*+*{
margin-top: 60px\9 !important;
} }
@font-face {
font-family: 'FontAwesome';
src: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/fonts/fontawesome-webfont.eot?v=4.4.0);
src: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0) format('embedded-opentype'), url(//www.tulipianspreschool.com/wp-content/themes/kiddy/fonts/fontawesome-webfont.woff2?v=4.4.0) format('woff2'), url(//www.tulipianspreschool.com/wp-content/themes/kiddy/fonts/fontawesome-webfont.woff?v=4.4.0) format('woff'), url(//www.tulipianspreschool.com/wp-content/themes/kiddy/fonts/fontawesome-webfont.ttf?v=4.4.0) format('truetype'), url(//www.tulipianspreschool.com/wp-content/themes/kiddy/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right {
margin-left: .3em;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
} .fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-newspaper-o:before {
content: "\f1ea";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-at:before {
content: "\f1fa";
}
.fa-eyedropper:before {
content: "\f1fb";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-area-chart:before {
content: "\f1fe";
}
.fa-pie-chart:before {
content: "\f200";
}
.fa-line-chart:before {
content: "\f201";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bus:before {
content: "\f207";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-angellist:before {
content: "\f209";
}
.fa-cc:before {
content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}
.fa-meanpath:before {
content: "\f20c";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-diamond:before {
content: "\f219";
}
.fa-ship:before {
content: "\f21a";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-venus:before {
content: "\f221";
}
.fa-mars:before {
content: "\f222";
}
.fa-mercury:before {
content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-genderless:before {
content: "\f22d";
}
.fa-facebook-official:before {
content: "\f230";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-server:before {
content: "\f233";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-times:before {
content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "\f23b";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-sticky-note-o:before {
content: "\f24a";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-clone:before {
content: "\f24d";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-hourglass-o:before {
content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\f256";
}
.fa-hand-scissors-o:before {
content: "\f257";
}
.fa-hand-lizard-o:before {
content: "\f258";
}
.fa-hand-spock-o:before {
content: "\f259";
}
.fa-hand-pointer-o:before {
content: "\f25a";
}
.fa-hand-peace-o:before {
content: "\f25b";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-registered:before {
content: "\f25d";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-safari:before {
content: "\f267";
}
.fa-chrome:before {
content: "\f268";
}
.fa-firefox:before {
content: "\f269";
}
.fa-opera:before {
content: "\f26a";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
content: "\f26c";
}
.fa-contao:before {
content: "\f26d";
}
.fa-500px:before {
content: "\f26e";
}
.fa-amazon:before {
content: "\f270";
}
.fa-calendar-plus-o:before {
content: "\f271";
}
.fa-calendar-minus-o:before {
content: "\f272";
}
.fa-calendar-times-o:before {
content: "\f273";
}
.fa-calendar-check-o:before {
content: "\f274";
}
.fa-industry:before {
content: "\f275";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-map-o:before {
content: "\f278";
}
.fa-map:before {
content: "\f279";
}
.fa-commenting:before {
content: "\f27a";
}
.fa-commenting-o:before {
content: "\f27b";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-vimeo:before {
content: "\f27d";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-fonticons:before {
content: "\f280";
} img,
iframe,
.wp-caption,
select{
max-width: 100%;
}
.wp-caption {
margin-bottom: 18px;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0;
}
.wp-caption-text {
-webkit-box-sizing: border-box;
-moz-box-sizing:    border-box;
box-sizing:         border-box;
font-size: 12px;
font-style: italic;
line-height: 1.5;
margin: 9px 0;
text-indent: 0;
}
div.wp-caption .wp-caption-text {
padding-right: 10px;
}
.wp-caption-text a{
text-decoration: underline;
}
div.wp-caption.alignright .wp-caption-text {
padding-left: 10px;
padding-right: 0;
}
.cws_oembed_wrapper,
.bordered{
display: inline-block;
position: relative;
z-index: 1;
border-radius: 18px;
border-width: 9px;
border-style: solid;
padding: 2px;
line-height: 0;
}
.bordered{
box-sizing: border-box;
-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
-webkit-transform: rotate(0.000001deg);
}
.cws_oembed_wrapper iframe{
-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
-webkit-transform: rotate(0.000001deg);
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;
}
embed{
display: block;
overflow: hidden;
max-width: 100%;
-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
-webkit-transform: rotate(0.000001deg);
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;
}
img{
height: auto;
} .alignleft {
float: left;
margin-right: 20px;
margin-bottom: 20px;
}
.alignleft .alignleft{
margin-right: 0;
margin-bottom: 0;
}
.alignright {
float: right;
margin-left: 20px;
margin-bottom: 20px;
}
.alignright .alignright{
margin-left: 0;
margin-bottom: 0;
}
.aligncenter {
display: block !important;
margin-left: auto;
margin-right: auto;
}
a,
.main-nav-container .menu-item>a,
.mobile_nav .menu-item>.button_open,
.select2-results .select2-result,
.accordion_title,
.accordion_title .accordion_icon:not(.custom),
.carousel_header .carousel_nav i,
.carousel_nav_panel .prev,
.carousel_nav_panel .next,
.cws_button.alt>span,
.comments-area .comment-respond .comment-form .submit{
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
a{
display: inline-block;
cursor: pointer;
}
.a-left{
text-align: left;
}
.a-right{
text-align: right;
}
.a-center{
text-align: center;
}
.v_sep{
border-left: 1px solid;
padding-left: 7px;
margin-left: 7px;
}
body{
overflow-x: hidden;
position: relative;
z-index: 1;
}
.testimonial .quote,
aside,
.cws-widget input,
.cws-widget textarea,
.ce_accordion .accordion_title .accordion_icon,
.ce_toggle .accordion_title .accordion_icon,
input, 
textarea{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;	
box-sizing: border-box;
}
aside{
overflow: hidden;
}
.cws_wrapper{
position: relative;
overflow: hidden;
}  input,
textarea,
input{
width: 100%;
max-width: 100%;
padding: 6px 10px;
border-radius: 5px;
-webkit-border-radius: 5px;
background: #fff;
border: 1px solid #d8d8d8;
margin: 0;
font-size: 0.867em;
line-height: 1.385em;
color: inherit;
box-shadow: none;
}
input[type='checkbox'],
input[type='radio'],
input[type='submit']{
width: auto;
}
input[type='submit']{
cursor: pointer;
}
label{
margin-bottom: 5px;
display: block;
line-height: 1;
}
input[type="radio"]{
padding:0;
display:inline-block;
position:relative;
-webkit-appearance:none;
appearance:none;
-webkit-box-sizing:border-box;
-ms-box-szing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
background: #fff;
width:25px;
height:25px;
border-radius:50%;
margin-top:0;
vertical-align: middle;
}
input[type="radio"]:before{
display:block;
position:absolute;
content:"";
width:15px;
height:15px;
-webkit-box-sizing:border-box !important;
-ms-box-szing:border-box !important;
-moz-box-sizing:border-box !important;
box-sizing:border-box !important;
border-radius:50%;
top:4px;
left:4px;
background:transparent;
z-index:999999;
-webkit-transform: scale(0.2);
-moz-transform: scale(0.2);
-ms-transform: scale(0.2);
transform: scale(0.2);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
input[type="radio"]:checked:before{
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
input[type="file"]{
padding:0;
border:0;
background: none;
vertical-align:middle;
}
input[type="checkbox"]{
display:inline-block;
vertical-align: middle;
margin-top:0;
margin-bottom:0;
padding:0;
line-height:0;
-webkit-appearance:none;
appearance:none;
width:25px;
height:25px;
position:relative;
-webkit-box-sizing:border-box;
-ms-box-szing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
border-radius:3px;
background: #fff;
vertical-align: middle;
}
input[type="checkbox"]:before{
content:"";
content: '\f00c';
font-family: FontAwesome;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
width: 23px;
line-height: 23px;
display: inline-block;
text-align: center;
display:block;
position:absolute;
width:100%;
height:100%;
left:0;
top:0;
font-size:21px;
line-height:23px;
text-align: center;
z-index:999999;
color: transparent;
-webkit-transform: scale(0.2);
-moz-transform: scale(0.2);
-ms-transform: scale(0.2);
transform: scale(0.2);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
input[type=checkbox]:checked:before {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
input[type="search"]{
-webkit-appearance:none;
} div.wpcf7 .wpcf7-form-control-wrap{
margin-left: 8px;
text-indent: 0;
}
form.wpcf7-form>p{
margin-left: -8px;
margin-bottom: 0;
text-indent: 8px;
}
form.wpcf7-form>p>*:first-child{
margin-left: 0;
}
.wpcf7-form-control.wpcf7-captchac{
display: inline-block;
vertical-align: middle;
}
.wpcf7 .wpcf7-form-control-wrap{
margin-bottom: 15px;
display: inline-block;
max-width: calc(100% - 8px);
}
.wpcf7 label{
font-weight: 700;
}
.wpcf7 input[type="submit"]{
float: right;
}
.wpcf7 p{
text-indent: 0;
}
span.wpcf7-list-item:first-child{
margin-left: auto;
}
.wpcf7-not-valid{
border-color: #ff6766;
}
span.wpcf7-not-valid-tip{
color: #ff6766;
margin-top: 10px;
}
div.wpcf7-response-output{
margin-top: 1.333em;
margin-left: auto;
margin-right: auto;
}
div.wpcf7-response-output:last-child{
margin-bottom: auto;
}
.wpcf7-response-output:after{
content: "";
}
div.wpcf7-response-output:before{
font-family: FontAwesome;	
left: 40px;
}
div.wpcf7-response-output.wpcf7-validation-errors:before{
content: "\f12a";
}
div.wpcf7-response-output.wpcf7-mail-sent-ok:before{
content: "\f164";
}
div.wpcf7-validation-errors{
border: none;
}   address:not(:last-child),
p:not(:last-child),
ul:not(:last-child),
ol:not(:last-child),
blockquote:not(:last-child),
table:not(:last-child),
dl:not(:last-child),
code,
.testimonial:not(:last-child){
margin-bottom: 1.333em;
}
.cws_fa_tbl:not(:last-child){
margin-bottom: 0.67em;
}
ul ul, ol ol, ul ol, ol ul{
margin-bottom: 0;
}
strong{
font-weight: 700;
}
em{
font-style: italic;
}
address{
font-style: italic;
}
abbr{
border-bottom-style: dotted;
border-bottom-width: 1px;
cursor: help;
}
cite{
font-style: italic;
}
code{
display: block;
padding: 7px 10px;
font-size: 0.9em;
line-height: 1.5;
background: #f3f2f2;
border: 1px solid #d8d8d8;
border-radius: 5px;
margin-top: 1.333em;
}
sub, sup{
font-size: 0.85em;
}
sub{
vertical-align: sub;
}
sup{
vertical-align: super;
}
ins{
background: #fff9c0;
text-decoration: none;
}
code, kbd, tt, var, samp, pre {
font-family: monospace, serif;
font-size: 15px;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
line-height: 1.6;
}
pre {
border: 1px solid rgba(0, 0, 0, 0.1);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 24px;
max-width: 100%;
overflow: auto;
padding: 12px;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
q:before{
content: "\201c\0020";	
}
q:after{
content: "\0020\201d";	
}
mark{
padding: 2px 8px;
border-radius: 5px;
} h1, h2, h3, h4, h5, h6{
line-height: 1.2;
}
.widget-title{
word-wrap: break-word;
}
h1              		{ font-size: 2em; font-weight: 300; }
h1:not(:last-child)		{ margin-bottom: 0.67em; }
h1:not(:first-child)	{ margin-top: 0.67em; }
h2              		{ font-size: 1.5em; }
h2:not(:last-child)		{ margin-bottom: 0.83em; }
h2:not(:first-child)	{ margin-top: 0.83em; }
h3              		{ font-size: 1.17em; }
h3:not(:last-child)		{ margin-bottom: 1em; }
h3:not(:first-child)	{ margin-top: 1em; }
h4:not(:last-child)		{ margin-bottom: 1.33em; }
h4:not(:first-child)	{ margin-top: 1.33em; }
h5              		{ font-size: 0.83em; }
h5:not(:last-child)		{ margin-bottom: 1.67em; }
h5:not(:first-child)	{ margin-top: 1.67em; }
h6              		{ font-size: 0.67em; }
h6:not(:last-child)		{ margin-bottom: 2.33em; }
h6:not(:first-child)	{ margin-top: 2.33em; }
.ce_title:not(:last-child){
margin-bottom: 0.5em;
}
h1.ce_title.heading { font-size: 2em; line-height: 1.2;}
h2.ce_title.heading { font-size: 1.5em; line-height: 1.2;}
h3.ce_title.heading { font-size: 1.17em; line-height: 1.2;}
h4.ce_title.heading { font-size: 1em; line-height: 1.2;}
h5.ce_title.heading { font-size: 0.83em; line-height: 1.2;}
h6.ce_title.heading { font-size: 0.67em; line-height: 1.2;}  ul li{
position: relative;
line-height: 1.5em;
}
ul li li{
padding-left: 1.3em;
}
ol li{
line-height: 1.5em;
}
ul li:before{
content: "•";
padding-right: 0.35em;
}
ul.checkmarks_style li:before,
ul.arrow_style li:before,
ul.custom_icon_style li:before{
font-family: FontAwesome;
}
ul.checkmarks_style li:before{
content: "\f00c";
}
ul.arrow_style li:before{
content: "\f105";
}
ol{
list-style-type: decimal;
margin-left: 1.3em;
}
ol>li{
padding-left: 0;
}
ol>li:before{
content: "";
}  blockquote{
position: relative;
padding: 1.1em 40px;
font-style: italic;	
text-align: center;
color: #fff;
font-size: 1.21em;
line-height: 1.4;
border-radius: 20px;
background-position:  left center;
z-index: 1;
}
blockquote p{
text-indent: 0;
}
blockquote:before,
blockquote:after{
content: "\201C";
text-align: center;
line-height: 0;
width: 20px;
font-size: 60px;
display: inline-block;
position: absolute;
left: calc(50% - 18px);
text-shadow: rgb(255, 255, 255) 1px 1px, 
rgb(255, 255, 255) 1px 0px, 
rgb(255, 255, 255) 0px 1px, 
rgb(255, 255, 255) -1px -1px, 
rgb(255, 255, 255) -1px 0px, 
rgb(255, 255, 255) 0px -1px;
}
blockquote:before{
content: "\201C";
top: 14px;
}
blockquote:after{
bottom: -14px;
}  table{
border-collapse: separate;
}
table th,
table td{
padding: 19px;
border-bottom: 1px solid #d8d8d8;
border-right: 1px solid #d8d8d8;
}
table thead th{
border-color: #fff;
color: #fff;
font-size: 1.05em;
}
table thead th:first-child{
border-top-left-radius: 14px;
border-left: 0;
}
table thead th:last-child{
border-top-right-radius: 14px;
border-right: 0;
}
table thead th{
border-bottom: 0;
}
table tr>*:first-child{
border-left: 1px solid #d1d1d1;
}
table > *:first-child:not(thead) tr:first-child>*{
border-top: 1px solid #d1d1d1;
}
table > *:first-child tr:first-child>*:first-child{
border-top-left-radius: 14px;
}
table > *:first-child tr:first-child>*:last-child{
border-top-right-radius: 14px;
}
table > *:last-child tr:last-child>*:first-child{
border-bottom-left-radius: 14px;
}
table > *:last-child tr:last-child>*:last-child{
border-bottom-right-radius: 14px;
}
table > tfoot ~ *:last-child tr:last-of-type th, table > tfoot ~ *:last-child tr:last-of-type td{
border-bottom-style: solid;
}  dl dt:not(:first-child){
margin-top: 0.65em;
}
dl dd{
padding-left: 1.3em;
font-style: italic;
}   .cws_social_links .cws_social_link{
display: inline-block;
font-size: 1.1em;
line-height: 1em;
width: 1em;
padding: 8px;
text-align: center;
border-radius: 7px;
}
.cws_social_links .cws_social_link + .cws_social_link{
margin-left: 3px;
}  .row_bg{
position: relative;
z-index: 3;
overflow: hidden;
}
.row_bg:not(:first-child),
.grid_row:not(:first-child){
padding-top: 30px;
}
.row_bg:not(:last-child),
.grid_row:not(:last-child){
padding-bottom: 30px;
}
.row_bg > .grid_row{
padding-top: 0;
padding-bottom: 0;
z-index: 2;
} .row_bg_video{
position: relative;
z-index: 3;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
overflow: hidden;
margin-left: -1px;
margin-right: -1px;
}
.row_bg_video>video,
.row_bg_video>iframe{
position: absolute;
z-index: 1;
max-width: none;
}
.row_bg_video>video:not(.cws_prlx_layer),
.row_bg_video>iframe:not(.cws_prlx_layer){
top: 50%;
left: 50%;
-webkit-transform: translate3d(-50%,-50%,0);
-moz-transform: translate3d(-50%,-50%,0);
-ms-transform: translate3d(-50%,-50%,0);
transform: translate3d(-50%,-50%,0);
}
.row_bg_video:before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;	
} .row_bg_video>iframe{
border-radius: 0;
-webkit-mask-image: none;
-webkit-transform: none;
} .grid_col:not(.grid_col_12){
float: left;
}
.grid_col + .grid_col{
margin-left: 2.5%;
} .grid_col_4{
width: 31.63%;
}
.grid_col_3{
width: 23.1%;
}
.grid_col_6{
width: 48.745%;
}
.grid_col_8{
width: 65.83%;
}
.grid_col_9{
width: 74.35%;
}
.grid_col_12{
width: 100%;
}  .grid_row.eq_cols{
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-moz-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.grid_row.eq_cols .grid_col{
float: none;
} .grid_row.eq_cols{
display: block\9;
}
.grid_row.eq_cols .grid_col{
float: left\9;
}
.grid_row.eq_cols{
word-wrap: break-word;
}
.grid_row.eq_cols:after{
display: none;
}
.grid_row.eq_cols:after{
content: "";
display: block\9;
clear: both\9;
}   .page_content{
position: relative;
z-index: 1;
}
.page_content>.footer_image{
background-position: center bottom;
background-repeat: repeat-x;
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: 4;
}
.pattern{
position: absolute;
top: 0;
bottom: 0;
left: 0;
z-index: 1;
}
.pattern.right-pattern{
left: auto;
right: 0;
}
.pattern.right-pattern{
background-position: left top;
}
.pattern.left-pattern{
background-position: right top;
}
.pattern.pattern-1 {
background-image: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/img/patt/pat1.png);
}
.pattern.pattern-2 {
background-image: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/img/patt/pat2.png);
}
.pattern.pattern-3 {
background-image: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/img/patt/pat3.png);
}
.pattern.pattern-4 {
background-image: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/img/patt/pat4.png);
}
.pattern.pattern-5 {
background-image: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/img/patt/pat5.png);
}
.pattern.pattern-6 {
background-image: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/img/patt/pat6.png);
}
.pattern.pattern-7 {
background-image: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/img/patt/pat7.png);
}
.pattern.pattern-8 {
background-image: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/img/patt/pat8.png);
}
.pattern.pattern-9 {
background-image: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/img/patt/pat9.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-device-pixel-ratio: 3/2), 
only screen and (min-device-pixel-ratio: 1.5) {
.pattern.pattern-1:not(.pattern-custom){
background-image: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/img/patt/pat1@2x.png);
background-size: 376px;
}
.pattern.pattern-2:not(.pattern-custom){
background-image: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/img/patt/pat2@2x.png);
background-size: 375px;
}
.pattern.pattern-3:not(.pattern-custom){
background-image: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/img/patt/pat3@2x.png);
background-size: 375px;
}
.pattern.pattern-4:not(.pattern-custom){
background-image: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/img/patt/pat4@2x.png);
background-size: 375px;
}
.pattern.pattern-5:not(.pattern-custom){
background-image: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/img/patt/pat5@2x.png);
background-size: 378px;
}
.pattern.pattern-6:not(.pattern-custom){
background-image: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/img/patt/pat6@2x.png);
background-size: 376px;
}
.pattern.pattern-7:not(.pattern-custom){
background-image: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/img/patt/pat7@2x.png);
background-size: 376px;
}
.pattern.pattern-8:not(.pattern-custom){
background-image: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/img/patt/pat8@2x.png);
background-size: 376px;
}
.pattern.pattern-9:not(.pattern-custom){
background-image: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/img/patt/pat9@2x.png);
background-size: 378px;
}
}  .row_bg > *{
position: relative;
z-index: 1;
}
.row_bg > .grid_row{
z-index: 2;
}
.row_bg_img{
position: absolute;
min-width: 100%;
min-height: 100%;
max-width: none;
top: 50%;
left: 50%;
-webkit-transform: translate3d(-50%,-50%,0);
-o-transform: translate3d(-50%,-50%,0);
-moz-transform: translate3d(-50%,-50%,0);
-ms-transform: translate3d(-50%,-50%,0);
transform: translate3d(-50%,-50%,0);
}
.row_bg_layer{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-repeat: repeat;
}  .select2-container{
min-width: 200px;
padding: 3px 0;
}
aside .select2-container{
width: 100%;
}
.select2-results li{
padding-left: 0;
}
.select2-results li:before{
display: none;
}
.select2-drop,
.select2-drop.select2-drop-above,
.select2-search input,
.select2-container-active .select2-choice,
.select2-container-active .select2-choices,
.select2-dropdown-open .select2-choice,
.select2-container-multi.select2-container-active .select2-choices,
.select2-container-multi .select2-choices .select2-search-field input,
.select2-container-multi .select2-choices .select2-search-choice,
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices{
-webkit-box-shadow: none;
box-shadow: none;
background-image: none;
}
.select2-container-active .select2-choice,
.select2-results li + li{
border-top: 1px solid #d6d6d6;
}
.select2-results li,
.select2-drop.select2-drop-above.select2-drop-active,
.select2-drop, 
.select2-drop-active{
color: inherit;
}
.select2-drop,
.select2-drop-active,
.select2-dropdown-open .select2-choice{
overflow-y: hidden;
}
.select2-choice{
border: none;
}
.select2-drop, 
.select2-drop-active{
border-width: 1px !important;
border-style: solid !important;
border-radius: 4px !important;
background: #fafafa;
}
.select2-search input{
background: #fff !important;
}
.select2-container:not(.select2-dropdown-open) .select2-choice{
box-shadow: none;
}
.select2-search input{
font-size: 0.867em;
}
.select2-drop-auto-width .select2-search{
padding-top: 10px;
}
.select2-search{
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
}
.select2-search input,
html[dir="rtl"] .select2-search input{
padding: 7px 10px;
}
.select2-drop.select2-drop-above .select2-search input{
margin-top: 10px;
}
.select2-results{
padding-left: 0px;
margin: 10px;
}
html[dir="rtl"] .select2-results{
padding-right: 10px;
margin: 10px 0 10px 10px;
}
.select2-search-choice-close{
top: 10px;
}
.select2-search input{
border-radius: 4px;
}
.select2-container .select2-choice,
.select2-container .select2-choice .select2-arrow,
.select2-results .select2-no-results{
background: transparent;
color: inherit;
}
.select2-container .select2-choice,
.select2-container-multi .select2-choices .select2-search-choice{
line-height: inherit;
height: auto;
}
.select2-search,
.select2-search input{
min-height: none;
}
.select2-container .select2-choice .select2-chosen,
.select2-results .select2-result-label{
font-size: 0.867em;
line-height: 1.385em;
padding: 7px 10px;
}
.select2-container .select2-choice,
.select2-results .select2-result-label{
padding-left: 0px;
}
.select2-container .select2-choice .select2-arrow b:after{
display: none;
} .select2-choice{
border-width: 1px;
border-style: solid;	
border-radius: 4px !important;
}
.select2-container .select2-choice .select2-arrow{
width: 32px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
}
.select2-container .select2-choice .select2-arrow b{
background-image: none;
}
.select2-results .select2-highlighted{
background: transparent;
}
.select2-container .select2-arrow:before{
display: block;
position: absolute;
top: 50%;
left: 50%;
font-size: 12px;
line-height: 12px;
width: 12px;
margin: -6px 0 0 -6px;
font-family: FontAwesome;
content: "\f078";
}
.select2-container.select2-dropdown-open .select2-arrow:before{
content: "\f077";
}
.select2-container .select2-choice > .select2-chosen{ margin-right: 32px;
}
.select2-container .select2-choice .select2-arrow{
border-left-width: 1px;
border-left-style: solid;
border-color: inherit;
}   .clearfix:after,
.grid:after{
content: "";
display: block;
clear: both;
}  .site_header{
opacity: 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.site_header.loaded{
opacity: 1;
}
.site_header .logo{
display: inline-block;
}
.site_header .header_mask,
.header_mask .header_img{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-size: cover;
background-position: top center;
z-index: 998;
overflow: hidden;
}
.header_pattern{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-position: center center;
z-index: 998;
}
.header_cont{
width: 100%;
position: relative;
}
.site_header .header_pattern{
z-index: 999;
background-size: auto;
}
.header_mask{
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 1;
overflow: hidden;
}
.header_logo_part.with_border .logo{
border-width: 4px;
border-style: solid;
border-radius: 15px;
}
.site_header .logo>img{
display: block;
}
.header_logo_part.with_border .logo>img{
margin: 5px;
padding: 2px 2px;
}
.site_header.custom_sticky_logo .header_logo_part .logo>img.logo_sticky,
.site_header.custom_mobile_logo .header_logo_part .logo>img.logo_mobile,
.site_header.sticky.custom_sticky_logo .header_logo_part .logo>img{
display: none;
}
.site_header.sticky.custom_sticky_logo .header_logo_part .logo>img.logo_sticky{
display: block;
}
.site_header.logo-in-menu .header_logo_part{
display: inline-block;
vertical-align: middle;
}
.site_header.mobile_nav.custom_mobile_logo .header_logo_part .logo>img,
.site_header.sticky.custom_sticky_logo.mobile_nav .header_logo_part .logo>img.logo_sticky,
.site_header.mobile_nav.sticky .header_logo_part .logo>img.logo_mobile{
display: none;
}
.site_header.mobile_nav .header_logo_part .logo>img.logo_mobile,
.site_header.sticky.custom_sticky_logo.mobile_nav.sticky .header_logo_part .logo>img.logo_sticky{
display: block;
} .main-nav-container .button_open{
width: 36px;
text-align: center;
display: block;
float: right;
}
.main-nav-container .button_open:before{
font-family: FontAwesome;
content: "\f105";
}
.main-nav-container .menu-item>a{
display: block;
padding: 15px 25px;
position: relative;
z-index: 1;
}
.main-nav-container .menu-item>a>.canvas_wrapper{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
overflow: hidden;
z-index: 3;
}
.main-nav-container .menu-item>a>.canvas_wrapper canvas{
position: absolute;
left: -20px;
top: 0;
z-index: 1;
}
.main-nav-container .main-menu>.menu-item:first-child>a>.canvas_wrapper canvas{
left: 0;
}
.main-nav-container .main-menu>.menu-item:last-child>a>.canvas_wrapper canvas{
left: auto;
right: 2px;
}
.main-nav-container .main-menu.menu-bees>.menu-item:first-child>a>.canvas_wrapper canvas{
left: -20px;
}
.main-nav-container .main-menu.menu-bees>.menu-item:last-child>a>.canvas_wrapper canvas{
right: -20px;
}
.main-nav-container .main-menu.menu-bees>.menu-item:first-child>a>.canvas_wrapper{
left: -22px;
}
.main-nav-container .main-menu.menu-bees>.menu-item:last-child>a>.canvas_wrapper{
right: -22px;
}
.main-nav-container .main-menu:not(.menu-bees)>.menu-item:first-child>a{
border-top-left-radius: 11px;
border-bottom-left-radius: 11px;
}
.main-nav-container .main-menu:not(.menu-bees)>.menu-item:last-child>a{
border-top-right-radius: 11px;
border-bottom-right-radius: 11px;
}
.mobile_nav .main-nav-container .menu-item>a{
padding: 2px 15px;
}
.main-nav-container .main-menu>.menu-item>a{
display: inline-block;
padding: 15px 25px;
width: auto;
}
.header_nav_part:not(.mobile_nav) .main-nav-container .menu-item.bees-end{
margin-right: 55px
}
.header_nav_part:not(.mobile_nav) .main-nav-container .menu-item.bees-start{
margin-left: 55px;
}
.main-nav-container .menu-item.bees-end>a{
margin-right: 30px
}
.main-nav-container .menu-item.bees-start>a{
margin-left: 30px;
}
.main-menu{
font-size: 0;
display: inline-block;
}
.main-nav-container .menu-item>a{
position: relative;
z-index: 1;
}
.main-menu>.menu-item{
display: inline-block;
vertical-align: middle;
}
.main-menu>.menu-item>a:after,
.main-menu .sub-menu .menu-item>a:after{
content: "";
position: absolute;
z-index: 1;
right: 0;
left: 60%;
top: 0;
bottom: 0;
background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
background: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
background: linear-gradient(270deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
}
.main-menu:not(.menu-bees)>.menu-item>a:after{
background: #fff !important;
left: 0;
right: auto;
height: 20px;
top: calc(50% - 10px);
width: 1px;
}
.main-menu:not(.menu-bees)> .header_logo_part + .menu-item>a:after,
.main-menu:not(.menu-bees)>.menu-item:hover>a:after,
.main-menu:not(.menu-bees)>.menu-item:hover + .menu-item>a:after,
.main-menu:not(.menu-bees)>.menu-item:first-child>a:after,
.main-menu:not(.menu-bees)>.menu-item.current-menu-ancestor>a:after,
.main-menu:not(.menu-bees)>.menu-item.current-menu-ancestor + .menu-item>a:after,
.main-menu:not(.menu-bees)>.menu-item.current-menu-item>a:after,
.main-menu:not(.menu-bees)>.menu-item.current-menu-item + .menu-item>a:after{
display: none;
}
.main-menu .sub-menu .menu-item>a{
padding: 6px 25px 6px 35px;
}
.main-menu .sub-menu .menu-item>a:before{
position: absolute;
font-family: FontAwesome;
content: "\f111";
font-size: 7px;
z-index: 2;
top: 50%;
margin-top: -3px;
left: 20px;
line-height: 1;
width: 1.1em;
}
.main-menu .sub-menu .menu-item.menu-item-has-children>a:before{
content: "\f061";
font-size: 8px;
}
.main-menu .right .sub-menu .menu-item.menu-item-has-children>a:before{
content: "\f060";
}
.main-menu .sub-menu .menu-item>a:after{
left: 0;
opacity: 0;
background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
background: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
background: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
background: linear-gradient(0deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
}
.main-menu .sub-menu .menu-item:hover>a:after{
opacity: 1;
}
.main-menu>.menu-item>a:before{
content: '';
position: absolute;
bottom: -4px;
height: 5px;
left: 0;
right: 0;
}
.main-menu>.menu-item:last-child>a:after{
background: transparent;
}
.main-nav-container .button_open{
display: none;
}
.bees{
display: inline-block;
}
.main-menu  .bees{
position: absolute;
z-index: 3;
left: 0;
top: 0;
height: 100%;
width: 0;
display: table-cell;
}
.main-menu .bees.bees-end{
left: auto;
right: 0;
}
.main-menu .bees:after{
content: '';
position: absolute;
left: -27px;
bottom: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 32px 0px 32px 27px;
border-left-color: transparent!important;
-webkit-transform: scale(.9999);
-moz-transform: scale(.9999);
-ms-transform: scale(.9999);
transform: scale(.9999);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.main-menu .bees.bees-end:after{
left: auto;
right: -27px;
border-width: 32px 27px 32px 0px;
border-right-color: transparent!important;
}
.bees>span {
content: '';
display: inline-block;
width: 40px;
height: 40px;
background: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/img/bees.png) left center;
animation: play .1s steps(3) infinite;
-webkit-animation: play .1s steps(3) infinite;
}
.main-menu .bees>span {
position: absolute;
z-index: 1;
top: calc(50% - 33px);
left: -77px;
}
.main-menu .bees.bees-end>span{
left: auto;
right: -77px;
}
.bees.bees-end>span{
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.bees>div{
position: absolute;
top: calc(50% - 11px);
bottom: 0;
right: -30px;
width: 1px;	
transform: rotate(50deg) translate(4px,0px);
-webkit-transform: rotate(50deg) translate(4px,0px);
-moz-transform: rotate(50deg) translate(4px,0px);
-ms-transform: rotate(50deg) translate(4px,0px);
z-index: 1;
}
.bees>div:after{
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #e7f0ca;
-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
.bees>div.line-one{
transform: rotate(-50deg) translate(4px,0px);
-webkit-transform: rotate(-50deg) translate(4px,0px);
-moz-transform: rotate(-50deg) translate(4px,0px);
-ms-transform: rotate(-50deg) translate(4px,0px);
bottom: calc(50% - 11px);
top: 0;
}
.bees.bees-start>div{
transform: rotate(130deg) translate(4px,0px);
-webkit-transform: rotate(130deg) translate(4px,0px);
-moz-transform: rotate(130deg) translate(4px,0px);
-ms-transform: rotate(130deg) translate(4px,0px);
right: auto;
left: -30px;
}
.bees.bees-start>div.line-one {
transform: rotate(-130deg) translate(4px,0px);
-webkit-transform: rotate(-130deg) translate(4px,0px);
-moz-transform: rotate(-130deg) translate(4px,0px);
-ms-transform: rotate(-130deg) translate(4px,0px);
bottom: calc(50% - 11px);
top: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-device-pixel-ratio: 3/2), 
only screen and (min-device-pixel-ratio: 1.5) {
.bees>span {
background: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/img/bees@2x.png) left center;
background-size: 120px;
}
}
.main-nav-container .menu-item>.sub-menu>.menu-item:nth-of-type(2)>a,
.main-nav-container .menu-item>.sub-menu>.menu-item:nth-of-type(2){
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.main-nav-container .menu-item>.sub-menu>.menu-item:nth-last-of-type(1)>a,
.main-nav-container .menu-item>.sub-menu>.menu-item:nth-last-of-type(1){
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom: 0;
}
.main-nav-container .menu-item>.sub-menu>.menu-item{
border-bottom: 1px solid rgba(255,255,255,0.6);
}
.main-nav-container .sub-menu .sub-menu{
z-index: 1;
}
.main-nav-container .menu-item>.sub-menu{
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    0px 0px 25px 1px rgba(0, 0, 0, 0.2);
box-shadow:         0px 0px 25px 1px rgba(0, 0, 0, 0.2);
}
@keyframes play {
100% { background-position: -120px; }
}
@-webkit-keyframes play {
100% { background-position: -120px; }
} .mobile_menu_header,
.main-nav-container .sub-menu>.back{
display: none;
}  .mobile_nav .main-menu,
.mobile_nav .main-nav-container .sub-menu{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-direction: normal;
-moz-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: stretch;
-moz-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
min-width: 200px;
max-width: 370px;
}
.mobile_nav .menu-item{
display: table;
width: 100%;
position: relative;
margin-left: 0;
text-align: left;
box-sizing:border-box;
padding-left: 0;
}
.mobile_nav .menu-item + *,
.mobile_nav .header_logo_part + .menu-item{
margin-top: 1px;
}
.mobile_nav .menu-item>a,
.mobile_nav .menu-item>.button_open{
display: table-cell;
vertical-align: middle;
position: relative;
z-index: 11;
}
.mobile_nav .main-menu>.menu-item>a{
border-style: none;
}
.mobile_nav .menu-item:before{
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
}
.logo-in-menu .header_nav_part{
width: 100%;
}
.header_nav_part.mobile_nav .main-nav-container .sub-menu .menu-item:not(.back)>a{
display: table-cell;
}
.header_nav_part.mobile_nav .main-nav-container .menu-item.back>a{
display: inline-block !important;
width: 100%;
box-sizing:border-box;
} .mobile_nav .main-nav-container .sub-menu,
.mobile_nav .main-nav-container .menu-item:hover>.sub-menu{
left: auto;
display: none;
}
.mobile_nav .main-nav-container .menu-item>a{
padding: 2px 15px;
font-size: 20px;
white-space: normal;
}
.mobile_nav .menu-item:hover>a{
background: transparent;
}
.mobile_nav .mobile_menu_header,
.mobile_nav .main-nav-container .sub-menu>.back{
display: block;
}
.mobile_nav .main-nav-container .sub-menu{
-webkit-transition: none;
-moz-transition: none;	
-ms-transition: none;
transition: none;
}  .mobile_menu_header .mobile_menu_switcher{
display: none;
position: relative;
z-index: 1;
width: 50px;
height: 50px;
border-radius: 7px;
font-size: 14px;
line-height: 50px;
text-align: center;
color: #fff;
cursor: pointer;
margin-left: auto;
}
.mobile_menu_header .mobile_menu_switcher span{
position: absolute;
top: 50%;
left: 50%;
margin-left: -15px;
margin-top: -1px;
width: 30px;
height: 4px;
border-radius: 4px;
background-color: #fff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.mobile_nav .mobile_menu_switcher span:first-child{
-webkit-transform: translate(0,7px);
-moz-transform: translate(0,7px);
-ms-transform: translate(0,7px);
transform: translate(0,7px);
}
.mobile_nav .mobile_menu_switcher span:last-child{
-webkit-transform: translate(0,-7px);
-moz-transform: translate(0,-7px);
-ms-transform: translate(0,-7px);
transform: translate(0,-7px);
}
.mobile_nav.opened .mobile_menu_switcher span:first-child,
.mobile_nav.opened .mobile_menu_switcher span{
-webkit-transform: translate(0,0px) rotate(-45deg);
-moz-transform: translate(0,0px) rotate(-45deg);
-ms-transform: translate(0,0px) rotate(-45deg);
transform: translate(0,0px) rotate(-45deg);
}
.mobile_nav.opened .mobile_menu_switcher span:last-child{
-webkit-transform: translate(0,0px) rotate(45deg);
-moz-transform: translate(0,0px) rotate(45deg);
-ms-transform: translate(0,0px) rotate(45deg);
transform: translate(0,0px) rotate(45deg);
}
.mobile_nav .mobile_menu_header .mobile_menu_switcher{
display: block;
}  .header_nav_part.mobile_nav .main-menu{
position: absolute;
top: 100%;
right: 0;
display: none;
}
.header_nav_part.mobile_nav .main-menu .menu-item,
.mobile_nav .main-nav-container .sub-menu .menu-item{
cursor: pointer;
-webkit-transition: background-color 0.3s ease;
-moz-transition: background-color 0.3s ease;	
-ms-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
.header_nav_part.mobile_nav.opened .main-menu,
.mobile_nav .main-nav-container .sub-menu{
display: block;
background: #fff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.2);
transform: translateX(0);
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
}
.header_nav_part.mobile_nav.opened .main-menu .menu-item:first-child,
.header_nav_part.mobile_nav.opened .main-menu .menu-item:first-child:before,
.mobile_nav .main-nav-container .sub-menu .menu-item:first-child,
.mobile_nav .main-nav-container .sub-menu .menu-item:first-child:before{
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.header_nav_part.mobile_nav.opened .main-menu .menu-item:last-child,
.header_nav_part.mobile_nav.opened .main-menu .menu-item:last-child:before,
.mobile_nav .main-nav-container .sub-menu .menu-item:last-child,
.mobile_nav .main-nav-container .sub-menu .menu-item:last-child:before{
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.header_nav_part.mobile_nav .main-menu .bees{
display: none;
}
.header_nav_part.mobile_nav .main-nav-container .menu-item.bees-start,
.header_nav_part.mobile_nav .main-nav-container .menu-item.bees-start>a{
margin-left: 0;
}
.header_nav_part.mobile_nav .main-nav-container .menu-item.current-menu-item>a,
.header_nav_part.mobile_nav .main-nav-container .menu-item a{
background-color: transparent;
}
.header_nav_part.mobile_nav .main-menu>.menu-item>a:after, 
.header_nav_part.mobile_nav .main-menu .sub-menu .menu-item>a:after{
display: none;
left: 0;
}
.header_nav_part.mobile_nav .menu-item>.button_open{
float: none;
cursor: pointer;
}
.header_nav_part.mobile_nav .main-nav-container .main-menu>.menu-item:before{
content: "";
display: block !important;
position: absolute;
height: 100%;
z-index: 1;
right: 0;
left: 0;
top: 0;
bottom: 0;
background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
background: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
background: -ms-linear-gradient(0deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
background: linear-gradient(0deg, rgba(0, 0, 0, 0.06) 0%, rgba(90, 140, 250, 0) 100%);
}
.header_nav_part.mobile_nav .main-nav-container .menu-item>a>.canvas_wrapper{
display: none;
}   .main-nav-container .menu-item{
position: relative;
}
.main-nav-container .menu-item:after{
content: '';
position: absolute;
bottom: -5px;
width: 100%;
height: 5px;
left: 0;
}
.main-nav-container .sub-menu{
position: absolute;
top: calc(100% + 3px);
left: auto;
right: auto;
width: 200px;
text-align: left;
opacity: 0;
z-index: 1000;
-webkit-transition: opacity 0.3s ease;
-moz-transition: opacity 0.3s ease;	
-ms-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
-webkit-transform: translateX(-99999px);
-moz-transform: translateX(-99999px);
-ms-transform: translateX(-99999px);
transform: translateX(-99999px);
}
.main-nav-container .sub-menu{
-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s step-end;
-webkit-transition: opacity 0.3s ease, transform 0.3s step-end;
-moz-transition: opacity 0.3s ease, -moz-transform 0.3s step-end;
-moz-transition: opacity 0.3s ease, transform 0.3s step-end;
-ms-transition: opacity 0.3s ease, -ms-transform 0.3s step-end;
-ms-transition: opacity 0.3s ease, transform 0.3s step-end;
transition: opacity 0.3s ease, -webkit-transform 0.3s step-end;
transition: opacity 0.3s ease, -moz-transform 0.3s step-end;
transition: opacity 0.3s ease, -ms-transform 0.3s step-end;
transition: opacity 0.3s ease, transform 0.3s step-end;
}
.main-nav-container .menu-item:hover>.sub-menu{
-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s step-start;
-webkit-transition: opacity 0.3s ease, transform 0.3s step-start;
-moz-transition: opacity 0.3s ease, -moz-transform 0.3s step-start;
-moz-transition: opacity 0.3s ease, transform 0.3s step-start;	
-ms-transition: opacity 0.3s ease, -ms-transform 0.3s step-start;
-ms-transition: opacity 0.3s ease, transform 0.3s step-start;
transition: opacity 0.3s ease, -webkit-transform 0.3s step-start;
transition: opacity 0.3s ease, -moz-transform 0.3s step-start;
transition: opacity 0.3s ease, -ms-transform 0.3s step-start;
transition: opacity 0.3s ease, transform 0.3s step-start;	
} .main-nav-container .menu-item:hover>.sub-menu{
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.header_nav_part.mobile_nav .main-nav-container .sub-menu .menu-item>a,
.header_nav_part.mobile_nav .main-nav-container .menu-item>a{
background: transparent;
display: table-cell;
}
.main-nav-container .sub-menu .sub-menu{
top: 0;
margin-left: 3px;
margin-right: 3px;
} .main-menu>.menu-item.right .menu-item>.sub-menu,
.main-menu>.menu-item.right>.sub-menu{
left: auto;
}
.main-menu>.menu-item.right>.sub-menu{
right: auto;
}
.main-menu>.menu-item.right>.sub-menu{
right: 0;
}
.main-menu>.menu-item>.sub-menu{
left: 0;
}
.main-nav-container .sub-menu .menu-item>.sub-menu{
left: 100%;
}
.main-menu>.menu-item.right .sub-menu .menu-item>.sub-menu{
right: 100%;
} .main-nav-container .sub-menu .sub-menu:before{
content: "";
display: block;
position: absolute;
height: 100%;
width: 4px;
right: 100%;
top: 0;
}
.main-menu>.menu-item.right .sub-menu .sub-menu:before{
right: auto;
left: 100%;
}
.main-menu>.menu-item.right .sub-menu .sub-menu{
margin-left: 0;
}  .site_header .header_box{
position: relative;
z-index: 1000;
padding: 30px 0 45px;
}  header .container{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.site_header.logo-in-menu .container>.header_logo_part,
.site_header.logo-in-menu.mobile_nav .main-menu .header_logo_part{
display: none;
}
.site_header.logo-in-menu.mobile_nav .container>.header_logo_part{
display: block;
}
.site_header.logo-in-menu.mobile_nav .container>.header_nav_part .mobile_menu_switcher{
margin-left: auto;
}
.site_header.logo-center .header_nav_part{
padding-bottom: 35px;
}
.site_header .header_logo_part{
line-height: 0;
-webkit-box-flex: 0;
-moz-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.site_header.logo-right .header_logo_part{
-webkit-box-ordinal-group: 3;
-moz-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
.site_header.logo-right .header_nav_part{
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
header.site_header.logo-center .container{
display: block;
}
.site_header.logo-center .header_logo_part{
text-align: center;
}
header.site_header.logo-center .header_nav_part:only-child{
padding-top: 12px;
padding-bottom: 12px;
}
.slider_vs_menu .site_header{
position: absolute;
width: 100%;
top: 0;
left: 0;
}
.tp-leftarrow.round,
.tp-rightarrow.round{
background-image: none;
border-radius: 50%;
border-width: 6px;
border-style: solid;
}
.tp-leftarrow.round:before,
.tp-rightarrow.round:before{
content: "\f053";
position: absolute;
top: 0;
left: 10px;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
line-height: 40px;
font-size: 23px;
color: #fff;
}
.tp-rightarrow.round:before{
content: "\f054";
left: 14px;
}  .news .media_part,
.cws_ourteam_items .media_part{
position: relative;
border-radius: 18px;
border-width: 9px;
border-style: solid;
padding: 2px;
}
.cws_ourteam_items .media_part .hover-effect{
top: 0;
bottom: 0;
right: 0;
left: 0;
}
.cws_ourteam_items .media_part .pic>img{
width: 100%;
}
.media_info_wrapper{
position: relative;
z-index: 1;
}
.news .media_part.only_link{
border: 0;
}
.news .media_part.video_post,
.news .media_part.audio_post.soundcloud{
border: 0;
border-radius: 0;
padding: 0;
}
.news .media_part.quoute_post{
border: 0;
padding: 0;
border-radius: 0;
width: 100% !important;
}
.news .media_part.only_link a{
color: #fff;
}
.item>.post_info_header h3.ce_title{
margin: 0;
font-size: 1.74em;
line-height: 1;
}
.post_header_def_post{
}
.cws_blog_header{
display: table;
width: 100%;
margin-bottom: 20px;
}
.cws_blog_header>*{
display: table-cell;
vertical-align: middle;
}
.cws_blog_header .ce_title{
width: 100%;
}
.post_info_top{
position: relative;
z-index: 2;
margin-bottom: 0 !important;
}
.single .post_info_header{
text-align: inherit;
}
.post_info_top.no_media .post_info_header{
text-align: left;
}
.p_cut,
.news .more-link{
font-size: 0.80em;
padding-left: 0.3em;
padding-right: 0.3em;
}
.p_cut:hover,
.news .more-link:hover{
color: inherit;
}
.post_info{
line-height: 1;
font-size: 0.84em;
text-align: center;
overflow: hidden;
display: inline-block;
}
.news.single .post_info{
display: block;
text-align: inherit;
}
.post_info_top.no_media{
display: table;
width: 100%;
}
.post_info_top.no_media>*{
display: table-cell;
vertical-align: top;
}
.post_info_top.no_media .date{
margin-right: 20px;
margin-bottom: 10px !important;
}
.post_info_top.no_media .info_wrapper{
width: 100%;
}
.post_info_top.no_media .post_info_header{
margin-top: 8px;
overflow: hidden;
}
.post_info_top.no_media .post_info{
text-align: left;
}
.post_info_top.no_media .post_info_header .ce_title{
float: left;
}
.post_info_top.no_media .comments_link{
white-space: nowrap;
}
.post_info_top.no_media .info{
margin-right: 20px;
font-size: 0.84em;
float: left;
}
.news .item.small .post_info_header,
.news .item.small .post_info,
.news .item.medium .post_info_header,
.news .item.medium  .post_info,
.news .item.large .post_info_header,
.news .item.large .post_info{
text-align: left;
}
.post_info>*,
.info{
display: inline-block;
vertical-align: middle;
margin-right: 10px;
max-width: 100%;
line-height: 1.2em;
}
.post_info a:hover{
color: inherit;
}
.post_info:after{
content: '';
clear: both;
display: table;
}
.post_info_top .comments_link{
float: right;
margin-top: 1px;
margin-right: 0;
}
.item .date{
position: relative;
z-index: 1;
display: inline-block;
border-width: 3px;
border-style: solid;
padding: 9px;
border-radius: 14px;
font-size: 14px;
color: #fff;
background: #fff;
margin-right: 15px;
vertical-align: middle;
}
.item .date.no_media{
margin-bottom: 0;
}
.post_header_def_post{
display: table;
margin-bottom: 13px;
}
.post_header_def_post>*{
display: table-cell;
vertical-align: middle;
}
.post_header_def_post .post_info_header{
width: 100%;
}
.media_part + .date{
position: absolute;
top: -33px;
left: 0;
margin: 0 !important;
background: #fff;
z-index: 5;
}
.item .date .date-cont{
margin: -6px;
border-radius: 9px;
position: relative;
z-index: 1; 
overflow: hidden;
}
.item .date .date-cont:after,
.item .date .month:before{
content: '';
position: absolute;
top: 50%;
bottom: 0;
left: 0;
right: 0;
background: rgba(0,0,0,0.2);
z-index: -1;
}
.item .date:before{
content: '';
position: absolute;
z-index: -1;
top: 3px;
bottom: 3px;
left: 3px;
right: 3px;
border-radius: 9px;
}
.item .date .date-cont>span{
text-align: center;
display: block;
min-width: 58px;
box-sizing: border-box;
padding: 0;
height: 29px;
line-height: 29px;
}
.item .date .day{
font-size: 23px;
}
.item .date .month{
position: absolute;
z-index: 1;
bottom: 0;
left: 0;
-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
font-size: 14px;
text-transform: uppercase;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-transform-origin: left top;
-moz-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top;
-webkit-transform: rotateX(0);
-moz-transform: rotateX(0);
-ms-transform: rotateX(0);
transform: rotateX(0);
}
.item .date:hover .month{
-webkit-transform: rotateX(-180deg);
-moz-transform: rotateX(-180deg);
-ms-transform: rotateX(-180deg);
transform: rotateX(-180deg);
}
.item .date .month:before{
top: 0;
opacity: 1;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.item .date:hover .month:before{
opacity: 0;
}
.item .date .month>span{
display: block;
-webkit-transform: rotateX(0);
-moz-transform: rotateX(0);
-ms-transform: rotateX(0);
transform: rotateX(0);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.item .date:hover .month>span{
-webkit-transform: rotateX(-180deg);
-moz-transform: rotateX(-180deg);
-ms-transform: rotateX(-180deg);
transform: rotateX(-180deg);
}
.item .date .springs{
position: absolute;
z-index: 3;
top: 50%;
left: 0;
right: 0;
height: 2px;
background: rgba(255,255,255,0.9);
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
}
.item .date .springs:before,
.item .date .springs:after{
content: '';
position: absolute;
top: -5px;
left: 7px;
border: 1px solid #fff;
width: 4px;
height: 10px;
border-radius: 3px;
}
.item .date .springs:after{
left: auto;
right: 7px;
}
.item .date.def_style{
float: left;
border-width: 0;
border-radius: 0;
margin-top: -3px !important;
margin-left: -3px;
}
.item .date.def_style:before{
border-radius: 6px;
}
.item .date.def_style:hover .month:before{
opacity: 1;
}
.item .date.def_style .month{
background: transparent;
border-radius: 0;
overflow: visible;
}
.item .date.def_style .month:before{
border-radius: 0 0 5px 5px;
}
.item .date.def_style .date-cont:after{
background: transparent;
}
.item .date.def_style .date-cont{
border-radius: 0;
}
.item .date.def_style .date-cont>span{
min-width: 43px;
}
.item .date.def_style .springs:before, 
.item .date.def_style .springs:after{
display: none;
}
.pic,
.pic .hover-effect,
.pic img{
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;
}
.news .media_part .pic img,
.news .media_part iframe{
width: 100%;
}
.news .media_part .cws_oembed_wrapper{
display: block;
}
.news:not(.single) .media_part .cws_oembed_wrapper{
display: block;
padding-bottom: 56.25%;
width: 100%;
box-sizing: border-box;
}
.news:not(.single) .media_part .cws_oembed_wrapper iframe{
position: absolute;
top: 2px;
left: 2px;
width: calc(100% - 4px);
height: calc(100% - 4px);
}
.news .media_part .pic.link_post{
line-height: 0;
}
.gallery_post_carousel{
-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
-webkit-transform: rotate(0.000001deg);
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;
}
.news .item>.post_content .cws_oembed_wrapper,
.news .item>.post_content iframe{
margin-bottom: 10px;
}
.news .item>.post_content .cws_oembed_wrapper>iframe{
margin-bottom: 0;
}
.post_content_wrap:after,
.post_content:after{
content: '';
display: table;
clear: both;
}
.post_content_wrap .post_content:after{
display: none;
}
.post_content_wrap>* + *{
margin-top: 15px;
}
.post_content_wrap .meta_cont_wrapper{
overflow: hidden;
}
.post_content_wrap .meta_cont{
display: table;
width: 100%;
}
.post_content_wrap .meta_cont .button_cont{
text-align: right;
white-space: nowrap;
}
.post_content_wrap .meta_cont>*{
display: table-cell;
vertical-align: middle;
}
.news .media_part{
float: left;
margin-right: 30px;
margin-bottom: 15px;
max-width: calc(100% - 30px);
overflow: hidden;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.news .media_part .hover-effect{
top: 0;
bottom: 0;
right: 0;
left: 0;
}
.news .media_part .owl-carousel{
margin-right: 0 !important;
}
.news .media_part .owl-carousel .owl-item>*{
margin-right: 0 !important;
width: 100% !important;
}
.news:not(.single) .grid .media_part,
.news:not(.single) .grid .media_info_wrapper{
width: 100%;
max-width: 100%;
}
.news.single .item{
width: 100%;
}
.news.single .media_part.video_post{
float: none;
}
.news .media_part .pic img{
width: auto;
}
.news .post_info_header:after,
.news .post_info:after{
display: none;
}
.news .grid .item>*{
margin-right: 0;
}
.news .grid .item.medium>*,
.news .grid .item.small>*,
.news.single .grid .item>*{
margin-right: 30px;
}
.news.single .item>*{
margin-bottom: 20px;
}
.news.single .media_part{
width: auto;
}
.news .media_info_wrapper{
margin-right: 0 !important;
margin-bottom: 0 !important;
}
.news .item{
width: calc(100% - 30px);
margin-right: -30px;
}
.news .grid .item.medium, 
.news .grid .item.small{
width: 100%;
}
.news .item.small .media_part{
max-width: 370px;
width: 100%;
}
.news .item.medium .media_part{
max-width: 570px;
width: 100%;
}
.news .item.large .media_part{
max-width: 100%;
width: 100%;
} .pic{
position: relative;
z-index: 1;
}
.pic .hover-effect{
position: absolute;
background-color: #fff;
top: 3px;
bottom: 3px;
right: 3px;
left: 3px;	
opacity: 0;
z-index: 5;
}
.hover-effect{
-webkit-transition: opacity 0.6s;
-moz-transition: opacity 0.6s;
-ms-transition: opacity 0.6s;
transition: opacity 0.6s;
}
.pic .links_popup{
opacity: 0;
-webkit-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
-ms-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.pic:hover .hover-effect{
opacity: 0.3;
}
.pic:hover .links_popup{
opacity: 1;
}
.pic .links,
.pic .links_popup{
position: absolute;
z-index: 6;
width: 100%;
height: auto;
left: 0;
top: 50%;
text-align: center;
font-size: 0;
}
.pic .links_popup{
height: 60px;
width: 160px;
left: calc(50% - 80px);
top: calc(50% - 30px);
}
.pic .links_popup.animate{
-webkit-transform: translateZ(0);
-moz-transform:  translateZ(0);
-ms-transform:  translateZ(0);
transform:  translateZ(0);
-webkit-filter: url(#goo);
filter: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/img/filter.svg#goo);
}
.pic .links .link_cont,
.pic .links_popup .link_cont{
position: absolute;
top: 50%;
left: 50%;
}
.pic .links .link_cont .link,
.pic .links_popup .link_cont .link{
position: absolute;
top: 0;
left: 0;
width: 0;
height: 0;
}
.pic .links .link a,
.pic .links .link-item-bounce,
.pic .links .link-toggle-button,
.pic .links_popup .link a,
.pic .links_popup .link span,
.pic .links_popup .link-item-bounce,
.pic .links_popup .link-toggle-button{
position: absolute;
top: 0;
left: 0;
margin-left: -20px;
margin-top: -20px;
color: #fff;
font-size: 17px;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
box-sizing: border-box;
-webkit-transition: all 0s;
-moz-transition: all 0s;
-ms-transition: all 0s;
transition: all 0s;
}
.pic .links_popup .link span{
margin-left: -30px;
margin-top: -30px;
font-size: 23px;
width: 60px;
height: 60px;
line-height: 60px;
}
footer .pic .links_popup .link span,
aside .pic .links_popup .link span{
display: none;
}
.pic .links_popup .link a>i,
.pic .links_popup .link span>i{
line-height: 39px;
display: inline-block;
}
.pic .links .link-item-bounce,
.pic .links_popup .link-item-bounce,
.pic .links_popup .link_cont .link:only-child a{
width: 60px;
height: 60px;
margin-top: -30px;
margin-left: -30px;
}
.pic .links_popup .link_cont .link:only-child a{
font-size: 23px;
line-height: 60px;
}
.pic .links_popup .link_cont .link:only-child a>i{
line-height: 60px;
}
.pic .links .link-toggle-button,
.pic .links_popup .link-toggle-button{
background: transparent;
position: absolute;
top: 50%;
left: 50%;
width: 60px;
height: 60px;
margin-top: -40px;
margin-left: -40px;
border: 0;
padding: 10px;
box-sizing: content-box;
}
.pic .links  .link-toggle-icon,
.pic .links_popup .link-toggle-icon{
font-size: 23px;
position: absolute;
top: 10px;
left: 10px;
width: 60px;
height: 60px;
line-height: 61px;
cursor: pointer;
} .news .post_tags>i,
.news .post_categories>i{
margin-right: 5px;
}
.news .post_tags .v_sep,
.news .post_categories>.v_sep{
padding-left: 7px;
margin-left: 7px;
}
.news .media_part img,
.pic img{
display: block;
}  .news .media_part .pic + .audio{
position: absolute;
top: auto;
bottom: 0;
margin-top: 24px;
margin-bottom: 24px;
margin-left: 0;
margin-right: 0;
left: 24px;
right: 24px;
z-index: 1;
}
.news .media_part .wp-audio-shortcode,
.news .media_part .mejs-controls{
border-radius: 9px;
}  .wp-playlist{
border: 0 !important;
padding: 0 !important;
width: 100%!important;
}
.wp-playlist .mejs-container.mejs-video {
border-radius: 18px;
border-width: 9px;
border-style: solid;
padding: 2px;
overflow: hidden;
box-sizing: border-box;
width: 100% !important
}
.wp-playlist .mejs-container.mejs-video  .mejs-mediaelement{
position: absolute;
top: -1px;
left: -1px;
width: calc(100% + 2px);
height: calc(100% + 2px);
border: 3px solid #fff;
box-sizing: border-box;
border-radius: 11px;
overflow: hidden;
}
.mejs-video .mejs-controls{
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
border-left: 2px solid #fff;
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
box-sizing: border-box;
}
.wp-playlist-light .wp-playlist-playing,
.wp-playlist-light{
color: inherit !important;
}
.wp-playlist-light .wp-playlist-caption{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 12px;
font-style: italic;
font-weight: 400;
line-height: 1.5;
margin: 9px 0;
text-indent: 0;
color: inherit !important;
}
.wp-playlist-item-length{
font-weight: 400;
}  .news .media_part .link{
font-size: 2em;
font-style: italic;
line-height: 1.2;
text-align: center;
word-break: break-all;
}
.news .media_part.only_link{
background-image: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/img/dott_pattern.png);
background-position: left center;
}
.news .media_part.audio_post{
width: 100%;
box-sizing: border-box;
}
.news .media_part .link:before{
content: "\f0c1";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
color: #fff;
font-size: 0.9em;
margin: 0 6px;
vertical-align: middle;
}
.news .media_part .pic.link_post .hover-effect{
opacity: 0.5;
-webkit-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
-ms-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.news .media_part .pic.link_post:hover .hover-effect{
opacity: 0.8;
}
.news .media_part .pic.link_post .link span{
color: #fff;
}
.news .media_part .pic.link_post .link{
position: absolute;
z-index: 10;
width: 100%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.news .media_part > .link{
margin: 24px;
}  .cws_img_frame{
display: inline-block;
max-width: 100%;
}
.cws_img_frame img[class*="wp-image-"]{
margin: 0;
}
.cws_img_frame img[class*="wp-image-"],
.gallery-icon a,
.gallery-icon img{
padding: 0;
display: block;
}
.cws_img_frame, 
.gallery-icon,
img[class*="wp-image-"]{
position: relative;
border-radius: 18px;
border-width: 9px;
border-style: solid;
padding: 2px;
line-height: 0;
box-sizing: border-box;
overflow: hidden;
}
img[class*="wp-image-"]{
box-sizing: content-box;
max-width: calc(100% - 22px);
}
.cws_img_frame.noborder,
img[class*="wp-image-"].noborder{
border-width: 0;
padding: 0;
}
.cws_img_frame.noborder>img{
border-radius: inherit;
}
.gallery img,
.cws_img_frame img{
border-radius: 9px;
border: 0!important;
max-width: 100%;
}
.gallery img{
overflow: hidden;
}
.cws_img_frame:before,
.gallery-icon a:before{
content: "";
background-color: #000;
display: block;
position: absolute;
top: 2px;
bottom: 2px;
right: 2px;
left: 2px;
opacity: 0;
border-radius: 9px;
z-index: 2;
-webkit-transition: opacity 0.6s;
-moz-transition: opacity 0.6s;
-ms-transition: opacity 0.6s;
transition: opacity 0.6s;
}
.cws_img_frame.noborder:before{
top: 0;
bottom: 0;
right: 0;
left: 0;
border-radius: inherit;
}
.cws_img_frame:hover:before,
.gallery-icon a:hover:before{
opacity: 0.3;
}
.cws_img_frame:after,
.gallery-icon a:after{
font-family: FontAwesome;
display: block;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
color: #fff;
font-size: 23px;
width: 60px;
height: 60px;
line-height: 60px;
border-radius: 50%;
text-align: center;
opacity: 0;
z-index: 3;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.cws_img_frame:hover:after,
.gallery-icon a:hover:after{
opacity: 1;
}
.cws_img_frame:after,
.gallery-icon a:after{
content: "\f064";
}
.gallery{
margin-left: -30px !important;
}
.gallery.owl-carousel .owl-controls{
padding: 20px 30px 20px 0;
}
.gallery.owl-carousel .gallery-item{
margin-top: 0 !important;
}
.gallery img{
display: block;
width: 100%;
}
.gallery .gallery-item{
padding-left: 30px;
box-sizing: border-box;
}
.gallery .gallery-caption{
padding: 0;
}
.gallery-icon a[href*=".jpg"]:after,
.gallery-icon a[href*=".jpeg"]:after,
.gallery-icon a[href*=".png"]:after,
.gallery-icon a[href*=".gif"]:after,
.cws_img_frame[href*=".jpg"]:after,
.cws_img_frame[href*=".jpeg"]:after,
.cws_img_frame[href*=".png"]:after,
.cws_img_frame[href*=".gif"]:after{
content: "\f030";
}
.pp_gallery ul li:before{
display: none;
}
.carousel_nav{
cursor: pointer;
}
.news .media_part .carousel_nav{
position: absolute;
width: 60px;
height: 100%;
top: 0;
z-index: 2;
}
.news .media_part .carousel_nav>span{
display: block;
position: absolute;
width: 100%;
top: 50%;
-webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
transform: translate(0,-50%);
}
.news .media_part .carousel_nav.prev>span:before,
.news .media_part .carousel_nav.prev>span:after{
left: 0;
}
.news .media_part .carousel_nav.next>span:before,
.news .media_part .carousel_nav.next>span:after{
right: 0;
}
.news .media_part .carousel_nav>span:before,
.news .media_part .carousel_nav>span:after{
content: "";
display: block;
background: #fff;
width: 50%;
height: 2px;
border-radius: 2px;
position: absolute;
}
.news .media_part .carousel_nav.prev{
left: 0;
}
.news .media_part .carousel_nav.next{
right: 0;
}
.news .media_part .carousel_nav.next span:after{
-webkit-transform: rotate(45deg) translateX(-50%);
-moz-transform: rotate(45deg) translateX(-50%);
-ms-transform: rotate(45deg) translateX(-50%);
transform: rotate(45deg) translateX(-50%);
}
.news .media_part .carousel_nav.next span:before{
-webkit-transform: rotate(-45deg) translateX(-50%);
-moz-transform: rotate(-45deg) translateX(-50%);
-ms-transform: rotate(-45deg) translateX(-50%);
transform: rotate(-45deg) translateX(-50%);
}
.news .media_part .carousel_nav.prev span:after{
-webkit-transform: rotate(45deg) translateX(50%);
-moz-transform: rotate(45deg) translateX(50%);
-ms-transform: rotate(45deg) translateX(50%);
transform: rotate(45deg) translateX(50%);
}
.news .media_part .carousel_nav.prev span:before{
-webkit-transform: rotate(-45deg) translateX(50%);
-moz-transform: rotate(-45deg) translateX(50%);
-ms-transform: rotate(-455deg) translateX(50%);
transform: rotate(-45deg) translateX(50%);
}  .news .media_part .testimonial{
margin-top: 10px;
margin-bottom: 10px;
}
.testimonial{
position: relative;
padding: 0.8em 40px;
text-align: center;
color: #fff;
font-size: 1.21em;
line-height: 1.4;
border-radius: 20px;
background-position: center center;
z-index: 1;
margin-top: 10px;
margin-bottom: 10px;
}
.testimonial:before,
.testimonial:after{
content: "\201C";
text-align: center;
line-height: 0;
width: 20px;
font-size: 60px;
font-style: italic;
display: inline-block;
position: absolute;
left: calc(50% - 18px);
text-shadow: rgb(255, 255, 255) 1px 1px, 
rgb(255, 255, 255) 1px 0px, 
rgb(255, 255, 255) 0px 1px, 
rgb(255, 255, 255) -1px -1px, 
rgb(255, 255, 255) -1px 0px, 
rgb(255, 255, 255) 0px -1px;
}
.testimonial:before{
content: "\201C";
top: 14px;
}
.testimonial:after{
bottom: -14px;
}
.testimonial .author img{
border-radius: 17px;
padding: 3px;
border-width: 3px;
border-style: solid;
display: inline-block;
text-align: center;
}
.testimonial .author figcaption{
font-size: 1.3043em;
line-height: 1em;
text-align: center;
}
.testimonial .author img + figcaption{
padding-top: 6px;
}
.testimonial .quote{
position: relative;
z-index: 1;
}
.testimonial .quote>*:first-child{
margin-top: 0;
}
.testimonial .quote + .author{
overflow: hidden;
line-height: 0;
text-align: center;
float: none;
max-width: none;
}
.testimonial .quote + .author>.dott{
display: block;
line-height: 1;
font-size: 60px;
margin-top: -35px;
letter-spacing: 3px;
}
.testimonial .quote .quote_link{
position: absolute;
bottom: -25px;
right: 0;
display: block;
font-family: FontAwesome;
font-size: 20px;
line-height: 30px;
width: 30px;
height: 30px;
text-align: center;
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.testimonial .quote .quote_link:hover{
color: inherit;
}
.testimonial .quote .quote_link:before{
content: "\f064";
}   .page_title{
position: relative;
z-index: 1;
padding: 16px 0;
margin-top: -16px;
overflow: hidden;
}
.page_title.wave{
z-index: 999;
}
.page_title.flat{
margin-top: 0;
border-bottom-width: 4px;
border-style: solid;
padding: 8px 0;
}
.page_title .container{
display: table;
}
.page_title.wave .container{
min-height: 39px;
}
.page_title .container>*{
display: table-cell;
vertical-align: middle;
}
.page_title h1{
font-size: 1.74em;
}
.bread-crumbs{
text-align: right;
font-size: 0.87em
}
.bread-crumbs .delimiter{
vertical-align: middle;
margin:  0 7px;
font-size: 0.8em;
}
canvas.breadcrumbs{
position: absolute;
top: 0;
left: 0;
z-index: -1;
}  .pagination{
margin-top: 30px;
text-align: center;
}
.pagination .page_links{
display: inline-block;
}
.pagination .page_links>*{
display: block;
float: left;
font-size: 1.16em;
font-weight: 300;
width: 2.042em;
line-height: 2.05em;
margin-right: 1px;
position: relative;
z-index: 1;
}
.pagination .page_links>.page-numbers.current,
.pagination .page_links>span:not(.dots){
margin-left: -2px;
margin-right: -2px;
margin-top: -2px;
width: 2.042em;
line-height: 2.05em;
padding: 2px;
color: #fff;
position: relative;
z-index: 2;
background: transparent;
}
.pagination .page_links>.page-numbers.current:before,
.pagination .page_links>span:not(.dots):before{
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
border-radius: 10px;
}
.pagination .page_links>.page-numbers.current:after,
.pagination .page_links>span:not(.dots):after{
content: "";
position: absolute;
top: 2px;
bottom: 2px;
left: 4px;
right: 0;
z-index: -2;
}
.pagination .page_links>*+.page-numbers.current:after,
.pagination .page_links>*+span:not(.dots):after{
left: 0;
}
.pagination .page_links>.page-numbers.current:last-child:after,
.pagination .page_links>span:not(.dots):last-child:after{
right: 4px;
}
.pagination .page_links>*:first-child{
border-radius: 10px 0 0 10px;
}
.pagination .page_links>*:last-child{
margin-right: 0px;
border-radius: 0 10px 10px 0;
}
.pagination a{
cursor: pointer;
}
.pagination .page_links>span{
cursor: default;
}  .cws_load_more{
display: table;
margin-top: 50px;
}  .news .item > *:not(.def_style) + *{
margin-top: 15px;
}  .grid{
margin-right: -30px;
}
.grid .item{
display: block;
float: left;
margin-right: 30px;
padding-bottom: 30px;
position: relative;
z-index: 1;
}
.news .grid-2 .item>*:not(.media_info_wrapper):not(.date):not(.separator-box),
.news .grid-3 .item>*:not(.media_info_wrapper):not(.date):not(.separator-box){
padding-left: 60px;
}
.news .grid-2 .item>.post_info,
.news .grid-3 .item>.post_info{
display: block;
overflow: visible;
text-align: inherit;
}
.grid .item.medium,
.grid .item.small{
margin-left: 0;
}
.page_content.single_sidebar .grid .item{
width: 870px;
}
.page_content.double_sidebar .grid .item{
width: 570px;
}
.grid.grid-2 .item{
width: 570px;
}
.page_content.single_sidebar .grid.grid-2 .item{
width: 420px;
}
.page_content.double_sidebar .grid.grid-2 .item{
width: 270px;
}
.grid.grid-3 .item{
width: 370px;
}
.page_content.single_sidebar .grid.grid-3 .item{
width: 270px;
}
.page_content.double_sidebar .grid.grid-3 .item{
width: 270px;
}
.grid-4 .item,
.page_content.single_sidebar .grid-4 .item,
.page_content.double_sidebar .grid-4 .item{
width: 270px;
}
.separator-box{
width: 100%;
overflow: hidden;
margin: 0;
margin-top: 0 !important;
}
.news .separator-box .separator{
margin-top: 30px;
}
hr{
border-style: solid;
border-width: 0;
border-top-width: 1px;
border-color: #d8d8d8;
}
body.wave-style hr{
border: 0;
height: 2px;
border-radius: 6px;
}
.news .separator-box hr.separator{
margin: 60px 0 30px;
}
canvas.separator{
margin-top: 30px;
display: block;
}   .owl-item{
float: left;
}
.owl-item .separator-box{
display: none;
}
.owl-wrapper{
position: relative;
z-index: 1;
}
.owl-wrapper-outer{
overflow: hidden;
cursor: move;
position: relative;
}
.owl-pagination{
font-size: 0;
line-height: 11px;
text-align: center;
}
.owl-pagination .owl-page{
display: inline-block;
vertical-align: middle;
width: 7px;
height: 7px;
margin: 0 4px;
border-radius: 50%;
}
.carousel_nav_panel .prev,
.carousel_nav_panel .next{
cursor: pointer;
font-size: 20px;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
padding: 6px 10px 6px 8px;
text-align: center;
border-width: 4px;
border-style: solid;
border-radius: 9px;
margin-left: 3px;
}
.carousel_nav_panel .next{
padding: 6px 8px 6px 10px;
}
.carousel_nav_panel .prev:before{
content: "\f053";
}
.carousel_nav_panel .next:before{
content: "\f054";
}
.carousel_header{
padding-bottom: 20px;
}
.carousel_header .carousel_nav{
float: right;
font-size: 20px;
}
.carousel_header .carousel_nav i{
padding: 6px 10px 6px 8px;
text-align: center;
border-width: 4px;
border-style: solid;
border-radius: 9px;
margin-left: 3px;
}
.carousel_header .carousel_nav i.next{
padding: 6px 8px 6px 10px;
}
.carousel_header:after{
content: '';
display: table;
clear: both;
}
.cws_sc_carousel .cws_sc_carousel_header{
display: table;
margin-bottom: 20px;
}
.cws_sc_carousel .cws_sc_carousel_header>div{
display: table-cell;
vertical-align: middle;
}
.cws_sc_carousel .cws_sc_carousel_header .ce_title{
width: 100%;
}
.cws_sc_carousel .cws_sc_carousel_header .carousel_nav_panel{
white-space: nowrap;
}
.cws_sc_carousel .owl-carousel,
.owl-carousel{
margin-right: -30px !important;
margin-left: 0 !important;
}
.cws_sc_carousel .owl-item .item,
.owl-item>*{
margin-right: 30px !important;
margin-left: 0 !important;
width: calc(100% - 30px) !important;
padding: 0 !important;
}
.owl-item > li.item{
padding-left: 0;
}
.owl-item > li.item:before{
display: none;
}  .cws-widget > .portfolio_item_thumbs{
background: transparent !important;
margin-left: -10px;
margin-top: -10px;
text-align: center;
line-height: 0;
overflow: hidden;
}
.cws-widget .portfolio_item_thumb{
display: inline-block;
margin-left: 10px;
margin-top: 10px;
}
.cws-widget .portfolio_item_thumb .pic>a{
display: block;
}
.cws-widget .portfolio_item_thumb .pic{
position: relative;
border-radius: 14px;
border-width: 3px;
border-style: solid;
padding: 3px;
}
.cws-widget .portfolio_item_thumb img{
border-radius: 9px;
}
.cws-widget .portfolio_item_thumb .pic .links > *{
width: 35px;
height: 35px;
font-size: 24px;
line-height: 35px;
margin: 2px;
opacity: 0;
-webkit-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
-ms-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.cws-widget .portfolio_item_thumb .pic:hover .links > *{
opacity: 1;
}  .cws_ourteam.single .item{
margin-right: -30px;
width: 100%;
}
.cws_ourteam.single .item>*{
margin-right: 30px;
}
.cws_ourteam.single .item .media_part{
float: left;
margin-right: 30px;
margin-bottom: 30px;
}
.cws_ourteam .cws_ourteam_items .media_part{
margin-bottom: 10px;
}
.cws_ourteam .cws_ourteam_items .title{
margin: 0;
font-size: 1.2631em;
text-transform: uppercase;
}
.cws_ourteam .cws_ourteam_items .item{
overflow: hidden;
}
.cws_ourteam .cws_ourteam_items{
text-align: center;
}
.cws_ourteam .ourteam_item_wrapper>*:not(.media_part){
padding-left: 15px;
padding-right: 15px;
}
.cws_ourteam .ourteam_item_wrapper>:last-child:not(.media_part){
padding-bottom: 15px;
}
.cws_ourteam:not(.single) .cws_ourteam_items .positions{
font-size: 1.1579em;
}
.cws_ourteam .cws_ourteam_items .social_links{
padding-top: 15px;
text-align: center;
}
.cws_ourteam .cws_ourteam_items .social_links a{
width: 35px;
height: 35px;
display: inline-block;
line-height: 35px;
text-align: center;
border-radius: 9px;
color: #fff;
margin: 0 2px;
font-size: 19px;
}
.cws_ourteam.single .cws_ourteam_items .social_links a{
width: 55px;
height: 55px;
display: inline-block;
line-height: 55px;
text-align: center;
border-radius: 9px;
color: #fff;
margin: 0 2px;
font-size: 35px;
}
.cws_ourteam:not(.single) .cws_ourteam_items .positions a:hover{
color: inherit;
}
.cws_ourteam.single .item>*{
margin-bottom: 20px;
}
.cws_ourteam.single .media_part_wrapper{
float: left;
margin-right: 30px;
}
.cws_ourteam.single .post_content:after{
display: none;
}
.cws_ourteam.single .cws_ourteam_items{
text-align: left;
}
.cws_ourteam_filter_container{
text-align: right;
}
.cws_ourteam .cws_ourteam_header{
padding-bottom: 20px;
display: table;
width: 100%;
}
.cws_ourteam .cws_ourteam_header>*{
display: table-cell;
vertical-align: middle;
}
.cws_ourteam .cws_ourteam_header .ce_title{
width: 100%;
}  aside .cws-widget{
}
aside .cws-widget + .cws-widget{
margin-top: 20px;
}
.cws-widget .widget-title{
font-size: 1.8em;
line-height: 1;
}
.cws-widget .widget-title:after{
content: '';
display: block;
width: 100%;
height: 6px;
border-radius: 3px;
margin-top: 8px;
}
.cws-widget .widget-title + *:not(:empty){
margin-top: 10px;
} .cws-widget ul li:before{
display: none;
}
.cws-widget ul li{
position: relative;
padding: 10px 0;
z-index: 1;
}
.cws-widget ul li + li,
.cws-widget ul.children,
.cws-widget ul.sub-menu{
border-top: 1px solid #e3e3e3;	
}
.cws-widget ul.children,
.cws-widget ul.sub-menu{
margin-top: 10px;
margin-left: 20px;
margin-bottom: -10px;
}
.cws-widget ul.children>li,
.cws-widget ul.sub-menu>li{
padding-left: 0;
}
.cws-widget .parent_archive .widget_archive_opener,
.cws-widget .has_children .opener{
display: block;
position: absolute;
top: 0;
right: 0;
width: 36px;
text-align: center;
cursor: pointer;
}
.cws-widget .parent_archive .widget_archive_opener:before,
.cws-widget .has_children .opener:before{
display: block;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.cws-widget .parent_archive .widget_archive_opener.active:before,
.cws-widget .has_children .opener.active:before{
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}  .cws-widget #wp-calendar{
border-style: none;
}
.cws-widget #wp-calendar th, 
.cws-widget #wp-calendar td{
padding: 0;
border-bottom-style: none;
}
.cws-widget table#wp-calendar thead th{
border-radius: 4px;
line-height: 35px;
border: 0;
width: calc(100%/7);
}
.cws-widget #calendar_wrap{
padding: 10px;
}
aside .cws-widget #calendar_wrap{
padding: 0;
}
.cws-widget #wp-calendar{
width: 100%;
border-spacing: 1px;
}
.cws-widget #wp-calendar thead{
font-size: 0.842em;
}
.cws-widget #wp-calendar tbody{
font-size: 0.8em;
}
.cws-widget #wp-calendar thead,
.cws-widget #wp-calendar tbody{
text-align: center;
}
.cws-widget #wp-calendar tbody tr + tr{
border-top: 1px solid #d8d8d8;
}
.cws-widget #wp-calendar td{
border: 0;
border-radius: 4px;
line-height: 35px;
}
.cws-widget #wp-calendar td.pad{
background: transparent;
}
.cws-widget #wp-calendar caption,
.cws-widget #wp-calendar tfoot{
font-size: 0.947em;
line-height: 1em;
margin-bottom: 15px;
}
.cws-widget #wp-calendar tbody td#today{
position: relative;
color: #fff;
z-index: 1;
}
.cws-widget #wp-calendar tbody td#today:before{
content: "";
display: block;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
width: 2em;
height: 2em;
border-radius: 50%;
z-index: -1;
}
.cws-widget #wp-calendar tfoot td#prev,
.cws-widget #wp-calendar tfoot td#next{
position: relative;
background: transparent;
}
.cws-widget #wp-calendar tfoot td#prev a,
.cws-widget #wp-calendar tfoot td#next a{
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
}  .cws_textwidget_content .link{
margin-top: 10px;
text-align: right;
}
.benefits_area .cws_textwidget_content .link{
text-align: center;
margin-top: 20px;
}  .cws-widget .tagcloud{
text-align: center;
font-size: 0;	
}
.cws-widget .tagcloud:not(:empty){
padding: 5px 10px 10px 5px;
}
.cws-widget .tagcloud a{
line-height: 1.2em;
display: inline-block;
vertical-align: middle;
padding: 0.5em 0.714em;
border-style: solid;
border-width: 1px;
border-radius: 5px;
margin-top: 5px;
margin-left: 5px;
}
.cws-widget .tagcloud a:hover{
color: inherit;
} .post-date{
display: block;
text-align: right;
font-size: 0.9em;
line-height: 1;
} .cws-widget.search-form-widget .widget-title:after{
display: none;
}
.cws-widget .search-form{
position: relative;
z-index: 1;
padding: 20px;
border-radius: 14px !important;
overflow: hidden;
}
.cws-widget .search-form label{
margin-bottom: 0;
display: block;
position: relative;
}
.cws-widget .search-form input{
display: block;
border-radius: 4px;
border: none;
}
.cws-widget .search-form input.search-field{
padding-right: 41px;
-webkit-box-shadow: inset 0px 5px 0px 0px rgba(0,0,0,0.12);
-moz-box-shadow: inset 0px 5px 0px 0px rgba(0,0,0,0.12);
box-shadow: inset 0px 5px 0px 0px rgba(0,0,0,0.12);
}
.footer_container .cws-widget input.search-field{
border-width: 1px;
border-style: solid;
border-color: rgba(255,255,255,0.2);
box-shadow: none;
}
.cws-widget .search-form:before{
display: block;
position: absolute;
width: 41px;
top: 20px;
padding: 6px 0;
right: 20px;
line-height: 1.15em;
font-family: FontAwesome;
font-size: 1.052em;
content: "\f002";
color: #fff;
text-align: center;
z-index: 1;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.cws-widget .search-form .screen-reader-text{
display: none;
}
.cws-widget .search-form .search-submit{
position: absolute;
top: 20px;
right: 20px;
text-indent: 1000px;
display: inline-block;
width: 41px;
padding: 6px 0;
font-size: 1.05em;
line-height: 1.15em;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
z-index: 1;
background: transparent !important;
overflow: hidden;
}   .ce + .ce{
margin-top: 30px;
}
.ce > * + *{
margin-top: 30px;
} .cws_button,
input[type='submit'],
.mini-cart .button{
display: inline-block;
font-size: 1.3em;
line-height: 1;
padding: 8px 34px;
border-radius: 7px;
border: none;
color: #fff;
margin-bottom: 5px;
}
.cws_button.alt>span{
padding: 2px 28px;
display: inline-block;
margin: 3px;
border-radius: 4px;
font-size: 1.3em;
}
.cws_button.alt{
background: transparent;
padding: 0;
border-width: 3px;
border-style: solid;
border-radius: 9px;
}
.cws_button:hover,
input[type='submit']:hover{
color: #fff;
}
.cws_button.mini{
border-radius: 5px;
}
.cws_button.mini{
padding: 4px 18px;
font-size: 0.95em;
}
.cws_button.mini.alt>span{
margin: 2px;
padding: 2px 12px;
font-size: 0.8em;
}
.cws_button.small{
border-radius: 6px;
}
.cws_button.small,
.cws_button.small.alt>span,
.mini-cart .button{
padding: 8px 25px;
font-size: 1.0211em;
}
.cws_button.small.alt>span{
padding: 2px 19px;
}
.cws_button.small.alt>span,
.cws_button.mini.alt>span{
border-radius: 3px;
}
.cws_button.large,
.cws_button.xlarge{
border-radius: 9px;
}
.cws_button.large,
.cws_button.large.alt>span{
padding: 12px 40px;
font-size: 1.5789em;
}
.cws_button.large.alt>span{
padding: 6px 34px;
}
.cws_button.xlarge,
.cws_button.xlarge.alt>span{
padding: 15px 45px;
font-size: 1.8578em;
}
.cws_button.xlarge.alt>span{
padding: 9px 39px;
}
.cws_button.full_width{
display: block;
text-align: center;
}
.cws_button.alt{
padding: 0;
font-size: 1em;
}  .cws_msg_box,
div.wpcf7-response-output{
position: relative;
border-style: solid;
border-width: 1px;
padding: 10px 20px 10px 80px;
min-height: 40px;
border-radius: 14px;
color: #fff;
background: #ad6eb0;
margin-bottom: 15px;
border: 0;
}
.cws_msg_box .content_section>.msg_box_text:last-child{
margin-bottom: 0;
}
.cws_msg_box.warning-box{
background: #ffd800;
}
.cws_msg_box.warning-box .icon_section i{
color: #ffd800;
}
.cws_msg_box.success-box,
.wpcf7-response-output.wpcf7-mail-sent-ok{
background: #35e27e;
}
.cws_msg_box.success-box  .icon_section i,
.wpcf7-response-output.wpcf7-mail-sent-ok:before{
color: #35e27e;
}
.cws_msg_box.error-box,
.wpcf7-response-output.wpcf7-validation-errors{
background: #ff7b7b;
}
.cws_msg_box.error-box .icon_section i,
.wpcf7-response-output.wpcf7-validation-errors:before{
color: #ff7b7b;
}
.cws_msg_box .icon_section,
.wpcf7-response-output:after{
position: absolute;
top: 0;
left: 0;
width: 80px;
height: 100%;
}
.cws_msg_box .icon_section i,
.wpcf7-response-output:before{
position: absolute;
border: 0;
z-index: 1;
top: 50%;
left: 50%;
width: 45px;
height: 45px;
line-height: 45px;
border-style: solid;
background: #fff;
border-radius: 50%;
font-size: 20px;
margin-left: -20px;
margin-top: -22px;
text-align: center;
color: #ad6eb0;
-webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.15);
}
.cws_msg_box .msg_box_title{
text-transform: uppercase;
font-size: 1.2em;
line-height: 1em;
font-weight: 400;
}
.cws_msg_box .msg_box_text{
font-size: 0.93333em;
line-height: 1.2857143;
}
.cws_msg_box .msg_box_title + .msg_box_text{
margin-bottom: 5px;
}
.cws_msg_box.closable .cls_btn{
position: absolute;
top: 10px;
right: 10px;
width: 23px;
height: 23px;
line-height: 22px;
font-size: 16px;
text-align: center;
cursor: pointer;
border-radius: 50%;
}
.cws_msg_box.closable .cls_btn:before,
.cws_msg_box.closable .cls_btn:after{
content: '';
position: absolute;
top: 1px;
left: 10px;
height: 0;
border-top: 7px solid #fff;
border-bottom: 7px solid #fff;
width: 2px;
display: inline-block;
-webkit-transform: rotate(-45deg) translate(-2px,3px);
-moz-transform: rotate(-45deg) translate(-2px,3px);
-ms-transform: rotate(-45deg) translate(-2px,3px);
transform: rotate(-45deg) translate(-2px,3px);
}
.cws_msg_box.closable .cls_btn:after{
-webkit-transform: rotate(45deg) translate(3px,2px);
-moz-transform: rotate(45deg) translate(3px,2px);
-ms-transform: rotate(45deg) translate(3px,2px);
transform: rotate(45deg) translate(3px,2px);
}
.cws_msg_box.closable .cls_btn:hover:before,
.cws_msg_box.closable .cls_btn:hover:after{
height: 5px;
-webkit-transform: rotate(-45deg) translate(0px,1px);
-moz-transform: rotate(-45deg) translate(0px,1px);
-ms-transform: rotate(-45deg) translate(0px,1px);
transform: rotate(-45deg) translate(0px,1px);
}
.cws_msg_box.closable .cls_btn:hover:after{
-webkit-transform: rotate(45deg) translate(1px,0px);
-moz-transform: rotate(45deg) translate(1px,0px);
-ms-transform: rotate(45deg) translate(1px,0px);
transform: rotate(45deg) translate(1px,0px);
}  .cws_milestone{
display: inline-block;
text-align: center;
position: relative;
border-width: 6px;
border-style: solid;
padding-top: calc(50% - 1.4em - 6px);
padding-bottom: calc(50% - 6px + 1.4em);
border-radius: 60%;
}
.cws_milestone:after{
content: '';
position: absolute;
top: calc(75% + 6px);
left: 50%;
width: 27px;
margin-left: -13px;
height: 0;
border-width: 3px;
border-style: solid;
border-radius: 5px;
background: #fff;
}
.milestone-wrapp{
display: inline-block;
text-align: center;
margin: 0 10px 20px;
}
.milestone_cont{
display: inline-block;
padding-bottom: 10px;
}
.cws_milestone .milestone_icon{
font-size: 4.8em;
line-height: 1.1;
}
.cws_milestone .milestone_number{
font-size: 2.8em;
line-height: 1;
font-weight: 400;
float: left;
height: 0;
overflow: visible;
min-width: 1.37em;
position: relative;
padding: 0 20px;
}
.milestone_desc{
font-size: 1.58em;
}
.cws_milestone  .odometer-inside{
overflow: hidden;
line-height: 0;
}
.cws_milestone  .odometer-inside .odometer-digit-spacer{
height: 1em;
}
.cws_milestone .milestone_desc{
font-size: 1.06667em;
line-height: 1.25;
}
.cws_milestone.alt{
border-color: transparent;
color: #fff;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner{
line-height: 1em;
}  .cws_progress_bar .pb_title{
font-size: 1.26em;
line-height: 1.8;
}
.cws_progress_bar{
margin-bottom: 10px;
}
.cws_progress_bar .bar{
position: relative;
height: 6px;
border-radius: 6px;
background: #d6d6d6;
overflow: hidden;
}
.cws_progress_bar .progress{
position: absolute;
top: 0;
left: 0;
width: 0;
height: 100%;
}  .scroll_top{
opacity: 0;
position: fixed;
right: 10px;
bottom: 10px;
width: 50px;
height: 50px;
border-radius: 9px;
font-size: 27px;
line-height: 50px;
text-align: center;
color: #fff;	
cursor: pointer;
z-index: 20;
border: 2px solid #fff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.scroll_top:before{
font-family: FontAwesome;
content: "\f062";
}
.scroll_top:hover{
}  .cws_fa_tbl{
display: table;
table-layout: fixed;
width: 100%;
}
.cws_fa_tbl_row{
display: table-row;
}
.cws_fa_tbl_cell{
word-wrap: break-word;
display: table-cell;
vertical-align: middle;
}
.cws_fa_tbl .cws_fa_tbl_cell.size_1x{
width: calc(2em + 28px);
}
.cws_fa_tbl .cws_fa_tbl_cell.size_2x{
width: calc(4em + 28px);
}
.cws_fa_tbl .cws_fa_tbl_cell.size_3x{
width: calc(6em + 28px);
}
.cws_fa_tbl .cws_fa_tbl_cell.size_4x{
width: calc(8em + 28px);
}
.cws_fa_tbl .cws_fa_tbl_cell.size_5x{
width: calc(10em + 28px);
}
.cws_fa_tbl .cws_fa_tbl_cell.size_lg{
width: calc(1.33333333em*2 + 28px);
}
.cws_fa_tbl.v_align_top .cws_fa_tbl_cell{
vertical-align: top;
}
.cws_fa_tbl .cws_fa_wrapper{
margin-right: 20px;
}
.cws_fa_tbl h1,
.cws_fa_tbl h2,
.cws_fa_tbl h3,
.cws_fa_tbl h4,
.cws_fa_tbl h5,
.cws_fa_tbl h6{
margin-bottom: auto;
}
.cws_fa_tbl p{
text-indent: 0;
}
.cws_fa_wrapper{
display: inline-block;
position: relative;
z-index: 1;
}
.cws_fa{
display: inline-block;
text-align: center;
margin: 4px;
color: #fff;
border-radius: 23.5%;
line-height: 0;
position: relative;
z-index: 1;
-webkit-transform-origin: center center;
-moz-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center; -webkit-transition: 0.5s linear;
-moz-transition: 0.5s linear;
-ms-transition: 0.5s linear;
transition: 0.5s linear;
}
.cws_fa.fa-2x{
border-radius: 24.5%;
}
.cws_fa.fa-4x,
.cws_fa.fa-3x{
border-radius: 26.5%;
}
.cws_fa.fa-5x{
border-radius: 26.5%;
}
.cws_fa_wrapper .ring{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
border-width: 2px;
border-style: solid;
border-radius: 27.86%;
-webkit-transition: 0.5s linear;
-moz-transition: 0.5s linear;
-ms-transition: 0.5s linear;
transition: 0.5s linear;
z-index: 1;
}
.cws_fa_wrapper.round .ring,
.cws_fa_wrapper.round .cws_fa{
border-radius: 50%;
}
.cws_fa_wrapper.round .cws_fa:before,
.cws_fa_wrapper.round .cws_fa:after{
line-height: 2em;
width: 2em;
}
.cws_fa_wrapper:hover>a>i + .ring,
a:hover>.cws_fa_wrapper>i + .ring{
transform: rotate3d(0,1,0,360deg);
}
.cws_fa_wrapper.round:hover>a>i + .ring,
a:hover>.cws_fa_wrapper.round>i + .ring{
transform: rotate3d(1,1,0,360deg);
}
.cws_fa:before{
line-height: 2em;
width: 2em;
display: inline-block;
transition: opacity 0s linear 0.25s;
-webkit-transition: opacity 0s linear 0.25s;
-moz-transition: opacity 0s linear 0.25s;
-ms-transition: opacity 0s linear 0.25s;
opacity: 1;
}
a>.cws_fa:after,
a>.cws_fa_wrapper>.cws_fa:after{
content: "\f0c1";
position: absolute;
top: 0;
left: 0;
line-height: 2em;
width: 2em;
display: inline-block;
transition: opacity 0s linear 0.25s;
-webkit-transition: opacity 0s linear 0.25s;
-moz-transition: opacity 0s linear 0.25s;
-ms-transition: opacity 0s linear 0.25s;
opacity: 0;
}
.cws_fa_wrapper>i.cws_fa.alt:after{
color: #fff;
}
.cws_fa_wrapper:hover>a .cws_fa,
a:hover>.cws_fa_wrapper>.cws_fa{
transform: rotate3d(0,1,0,180deg);
}
.cws_fa_wrapper.round:hover>a .cws_fa,
a:hover>.cws_fa_wrapper.round>.cws_fa{
transform: rotate3d(1,1,0,180deg);
}
.cws_fa_wrapper:hover>a .cws_fa:before,
a:hover>.cws_fa_wrapper>.cws_fa:before{
opacity: 0;
}
.cws_fa_wrapper:hover>a .cws_fa:after,
a:hover>.cws_fa_wrapper> .cws_fa:after{
opacity: 1;
}
.cws_fa.square{
border-radius: 0.23em;
}  .dropcap{
display: block;
float: left;
margin-right: 0.3ex;
text-align: center;
color: #fff;
border-radius: 50%;
font-size: 3.3em;
width: 1em;
line-height: 1;
}  .tabs{
position: relative;
z-index: 3;
margin-bottom: 0!important;
}
.tabs .tab{
position: relative;
min-height: 40px;
display: inline-block;
font-size: 1.14em;
padding: 0 15px;
text-align: center;
line-height: 40px;
margin-right: 1px;
color: #fff;
z-index: 1;
cursor: pointer;
}
.tabs .tab .icon{
margin-right: 5px;
}
.tabs .tab img.icon{
width: 30px;
float: left;
margin-top: 5px;
margin-bottom: 5px;
border-radius: 6px;
}
.tabs .tab:first-child{
-webkit-border-radius: 13px 0 0;
-moz-border-radius: 13px 0 0;
border-radius: 13px 0 0;
}
.tabs .tab:last-child{
-webkit-border-radius: 0 13px 0 0;
-moz-border-radius: 0 13px 0 0;
border-radius: 0 13px 0 0;
}
.tab_items{
position: relative;
z-index: 2;
font-size: 0.928em;
padding: 15px;
border: 1px solid #d8d8d8;
-webkit-border-radius: 0 13px 13px 13px;
-moz-border-radius: 0 13px 13px 13px;
border-radius: 0 13px 13px 13px;
}
.ce_tabs.vertical .tab_items{
-webkit-border-radius: 0 13px 13px 0;
-moz-border-radius: 0 13px 13px 0;
border-radius: 0 13px 13px 0;
}
.tab_item>*:last-child{
margin-bottom: 0;
}
.ce_tabs.vertical {
display: table;
width: 100%;
}
.ce_tabs.vertical>div{
display: table-cell;
}
.ce_tabs.vertical>.tabs{
white-space: nowrap;
vertical-align: top;
}
.ce_tabs.vertical>.tab_items{
width: 100%;
}
.ce_tabs.vertical>.tabs>*{
display: block;
margin-right: 0;
text-align: left;
}
.ce_tabs.vertical>.tabs>*{
margin-bottom: 1px;
}
.ce_tabs.vertical .tabs .tab:last-child {
-webkit-border-radius: 0 0 0 13px;
-moz-border-radius: 0 0 0 13px;
border-radius: 0 0 0 13px;
}
@media screen and (max-width:767px){
.tabs .tab{
width: 100%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
border-bottom: 1px solid #fff;
}
.tabs .tab:first-child {
-webkit-border-radius: 13px 13px 0 0 !important;
-moz-border-radius: 13px 13px 0 0 !important;
border-radius: 13px 13px 0 0 !important;
}
.tabs .tab:last-child{
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border-bottom: 0;
}
.tab_items{
-webkit-border-radius: 0 0 13px 13px;
-moz-border-radius: 0 0 13px 13px;
border-radius: 0 0 13px 13px;
}
}  .ce_toggle.alt .accordion_section .accordion_title,
.ce_accordion.alt .accordion_section .accordion_title{
margin-bottom: 1px;
}
.ce_toggle.alt .accordion_section .accordion_content,
.ce_accordion.alt .accordion_section .accordion_content{
border: 0;
border-radius: 10px;
color: #fff;
padding: 20px;
}
.accordion_title{
cursor: pointer;
position: relative;
z-index: 1;
padding: 7px 40px 7px 5px;
border-width: 1px;
border-style: solid;
border-radius: 10px;
font-size: 1.157em;
min-height: 30px;
}
.accordion_title>*{
display: inline-block;
vertical-align: middle;
}
.accordion_title .accordion_icon{
position: absolute;
top: 4px;
left: 4px;
height: 36px;
width: 36px;
overflow: hidden;
text-align: center;
line-height: 25px;
border-radius: 9px;
display: inline-block;
color: #fff;
}
.accordion_title .accordion_icon:not(.custom):before,
.accordion_title .accordion_icon:not(.custom):after{
content: '';
display: inline-block;
width: 10px;
height: 3px;
background-color: #fff;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
position: absolute;
top: 19px;
left: 14px;
}
.accordion_title .accordion_icon:not(.custom):after{
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
margin-top: -5px;
}
.accordion_title .accordion_icon{
line-height: 36px;
}
.accordion_section + .accordion_section{
margin-top: 10px;
}
.accordion_section.active .accordion_title{
color: #fff;
margin-bottom: -8px;
}
.accordion_section.active .accordion_icon:not(.custom){
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}  .accordion_title{
position: relative;
z-index: 1;
padding: 7px 7px 7px 50px;
border-width: 1px;
border-style: solid;
border-radius: 10px;
font-size: 1.157em;
}
.ce_toggle .accordion_section + .accordion_section{
margin-top: 5px;
}
.accordion_content{
position: relative;
z-index: 1;
padding: 30px 20px 20px 20px;
border-width: 1px;
border-style: solid;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
border-top: 0;
}
.accordion_content:after{
content: '';
clear: both;
display: table;
}   .pricing_table_column{
position: relative;
z-index: 1;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-direction: normal;
-moz-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
border-width: 10px;
border-style: solid;
border-radius: 19px;
text-align: center;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
}
.pricing_table_column .title_section{
padding: 0 18px;
font-size: 1.9em;
line-height: 1;
text-transform: uppercase;
}
.pricing_table_column .encouragement{
font-size: 1.1em;
}
.pricing_table_column .top_section{
padding: 10px 0;
} .pricing_table_column .top_section{
color: #fff;
position: relative;
z-index: 1;
}
.pricing_table_column .top_section:after{
content: "";
position: absolute;
left: -10px;
right: -10px;
bottom: -20px;
height: 20px;
border-top-width: 10px;
border-left-width: 10px;
border-right-width: 10px;
border-bottom: 0;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-style: solid;
}
.pricing_table_column .price_section{
padding: 10px 0;
}
.pricing_table_column .price_section .price_container{
font-size: 5.1em;
line-height: 0.762em;
display: table;
margin: 0 auto;
}
.pricing_table_column .price_section .price_container > span{
display: table-cell;
vertical-align: top;
}
.pricing_table_column .price_section .price_details{
vertical-align: top;
}
.pricing_table_column .price_section .price_details>*{
display: block;
line-height: 0.8;
}
.pricing_table_column .currency,
.pricing_table_column .price_details{
font-size: 0.33em;
line-height: 1;
}
.pricing_table_column .price_details .price_description{
line-height: 0.778em;
margin-top: 0.78em;
}
.pricing_table_column .price_details .fract_price_part + .price_description{
margin-top: 0;
}
.pricing_table_column .price_details .price_description>span{
display: block;
font-size: 0.6875em;
line-height: 1;
} .pricing_table_column .desc_section{
padding: 0 10px;
}
.pricing_table_column .desc_section p{
text-indent: 0;
}
.pricing_table_column .desc_section>*{
padding-top: 10px;
margin-bottom: 0;
} .pricing_table_column .desc_section ul ul{
margin-left: auto;
margin-right: auto;
}
.pricing_table_column .desc_section ul li{
line-height: 1;
padding: 10px 18px;
border-bottom: 1px solid #cecece;
}
.pricing_table_column .desc_section ul ul li{
padding-left: 0;
padding-right: 0;
}
.pricing_table_column .desc_section ul ul li + li{
padding-top: 0;
}
.pricing_table_column .desc_section ul ul li:last-child{
padding-bottom: 0;
}
.pricing_table_column .desc_section ul li:before{
display: none;
} .pricing_table_column .btn_section{
padding-top: 10px;
margin-bottom: -1.0em;
}
.pricing_table_column .btn_section a{
position: relative;
margin-bottom: 0;
z-index: 1;
}
.pricing_table_column .btn_section .button-shadow {
position: absolute;
bottom: 0;
right: 10px;
top: 0;
left: 10px;
background-color: inherit;
z-index: -2;
}
.pricing_table_column .btn_section .button-shadow:before, 
.pricing_table_column .btn_section .button-shadow:after {
content: "";
position: absolute;
bottom: 0;
right: -0px;
left: -14px;
height: 9px;
background-color: inherit;
-webkit-transform: skew(45deg);
-moz-transform: skew(45deg);
-ms-transform: skew(45deg);
transform: skew(45deg);
background-image: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/img/dark-pattern.png);
background-position: left center;
background-repeat: repeat;
}
.pricing_table_column .btn_section .button-shadow:after {
left: 0;
right: -14px;
-webkit-transform: skew(-45deg);
-moz-transform: skew(-45deg);
-ms-transform: skew(-45deg);
transform: skew(-45deg);
}
.pricing_table_column .btn_section .hover-btn{
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: inherit;
border-top-left-radius: 9px;
border-top-right-radius: 9px;
z-index: -1;
}
.pricing_table_column.active_table_column,
.pricing_table_column:hover{
box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.pricing_table_column .separate{
display: inline-block;
width: 22px;
height: 5px;
border-radius: 5px;
}  .cws_callout{
position: relative;
padding: 21px 40px;
text-align: center;
color: #fff;
line-height: 1.4;
border-radius: 20px;
background-position: left center;
z-index: 1;
}
.cws_callout a{
color: inherit;
}
.cws_callout .callout_title{
font-size: 1.473em;
line-height: 1;
}
.cws_callout .callout_title .bees{
vertical-align: baseline;
width: 0px;
}
.cws_callout .callout_title .bees.bees-end>span{
-webkit-transform: rotateY(180deg) translateX(125%);
-moz-transform: rotateY(180deg) translateX(125%);
-ms-transform: rotateY(180deg) translateX(125%);
transform: rotateY(180deg) translateX(125%);
}
.cws_callout .separate{
display: inline-block;
width: 22px;
height: 5px;
border-radius: 5px;
background-color: #fec20b;
}
.cws_callout .callout_text{
font-size: 1.21em;
line-height: 1.1;
padding-bottom: 10px;
}
.cws_callout .callout_text p{
text-indent: 0;
}
.cws_callout .button_section>a{
position: relative;
font-size: 1.58em;
padding: 8px 16px;
line-height: 1;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
margin-bottom: 0;
-webkit-box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow:    0px -4px 0px 0px rgba(0, 0, 0, 0.15);
box-shadow:         0px -4px 0px 0px rgba(0, 0, 0, 0.15);
}
.cws_callout .button_section{
margin-bottom: -1.57em;
}
.cws_callout .button_section .button-shadow{
position: absolute;
bottom: 0;
right: 10px;
top: 0;
left: 10px;
background-color: inherit;
z-index: -1;
}
.cws_callout .button_section .button-shadow:before,
.cws_callout .button_section .button-shadow:after{
content: "";
position: absolute;
bottom: 0;
right: -0px;
left: -14px;
height: 9px;
background-color: inherit;
-webkit-transform: skew(45deg);
-moz-transform: skew(45deg);
-ms-transform: skew(45deg);
transform: skew(45deg);
background-image: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/img/dark-pattern.png);
background-position: left center;
background-repeat: repeat;
}
.cws_callout .button_section .button-shadow:after{
left: 0;
right: -14px;
-webkit-transform: skew(-45deg);
-moz-transform: skew(-45deg);
-ms-transform: skew(-45deg);
transform: skew(-45deg);
}
.cws_callout{
text-align: center\9;
}
.cws_callout .content_section + .button_section{
margin-top: 25px;
}  .cws_tweet{
padding-bottom: 16px;
margin-bottom: 16px;
border-bottom: 1px solid #d6d6d6;
}
.cws_tweet:after{
content: "";
clear: both;
display: table;
}
.cws_tweet .follow_us{
float: left;
margin-right: 8px;
}
.cws_tweet .follow_us:before{
display: inline-block;
font-size: 20px;
transform: translate(0, 0);
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
border-width: 3px;
border-style: solid;
border-radius: 9px;
}
.cws_tweet .tweet_content{
overflow: hidden;
font-size: 0.947em
}
.tweets_carousel_footer{
text-align: right;
}
.cws_tweet .tweet_date{
text-align: right;
}  #recentcomments>.recentcomments{
border-width: 3px;
border-style: solid;
border-radius: 14px;
padding: 15px;
overflow: hidden;
}
#recentcomments>.recentcomments+.recentcomments{
margin-top: 15px;
}
#recentcomments>.recentcomments:before{
content: "\f075";
color: #fff;
position: static;
width: 32px;
text-align: center;
height: 32px;
float: left;
border-radius: 9px;
margin-bottom: 8px;
margin-right: 8px;
margin-top: 4px;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
line-height: 32px;
}
#recentcomments .comment-author-link{
display: block;
}
#recentcomments .comment-author-link :hover{
color: inherit;
}  .post_item{
border-bottom: 1px solid #d6d6d6;
padding-bottom: 14px;
margin-bottom: 14px;
}
.post_item .post_title{
font-size: 1.0526em;
}
.post_item .post_date{
text-align: right;
text-indent: 0;
}
.post_item .post_title a{
display: block;
}
.post_item .post_thumb_wrapp{
border-width: 3px;
border-style: solid;
border-radius: 14px;
line-height: 0;
float: left;
margin-right: 8px;
}
.post_item .post_thumb{
border-radius: 7px;
margin: 3px;
}
.post_item .post_thumb_wrapp .links span{
opacity: 0;
color: #fff;
-webkit-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
-ms-transition: opacity 0.3s;
transition: opacity 0.3s;
border-radius: 50%;
margin-top: -17px;
color: #fff;
font-size: 17px;
width: 36px;
height: 36px;
line-height: 36px;
border-radius: 50%;
}
.post_item .post_thumb_wrapp:hover .links span{
opacity: 1;
}  .cws_portfolio_items .item{
overflow: hidden;
margin-top: 30px;
}
.cws_portfolio_items .item .media_part{
position: relative;
border-radius: 18px;
border-width: 9px;
border-style: solid;
padding: 2px;	
}
.cws_portfolio_items .item .media_part .hover-effect{
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.cws_portfolio_items .item .media_part .pic img{
border-radius: 9px;
width: 100%;
}
.cws_portfolio_items.grid,
.cws_portfolio_items.grid.grid-2,
.cws_portfolio_items.grid.grid-3,
.cws_portfolio_items.grid.grid-4{
margin-top: -30px;
}
.cws_portfolio_items.grid.grid-2 .item,
.cws_portfolio_items.grid.grid-3 .item,
.cws_portfolio_items.grid.grid-4 .item{
margin-top: 30px;
border-top-style: none;
padding-top: 0;
}
.cws_portfolio_items .item > * + *{
margin-top: 5px;
}
.cws_portfolio_items .item > .media_part + *{
margin-top: 10px;
}
.cws_portfolio_items .item .title_part,
.cws_portfolio_items .item .desc_part{
text-align: center;
}
.cws_portfolio_items .item .desc_part .categories a{
color: inherit;
}
.cws_portfolio_items .item .title_part{
font-size: 1.74em;
line-height: 1;
padding: 5px 0 10px 0;
}
.separate_part .separate {
display: inline-block;
width: 22px;
height: 5px;
border-radius: 5px;
}
.separate_part{
text-align: center;
line-height: 1;
font-size: 0;
margin: 10px 0;
}
.cws_portfolio_items .item .title_part a,
.cws_portfolio_items .item .title_part a:hover{
color: inherit;
}
.cws_portfolio.massonry .pagination{
margin-top: 30px;
border-top-style: none;
padding-top: 0;
}
.cws_portfolio_filter{
float: right;
max-width: 200px;
}
.cws_portfolio .carousel_nav_panel{
float: right;
}
.cws_portfolio_header{
padding-bottom: 20px;
width: 100%;
max-width: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;	
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-moz-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.cws_portfolio_header>.ce_title{ margin-bottom: 0;
}
.cws_portfolio_header>.cws_portfolio_filter_container{
width: 210px;
flex-grow: 1;
-webkit-flex-grow: 1;
-moz-flex-grow: 1;
}
.carousel_nav_panel_container{
white-space: nowrap;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
text-align: right;
} .cws_portfolio.single .cws_portfolio_items .item > * + *{
margin-top: 20px;
}
.cws_portfolio.single .cws_portfolio_items .item .desc_part{
text-align: left;
}
.cws_portfolio.single .cws_portfolio_items .media_part{
float: left;
margin-right: 30px;
margin-bottom: 30px;
}
.cws_portfolio.single .cws_portfolio_items .ce_title + .media_part{
margin-top: 0;
}
.cws_portfolio.single .cws_portfolio_items .item>*{
margin-right: 30px;
}
.cws_portfolio.single .cws_portfolio_items .item{
margin-right: -30px;
width: 100%;
} .grid_row + .grid_row.related_projects{
border-top: 1px solid #d8d8d8;
}
.related_projects .cws_portfolio_header .ce_title{
margin-top: 0;
}
.cws_portfolio.single.related .carousel_nav_panel,
.attach .carousel_nav_panel{
float: none;
margin-top: 30px;
clear: both;
}
.cws_portfolio.single.related .carousel_nav_panel span,
.attach .carousel_nav_panel span{
display: inline-block;
vertical-align: middle;
}
.cws_portfolio.single.related .carousel_nav_panel .prev_section,
.attach .carousel_nav_panel .prev_section{
float: left;
}
.cws_portfolio.single.related .carousel_nav_panel .next_section,
.attach .carousel_nav_panel .next_section{
float: right;
}
.cws_portfolio.single.related .item{
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;	
}
.cws_portfolio.single.related .carousel_nav_panel span,
.attach .carousel_nav_panel span{
font-family: inherit;
font-size: 1.27em;
}
.cws_portfolio.single.related .carousel_nav_panel span:before,
.cws_portfolio.single.related .carousel_nav_panel .next:after,
.attach .carousel_nav_panel span:before,
.attach .carousel_nav_panel .next:after{
display: inline-block;
vertical-align: middle;
font: normal normal normal 14px/1 FontAwesome;
font-size: 0.8em;
}
.cws_portfolio.single.related .carousel_nav_panel .prev:before,
.attach .carousel_nav_panel .prev:before{
margin-right: 10px;
}
.cws_portfolio.single.related .carousel_nav_panel .next:before,
.attach .carousel_nav_panel .next:before{
display: none;
}
.cws_portfolio.single.related .carousel_nav_panel .next:after,
.attach .carousel_nav_panel .next:after{
content: "\f054";
margin-left: 10px;
}    .benefits_area{
padding: 50px 0;
border-top-width: 4px;
border-style: solid;
border-color: #fff;
position: relative;
z-index: 1;
}
.benefits_area.wave{
background: transparent;
z-index: 15;
padding: 30px 0;
border: 0;
}
.benefits_area .cloud_wrapper{
position: absolute;
top: -30px;
left: 0px;
width: 100%;
bottom: -30px;
overflow: hidden;
margin: 0;
}
.benefits_area .cloud{
position: absolute;
top: 0;
left: 0px;
}
.benefits_container{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;	
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -15px 0;
}
.benefits_container .cws-widget{
-webkit-flex: 1 1 270px;
-ms-flex: 1 1 270px;
flex: 1 1 270px;
min-width: calc(25% - 30px);
margin: 25px 15px 25px;
padding: 20px;
border-radius: 20px;
background: #fff;
box-sizing: border-box;
}
.benefits_area.wave .benefits_container .cws-widget{
margin: 35px 15px 35px;
}
.benefits_area.wave .cws-widget{
border-radius: 25% 25% 25% 25%/60% 60% 40% 40%;
position: relative;
z-index: 1;
}
.benefits_area.wave .cws-widget:before,
.benefits_area.wave .cws-widget:after,
.benefits_area.wave .cws-widget>*:not(.search-form):before{
content: '';
width: 70%;
height: calc(100% + 60px);
border-radius: 100%;
background: #FFF;
position: absolute;
top: -30px;
left: 15%;
z-index: -1;
}
.benefits_area.wave .cws-widget>*:first-child:not(.search-form):before,
.benefits_area.wave .cws-widget>*:last-child:not(.search-form):before{
width: 20%;
max-width: 170px;
top: auto;
bottom: -15px;
right: 18%;
left: auto;
height: 100%;
border-radius: 1000px;
}
.benefits_area.wave .cws-widget>*:last-child:not(.search-form):before{
right: auto;
left: 15%;
}
.benefits_area.wave .cws-widget:after{
width: 28%;
max-width: 170px;
top: -19px;
right: 14%;
left: auto;
height: 100%;
border-radius: 1000px;
}
.benefits_container .cws_textwidget_content,
.benefits_container .widget-title{
text-align: center;
}
.benefits_container .cws-widget > *:not(:first-child):not(:empty),
.benefits_container .cws-widget .widget_carousel .item > * + *,
.benefits_container .cws-widget .widget_carousel .owl-controls{
margin-top: 15px;
}
.benefits_container .cws-widget > *:not(.widget-title):not(:empty):not(.widget_carousel),
.benefits_container .cws-widget .widget_carousel .item > *{
background: transparent;
border-radius: 0;
}
.benefits_container .cws-widget .widget-title:after{
display: none;
}
.widget_title_icon_section{
display: inline-block;
line-height: 0;
vertical-align: middle;
padding-right: 0.2em;
}
.widget_title_icon_section i{
width: 1em;
height: 1em;
line-height: 1;
}
.widget_title_text_section{
display: inline-block;
vertical-align: middle;
}
.cloud_wrapper{
margin-top: -35px;
position: relative;
z-index: 1;
overflow: hidden;
}
canvas.white_cloud {
}  .site_top_panel{
box-shadow: 0 3px 3px rgba(0,0,0,0.1);
z-index: 1001;
}
.site_top_panel.wave{
box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.site_top_panel:not(.wave):after{
content: '';
position: absolute;
width: 100%;
height: 4px;
bottom: -4px;
left: 0;
background: #fff;
}
.site_top_panel  .top_half_sin_wrapper{
top: calc(100% - 1px);
position: absolute;
z-index: 2;
width: 100%;
height: 8px;
overflow: hidden;
}
.site_top_panel .top_half_sin{
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
top: 0;
position: absolute;
z-index: 2;
}
.site_top_panel.slider{
position: absolute;
top: 0;
left: 0;
width: 100%;
background: #fff;
transform: translateY(-100%);
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
transition: all 0.5s;
}
.site_top_panel.slider.active{
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
}
.site_top_panel .site_top_panel_toggle{
position: absolute;
top: 100%;
right: 0;
width: 31px;
height: 25px;
background: #fff;
box-shadow: 0 10px 15px rgba(0,0,0,0.1);
border-bottom-right-radius: 9px;
border-bottom-left-radius: 9px;
cursor: pointer;
z-index: 1;
}
.site_top_panel .site_top_panel_toggle:before,
.site_top_panel .site_top_panel_toggle:after{
content: '';
position: absolute;
top: 11px;
left: 9px;
width: 13px;
height: 3px;
}
.site_top_panel .site_top_panel_toggle:after{
transform: rotate(90deg);
}
.site_top_panel #top_panel_text{
padding: 4px 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
} .site_top_panel #top_panel_text i.fa{
padding-right: 8px;
padding-left: 20px;
}
.site_top_panel .row_text_search{
position: relative;
z-index: 1;
}
.site_top_panel .container{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;	
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-moz-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
z-index: 3;
}
.site_top_panel .row_text_search{
font-size: 16px;
flex-grow: 100;
-webkit-flex-grow: 100;
-moz-flex-grow: 100;
}
@media screen and ( max-width:479px ){
.site_top_panel .container>*:not(.site_top_panel_toggle){
width: 100%;
text-align: center;
}	
.site_top_panel #top_panel_links{
text-align: center;
}
}
.site_top_panel .cws_social_links{
z-index: 0;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
}
.site_top_panel .cws_social_links>*,
.site_top_panel .share-toggle-button{
display: inline-block;
font-size: 19px;
line-height: 19px;
width: 19px;
height: 19px;
text-align: center;
position: absolute;
left: 50%;
top: 50%;
color:  #fff;
border-radius: 50%;
padding: 7px;
margin-top: -16px !important;
margin-left: -16px !important;
-webkit-transition: all 0s;
-moz-transition: all 0s;
-ms-transition: all 0s;
transition: all 0s;
}
.site_top_panel .lang_bar{
display: inline-block;
vertical-align: middle;
}
.site_top_panel .lang_bar ul ul{
top: 100%;
bottom: auto;
}
.site_top_panel .lang_bar ul li{
text-align: left;
}
.site_top_panel  .lang_bar ul ul:before{
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
background: rgba(255, 255, 255, 1);
}
.site_top_panel .mini-cart{
display: inline-block;
font-size: 19px;
line-height: 19px;
width: 18px;
height: 18px;
text-align: center;
border-radius: 50%;
padding: 8px;
cursor: pointer;
background-color: #fff;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
margin: 0 !important;
vertical-align: middle;
transform: translateZ(0);
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
}
.site_top_panel  .woo_mini-count span{
color: #fff;
top: -7px;
padding: 0 5px;
min-width: 1.231em;
box-sizing: border-box;
left: calc(100% - 7px);
}
.site_top_panel .mini-cart:before{
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.site_top_panel #top_panel_links{
position: relative;
z-index: 2;
white-space: nowrap;
flex-grow: 1;
-webkit-flex-grow: 1;
-moz-flex-grow: 1;
text-align: right;
}
.site_top_panel #top_panel_links .search_icon{
display: inline-block;
text-align: center;
line-height: 32px;
font-size: 19px;
width: 32px;
height: 32px;
vertical-align: middle;
position: relative;
z-index: 1;
margin-right: 5px;
border-radius: 50%;
cursor: pointer;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.site_top_panel.active_social #top_panel_links .search_icon{
opacity: 0;
}
.site_top_panel #top_panel_links .search_icon:before{
content: "\f002";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
}
.site_top_panel form.search-form .screen-reader-text,
.site_top_panel form.search-form .search-submit{
display: none;
}
.site_top_panel form.search-form{
position: absolute;
top: 50%;
margin-top: calc(-0.765em - 3px);
right: 0;
width: 0;
box-sizing:border-box;
-webkit-transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
-moz-transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
-ms-transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
}
.site_top_panel.show-search form.search-form{
width: 100%;
}
.site_top_panel.show-search form.search-form label{
margin-bottom: 0;
}
.right_alight{
text-align: right;
}
@media screen and ( max-width:479px ){
.site_top_panel #top_panel_links{
text-align: center;
}
}
.site_top_panel form.search-form .search-field{
border-width: 0;
border-radius: 0;
border-bottom-width: 1px;
border-bottom-style: solid;
padding: 4px 0;
border-radius: 0;
}
.site_top_panel #top_panel_links .share-toggle-button{
position: absolute;
top: 50%;
margin-top: -20px;
margin-left: -40px;
z-index: 1;
cursor: pointer;
}
.site_top_panel #top_panel_links .share-toggle-button{
background-color: #fff;
}
.site_top_panel #top_panel_links .share-toggle-button i{
width: 1em;
}
#top_social_links_wrapper{
display: inline-block;
width: 32px;
height: 32px;
vertical-align: middle;
position: relative;
z-index: 1;
margin-right: 5px;
}
.site_top_panel.active_social .row_text_search,
.site_top_panel.show-search #top_panel_text{
opacity: 0.2;
}  .parallaxed{
position: relative;
overflow: hidden;
z-index: 2;
}
.parallaxed>*{
position: relative;
}
.parallaxed>*:not(.parallax-image){
z-index: 1;
}
.parallax-image{
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
}
.parallax-image img{
width: auto;
z-index: -2;
}
.grid_row.paralaxed {
position: relative;
}
.paralaxed .owl-pagination div{
background: #fff;
}
.paralaxed .owl-pagination .active {
background: none;
} .cws_prlx_section{
position: relative;
overflow: hidden;
}
.cws_prlx_layer{
display: block;
position: absolute;
top: 0;
left: 50%;
min-width: 100%;
min-height: 100%;
-webkit-transform: translateX(-50%);
-o-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
max-width: none;
max-height: none;
}  .comments-area p{
text-indent: 0;
margin-bottom: 15px;
}
.comments-area .comment-reply-title{
margin-bottom: 20px; }
.comments-area>*+*{
margin-top: 30px;
}
.comments-area .comments_children{
padding-left: 85px;
}
.comments-area  .comment_list .comment + .comment,
.comments-area .comments_children{
margin-top: 30px;
padding-top: 30px;
border-top: 1px solid #d8d8d8;
}
.comments-area  .comment_list{
line-height: 1.4;
}
.comments-area  .comment_list > .comment:last-child{
margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: 1px solid #d8d8d8;
}
.comments-area .comment_list .avatar_section{
float: left;
}
.comments-area .comment_list .avatar{
display: block;
border-radius: 10px;
border-width: 3px;
border-style: solid;
}
.comments-area .comment_list .avatar_section + .comment_info_section{
margin-left: 86px;
}
.comments-area .comment_list .comment_info_section>* + *{
margin-top: 10px;
}
.comments-area .comment_list .comment_info_section .comment-meta>*{
margin-top: 10px;
}
.comments-area .comment_list .comment_info_section .comment-content{
margin-top: 0;
}
.comments-area .comment_list .comment_info_section .comment-content p{
margin-bottom: 10px;
}
.comments-area .comment_list .comment-meta .comment_date{
margin-left: -0.8em;
}
.comments-area .comment_list .comment-meta .author-name{
font-style: normal;
font-weight: 700;
}
.comments-area .comment_list .comment-meta .author-name:after{
content: '/';
display: inline-block;
padding: 0 8px;
}
.comments-area .comment_list .reply{
float: right;
}
.comments-area .comment_list .comment-reply-link{
display: inline-block;
font-size: 1.3em;
line-height: 1;
border-radius: 9px;
color: #fff;
padding: 4px 10px;
font-size: 0.95em;
}
.comments-area .comment_list .comment-reply-link i{
font-size: 0.8em;
}
.comments-area *:not(.comments_title) + .comment-respond{
margin-top: 60px;
}
.comments-area .comment-respond{
border-width: 10px;
border-style: solid;
border-radius: 19px;
padding: 20px;
}
.comments-area .comment-respond>*+*{
margin-top: 10px;
}
.comments-area .comment-respond .comment-form .comment-form-author,
.comments-area .comment-respond .comment-form .comment-form-email,
.comments-area .comment-respond .comment-form .comment-form-url{
float: left;
width: 31%;
}
.comments-area .comment-respond .comment-form .comment-form-email,
.comments-area .comment-respond .comment-form .comment-form-url{
margin-left: 3.5%;
}
.comments-area .comment-respond .comment-form input:not([type='submit']),
.comments-area .comment-respond .comment-form textarea{
padding: 6px 10px;
font-size: 0.86667em;
line-height: 1.3077em;
border: 1px solid #d8d8d8;
}
.comments-area  .form-allowed-tags{
display: none;
}
.comments-area .comments_nav.carousel_nav_panel span{
vertical-align: middle;
}
.comments-area .comments_nav.carousel_nav_panel .prev_section{
float: left;
}
.comments-area .comments_nav.carousel_nav_panel .next_section{
float: right;
}
.comments-area .comments_nav.carousel_nav_panel .prev_section>a,
.comments-area .comments_nav.carousel_nav_panel .next_section>a{
display: block;
}
.comments-area .comments_nav.carousel_nav_panel .prev_section .prev,
.comments-area .comments_nav.carousel_nav_panel .next_section .next{
float: none;
display: inline-block;
}
.comments-area label{
font-weight: 700;
}
.bypostauthor{
}  .flxmap-container{
border-width: 10px;
border-style: solid;
max-width: 100%;
border-radius: 18px;
-webkit-border-radius: 18px;
-moz-border-radius: 18px;
-ms-border-radius: 18px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.flxmap-container>*{
border: 3px solid #fff;
border-radius: 9px;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
-ms-border-radius: 9px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}  .footer_wrapper_copyright{
position: relative;
z-index: 1;
background-position: left center;
}
.footer_wrapper_copyright .half_sin,
.footer_wrapper_copyright .footer_half_sin{
position: absolute;
bottom: 0;
left: 0;
}
.footer_wrapper_copyright .page_footer .container{
overflow: hidden;
}
.copyrights_area .container{
z-index: 3;
}
.half_sin_wrapper{
position: absolute;
bottom: calc(100% - 1px);
left: 0;
width: 100%;
height: 10px;
overflow: hidden;
z-index: 2;
}
.page_footer{
padding-bottom: 30px;
position: relative;
z-index: 1;
color: rgba(255, 255, 255, 0.85);
}
.page_footer .cws-widget ul li>a, 
.page_footer .mini-cart .cart_list{
color: rgba(255, 255, 255, 0.85);
}
.page_footer:after{
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0,0,0,0.4);
z-index: -1;
}
.page_footer a:hover{
color: #fff;
}
.footer_container{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;	
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -30px;
}
.footer_container .cws-widget{
-webkit-flex: 1 1 270px;
-ms-flex: 1 1 270px;
flex: 1 1 270px;
min-width: calc(25% - 30px);
margin-left: 30px;
padding-top: 30px;
font-weight: 400; 
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
overflow: hidden;
}
.footer_container .cws-widget ul li + li,
.footer_container .cws-widget ul.children,
.footer_container .post_item,
.footer_container .cws_tweet,
.footer_container input,
.footer_container textarea,
.footer_container hr{
border-color: rgba(255,255,255,0.2)
}
.footer_container .cws-widget ul li + li, 
.footer_container .cws-widget ul.children, 
.footer_container .cws-widget ul.sub-menu{
border-top: 1px solid rgba(255,255,255,0.2);
}
.footer_container .post_item:last-child{
border-bottom: 0;
margin-bottom: 0;
}
.footer_container .cws-widget .portfolio_item_thumb .pic,
.footer_container  #recentcomments>.recentcomments,
.footer_container .post_item .post_thumb_wrapp{
border-color: #fff;
}
.footer_container .cws-widget .pic .hover-effect{
background-color: #fff;
}
.footer_container .cws-widget > *:not(:first-child):not(:empty),
.footer_container .cws-widget .widget_carousel .item > * + *{
margin-top: 0;
}
.footer_container .cws-widget .widget_carousel .owl-controls{
margin-top: 15px;
}
.footer_container .cws-widget > *:not(.widget-title):not(:empty):not(.widget_carousel),
.footer_container .cws-widget .widget_carousel .item > *{
background: transparent;
border-radius: 0;
}
.footer_container .cws_textwidget_content > *,
.footer_container .cws-widget .post_item .post_preview,
.footer_container .cws-widget .post_item .post_date{
padding: 0;
}
.footer_container .cws-widget{
font-size: 0.8421em;
line-height: 1.5;
}
.footer_container .cws-widget .widget-title{
font-size: 2em;
}
.footer_container .cws-widget .wpcf7{
text-align: left;
}
.footer_container .cws_textwidget_content .text:not(only-child){
padding-bottom: 15px;
}
.footer_container .cws_textwidget_content .text + .link{
margin-top: 0;
}
.footer_container .select2-container{
text-align: left;
}
.footer_container ul li{
text-align: left;
padding-left: 0;
padding-right: 0;
}
.cws-widget ul li + li,
.cws-widget ul.children,
.cws-widget ul.sub-menu{
border-top: 1px solid #d6d6d6;	
}
.footer_container .cws-widget > .menu-all-pages-container > ul > li:first-child,
.footer_container .cws-widget > ul > li:first-child{
margin-top: -10px;
}
.footer_container .cws-widget > .menu-all-pages-container > ul > li:last-child,
.footer_container .cws-widget > ul > li:last-child{
margin-bottom: -10px;
}
.footer_container hr{
margin-top: 16px;
margin-bottom: 16px;
height: 1px !important;
background-color: rgba(255,255,255,0.2) !important;
}
.footer_container .cws-widget .tagcloud a{
margin-left: 2px;
margin-right: 3px;
}
.footer_container .cws-widget #wp-calendar tbody,
.footer_container .cws-widget #wp-calendar thead{
font-size: inherit;
}
.footer_container .cws-widget #wp-calendar thead{
font-weight: inherit;
}
.footer_container .cws-widget #wp-calendar td{
line-height: 2.38461538;
}
.footer_container .cws-widget #wp-calendar td a {
color: #fff;
}
.footer_container .cws-widget .search-form,
.footer_container .woocommerce-product-search{
border: 3px solid #fff;
padding: 15px;
background-color: transparent !important;
}
.footer_container .cws-widget .search-form .search-submit,
.footer_container .cws-widget .search-form:before,
.footer_container .woocommerce-product-search:before{
top: 16px;
right: 16px;
}
.footer_container .cws-widget .search-form:before,
.footer_container .woocommerce-product-search input[type='submit']{
top: 15px;
right: 15px;
padding: 7px 0;
}
.footer_container .cws-widget > .portfolio_item_thumbs{
margin: 0 auto;
max-width: 270px;
}
.footer_container .cws-widget .portfolio_item_thumb{
margin-left: 3px;
margin-right: 3px;
}
.footer_container .cws-widget .widget_carousel{
margin-left: auto;
}
.footer_container .cws-widget .post_item{
line-height: 1.38461538em;
text-align: left;
}
.footer_container .cws-widget .post_item .post_preview{
font-size: inherit;
line-height: inherit;
}
.footer_container .cws-widget .post_item .post_preview > *:not(.post_thumb) + *{
margin-top: 3px;
}
.footer_container .cws-widget .post_item .post_date{
font-size: 0.846em;
line-height: 1.63636363;
text-align: left;
}
.footer_container .post_content:after{
display: none;
}
.footer_container .gallery {
margin-left: -10px !important;
}
html:not([dir="rtl"]) .footer_container .gallery.owl-carousel{
margin-left: 0px !important;
} .footer_container input:not([type='submit']):not([type='radio']):not([type='checkbox']),
.footer_container textarea{
background: transparent;
}
.footer_container .cws-widget .widget-title{
padding: 15px 0;
color: #fff;
}
.footer_container .cws-widget .gallery .gallery-item{
padding-left: 10px;
margin-bottom: 10px;
margin-top: 0 !important;
}
.footer_container .cws-widget .gallery-icon{
background-color: transparent;
border-width: 3px;
border-radius: 14px;
border-color: #fff;
}
.footer_container .cws-widget .widget-title:after{
display: none;
}   .copyrights_area{
position: relative;
z-index: 1;
padding: 18px 0;
}
.copyrights_area a:hover{
color: #fff;
}
.copyrights_area:before{
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0,0,0,0.65);
z-index: -1;
}
.copyrights_container{
display: table;
width: 100%;
}
.copyrights_container > *{
display: table-cell;
vertical-align: middle;
}
.copyrights_panel{
white-space: nowrap;
}
.copyrights_panel_wrapper > *{
display: inline-block;
vertical-align: middle;
}
.copyrights_panel_wrapper > * + *{
margin-left: 8px;
padding-left: 15px;
border-left: 1px solid rgba(255, 255, 255, 0.12);
}
.copyrights_area .copyrights{
font-size: 0.7894em;
line-height: 1;
font-weight: 400;
width: 100%;
}
.copyrights_area .cws_social_links .cws_social_link{
position: relative;
z-index: 1;
padding: 5px;
color: #fff;
font-size: 0.9em;	
}
.copyrights_area .cws_social_links .cws_social_link:before,
.lang_bar ul ul:before{
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0,0,0,0.4);
z-index: -1;
border-radius: 7px;
}
.lang_bar ul ul:before{
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background: rgba(0,0,0,0.65);
}
.lang_bar .lang_sel_list_horizontal li{
display: table-cell;
padding-left: 2px;
}
.lang_bar .lang_sel_list_horizontal>ul{
display: table;
}
.lang_bar .lang_sel_list_horizontal>ul>li{
padding-right: 10px;
}
.lang_bar .lang_sel_list_horizontal>ul>li:last-child{
padding-right: 0;
}
#lang_sel_footer {
display: none;
}
.lang_bar>div>ul{
padding: 0 20px 0 10px;
position: relative;
z-index: 1;
}
.lang_bar>div.lang_sel_list_vertical>ul,
.lang_bar>div.lang_sel_list_horizontal>ul{
padding: 0 0 0 10px;
}
.lang_bar>div:not(.lang_sel_list_vertical):not(.lang_sel_list_horizontal)>ul:before{
position: absolute;
content: '';
width: 0;
height: 0;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
border-top-width: 4px;
border-top-style: solid;
right: 8px;
top: calc(50% - 2px);
}
.lang_bar{
font-size: 0.7894em;
}
.lang_bar ul ul{
position: absolute;
z-index: 1;
bottom: calc(100% - 1px);
left: -999999px;
opacity: 0;
display: table;
padding: 10px;
padding-bottom: 0;
padding: 6px 10px 0;
border-radius: 7px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
-webkit-transition: opacity 0.3s ease, left 0.3s step-end;
-moz-transition: opacity 0.3s ease, left 0.3s step-end;	
-ms-transition: opacity 0.3s ease, left 0.3s step-end;
transition: opacity 0.3s ease, left 0.3s step-end;	
}
.lang_bar ul:hover ul{
left: 0;
opacity: 1;
-webkit-transition: opacity 0.3s ease, left 0.3s step-start;
-moz-transition: opacity 0.3s ease, left 0.3s step-start;	
-ms-transition: opacity 0.3s ease, left 0.3s step-start;
transition: opacity 0.3s ease, left 0.3s step-start;
}
.lang_bar ul ul .iclflag{
padding-right: 0.25em;
}
.lang_bar li:before{
display: none;
}
.lang_bar li{
padding: 0;
}
.lang_bar li .iclflag{
display: inline-block;
vertical-align: baseline;
position: absolute;
left: 0px;
top: 8px;
}
.lang_bar ul li a{
position: relative;
white-space: nowrap;
line-height: 1;
padding-left: 18px;
padding: 7px 0 7px 18px;
}
.lang_bar ul li{
display: table-row;
}  .page_boxed{
position: relative;
overflow: hidden;
}
.image_stat_header{
position: relative;
z-index: 1;
overflow: hidden;
}
.image_stat_header>img{
position: absolute;
top: 50%;
left: 50%;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
min-width: calc(100% + 2px);
min-height: 100%;
}
.fs_video_bg{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
overflow: hidden;
margin-left: -1px;
margin-right: -1px;
z-index: -1;
}
.fs_video_slider .rev_slider,
.fs_video_slider .rev_slider_wrapper{
background: transparent !important;
}
.fs_video_bg,
.fs_video_slider{
background-color: #fff;
}
.fs_video_slider{
position: relative;
z-index: 1;
overflow: hidden;
}
.fs_video_bg>video,
.fs_video_bg>iframe{
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate3d(-50%,-50%,0);
-moz-transform: translate3d(-50%,-50%,0);
-ms-transform: translate3d(-50%,-50%,0);
transform: translate3d(-50%,-50%,0);
z-index: 1;
max-width: none;
}
.fs_video_bg:before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;	
}
.fs_video_bg .bg_layer{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-repeat: repeat;
z-index: 2;
} .fs_video_bg>iframe{
border-radius: 0;
-webkit-mask-image: none;
} .page_boxed .fullwidthbanner-container{
width: 100% !important;
left: 0 !important;
}  .page_header_video_wrapper{
position: relative;
}
.page_header_video_wrapper iframe.page_header_video{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 0;
}
.page_header_video_wrapper + .page_header_video_slider_wrapper,
.page_boxed .page_header_video_wrapper + .page_header_video_slider_wrapper{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.page_header_video_wrapper:after{
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url(//www.tulipianspreschool.com/wp-content/themes/kiddy/img/bgvideo.png);
background-repeat: repeat;
}  .page_content.search_results main .search-form .search-submit{
float: right;
margin-top: 5px;
}  .not_found{
max-width: 525px;
width: 100%;
margin: 0 auto;
padding-bottom: 30px;
text-align: center;
}
.banner_404{
position: relative;
font-size: 300px;
line-height: 260px;
z-index: 1;
}
.banner_404:before{
content: "";
display: block;
position: absolute;
width: 48%;
height: 100%;
top: 0;
left: 50%;
-webkit-transform: translate(-50%,0);
-o-transform: translate(-50%,0);
-moz-transform: translate(-50%,0);
-ms-transform: translate(-50%,0);
transform: translate(-50%,0);
margin-left: 0.5714%;
border-radius: 12%;
z-index: 1;
}
.banner_404 img{
display: block;
position: relative;
z-index: 2;
}
.msg_404{
font-size: 46px;
line-height: 1;
}
.msg_404 span{
font-size: 100px;
line-height: 1;
}
.not_found * + .link{
padding-top: 45px;
}
.not_found .link{
font-size: 28px;
line-height: 1;
} @media screen and ( max-width: 1190px ){
.gallery.owl-carousel .owl-controls{
padding: 20px 20px 20px 0;
}
.grid{
margin-right: -20px;
}
.grid .item,
.news .grid .item.medium>*, 
.news .grid .item.small>*, 
.news.single .grid .item>*{
margin-right: 20px;
}
.news .item>* ,
.cws_portfolio.single .cws_portfolio_items .item>*{
margin-right: 20px;
}
.news .media_part{
margin-right: 20px;
max-width: calc(100% - 20px);
}
.news .item{
margin-right: 20px;
width: calc(100% - 20px);
}
.news .grid .item.medium, 
.news .grid .item.small{
width: 100%;
}
.page_content.single_sidebar .grid .item{
width: 700px;
}
.page_content.double_sidebar .grid .item{
width: 460px;
}
.page_content.double_sidebar .news.news-medium .post_info_part:not(.full_width),
.page_content.double_sidebar .news.news-small .post_info_part:not(.full_width){
float: none;
width: 100%;
margin-right: auto;
}
.grid.grid-2 .item{
width: 460px;	
}
.page_content.single_sidebar .grid.grid-2 .item{
width: 340px;
}
.page_content.double_sidebar .grid.grid-2 .item{
width: 220px;
}
.grid.grid-3 .item{
width: 300px;
}
.page_content.single_sidebar .grid.grid-3 .item,
.page_content.double_sidebar .grid.grid-3 .item{
width: 220px;
}
.grid.grid-4 .item,
.page_content.single_sidebar .grid.grid-4 .item,
.page_content.double_sidebar .grid.grid-4 .item{
width: 220px;
}
.benefits_container,
.footer_container{
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -10px;
margin-right: -10px;
}
.benefits_container .cws-widget,
.footer_container .cws-widget{
margin-left: 10px;
margin-right: 10px;
-webkit-flex: 1 1 210px;
-ms-flex: 1 1 210px;
flex: 1 1 210px;
}
.cws_sc_carousel .owl-carousel, 
.owl-carousel{
margin-right: -20px !important;
}
.cws_sc_carousel .owl-item .item, 
.owl-item>*{
margin-right: 20px !important;
width: calc(100% - 20px) !important;
}
}
@media screen and ( max-width: 980px ){
.gallery.owl-carousel .owl-controls{
padding: 20px 18px 20px 0;
}
.page_content.single_sidebar .grid .item,
.page_content.double_sidebar .grid .item{
width: calc(100% - 18px);
}
.page_content.single_sidebar .news .item.medium .media_part,
.page_content.double_sidebar .news .item.medium .media_part{
max-width: calc(100% - 18px);
}
.page_content.double_sidebar .news.news-medium .post_info_part:not(.full_width){
width: 100%;
}
.page_content.double_sidebar .news.news-small .post_info_part:not(.full_width){
float: left;
width: 370px;
margin-right: 24px;
}
.grid{
margin-right: -18px;
}
.cws_sc_carousel .owl-carousel, 
.owl-carousel{
margin-right: -18px !important;
}
.grid .item,
.news .grid .item.medium>*, 
.news .grid .item.small>*, 
.news.single .grid .item>*,
.cws_portfolio.single .cws_portfolio_items .item>*{
margin-right: 18px;
}
.news .item>* {
margin-right: 18px;
}
.cws_sc_carousel .owl-item .item, 
.owl-item>*{
margin-right: 18px !important;
width: calc(100% - 18px) !important;
}
.news .media_part {
margin-right: 18px;
max-width: calc(100% - 18px);
}
.news .item{
margin-right: 18px;
width: calc(100% - 18px);
}
.news .grid .item.medium, 
.news .grid .item.small{
width: 100%;
} 
.grid.grid-2 .item{
width: 360px;
}
.grid.grid-3 .item,
.grid.grid-4 .item{
width: 234px;
}
.page_content.double_sidebar .grid.grid-4 .item,
.page_content.double_sidebar .grid.grid-3 .item,
.page_content.double_sidebar .grid.grid-2 .item{
width: 171px;
}
.page_content.single_sidebar .grid.grid-2 .item,
.page_content.single_sidebar .grid.grid-4 .item,
.page_content.single_sidebar .grid.grid-3 .item{
width: 265px;
}
.benefits_container,
.footer_container{
margin-left: -9px;
margin-right: -9px;
}
.benefits_container .cws-widget,
.footer_container .cws-widget{
margin-left: 9px;
margin-right: 9px;
-webkit-flex: 1 1 171px;
-ms-flex: 1 1 171px;
flex: 1 1 171px;
}
.grid_row.eq_cols .grid_col.grid_col_6,
.grid_row.eq_cols .grid_col.grid_col_3,	
.grid_row.eq_cols .grid_col.grid_col_9{
width: 48.65%;
margin-top: 30px;
}
.grid_row.eq_cols .grid_col.grid_col_3:nth-child(1),
.grid_row.eq_cols .grid_col.grid_col_4:nth-child(1),
.grid_row.eq_cols .grid_col.grid_col_3:nth-child(2),
.grid_row.eq_cols .grid_col.grid_col_4:nth-child(2),
.grid_row.eq_cols .grid_col.grid_col_6:nth-child(1),
.grid_row.eq_cols .grid_col.grid_col_6:nth-child(2),
.grid_row.eq_cols .grid_col.grid_col_8:nth-child(1),
.grid_row.eq_cols .grid_col.grid_col_8:nth-child(2),
.grid_row.eq_cols .grid_col.grid_col_9:nth-child(1),
.grid_row.eq_cols .grid_col.grid_col_9:nth-child(2){
margin-top: 0;
}
.grid_row.eq_cols .grid_col.grid_col_3:nth-child(odd),
.grid_row.eq_cols .grid_col.grid_col_6:nth-child(odd),
.grid_row.eq_cols .grid_col.grid_col_9:nth-child(odd){
margin-left: 0;
}
}
@media screen and ( max-width: 767px ){
.site_header{
position: relative !important;
}
.site_header .header_box{
padding: 30px 0 25px 0;
}
.site_header .logo>img:not(.logo_mobile){
max-height: 50px;
width: auto;
}
.header_logo_part.with_border .logo>img:not(.logo_mobile){
padding: 0 7px;
margin: 1px;
border: 1px solid rgba(255,255,255,0.4);
}
.header_logo_part.with_border .logo{
border-width: 4px;
border-style: solid;
border-radius: 6px;
}
.header_cont{
border-bottom: 2px solid #fff;
}
.page_content.single_sidebar .news .item.medium .media_part,
.page_content.double_sidebar .news .item.medium .media_part{
max-width: 570px;
}
.news .grid .item.medium .media_part{
width: calc(100% - 18px);
max-width: calc(100% - 18px);
}
.news .item.large .media_part{
width: 100%;
}
.grid .item,
.page_content.single_sidebar .grid .item,
.page_content.double_sidebar .grid .item{
width: calc(100% - 18px); }
.news .item,
.page_content.single_sidebar .news .item, 
.page_content.double_sidebar .news .item{
width: calc(100% - 18px);
}
.news .grid .item.medium, 
.news .grid .item.small{
width: 100%;
}
.news.news-medium .post_info_part:not(.full_width),
.news.news-small .post_info_part:not(.full_width),
.page_content.double_sidebar .news.news-small .post_info_part:not(.full_width){
float: none;
width: 100%;
margin-right: auto;
}
.grid.grid-2,
.page_content.single_sidebar .grid.grid-2,
.page_content.double_sidebar .grid.grid-2,
.grid.grid-3,
.page_content.single_sidebar .grid.grid-3,
.page_content.double_sidebar .grid.grid-3,
.grid.grid-4,
.page_content.single_sidebar .grid.grid-4,
.page_content.double_sidebar .grid.grid-4{
margin-right: -30px
}
.grid.grid-2 .item,
.page_content.single_sidebar .grid.grid-2 .item,
.page_content.double_sidebar .grid.grid-2 .item,
.grid.grid-3 .item,
.page_content.single_sidebar .grid.grid-3 .item,
.page_content.double_sidebar .grid.grid-3 .item,
.grid.grid-4 .item,
.page_content.single_sidebar .grid.grid-4 .item,
.page_content.double_sidebar .grid.grid-4 .item{
float: left;
width: calc(50% - 30px);
margin-right: 30px;
text-align: center;
}
.page_content.double_sidebar .grid.grid-2:not(.owl-carousel) .item .media_part,
.page_content.single_sidebar .grid.grid-3:not(.owl-carousel) .item .media_part,
.page_content.double_sidebar .grid.grid-3:not(.owl-carousel) .item .media_part,
.grid_row:not(.related_projects) .grid.grid-4:not(.owl-carousel) .item .media_part,
.page_content.single_sidebar .grid.grid-4:not(.owl-carousel) .item .media_part,
.page_content.double_sidebar .grid.grid-4:not(.owl-carousel) .item .media_part{
width: 270px;
max-width: 100%;
float: none;
margin-left: 0;
margin-right: 0;
display: inline-block;
box-sizing: border-box;
}
.cws_sc_carousel .owl-carousel, 
.owl-carousel{
margin-right: -30px !important;
}
.cws_sc_carousel .owl-item .item, 
.owl-item>*{
margin-right: 30px !important;
width: calc(100% - 30px) !important;
}
.page_title .container{
width: calc(100% - 40px);
}
.grid_col{
width: 100%;
}
.grid_col:not(.grid_col_12){
float: none;
}
.grid_col + .grid_col{
margin-top: 30px;
margin-left: auto;
}
.benefits_container,
.footer_container{
margin-left: -2%;
margin-right: -2%;
}
.benefits_container .cws-widget,
.footer_container .cws-widget{
margin-left: 2%;
margin-right: 2%;
-webkit-flex: 1 1 200px;
-ms-flex: 1 1 200px;
flex: 1 1 200px;
}
.comments-area .comments_children{
padding-left: 35px;
}
.post_content_wrap .meta_cont>*{
display: block;
text-align: center !important;
}
.copyrights_container > *{
display: block;
text-align: center;
}
.copyrights_container > * + *{
padding-top: 10px;
}
.post_content_wrap .meta_cont>*+*{
margin-top: 10px;
}
.gallery{
margin-left: -5% !important;
}
.gallery .gallery-item{
padding-left: 5%;
margin-bottom: calc(5% - 10px);
}
.gallery-icon{
border-width: 3px;
border-radius: 14px;
}
.page_title .container>*{
display: block;
text-align: left;
}
.page_title .container>.bread-crumbs{
padding-bottom: 5px;
}
.banner_404{
font-size: 45vw;
line-height: 39vw;
}
.msg_404{
font-size: 6.9vw;
}
.msg_404 span{
font-size: 15vw;
}
.not_found .link{
font-size: 16px;
padding-top: 20px;
}
.grid_row.eq_cols .grid_col.grid_col_4,
.grid_row.eq_cols .grid_col.grid_col_8{
width: 48.65%;
margin-top: 30px;
}
.grid_row.eq_cols .grid_col.grid_col_4:nth-child(1),
.grid_row.eq_cols .grid_col.grid_col_4:nth-child(2),
.grid_row.eq_cols .grid_col.grid_col_8:nth-child(1),
.grid_row.eq_cols .grid_col.grid_col_8:nth-child(2),{
margin-top: 0;
}
.grid_row.eq_cols .grid_col.grid_col_4:nth-child(odd),
.grid_row.eq_cols .grid_col.grid_col_8:nth-child(odd){
margin-left: 0;
}
.cws_portfolio.single.related .item{
width: 100%;
}
.site_top_panel .mini-cart{
position: initial;
transform: initial !important;
-webkit-transform: initial !important;
-moz-transform: initial !important;
-ms-transform: initial !important;
}
}
@media screen and ( max-width:479px ){
.grid.grid-2,
.page_content.single_sidebar .grid.grid-2,
.page_content.double_sidebar .grid.grid-2,
.grid.grid-3,
.page_content.single_sidebar .grid.grid-3,
.page_content.double_sidebar .grid.grid-3,
.grid.grid-4,
.page_content.single_sidebar .grid.grid-4,
.page_content.double_sidebar .grid.grid-4{
margin-right: auto;
}
.grid.grid-2 .item,
.page_content.single_sidebar .grid.grid-2 .item,
.page_content.double_sidebar .grid.grid-2 .item,
.grid.grid-3 .item,
.page_content.single_sidebar .grid.grid-3 .item,
.page_content.double_sidebar .grid.grid-3 .item,
.grid.grid-4 .item,
.page_content.single_sidebar .grid.grid-4 .item,
.page_content.double_sidebar .grid.grid-4 .item{
float: none;
width: 100%;
margin-right: auto;
}
.news .grid .item.medium .media_part, 
.news .grid .item.small .media_part{
width: calc(100% - 18px);
max-width: calc(100% - 18px);
}
.news .media_part .pic img{
width: 100%;
}
.footer_container .cws-widget{
padding-left: 0;
}
.grid_row.eq_cols .grid_col.grid_col_3,
.grid_row.eq_cols .grid_col.grid_col_4,
.grid_row.eq_cols .grid_col.grid_col_6,
.grid_row.eq_cols .grid_col.grid_col_8,
.grid_row.eq_cols .grid_col.grid_col_9{
width: 100%;
margin-top: 0;
margin-left: 0;
}
.grid_row.eq_cols .grid_col.grid_col_3:nth-child(2),
.grid_row.eq_cols .grid_col.grid_col_4:nth-child(2),
.grid_row.eq_cols .grid_col.grid_col_6:nth-child(2),
.grid_row.eq_cols .grid_col.grid_col_8:nth-child(2),
.grid_row.eq_cols .grid_col.grid_col_9:nth-child(2){
margin-top: 30px;
}
.grid_row.eq_cols .grid_col:not(:first-child){
margin-top: 30px !important;
}
.cws_portfolio_header{
-webkit-box-direction: normal;
-moz-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.cws_portfolio_header>*{
width: 100%;
text-align: center;
}
.cws_portfolio_header>.ce_title + *{
padding-top: 10px;
}
.cws_portfolio_header>.ce_title + *>*{
float: none;
}
.cws_portfolio_header .cws_portfolio_filter{
float: none;
text-align: left;
padding-top: 10px;
}
}div.tnp-subscription,
form.tnp-subscription, form.tnp-profile {
display: block;
margin: 1em auto;
max-width: 500px;
width: 100%;
}
div.tnp-profile {
display: block;
margin: 1em 0;
max-width: 500px; } .tnp-subscription div.tnp-field,
.tnp-profile div.tnp-field
{
margin-bottom: .7em;
border: 0;
padding: 0;
}
.tnp-subscription label,
.tnp-profile label
{
display: block;
color: inherit;
font-weight: normal;
line-height: normal;
padding: 0;
margin: 0;
margin-bottom: .25em;
font-size: .9em;
}
.tnp-subscription .tnp-field-checkbox label,
.tnp-profile .tnp-field-checkbox label
{
display: inline-block;
}
.tnp-subscription input[type=text],
.tnp-subscription input[type=email],
.tnp-subscription input[type=submit],
.tnp-subscription select,
.tnp-subscription textarea,
.tnp-profile input[type=text],
.tnp-profile input[type=email],
.tnp-profile input[type=submit],
.tnp-profile select,
.tnp-profile textarea
{
width: 100%;
padding: .7em;
display: block;
border: 1px;
color: #444;
border-color: #ddd;
background-color: #f4f4f4;
background-image: none;
text-shadow: none;
font-size: 1em;
margin: 0;
line-height: normal;
box-sizing: border-box;
}
.tnp-subscription input[type=checkbox],
.tnp-widget input[type=radio],
.tnp-profile input[type=checkbox]
{ max-width: 1em;
display: inline-block;
margin-right: .5em;
} .tnp-subscription select option,
.tnp-profile select option
{
margin-right: .75em;
}
.tnp-subscription input.tnp-submit,
.tnp-profile input.tnp-submit,
.tnp-unsubscribe button.tnp-submit,
.tnp-reactivate button.tnp-submit
{
background-color: #444;
color: #fff;
width: auto;
height: auto;
margin: 0;
display: inline-block;
}
@media all and (max-width: 480px) {
.tnp-subscription input[type=submit],
.tnp-profile input[type=submit] {
width: 100%;
}
}
.tnp-widget {
width: 100%;
display: block;
box-sizing: border-box;
}
.tnp-widget .tnp-field {
margin-bottom: 10px;
border: 0;
padding: 0;
}
.tnp-widget label {
display: block;
color: inherit;
font-size: 14px;
}
.tnp-widget input[type=text], .tnp-widget input[type=email], .tnp-widget input[type=submit], .tnp-widget select {
width: 100%;
padding: 10px;
display: block;
border: 1px solid #ddd ;
border-color: #ddd;
background-color: #f4f4f4;
background-image: none;
text-shadow: none;
color: #444;
font-size: 14px;
line-height: normal;
box-sizing: border-box;
height: auto;
}
.tnp-widget input[type=checkbox], .tnp-widget input[type=radio] {
width: auto;
display: inline-block;
} .tnp-widget select option {
margin-right: 10px;
}
.tnp-widget input.tnp-submit {
background-color: #444;
background-image: none;
text-shadow: none;
color: #fff;
margin: 0;
}
.tnp-field input[type="submit"] {
position: inherit;
}
.tnp-field label {
} .tnp-widget-minimal {
width: 100%;
}
.tnp-widget-minimal form {
margin: 0;
padding: 0;
border: 0;
}
.tnp-widget-minimal input.tnp-email {
width: 100%;
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px solid #ddd;
background-color: #f4f4f4;
color: #444;
font-size: 14px;
}
.tnp-widget-minimal input.tnp-submit {
width: 100%;
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px;
border-color: #ddd;
background-color: #444;
background-image: none;
text-shadow: none;
color: #fff;
font-size: 14px;
line-height: normal;
border-radius: 0px;
height: auto;
margin: 0;
} .tnp-subscription-minimal {
width: 100%;
box-sizing: border-box;
margin: 10px 0;
}
.tnp-subscription-minimal form {
width: auto;
margin: 0;
padding: 0;
border: 0;
white-space: nowrap;
}
.tnp-subscription-minimal input.tnp-email,
.tnp-subscription-minimal input.tnp-name
{
width: 70%;
max-width: 300px;
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px solid #ddd;
background-color: #f4f4f4;
color: #444;
font-size: 14px;
line-height: 20px;
border-radius: 0px;
margin-right: 10px;
}
.tnp-subscription-minimal.with-name input.tnp-email,
.tnp-subscription-minimal.with-name input.tnp-name
{
width: 31%;
}
.tnp-subscription-minimal .tnp-privacy-field {
margin-top: 10px;
} .tnp-subscription-minimal input.tnp-submit {
width: 29%;
box-sizing: border-box;
display: inline-block;
padding: 10px;
border: 1px;
border-color: #ddd;
background-color: #444;
background-image: none;
text-shadow: none;
color: #fff;
font-size: 14px;
line-height: 20px;
border-radius: 0px;
margin: 0;
}
.tnp-subscription-posts {
margin-top: 2em;
margin-bottom: 2em;
padding: 2rem;
}
.tnp-subscription-posts .tnp-subscription {
max-width: auto;
margin: 0;
}
@media all and (max-width: 525px) {
.tnp-subscription-minimal.with-name input.tnp-email,
.tnp-subscription-minimal.with-name input.tnp-name,
.tnp-subscription-minimal input.tnp-submit
{
width: 100%;
max-width: 100%;
margin: 0;
display: block;
margin-bottom: .5rem;
}
} .tnp-comments {
clear: both;
margin-top: 15px;
margin-bottom: 15px;
}
.tnp-comments label {
display: block;
}
.tnp-comments input[type=checkbox] {
display: inline-block;
width: auto!important;
} .tnp-lock {
clear: both;
display: block;
box-sizing: border-box;
box-shadow: none;
margin: 20px;
padding: 15px;
background-color: #fff;
border: 1px solid #ddd;
}
.tnp-nl-checkout {
margin-bottom: 1em;
}#badge1
{
position: fixed;
z-index: 999999;
left: 0;
top: 20%;
}