
html, body {
    height: 100%;
}
html, hmtl a {
    font-size: 100%;
    width: 100%;
}
body {
    background: none repeat scroll 0 0 #2F3238;
    color: #7F8289;
    font-family: 'courier new',sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
}
a {
    color: #DE5E60;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.1s linear 0s;
}
a:hover, a:active, a:focus {
    color: #FFFFFF;
    outline: 0 none;
    text-decoration: none;
}
a img {
    border: medium none;
}
a > img {
    vertical-align: bottom;
}
img {
    max-width: none;
}
strong {
    font-weight: 700;
}
p {
    margin: 0 0 30px;
}
hr {
    border-bottom: medium none;
    border-color: #3C3F45 -moz-use-text-color -moz-use-text-color;
    border-left: medium none;
    border-right: medium none;
    border-style: dashed none none;
    margin: 50px 0;
}
ul {
    list-style: circle outside none;
}
li {
    line-height: 30px;
}
.align-left {
    float: left;
    margin: 0 25px 0 0 !important;
}
.align-right {
    float: right;
    margin: 0 0 0 25px !important;
}
.text-align-left {
    text-align: left;
}
.text-align-center {
    text-align: center;
}
.text-align-right {
    text-align: right;
}
.color-text {
    color: #DE5E60;
}
.through {
    text-decoration: line-through;
}
input, button, select, textarea {
    font-family: 'Open Sans',sans-serif;
    font-weight: 300;
    outline: 0 none;
}
input:focus, textarea:focus, input[type="text"]:focus {
    outline: 0 none;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #7F8289;
}
code, pre {
    border-radius: 3px;
    color: #232527;
    font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
    font-size: 12px;
    padding: 0 3px 2px;
}
code {
    background-color: #F6F6F6;
    border: 1px solid #DDE4E9;
    color: #232527;
    padding: 2px 4px;
    white-space: nowrap;
}
pre {
    background-color: #FCFCFC;
    border: 1px solid #DDE4E9;
    border-radius: 4px;
    display: block;
    font-size: 12px;
    line-height: 20px;
    margin: 70px 50px;
    padding: 30px;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
}
pre code {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    color: inherit;
    padding: 0;
    white-space: pre-wrap;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6 {
    color: #FFFFFF;
    font-family: 'Open Sans',sans-serif;
    font-weight: 300;
    line-height: 1.5em;
    margin: 0 0 20px;
}
h1 {
    font-size: 48px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
h3.spec {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 30px;
    padding-top: 0.4em;
    text-transform: uppercase;
}
.margin-0 {
    margin-bottom: 0 !important;
}
.margin-10 {
    margin-bottom: 10px !important;
}
.margin-15 {
    margin-bottom: 15px !important;
}
.margin-20 {
    margin-bottom: 20px !important;
}
.margin-30 {
    margin-bottom: 30px !important;
}
.margin-40 {
    margin-bottom: 40px !important;
}
.margin-50 {
    margin-bottom: 50px !important;
}
.margin-60 {
    margin-bottom: 60px !important;
}
.margin-70 {
    margin-bottom: 70px !important;
}
.margin-80 {
    margin-bottom: 80px !important;
}
.sep {
    margin: 0 0 70px;
    text-align: center;
}
.sep .separator {
    background: url("../img/seperator.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 24px;
    vertical-align: text-top;
    width: 24px;
}
#home-slider {
    height: 100%;
    overflow: hidden;
    position: relative;
}
/*#home-slider .overlay {
    background: none repeat scroll 0 0 #26292E;
    height: 100%;
    opacity: 0.7;
    position: absolute;
    width: 100%;
    z-index: 0;
}*/
#home-slider .container {
    height: 100%;
}
#home-slider .container .row {
    bottom: 100px;
    position: absolute;
}
#home-slider .slider-text {
    position: relative;
    text-align: center;
    z-index: 2;
}
#home-slider #slidecaption {
    color: #FFFFFF;
    float: none;
    font-family: 'courier new',sans-serif;
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 1em;
    margin: 0;
    text-shadow: none;
    text-transform: uppercase;
}
#home-slider .control-nav {
    background: none repeat scroll 0 0 #2F3238;
    bottom: 0;
    height: 50px;
    position: absolute;
    width: 100%;
    z-index: 2;
}
#home-slider #nextslide, #home-slider #prevslide {
    background-color: #26292E;
    background-image: none;
    display: inline-block;
    height: 50px;
    left: 0;
    margin: 0;
    opacity: 1;
    position: relative;
    right: 0;
    top: 0;
    transition: background 0.1s linear 0s;
    width: 50px;
}
#home-slider #nextslide {
    margin-left: -3px;
}
#home-slider #nextsection {
    float: right;
}
#home-slider #nextslide:hover, #home-slider #prevslide:hover {
    background-color: #DE5E60;
}
#home-slider #nextslide i, #home-slider #prevslide i {
    color: #FFFFFF;
    font-size: 16px;
    left: 50%;
    line-height: 1em;
    margin-top: -7px;
    position: absolute;
    top: 50%;
}
#home-slider #nextslide i {
    margin-left: -8px;
}
#home-slider #prevslide i {
    margin-left: -9px;
}
#home-slider ul#slide-list {
    margin: -6px 0 0;
    padding: 0;
    top: 50%;
}
#home-slider ul#slide-list li {
    margin-right: 12px;
}
#home-slider ul#slide-list li:last-child {
    margin-right: 0;
}
#home-slider ul#slide-list li a {
    background-color: #6E7074;
    background-image: none;
    border-radius: 999px;
    height: 12px;
    transition: background 0.1s linear 0s;
    width: 12px;
}
#home-slider ul#slide-list li a:hover {
    background-color: #FFFFFF;
}
#home-slider ul#slide-list li.current-slide a, #home-slider ul#slide-list li.current-slide a:hover {
    background-color: #DE5E60;
}
#home-slider #nextsection {
    background-color: #26292E;
    float: right;
    height: 50px;
    margin: 0;
    position: relative;
    transition: background 0.1s linear 0s;
    width: 50px;
}
#home-slider #nextsection:hover {
    background-color: #DE5E60;
}
#home-slider #nextsection i {
    color: #FFFFFF;
    font-size: 16px;
    left: 50%;
    line-height: 1em;
    margin-top: -7px;
    position: absolute;
    top: 50%;
}
#home-slider #nextsection i {
    margin-left: -7px;
}
header {
    width: 100%;
    z-index: 99;
}
header .sticky-nav {
    background: none repeat scroll 0 0 #26292E;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    height: 60px;
    position: relative;
    width: 100%;
    z-index: 1001;
}
header .sticky-nav.stuck {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 1001;
}
header #logo {
    color: #FFFFFF;
    float: left;
    margin-left: 20px;
    padding: 15px 0;
}
header #logo a {
    background: url("../img/logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 30px;
    opacity: 1;
    text-indent: -9999px;
    transition: opacity 0.25s ease-in-out 0s;
    width: 96px;
}
header #logo a:hover {
    opacity: 0.65;
}
nav#menu {
    float: right;
    margin-right: 20px;
}
nav#menu #menu-nav {
    margin: 0;
    padding: 0;
}
nav#menu #menu-nav li {
    display: inline-block;
    list-style: none outside none;
    margin-left: 30px;
}
nav#menu #menu-nav li:first-child {
    margin-left: 0;
}
nav#menu #menu-nav li a {
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 60px;
    text-transform: uppercase;
}
nav#menu #menu-nav li.current a, nav#menu #menu-nav li a:hover {
    color: #DE5E60;
}
#mobile-nav {
    display: none;
}
.menu-nav {
    background: url("../img/menu-mobile.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 16px;
    margin: 22px 0 0;
    transform: rotate(0deg);
    transition: transform 250ms ease-out 0s;
    width: 16px;
}
.menu-nav.open {
    background-position: 0 -16px;
    transform: rotate(-180deg);
    transition: transform 250ms ease-out 0s;
}
#navigation-mobile {
    background: none repeat scroll 0 0 #26292E;
    border-bottom: 1px solid #2F3238;
    display: none;
    float: left;
    position: relative;
    text-align: right;
    width: 100%;
    z-index: 9999;
}
#navigation-mobile li {
    border-top: 1px solid #2F3238;
    list-style: none outside none;
    padding: 0 20px;
}
#navigation-mobile li a {
    display: block;
    font-size: 16px;
    padding: 20px 0;
    text-transform: uppercase;
}
.page {
    background: none repeat scroll 0 0 #2F3238;
    padding: 100px 0;
    position: relative;
    z-index: 99;
}
.page-alternate {
    background: none repeat scroll 0 0 #26292E;
    padding: 100px 0;
    position: relative;
    z-index: 99;
}
.title-page {
    margin-bottom: 80px;
}
.title-page .title {
    font-size: 48px;
    margin: 0 0 5px;
}
.title-page .title-description {
    font-size: 24px;
    font-weight: 200;
    margin: 0 0 30px;
}
.work-nav {
    margin-bottom: 30px;
}
.type-work {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 300;
    line-height: 1em;
    text-transform: uppercase;
}
.work-nav #filters {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.work-nav #filters li {
    display: inline-block;
    margin-right: 30px;
    padding: 0;
}
.work-nav #filters li a {
    color: #7F8289;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
}
.work-nav #filters li a:hover {
    color: #FFFFFF;
}
.work-nav #filters li a.selected {
    color: #DE5E60;
}
#thumbs {
    margin: 0;
    padding: 0;
}
#thumbs li {
    list-style-type: none;
}
.item-thumbs {
    cursor: pointer;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.item-thumbs a + img {
    width: 100%;
}
.item-thumbs .hover-wrap {
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: opacity 250ms ease-out 0s;
    width: 100%;
}
.item-thumbs:hover .hover-wrap, .item-thumbs.active .hover-wrap {
    opacity: 1;
}
.item-thumbs .hover-wrap .overlay-img {
    background: none repeat scroll 0 0 #DE5E60;
    height: 100%;
    opacity: 0.45;
    position: absolute;
    width: 100%;
}
.item-thumbs .hover-wrap .overlay-img-thumb {
    color: #FFFFFF;
    font-size: 32px;
    left: 50%;
    line-height: 1em;
    margin: -16px 0 0 -16px;
    opacity: 1;
    position: absolute;
    top: 50%;
}
.profile-name {
    margin-bottom: 15px;
}
.profile-description {
    margin-bottom: 25px;
}
.image-wrap {
    cursor: pointer;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
}
.image-wrap img {
    width: 100%;
}
.image-wrap .hover-wrap {
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: opacity 250ms ease-out 0s;
    width: 100%;
}
.image-wrap:hover .hover-wrap, .image-wrap.active .hover-wrap {
    opacity: 1;
}
.image-wrap .hover-wrap .overlay-img {
    background: none repeat scroll 0 0 #DE5E60;
    height: 100%;
    opacity: 0.45;
    position: absolute;
    width: 100%;
}
.image-wrap .hover-wrap .overlay-text-thumb {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 300;
    height: 32px;
    line-height: 32px;
    margin: -16px 0 0;
    opacity: 1;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    width: 100%;
}
.social-icons {
    margin: 0;
    padding: 0;
}
.social-icons li {
    display: inline-block;
    margin-left: 15px;
}
.social-icons li:first-child {
    margin-left: 0;
}
.social-icons li a {
    color: #FFFFFF;
    font-size: 16px;
    height: 16px;
    line-height: 1em;
    opacity: 0.3;
    transition: opacity 0.1s linear 0s;
    width: 16px;
}
.social-icons li a:hover {
    opacity: 1;
}
.big-quote {
    text-align: center;
}
.big-quote p {
    color: #FFFFFF;
    font-size: 36px;
    line-height: 48px;
}
.big-quote span {
    color: #DE5E60;
    font-size: 32px;
}
.services-box {
    text-align: center;
}
.services-box .icon {
    background: none repeat scroll 0 0 #DE5E60;
    border-radius: 999px;
    display: inline-block;
    height: 160px;
    margin-bottom: 40px;
    position: relative;
    width: 160px;
}
.services-box .icon span {
    color: #FFFFFF;
    font-size: 60px;
    line-height: 160px;
}
#map-area {
    width: 100%;
}
.map {
    height: 600px;
}
.post {
    border-top: 1px dashed #3C3F45;
    margin-top: 50px;
    padding-top: 60px;
    position: relative;
}
.post:first-child {
    border-top: medium none;
    margin: 0;
    padding: 0;
}
.post-thumb {
    margin-bottom: 30px;
}
.post-thumb a {
    display: block;
    position: relative;
}
.post-thumb img {
    width: 100%;
}
.entry-title, .entry-title a {
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.5em;
    margin-bottom: 5px;
}
.entry-title a:hover {
    color: #DE5E60;
}
.entry-meta, .entry-meta a {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}
.entry-meta a:hover {
    color: #DE5E60;
}
.entry-meta {
    margin-bottom: 20px;
}
.entry-meta .divider {
    margin: 0 6px;
}
.entry-content .more-link {
    display: block;
}
.entry-meta.entry-footer {
    padding-top: 20px;
}
#comments {
    margin: 100px 0 0;
}
.comments-title, #reply-title {
    border-bottom: 1px dashed #3C3F45;
    font-size: 28px;
    font-weight: 300;
    line-height: 38px;
    margin: 0 0 50px;
    padding: 0 0 20px;
}
.commentlist {
    list-style-type: none;
    margin: 20px 0 90px;
}
.comment {
    position: relative;
}
.comment-side {
    float: left;
    margin: 0 30px 0 0;
}
.comment-side .avatar {
    border-radius: 999px;
    display: block;
    height: 50px;
    width: 50px;
}
.comment .comment-cont {
    margin-left: 80px;
}
.comment-author cite, .comment-author cite a {
    color: #FFFFFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
}
.comment-author cite a:hover {
    color: #DE5E60;
}
.comment-meta {
    margin: 8px 0 15px;
}
.comment-meta, .comment-meta a {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    text-transform: uppercase;
}
.comment-meta a:hover {
    color: #DE5E60;
}
.comment-body {
    border-bottom: 1px dashed #3C3F45;
    margin-bottom: 50px;
    padding-bottom: 20px;
}
.comment-body p {
    line-height: 30px;
}
.children {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.children .comment {
    padding-left: 90px;
}
#comment-form {
    margin-bottom: 0;
}
#comment-form p {
    margin-bottom: 1px;
}
#comment-form input, #comment-form textarea {
    background: none repeat scroll 0 0 #2F3238;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #FFFFFF;
    font-size: 16px;
    height: auto;
    margin: 0;
    padding: 15px;
    resize: none;
}
#comment-form input {
    -moz-box-sizing: border-box;
    width: 100%;
}
#comment-form textarea {
    -moz-box-sizing: border-box;
    resize: vertical;
    width: 100%;
}
#comment-form .submit {
    background: none repeat scroll 0 0 #3C3F45;
    color: #23262C;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin-top: 30px;
    padding: 16px 40px;
    text-align: center;
    transition: background 0.1s linear 0s, color 0.1s linear 0s;
    vertical-align: middle;
    width: auto;
}
#comment-form .submit:hover {
    background: none repeat scroll 0 0 #DE5E60;
    color: #FFFFFF;
}
.navigation {
    border-top: 1px dashed #3C3F45;
    font-size: 14px;
    margin: 50px 0 55px;
    padding-top: 100px;
    text-align: center;
}
.navigation .prev, .navigation .next {
    background-color: #2F3238;
    color: #FFFFFF;
    display: inline-block;
    font-weight: 400;
    margin: 2px 1px;
    padding: 10px 24px;
    position: relative;
    transition: background 0.1s linear 0s;
}
.navigation .number {
    background-color: #2F3238;
    color: #FFFFFF;
    display: inline-block;
    font-weight: 400;
    margin: 1px;
    padding: 10px 24px;
    position: relative;
    transition: background 0.1s linear 0s;
}
.navigation .prev:hover, .navigation .next:hover, .navigation .number:hover, .navigation .current {
    background-color: #DE5E60;
}
.contact-details h3 {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.contact-details ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.contact-details ul li {
    line-height: 28px;
    margin: 0 0 20px;
    padding: 0;
}
#contact-form {
    margin-bottom: 0;
}
#contact-form p {
    margin-bottom: 1px;
}
#contact-form input, #contact-form textarea {
    background: none repeat scroll 0 0 #26292E;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #FFFFFF;
    font-size: 16px;
    height: auto;
    margin: 0;
    padding: 15px;
    resize: none;
}
#contact-form input {
    -moz-box-sizing: border-box;
    width: 100%;
}
#contact-form textarea {
    -moz-box-sizing: border-box;
    resize: vertical;
    width: 100%;
}
#contact-form .submit {
    background: none repeat scroll 0 0 #3C3F45;
    color: #23262C;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin-top: 30px;
    padding: 16px 40px;
    text-align: center;
    transition: background 0.1s linear 0s, color 0.1s linear 0s;
    vertical-align: middle;
    width: auto;
}
#contact-form .submit:hover {
    background: none repeat scroll 0 0 #DE5E60;
    color: #FFFFFF;
}
#response {
    color: #FFFFFF;
    margin-top: 20px;
}
#twitter-feed {
    padding: 100px 0 90px;
    text-align: center;
}
#twitter-feed .follow {
    bottom: 30px;
    font-size: 16px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
}
#ticker .tweet_list {
    height: 64px;
    list-style: none outside none;
    margin: 0;
    overflow-y: hidden;
    padding: 0;
}
#ticker .tweet_list li {
    font-size: 18px;
    height: 64px;
    line-height: 28px;
    overflow: hidden;
}
#ticker .tweet_list .tweet_time a {
    color: #7F8289;
    font-size: 14px;
    font-style: italic;
    margin-left: 10px;
}
#ticker .tweet_list .tweet_time a:hover {
    color: #FFFFFF;
}
#social-area {
    text-align: center;
}
#social-area #social ul {
    margin: 0;
    padding: 0;
}
#social-area #social ul li {
    cursor: pointer;
    display: inline-block;
    list-style: none outside none;
    margin-left: 30px;
}
#social-area #social ul li:first-child {
    margin-left: 0;
}
#social ul li a {
    background: none repeat scroll 0 0 #26292E;
    display: block;
    height: 70px;
    transform: rotateY(0deg);
    transition: all 400ms ease-out 0s;
    width: 70px;
}
#social ul li a span {
    color: #55606A;
    display: inline-block;
    font-size: 32px;
    line-height: 70px;
    margin: 0;
    opacity: 0.3;
    transform: rotateY(0deg);
    transition: all 400ms ease-out 0s;
}
#social ul li:hover a, #social ul li.active a {
    background-color: #DE5E60;
    transform: rotateY(180deg);
}
#social ul li:hover a span, #social ul li.active a span {
    color: #FFFFFF;
    opacity: 1;
    transform: rotateY(180deg);
}
footer {
    background: none repeat scroll 0 0 #26292E;
    height: auto;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 99;
}
footer .credits {
    color: #FFFFFF;
    font-size: 13px;
    margin-bottom: 0;
    padding: 20px 0;
    text-transform: uppercase;
}
#back-to-top {
    background-color: #3C3F45;
    bottom: 0;
    display: none;
    height: 50px;
    margin: 0;
    position: fixed;
    right: 0;
    transition: background 0.1s linear 0s;
    width: 50px;
    z-index: 99;
}
#back-to-top:hover {
    background-color: #DE5E60;
}
#back-to-top i {
    color: #FFFFFF;
    font-size: 16px;
    left: 50%;
    line-height: 1em;
    margin-top: -7px;
    position: absolute;
    top: 50%;
}
#back-to-top i {
    margin-left: -7px;
}
#jpreOverlay, #jSplash {
    background-color: #2F3238;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 700;
}
#jpreSlide {
    height: 100px;
    left: 50% !important;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50% !important;
    width: 100px;
}
#jpreLoader {
    height: 100% !important;
    position: relative !important;
    top: 0 !important;
    width: 100% !important;
}
#jprePercentage {
    animation: 1s ease 0s normal forwards infinite circle;
    color: #FFFFFF;
    font-size: 24px;
    height: 50px !important;
    left: 50%;
    line-height: 50px;
    margin: -25px 0 0 -25px;
    position: absolute !important;
    text-align: center;
    top: 50%;
    width: 50px;
    z-index: 800;
}
#circle {
    animation: 1s ease 0s normal forwards infinite circle;
    background: none repeat scroll 0 0 #DE5E60;
    border-radius: 999px;
    height: 100px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 100px;
    z-index: 11;
}
@-moz-keyframes circle {
0% {
    transform: rotateY(0deg);
}
50% {
    animation-timing-function: ease-out;
    transform: rotateY(180deg);
}
100% {
    animation-timing-function: ease-in;
    transform: rotateY(0deg);
}
}
@-moz-keyframes circle {
0% {
    animation-timing-function: ease-in;
    transform: rotateY(0deg);
}
50% {
    animation-timing-function: ease-out;
    transform: rotateY(180deg);
}
100% {
    animation-timing-function: ease-in;
    transform: rotateY(0deg);
}
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {
    transition-duration: 0.8s;
}
.isotope {
    transition-property: height, width;
}
.isotope .isotope-item {
    transition-property: transform, opacity;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    transition-duration: 0s;
}
.isotope.infinite-scrolling {
    transition: none 0s ease 0s;
}
