
#client-carousel li {
    display: block;
    float: left;
    margin-right: 13px;
    margin-left: 12px;   
    width: 163px;
}
.process-box {
    background: #fff none repeat scroll 0 0;
    box-sizing: border-box;
    cursor: pointer;
    float: right;
    padding: 25px 15px 25px 70px;
    position: relative;
    transition: all 0.3s ease 0s;
    width: 90%;
}
.process-box::after {
    background: rgba(0, 0, 0, 0) url("../img/development-shadow.png") no-repeat scroll center 0;
    bottom: -19px;
    content: "";
    display: block;
    height: 19px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.process-box:hover {
    transform: translateY(-10px);
}
.process-box:hover h5, .process-box:hover p {
    color: #fff;
}
.process-box:hover::after {
    opacity: 0.7;
}
.process-box .img-container {
    border: 3px solid #fff;
    border-radius: 50%;
    display: block;
    float: left;
    height: 94px;
    left: -50px;
    margin-top: -50px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 94px;
    z-index: 30;
}
.process-box .img-container img {
    display: block;
    height: 94px;
    width: 94px;
}
.process-box h5 {
    margin-bottom: 15px;
}
.dropcap {
    background: #333 none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    float: left;
    font: 18px/18px "Open Sans",Arial,sans-serif;
    margin-right: 10px;
    padding: 14px;
    position: relative;
    top: 8px;
}
.dropcap.circle {
    border-radius: 50%;
    top: 5px;
}
.heading-centered {
    margin-bottom: -40px;
    width: 100%;
}
.heading-centered h1, .heading-centered h2, .heading-centered h3, .heading-centered h4, .heading-centered h5, .heading-centered h6, .heading-centered p {
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
}
.heading-bordered {
    border-bottom: 1px solid #e8eef6;
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.heading-bordered h1, .heading-bordered h2, .heading-bordered h3, .heading-bordered h4, .heading-bordered h5, .heading-bordered h6 {
    border-bottom: 1px solid #a8b4c3;
    display: inline-block;
    margin-bottom: -1px;
    padding-bottom: 10px;
}
.highlighted-color, .highlighted-color:hover {
    color: #fff !important;
    margin-right: 3px;
}
.history {
    float: left;
    width: 100%;
}
.history .year-holder {
    border-radius: 50%;
    float: left;
    height: 104px;
    margin-right: 30px;
    width: 104px;
}
.history .year-holder .inner-holder {
    left: 12px;
    position: relative;
    top: 12px;
}
.history .year-holder span.year {
    border-radius: 50%;
    color: #fff;
    display: table-cell;
    font-size: 18px;
    font-weight: 300;
    height: 80px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 80px;
}
.history h4 {
    margin-bottom: 12px;
    padding-left: 140px;
    padding-top: 15px;
}
.history-arrow-left, .history-arrow-right {
    min-height: 104px;
    width: 100%;
}
.history p {
    padding-left: 140px;
}
.icons-list li a, .icons-list li p {
    display: inline;
    padding-left: 10px;
}
.icons-list li {
    padding-bottom: 3px;
}
.icons-list.big li {
    font-size: 22px;
    padding-bottom: 8px;
}
.icons-list.big li p {
    font-family: "Raleway",Arial,sans-serif;
    font-size: 18px;
    position: relative;
    top: -2px;
}
.information-boxes {
    cursor: pointer;
    float: left;
    width: 100%;
}
.information-boxes .close {
    background: rgba(0, 0, 0, 0) url("../img/close.png") no-repeat scroll 0 0;
    cursor: pointer;
    display: block;
    height: 20px;
    opacity: 0;
    position: absolute;
    right: 5px;
    top: 5px;
    transition: all 0.3s ease 0s;
    width: 20px;
}
.information-boxes:hover .close {
    opacity: 1;
}
.infobox {
    background: #e0f2ff none repeat scroll 0 0;
    border: 1px solid #c1def2;
    float: left;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}
.infobox p {
    background: rgba(0, 0, 0, 0) url("../img/info-box.png") no-repeat scroll 0 center;
    color: #61adb0;
    margin: 10px 30px 10px 10px;
    padding-left: 25px;
    text-shadow: 0 1px 0 #fff;
}
.warning-box {
    background: #f8f6bc none repeat scroll 0 0;
    border: 1px solid #e7e48b;
    float: left;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}
.warning-box p {
    background: rgba(0, 0, 0, 0) url("../img/warning-box.png") no-repeat scroll 0 center;
    color: #989426;
    margin: 10px 30px 10px 10px;
    padding-left: 27px;
    text-shadow: 0 1px 0 #fff;
}
.success-box {
    background: #ebfdd7 none repeat scroll 0 0;
    border: 1px solid #cef4a4;
    border-radius: 3px;
    float: left;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}
.success-box p {
    background: rgba(0, 0, 0, 0) url("../img/success-box.png") no-repeat scroll 0 center;
    color: #7eb244;
    margin: 10px 30px 10px 10px;
    padding-left: 25px;
    text-shadow: 0 1px 0 #fff;
}
.error-box {
    background: #fadddd none repeat scroll 0 0;
    border: 1px solid #fcc1c1;
    border-radius: 3px;
    float: left;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}
.error-box p {
    background: rgba(0, 0, 0, 0) url("../img/error-box.png") no-repeat scroll 0 center;
    color: #d86d6d;
    margin: 10px 30px 10px 10px;
    padding-left: 25px;
    text-shadow: 0 1px 0 #fff;
}
.note h2 {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}
.note .btn-medium, .note .btn-big {
    display: table;
    float: none;
    margin: 0 auto;
}
.note.has-background {
    background: #f6f6f6 none repeat scroll 0 0;
    box-sizing: border-box;
    padding: 30px;
}
.page-content.background-black .note {
    padding: 40px 0;
    width: 100%;
}
.page-content.background-black .note h4 {
    color: #fff;
    text-align: center;
}
.carousel-nav-container {
    float: left;
    width: 100%;
}
.portfolio-carousel .isotope-item {
    display: block;
    float: left;
    height: auto;
    margin-bottom: 0;
    margin-right: 2px;
}
.carousel-nav {
    display: table;
    margin: 25px auto 0;
}
.carousel-nav li {
    background-color: #eee;
    border-radius: 50%;
    float: left;
    height: 30px;
    margin-right: 5px;
    transition: all 0.2s ease 0s;
    width: 70px;
}
.carousel-nav li a[class^="c_prev"] {
    background-image: url("../img/c_prev.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block !important;
    height: 30px;
    width: 30px;
}
.carousel-nav li a[class^="c_next"] {
    background-image: url("../img/c_next.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block !important;
    height: 30px;
    width: 30px;
}
.pricing-table-col {
    border: 10px solid #eee;
    box-sizing: border-box;
    float: left;
}
.pricing-table-col .head {
    box-sizing: border-box;
    padding: 0;
    width: 100%;
}
.pricing-table-col .head h2 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 20px 0;
    text-align: center;
}
.pricing-table-col .head .price {
    background: #f6f6f6 none repeat scroll 0 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    color: #333;
    display: block;
    font: 12px Arial,sans-serif;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
.head .price span {
    font: 300 30px "Open Sans",Arial,sans-serif;
}
.pricing-table-col.selected .head .price span, .pricing-table-col.selected .head .price {
    color: #fff !important;
}
.pricing-table-col li {
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #fff;
    box-sizing: border-box;
    color: #777;
    float: left;
    padding: 8px;
    text-align: center;
    width: 100%;
}
.pricing-table-col li:first-child {
    border: medium none;
    float: none;
}
.pricing-table-col li.odd {
    background-color: #fcfcfc;
}
li.pricing-footer {
    border-top: medium none;
    box-sizing: border-box;
    float: left;
    height: auto !important;
    width: 100%;
}
.pricing-footer .btn-small, .pricing-footer .btn-medium, .pricing-footer .btn-big {
    display: table;
    float: none;
    margin: 5px auto;
}
#services-carousel li {
    margin-right: 30px;
}
.service-box-1 {
    cursor: pointer;
    float: left;
    width: 100%;
}
.service-box-1 .icon {
    background: #333 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: table-cell;
    float: left;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    transition: all 0.5s ease 0s;
    vertical-align: middle;
}
.service-box-1 h5 {
    margin-bottom: 20px;
    padding-left: 50px;
    padding-top: 7px;
}
.service-box-1:hover .icon {
    transform: rotateY(180deg);
}
.service-box-2 {
    box-sizing: border-box;
    cursor: pointer;
    padding: 30px;
    position: relative;
    transition: all 0.2s ease 0s;
    width: 100%;
}
.service-box-2 .icon {
    display: table;
    margin: 0 auto 15px;
    transition: all 0.2s ease 0s;
    width: 100%;
}
.service-box-2 .icon i {
    border-radius: 50%;
    color: #fff;
    display: table;
    font-size: 24px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    transition: all 0.2s ease 0s;
    vertical-align: middle;
}
.service-box-2 h5 {
    margin-bottom: 10px;
    text-align: center;
}
.service-box-2 p {
    text-align: center;
}
.service-box-2 a.read-more {
    display: block;
    float: none;
    text-align: center;
    width: 100%;
}
.service-box-2:hover .icon i {
    background-color: #fff;
}
.service-box-2:hover h5, .service-box-2:hover p, .service-box-2:hover a.read-more {
    color: #fff;
}
.service-box-2 a.read-more:hover {
    color: #fff !important;
}
.service-box-2:hover::before {
    background: rgba(0, 0, 0, 0) url("../img/service-shadow-left.png") no-repeat scroll 0 0;
    content: "";
    display: block;
    height: 253px;
    left: -16px;
    position: absolute;
    top: 0;
    width: 16px;
}
.service-box-2:hover::after {
    background: rgba(0, 0, 0, 0) url("../img/service-shadow-right.png") no-repeat scroll 0 0;
    content: "";
    display: block;
    height: 253px;
    position: absolute;
    right: -16px;
    top: 0;
    width: 16px;
}
.services-overview li {
    background: rgba(0, 0, 0, 0) url("../img/checkmark.png") no-repeat scroll 0 0;
    box-sizing: border-box;
    float: left;
    margin-bottom: 30px;
    padding-left: 70px;
    width: 100%;
}
.services-overview li h5 {
    margin-bottom: 15px;
}
.tabs.vertical.services-tabs {
    width: 50%;
}
.tabs.vertical.services-tabs li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    margin-bottom: 30px;
}
.tabs.vertical.services-tabs li.active, .tabs.vertical.services-tabs li:first-child {
    border: medium none !important;
}
.tabs.vertical.services-tabs li.active {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.tabs.vertical.services-tabs li a {
    padding: 0;
}
.tabs.vertical.services-tabs li.active a {
    color: #fff !important;
}
.tabs.vertical.services-tabs li .icon {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 50%;
    display: table-cell;
    float: left;
    font-size: 30px;
    padding: 20px;
    transition: all 0.3s ease 0s;
}
.tabs.vertical.services-tabs li:hover .icon {
    color: #fff;
    transform: rotateY(180deg);
}
.tabs.vertical.services-tabs li.active:hover .icon {
    transform: none;
}
.tabs.vertical.services-tabs li h5 {
    margin-bottom: 3px;
    padding-left: 92px;
    padding-top: 12px;
}
.tabs.vertical.services-tabs p {
    padding-left: 92px;
}
.tab-content-wrap.vertical.services-tab-content-wrap {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0 0 0 30px;
    width: 50%;
}
.tab-content-wrap.vertical.services-tab-content-wrap .tab-content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.skills-circular {
    float: left;
    width: 100%;
}
.skills-circular li {
    float: left;
    margin-right: 30px;
}
.skills-circular.big li {
    margin-left: 30px;
    margin-right: 60px;
    min-height: 155px;
}
.skills-circular li:last-child {
    margin-right: 0;
}
.chart {
    display: inline-block;
    height: 70px;
    position: relative;
    text-align: center;
    width: 70px;
}
.skills-circular.big .chart {
    height: 110px;
    width: 110px;
}
.chart canvas {
    left: 0;
    position: absolute;
    top: 0;
}
.percent-container {
    left: 12px;
    position: relative;
    top: 12px;
}
.percent {
    background: #727c89 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: table-cell;
    height: 46px;
    text-align: center;
    vertical-align: middle;
    width: 46px;
    z-index: 2;
}
.skills-circular.big .percent {
    font-size: 22px;
    height: 86px;
    width: 86px;
}
.chart span.info {
    float: left;
    padding-top: 30px;
    width: 100%;
}
.skills-bar {
    float: left;
    position: relative;
    width: 100%;
}
.skills {
    display: block;
    padding-top: 20px;
}
.skills li em {
    font: 12px "Open Sans",Arial,sans-serif;
    position: relative;
    top: -23px;
}
.skills li {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(246, 246, 246, 1) 0%, rgba(238, 238, 238, 1) 100%) repeat scroll 0 0;
    border: 1px solid #ddd;
    box-sizing: border-box;
    display: block;
    height: 15px;
    margin-bottom: 35px;
}
.expand {
    height: 15px;
    margin-top: -1px;
    position: absolute;
}
.skills .percentage-10 {
    animation: 2s ease-out 0s normal none 1 running percentage-10;
    width: 10%;
}
.skills .percentage-20 {
    animation: 2s ease-out 0s normal none 1 running percentage-20;
    width: 20%;
}
.skills .percentage-30 {
    animation: 2s ease-out 0s normal none 1 running percentage-30;
    width: 30%;
}
.skills .percentage-40 {
    animation: 2s ease-out 0s normal none 1 running percentage-40;
    width: 40%;
}
.skills .percentage-50 {
    animation: 2s ease-out 0s normal none 1 running percentage-50;
    width: 50%;
}
.skills .percentage-60 {
    animation: 2s ease-out 0s normal none 1 running percentage-60;
    width: 60%;
}
.skills .percentage-70 {
    animation: 2s ease-out 0s normal none 1 running percentage-70;
    width: 70%;
}
.skills .percentage-80 {
    animation: 2s ease-out 0s normal none 1 running percentage-80;
    width: 80%;
}
.skills .percentage-90 {
    animation: 2s ease-out 0s normal none 1 running percentage-90;
    width: 90%;
}
.skills .percentage-100 {
    animation: 2s ease-out 0s normal none 1 running percentage-100;
    width: 100%;
}
@keyframes percentage-10 {
0% {
    width: 0;
}
100% {
    width: 10%;
}
}
@keyframes percentage-20 {
0% {
    width: 0;
}
100% {
    width: 20%;
}
}
@keyframes percentage-30 {
0% {
    width: 0;
}
100% {
    width: 30%;
}
}
@keyframes percentage-40 {
0% {
    width: 0;
}
100% {
    width: 40%;
}
}
@keyframes percentage-50 {
0% {
    width: 0;
}
100% {
    width: 50%;
}
}
@keyframes percentage-60 {
0% {
    width: 0;
}
100% {
    width: 60%;
}
}
@keyframes percentage-70 {
0% {
    width: 0;
}
100% {
    width: 70%;
}
}
@keyframes percentage-80 {
0% {
    width: 0;
}
100% {
    width: 80%;
}
}
@keyframes percentage-90 {
0% {
    width: 0;
}
100% {
    width: 90%;
}
}
@keyframes percentage-100 {
0% {
    width: 0;
}
100% {
    width: 100%;
}
}
.numbers-counter {
    float: left;
    width: 100%;
}
.numbers-counter li span, .numbers-counter li p {
    color: #fff;
}
.numbers-counter li {
    float: left;
    margin-bottom: 1px;
    margin-left: 1px;
}
.numbers-counter li span {
    display: block;
    font-size: 32px;
    text-align: center;
    width: 100%;
}
.numbers-counter li p {
    display: block;
    text-align: center;
    width: 100%;
}
.grid_3 .numbers-counter li {
    height: 134px;
    width: 134px;
}
.grid_3 .numbers-counter li span {
    padding-top: 30px;
}
.grid_4 .numbers-counter li {
    height: 184px;
    width: 184px;
}
.grid_4 .numbers-counter li span {
    padding-top: 50px;
}
.grid_5 .numbers-counter li {
    height: 155px;
    width: 155px;
}
.grid_5 .numbers-counter li span {
    padding-top: 40px;
}
.grid_6 .numbers-counter li {
    height: 189px;
    width: 189px;
}
.grid_6 .numbers-counter li span {
    padding-top: 55px;
}
.grid_7 .numbers-counter li {
    height: 166px;
    width: 166px;
}
.grid_7 .numbers-counter li span {
    padding-top: 45px;
}
.grid_8 .numbers-counter li {
    height: 191px;
    width: 191px;
}
.grid_8 .numbers-counter li span {
    padding-top: 55px;
}
.grid_9 .numbers-counter li {
    height: 173px;
    width: 173px;
}
.grid_9 .numbers-counter li span {
    padding-top: 55px;
}
.grid_12 .numbers-counter li {
    height: 194px;
    width: 194px;
}
.grid_12 .numbers-counter li span {
    padding-top: 55px;
}
.grid_3 .numbers-counter li:nth-child(2n), .grid_4 .numbers-counter li:nth-child(2n) {
    margin-right: 0;
}
.grid_5 .numbers-counter li:nth-child(3n), .grid_6 .numbers-counter li:nth-child(3n) {
    margin-right: 0;
}
.caroufredsel_wrapper {
    float: left !important;
}
.testimonial-carousel {
    float: left;
    width: 100%;
}
.testimonial {
    display: block;
    float: left;
    height: auto;
    width: 100%;
}
.testimonial .testimonial-text {
    background: #f6f6f6 none repeat scroll 0 0;
    box-sizing: border-box;
    padding: 30px 30px 60px;
    width: 100%;
}
.testimonial .testimonial-text p {
    font-size: 14px;
    font-style: italic;
}
.testimonial-author {
    box-sizing: border-box;
    padding-left: 10px;
    position: relative;
    top: -40px;
    width: 100%;
}
.testimonial-image-container {
    border: 4px solid #fff;
    border-radius: 50%;
    float: left;
    height: 100px;
    margin-right: 20px;
    overflow: hidden;
    width: 100px;
}
.testimonial-image-container img {
    height: 100px;
    width: 100px;
}
.testimonial-author-name {
    margin-bottom: 0;
    padding-top: 50px;
}
.testimonial-author-company {
    display: block;
    font-style: italic;
    font-weight: 300;
    width: 100%;
}
.testimonial.style-2 .testimonial-text {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding-bottom: 0;
}
.testimonial.style-2 .testimonial-text p {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}
.testimonial.style-2 .testimonial-text span {
    display: block;
    font-style: italic;
    padding-top: 10px;
    text-align: center;
    width: 100%;
}
.tabs {
    float: left;
    overflow: hidden;
}
.tabs i {
    font-size: 13px;
    padding-right: 5px;
}
.tabs li {
    background-color: #f6f6f6;
    border-left: 1px solid #eee;
    cursor: pointer;
    float: left;
    line-height: 38px;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 1px;
}
.tabs li a {
    color: #333;
    font: 13px/38px "Raleway",Arial,sans-serif;
    padding: 2px 16px 0;
}
.tabs li.active {
    background-color: #fff;
    border-bottom: 1px solid #fff;
}
.tabs li:first-child {
    border-left: medium none;
}
.tabs li.active:first-child {
    border-left: 1px solid #eee;
}
.tabs li.active:last-child {
    border-right: 1px solid #eee;
}
.tab-content-wrap {
    border: 1px solid #eee;
    box-sizing: border-box;
    float: left;
    margin-top: -1px;
    overflow: hidden;
    padding: 30px;
    width: 100%;
	background-color: #fff;
}
.tabs.vertical[class*="grid_"], .tabs.vertical[class*="grid_"] li.active {
    overflow: visible;
}
.tabs.vertical {
    float: left;
    overflow: hidden;
    width: 30%;
}
.tabs.vertical li {
    border-color: -moz-use-text-color #eee #eee;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    box-sizing: border-box;
    float: left;
    line-height: 42px;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.tabs.vertical li:first-child {
    border-top: 1px solid #eee !important;
}
.tabs.vertical li a {
    box-sizing: border-box;
    color: #333;
    float: left;
    font: 13px "Open Sans",Arial,sans-serif;
    padding: 15px;
    width: 100%;
}
.tabs.vertical li a i {
    font-size: 16px;
    padding-right: 15px;
    position: relative;
    top: 2px;
}
.tabs.vertical li.active {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #eee;
    border-right: medium none;
    border-top: medium none;
    position: relative;
}
.tabs.vertical li.active a {
    color: #fff;
}
.tab-content-wrap.vertical {
    border: medium none;
    float: left;
    margin-top: 0;
    overflow: hidden;
    padding: 0;
    width: 70%;
}
.tab-content-wrap.vertical .tab-content {
    background: #fff none repeat scroll 0 0;
    padding-left: 30px;
}
.team {
    float: left;
    width: 100%;
}
.team-img-container {
    float: left;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}
.team-img-container .team-img-hover {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.team-img-container .team-img-hover .mask {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    cursor: pointer;
    display: block;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.team-img-container:hover .mask {
    opacity: 1;
}
.team h6 {
    margin-bottom: 0;
}
.team .position {
    display: block;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 10px;
    width: 100%;
}
.team-social-links {
    float: left;
    margin-top: 15px;
    width: 100%;
}
.team-social-links li {
    float: left;
    margin-right: 20px;
}
.team-social-links li a {
    color: #aaa;
    font-size: 16px;
}
.team-alternative li {
    cursor: pointer;
    float: left;
    margin-bottom: 1px;
    margin-right: 1px;
    overflow: hidden;
    position: relative;
    width: 284px;
}
.team-member-hover {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(0, 0);
    transition: all 0.3s ease 0s;
    width: 100%;
}
.team-member-hover .mask {
    height: 100%;
    opacity: 0.7;
    width: 100%;
    z-index: 1;
}
.team-member:hover .team-member-hover {
    opacity: 1;
    transform: scale(1, 1);
}
.team-member-hover .team-member-info {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.team-member-hover .team-member-info h5 {
    color: #fff;
    margin-bottom: 3px;
    padding-top: 60px;
    text-align: center;
}
.team-member-hover .team-member-info .position {
    color: #fff;
    display: block;
    font-style: italic;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
}
.team-member-hover .btn-medium {
    left: 90px;
    position: relative;
}
.row.portfolio-items-holder {
    margin-bottom: 30px;
}
.row.portfolio-filters {
    margin-bottom: 30px;
}
.portfolio-filters.portfolio-full ul {
    display: table;
    margin: 0 auto;
}
#filters li {
    border-right: 1px solid #ddd;
    float: left;
    margin-right: 20px;
    padding-right: 20px;
}
#filters li .item-number {
    background: #eee none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    font-family: "Raleway",Arial,sans-serif;
    margin-left: 10px;
    min-height: 25px;
    min-width: 25px;
    padding-top: 1px;
    text-align: center;
    transition: all 0.3s ease 0s;
}
#filters li a {
    font-family: "Raleway",Arial,sans-serif;
}
#filters li.active .item-number, #filters li:hover .item-number {
    color: #fff;
}
#filters li:last-child {
    border-right: medium none;
}
.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-item {
    float: left;
    margin-bottom: 30px;
    z-index: 2;
}
.portfolio-img-container .portfolio-img {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.portfolio-img-container .portfolio-img-hover {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(0, 0);
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.portfolio-img-container .portfolio-img:hover .portfolio-img-hover {
    opacity: 1;
    transform: scale(1, 1);
}
.isotope-item .portfolio-style-2 .portfolio-img {
    overflow: hidden;
    width: 100%;
}
.isotope-item .portfolio-img-container .portfolio-img img {
    transition: all 0.3s ease 0s;
}
.portfolio-img-container .portfolio-img:hover img {
    transform: scale(1.2);
}
.portfolio-img-container .portfolio-img-hover .mask {
    height: 100%;
    opacity: 0.7;
    width: 100%;
}
.portfolio-img-container .portfolio-img-hover li {
    background: #222 none repeat scroll 0 0;
    border-radius: 50%;
    height: 45px;
    left: 50%;
    margin-top: -22px;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 45px;
}
.portfolio-img-container .portfolio-img-hover li.portfolio-zoom {
    margin-left: -45px !important;
}
.portfolio-img-container .portfolio-img-hover li.portfolio-single {
    margin-left: 5px !important;
}
.portfolio-img-container .portfolio-img-hover li a {
    color: #eee;
    display: table-cell;
    height: 45px;
    text-align: center;
    vertical-align: middle;
    width: 45px;
}
.portfolio-img-container .portfolio-img-hover li:hover a {
    color: #fff !important;
}
.portfolio-img-container figcaption {
    background: #f6f6f6 none repeat scroll 0 0;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
}
.portfolio-img-container figcaption .portfolio-item-like {
    float: right;
    padding-top: 5px;
}
.grid_6.isotope-item figcaption .title {
    max-width: 500px;
}
#portfolioitems {
    padding-left: 15px;
}
.portfolio-items-holder .isotope-item {
    margin-bottom: 2px;
    margin-left: 0;
    margin-right: 2px;
}
.portfolio-items-holder .grid_6 {
    width: 584px;
}
.portfolio-items-holder .grid_4 {
    width: 388px;
}
.portfolio-items-holder .grid_3 {
    width: 291px;
}
.portfolio-items-holder .grid_6:nth-child(2n) {
    margin-right: 0;
}
.container.full #portfolioitems {
    padding: 0;
}
.container.full .portfolio-items-holder .isotope-item {
    margin-bottom: 1px;
    margin-right: 1px;
    width: 16.6%;
}
.pagination.portfolio-full {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 30px;
    width: 100%;
}
.pagination.portfolio-full ul {
    display: table;
    float: none;
    margin: 0 auto;
}
.portfolio-info li {
    padding-bottom: 3px;
    width: 100%;
}
.portfolio-single-like {
    width: 100%;
}
.portfolio-single-like p {
    display: inline;
    float: left;
}
.portfolio-single-like .portfolio-item-like {
    float: left;
    padding-left: 10px;
    padding-top: 5px;
}
.blog-posts li.blog-post {
    float: left;
    margin-bottom: 80px;
    position: relative;
    width: 100%;
}
#post-slider {
    margin-bottom: 0;
}
.post-media-container {
    float: left;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}
.post-media-container .post-media-hover {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.post-media-container .post-media-hover .mask {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    cursor: pointer;
    display: block;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.post-media-container:hover .mask {
    opacity: 1;
}
.post-media-container iframe {
    height: auto;
    min-height: 371px;
    width: 100%;
}
.grid_12.blog-posts .post-media-container iframe {
    min-height: 500px;
}
.post-media-container .audio-player {
    width: 100%;
}
.post-media-container .audio-player.with-image {
    bottom: 30px;
    left: 40px;
    position: absolute;
    width: 90%;
}
.grid_12.blog-posts .post-media-container .audio-player.with-image {
    left: 60px;
}
.post-info {
    float: left;
    margin-right: 30px;
    width: 110px;
}
.post-info li, .post-info-container .date-category li {
    border-radius: 50%;
    float: left;
    height: 60px;
    width: 60px;
}
.post-info .post-date, .post-info-container .post-date {
    background: #eee none repeat scroll 0 0;
    position: relative;
    z-index: 20;
}
.post-info .post-date span, .post-info-container .post-date span {
    display: block;
    text-transform: uppercase;
    width: 100%;
}
.post-info .post-date .day, .post-info-container .post-date .day {
    font: 600 19px/20px "Open Sans";
    padding-top: 14px;
    text-align: center;
}
.post-info .post-date .month, .post-info-container .post-date .month {
    font-size: 9px;
    text-align: center;
}
.post-info .post-category, .post-info-container .post-category {
    margin-left: -10px;
}
.post-info .post-category i, .post-info-container .post-category i {
    color: #fff;
    display: table-cell;
    font-size: 18px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    width: 60px;
}
.post-body {
    padding-left: 140px;
}
.post-body h3 {
    margin-bottom: 10px;
    transition: all 0.2s ease 0s;
}
.post-meta {
    display: block;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.post-meta li {
    color: #666;
    float: left;
    line-height: 22px;
    padding-right: 15px;
}
.post-meta li span {
    font: 13px "Open Sans",Arial,sans-serif;
}
.post-meta li a {
    display: inline-block;
    margin-right: 3px;
    position: relative;
}
.post-meta li a::after {
    content: "";
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translateY(-10px);
    transition: height 0.2s ease 0s, opacity 0.2s ease 0s, transform 0.2s ease 0s;
    width: 100%;
}
.post-meta li a:hover::after {
    height: 2px;
    opacity: 1;
    transform: translateY(0px);
}
.pagination {
    float: right;
    width: 100%;
}
.pagination ul {
    float: right;
}
.pagination li {
    background-color: #eee;
    border-radius: 50%;
    float: left;
    height: 30px;
    margin-right: 5px;
    transition: all 0.2s ease 0s;
    width: 30px;
}
.pagination li:last-child {
    margin-right: 0;
}
.pagination li a {
    display: table-cell;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
}
.pagination li:hover a, .pagination li.active a {
    color: #fff !important;
}
.pagination li.current-page {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: auto;
    margin-right: 25px;
    padding-top: 5px;
    width: auto;
}
.pagination li.current-page:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.blog-posts.blog-post-small-image li .post-media-container {
    margin-right: 30px;
    width: 270px;
}
.blog-posts.blog-post-small-image li .post-body {
    padding-left: 300px;
}
.blog-posts.blog-post-small-image .post-info-container {
    margin-bottom: 20px;
    width: 100%;
}
.blog-posts.blog-post-small-image .post-info-container .date-category {
    float: left;
    height: 60px;
    margin-right: 20px;
    width: 110px;
}
.blog-posts.blog-post-small-image .post-info-container .post-info {
    box-sizing: border-box;
    float: none;
    margin-right: 0;
    padding-left: 130px;
    width: 100%;
}
.blog-posts.blog-post-small-image .post-info-container .post-info li {
    height: auto;
    width: auto;
}
.blog-posts.blog-post-small-image .post-media-container iframe {
    min-height: 212px;
}
.blog-posts.blog-post-small-image .post-media-container .audio-player.with-image {
    left: 15px;
}
.blog-posts.isotope.cols li.blog-post.isotope-item {
    margin-bottom: 50px;
    margin-right: 30px;
    width: 420px;
}
.blog-posts.isotope.cols li.blog-post.isotope-item:nth-child(2n) {
    margin-right: 0;
}
.blog-post.isotope-item .post-info {
    width: 70px;
}
.blog-post.isotope-item .post-info .post-category {
    margin-left: 0;
    margin-top: -10px;
}
.blog-post.isotope-item .post-body {
    padding-left: 100px;
}
.blog-post.isotope-item iframe {
    min-height: 250px;
}
.grid_12.blog-posts .blog-post.isotope-item .post-media-container iframe {
    min-height: 300px;
}
.blog-post.isotope-item .post-media-container .audio-player.with-image {
    bottom: 20px;
    left: 20px;
}
.blog-posts.isotope.full li.blog-post.isotope-item {
    margin-bottom: 50px;
    margin-right: 30px;
    width: 370px;
}
.blog-posts.isotope.full li.blog-post.isotope-item:nth-child(3n) {
    margin-right: 0;
}
.blog-posts.isotope.full li.blog-post.isotope-item .nivoSlider {
    min-height: 158px;
}
.post-author {
    float: left;
    margin-bottom: 80px;
    width: 100%;
}
.post-author .img-container {
    border: 3px solid #eee;
    border-radius: 50%;
    float: left;
    height: 70px;
    margin-right: 30px;
    overflow: hidden;
    width: 70px;
}
.post-author .info {
    padding-left: 103px;
}
.post-author .info h6 {
    margin-bottom: 3px;
    transition: all 0.3s ease 0s;
}
.post-author .info span.member {
    display: block;
    font-style: italic;
    margin-bottom: 10px;
}
.post-comments {
    float: left;
    width: 100%;
}
.comments-li {
    float: left;
    margin-bottom: 30px;
}
.comments-li > li {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.comments-li > li:last-child .comment {
    border: medium none;
    margin-bottom: 0;
}
.comment {
    border-bottom: 1px solid #ddd;
    float: left;
    min-height: 60px;
    padding-bottom: 30px;
}
.post-comments .comment + .children {
    margin-top: 30px;
}
.post-comments .children + .children {
    margin-top: 30px;
}
.comment .avatar {
    border: 3px solid #eee;
    border-radius: 50%;
    float: left;
    height: 70px;
    margin-right: 30px;
    overflow: hidden;
    width: 70px;
}
.comment-meta li {
    font-style: italic;
}
.comment-meta .author {
    font: 600 15px "Raleway",Arial,sans-serif;
}
.comment .comment-body {
    margin-left: 100px;
    margin-top: 15px;
}
.comment .comment-reply-link {
    background: rgba(0, 0, 0, 0) url("../img/icon-reply.png") no-repeat scroll 0 center;
    cursor: pointer;
    display: block;
    margin-top: 15px;
    padding-left: 22px;
    text-transform: uppercase;
}
.post-comments .children {
    float: left;
    margin-left: 20px;
    padding: 0 0 0 20px;
}
.comment-form, #respond {
    float: left;
    width: 100%;
}
#respond form {
    margin-top: 20px;
}
#respond fieldset {
    margin-bottom: 10px;
}
#respond label {
    color: #444;
    display: block;
    margin-bottom: 7px;
    width: 100%;
}
#respond .name-container {
    float: left;
    margin-right: 20px;
}
#respond .email-container {
    float: left;
}
#respond .name-container input, #respond .email-container input {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 2px;
    color: #666;
    float: left;
    font: 13px "Open Sans",Arial,sans-serif;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    transition: all 0.3s ease 0s;
    width: 308px;
}
#respond .message {
    box-sizing: border-box;
    float: left;
    margin-top: 5px;
    width: 100%;
}
#respond .message textarea {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-sizing: border-box;
    color: #666;
    font: 13px/22px "Open Sans",Arial,sans-serif;
    padding: 10px;
    width: 100%;
}
#respond #comment-reply {
    background-color: #333;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    float: right;
    font: 12px "Open Sans",Arial,sans-serif;
    margin-top: 10px;
    padding: 8px 15px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
#respond .name-container input:focus, #respond .email-container input:focus, #respond .message textarea:focus {
    border-color: #aaa;
}
.share-post {
    background: #f6f6f6 none repeat scroll 0 0;
    box-sizing: border-box;
    float: left;
    margin-top: 30px;
    padding: 10px 15px;
    width: 100%;
}
.share-post span {
    color: #333;
    display: block;
    float: left;
    margin-right: 20px;
    position: relative;
    top: 2px;
}
.share-post #shareme {
    float: left;
}
.sharrre .box {
    background: #333 none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 1px #d3d3d3;
    clear: both;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 12px;
    height: 22px;
    overflow: hidden;
    padding: 0 55px 0 8px;
    position: relative;
    transition: all 0.3s linear 0s;
}
.sharrre.portfolio-item-like .box {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: none;
    color: #666;
    padding: 0 5px 0 0;
    position: relative;
    top: -5px;
}
.sharrre .left {
    color: #ffffff;
    display: block;
    line-height: 22px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
    transition: all 0.2s linear 0s;
    white-space: nowrap;
}
.sharrre .middle {
    background: #555 none repeat scroll 0 0;
    box-shadow: -1px 0 1px rgba(255, 255, 255, 0.4), 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    color: #fff;
    height: 22px;
    overflow: hidden;
    position: absolute;
    right: 30px;
    text-align: left;
    text-shadow: 0 -1px 1px #363f49;
    top: 0;
    transition: width 0.3s linear 0s;
    white-space: nowrap;
    width: 0;
}
.sharrre .middle a {
    box-shadow: -1px 0 1px rgba(255, 255, 255, 0.4), 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    color: #ccc;
    float: left;
    font-weight: bold;
    line-height: 22px;
    padding: 0 9px;
    text-align: center;
}
.sharrre .right {
    color: #fff;
    height: 100%;
    line-height: 22px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 45px;
}
.sharrre .box:hover {
    padding-right: 130px;
}
.sharrre.portfolio-item-like .box:hover {
    padding-right: 5px;
}
.sharrre .middle a:hover {
    color: #fff !important;
    text-decoration: none;
}
.sharrre .box:hover .middle {
    width: 90px;
}
.blog-post .share-post {
    margin-bottom: 80px;
}
.map_canvas {
    height: 550px;
    width: 100%;
}
.contact-info-list i {
    padding-bottom: 5px;
    padding-right: 10px;
}
.widget .contact-info-list li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: medium none !important;
    padding-left: 0;
}
.wpcf7 {
    float: left;
    width: 100%;
}
.wpcf7 fieldset {
    margin-bottom: 20px;
    max-width: 100%;
}
.wpcf7 label {
    color: #fff;
    display: block;
    float: left;
    font: 13px/18px Arial,sans-serif;
    margin-bottom: 5px;
    width: 100%;
}
.wpcf7-text {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-sizing: border-box;
    max-width: 100%;
    padding: 8px 10px;
}
#portfolio-link.wpcf7-text {
    width: 100%;
}
.wpcf7-textarea {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
}
.wpcf7-text:focus, .wpcf7-textarea:focus {
    border-color: #aaa;
}
.wpcf7-submit {
    background-color: #333;
    border: 0 solid;
    color: #fff;
    cursor: pointer;
    float: right;
    font: 12px/11px "Open Sans",Arial,sans-serif;
    padding: 10px 17px;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
}
.wpcf7-select {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-sizing: border-box;
    color: #666;
    font-family: "Open Sans",Arial,sans-serif;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: 12px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 29px !important;
    padding: 8px 8px 8px 10px;
    width: 100%;
}
.widget h6 {
    margin-bottom: 20px;
    text-transform: uppercase;
}
.footer-widget-container .widget h6 {
    color: #eee;
}
.aside-left {
    float: left;
    margin-bottom: 0;
}
.aside-right {
    float: right;
    margin-bottom: 0;
}
.widget {
    display: block;
    float: left;
    margin-bottom: 50px;
    width: 100%;
}
.widget li {
    background: rgba(0, 0, 0, 0) url("../img/aside-arrow.png") no-repeat scroll 0 12px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 5px;
    padding-left: 28px;
    padding-top: 5px;
}
.widget li:last-child {
    border-bottom: medium none !important;
    padding-bottom: 0;
}
.footer-widget-container .widget li {
    border-bottom: 1px dotted #555;
}
.footer-widget-container li.widget:last-child {
    margin-bottom: 70px;
}
.widget_search form {
    position: relative;
}
.widget_search #a_search {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd !important;
    box-sizing: border-box;
    color: #777;
    display: block;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 11px;
    font-style: italic;
    left: 0;
    padding: 10px;
    top: 0;
    width: 100%;
}
.widget_search .search-submit {
    background: rgba(0, 0, 0, 0) url("../img/aside-search.png") no-repeat scroll center center;
    border: medium none;
    cursor: pointer;
    float: left;
    height: 100%;
    position: absolute;
    right: 6px;
    text-indent: -9999px;
    top: 1px;
    width: 20px;
}
.pi_recent_posts ul > li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: medium none;
    float: left;
    margin-bottom: 15px;
    padding-bottom: 0;
    padding-left: 0;
}
.pi_recent_posts .post-media {
    /*border-radius: 50%;*/
    float: left;
    height: 70px;
    margin-right: 20px;
    overflow: hidden;
    width: 90px;
}
.pi_recent_posts .widget-post-info .meta li {
    margin-bottom: 0;
}
.pi_recent_posts .widget-post-info {
    box-sizing: border-box;
    padding-left: 110px;
    padding-top: 0px;
    width: 100%;
}
.pi_recent_posts .widget-post-info h6 {
    font-size: 14px;
    margin-bottom: 0;
    text-transform: none;
    transition: all 0.2s ease 0s;
}
.pi_recent_posts .widget-post-info .meta {
    float: left;
    width: 100%;
}
.pi_recent_posts .widget-post-info .meta li {
    color: #666;
    float: left;
    padding-right: 10px;
}
.pi_recent_posts .widget-post-info .meta li span {
    color: #666;
    font: 13px/22px "Open Sans",Arial,sans-serif;
}
.footer-widget-container .pi_recent_posts li {
    border: medium none;
}
.latest-posts {
    float: left;
    width: 100%;
}
.latest-posts li .post-media-container {
    margin-bottom: 15px;
}
.latest-posts li h5 {
    margin-bottom: 5px;
    width: 100%;
}
.latest-posts li.post {
    float: left;
    margin-right: 30px;
    width: 270px;
}
.latest-posts li.post:last-child {
    margin-right: 0;
}
.widget_recent_comments li {
    background: rgba(0, 0, 0, 0) url("../img/icon-comment.png") no-repeat scroll 0 center;
    border: medium none;
    margin-bottom: 15px;
    min-height: 40px;
    padding-left: 60px;
    padding-top: 0;
}
.widget_recent_comments li a {
    font-style: italic;
}
.widget_recent_comments li span {
    font: 13px/22px "Open Sans",Arial,sans-serif;
    padding-left: 3px;
}
.footer-widget-container .widget_recent_comments li {
    color: #bbb;
}
.widget.social-feed li  {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    float: left;
    height: 165px;
    margin-bottom: 5px;
    margin-right: 15px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 178px;
}
.widget.social-feed li a img {
    height: 97px;
    opacity: 1;
    transition: all 0.3s ease 0s;
    width: 178px;
}
div.page_video_play_icon {
    background: rgba(0, 0, 0, 0) url("../img/module_inline_video_play.png") no-repeat scroll 0 0;
    height: 36px;
    margin-left: 115px;
    margin-top: 60px;
    opacity: 0.9;
    position: absolute;
    transition: opacity 100ms linear 0s;
    width: 36px;
}
div.page_video_play_icon:hover {
	opacity: 1;
}
.widget.social-feed li:nth-child(4n) {
    margin-right: 0;
}
.newsletter .email {
    border: 1px solid #ddd;
    border-radius: 2px;
    box-sizing: border-box;
    color: #666;
    font-size: 11px;
    height: 28px;
    padding: 0 10px;
    width: 148px;
}
.footer-widget-container .newsletter .email {
    background: #444 none repeat scroll 0 0;
    border: 1px solid #555;
    color: #bbb;
}
.widget .newsletter .submit {
    background: #444 none repeat scroll 0 0;
    border: 1px solid #555;
    border-radius: 2px;
    color: #eee;
    cursor: pointer;
    font-size: 11px;
    height: 28px;
    padding: 0 15px;
    position: relative;
    top: 0;
    transition: all 0.2s ease 0s;
}
.widget_tag_cloud a {
    background: #f6f6f6 none repeat scroll 0 0;
    color: #777;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 2px;
    padding: 5px 10px;
}
.widget_tag_cloud a:hover {
    color: #fff !important;
}
.footer-widget-container .widget_tag_cloud a {
    background: #444 none repeat scroll 0 0;
    color: #bbb;
    font-size: 12px;
}
#tweet-sroll-wrapper.widget li {
    background: rgba(0, 0, 0, 0) url("../img/twitter.png") no-repeat scroll 0 5px;
    border: medium none;
    margin-bottom: 8px;
    padding-left: 44px;
}
.footer-widget-container #tweet-sroll-wrapper.widget li a {
    color: #ccc;
}
#tweet-sroll-wrapper.widget .tweets-list-container {
    overflow: hidden;
    width: 100%;
}
#tweet-sroll-wrapper.widget .tweet-list {
    position: relative;
}
.footer-wrapper {
    background: #333 none repeat scroll 0 0;
    border-top: 10px solid #e5e8ec;
    float: left;
    padding: 70px 0 0;
    width: 100%;
}
#footer p, footer a {
    color: #bbb;
}
.copyright-container {
    background: #fff none repeat scroll 0 0;
    float: left;
    margin: 0 auto;
    padding: 20px 0;
    width: 100%;
}
.copyright-container a, .copyright-container p {
    color: #39414b;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
}
.copyright-container p {
    padding-top: 7px;
}
.footer-breadcrumbs {
    float: right;
}
.footer-breadcrumbs a {
    display: inline-block;
    margin-right: 15px;
    padding-bottom: 3px;
    position: relative;
}
.footer-breadcrumbs a::after {
    background: #666 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translateY(-10px);
    transition: height 0.2s ease 0s, opacity 0.2s ease 0s, transform 0.2s ease 0s;
    width: 100%;
}
.footer-breadcrumbs a:hover::after {
    height: 2px;
    opacity: 1;
    transform: translateY(0px);
}
.scroll-up {
    background: rgba(0, 0, 0, 0) url("../img/to-top.png") no-repeat scroll 0 0;
    bottom: 50px;
    display: none;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    right: 100px;
    text-indent: -9999px;
    width: 40px;
}
.nicescroll-rails {
    z-index: 10000 !important;
}
