.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.tcportfolio-container {
margin-bottom: 60px;
}
.tcportfolio_items{
height: auto;
float: left;
}
img.tcportfolio_cover {
width: 100%;
}
section.tcportfolio_area{
display: block;
clear: both;
margin: 60px 0 30px 0;
width: auto;
}
ul.tcportfolio_filters{
margin: 0 !important;
padding: 0 !important;
list-style: none !importan;
}
ul.tcportfolio_filters  li {
list-style: none;
margin: 0;
padding: 0;
display: inline-block;
padding: 6px 10px;
cursor: pointer;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
transition: all .5s ease;
margin-right: 10px;
margin-bottom: 20px;
}
.tcportfolio_single_items{
width:33.33%;
float: left;
}
.tcportfolio_title {
background-color: #d7d7d7;
padding: 4px 10px;
} .tc_overlay { text-align: center;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
color:ffffff;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 450ms ease-out 0s;
-moz-transition: all 450ms ease-out 0s;
-o-transition: all 450ms ease-out 0s;
transition: all 450ms ease-out 0s;
-webkit-transform: translate(0,80px);
-moz-transform: translate(0,80px);
-ms-transform: translate(0,80px);
-o-transform: translate(0,80px);
transform:translate(0,80px);
-webkit-transition-timing-function: ease-out;
}
.tcportfolio_single_items:hover .tc_overlay {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: rotateY(0deg) scale(1,1);
-moz-transform: rotateY(0deg) scale(1,1);
-ms-transform: rotateY(0deg) scale(1,1);
-o-transform: rotateY(0deg) scale(1,1);
transform: rotateY(0deg) scale(1,1);
}
.tc_overlay h3.tcp-title{
margin: 10px 0;
text-decoration: none;
padding: 0 10px;
}
.tc_overlay a.tcp-link{
color: #ffffff;
font-size:20px;
text-decoration: none;
}
.tc_overlay a.tcp-link:hover{
color: #ffffff;
font-size:20px;
text-decoration: none !important;
}
p.tcp-short-des {
color: #fff;
padding: 0 10px;
font-size: 12px;
}
a.tcpc-link {
color: #fff;
margin: 1px;
padding:8px;
font-size:16px;
}
a.tcpc-link:hover {
color: #fff;
background-color:transparent;
border:1px solid #fff;
}
a.tcp-view{
background-color: #27ae60;
border:1px solid #27ae60;
}
a.tcp-ext{
background-color: #34495E;
border:1px solid #34495E;
} .tc-owl-white-popup {
position: relative;
width: auto;
max-width: 1020px;
margin:10% auto;
}
.mfp-close-btn-in .mfp-close {
color: #f5f5f5 !important;
background-color: #FF6766 !important;
} @media only screen and (max-width:1020px) {
.tcpcol_four,.tcpcol_five{
width:31%;
margin-bottom:20px;
float:none;
}
div.portfolio_items{
margin-top:100px;
}
}
@media only screen and (max-width:770px) {
.tcpcol_three,.tcpcol_four,.tcpcol_five{
width:49%;
margin-bottom:20px;
float:none;
}
div.portfolio_items{
margin-top:100px;
}
}
@media only screen and (max-width:480px) {
.tcportfolio_single_items{
width:100%;
margin-bottom:20px;
float:none;
}
div.portfolio_items{
margin-top:100px;
}
}
@media only screen and (max-width:320px) {
.tcportfolio_single_items{
width:100%;
margin-bottom:20px;
float:none;
}
div.portfolio_items{
margin-top:100px;
}
}  .tcpt-col-2{
width:48%;
}
.tcpt-col-3{
width:32%;
}
.tcpt-col-4{
width:25%;
}
.tcpt-col-5{
width:19%;
}
.tcp-4{
width:250px;
float: left;
} .tcp-hero-section {
padding: 80px 0;
}.tcode-container{
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
.tcode-container {
width: 750px;
}
}
@media (min-width: 992px) {
.tcode-container {
width: 970px;
}
}
@media (min-width: 1200px) {
.tcode-container {
width: 1170px;
}
}
.tcode-container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.tcode-row {
margin-left: -15px;
margin-right: -15px;
}
.tcode-col-xs-1, .tcode-col-sm-1, .tcode-col-md-1, .tcode-col-lg-1, .tcode-col-xs-2, .tcode-col-sm-2, .tcode-col-md-2, .tcode-col-lg-2, .tcode-col-xs-3, .tcode-col-sm-3, .tcode-col-md-3, .tcode-col-lg-3, .tcode-col-xs-4, .tcode-col-sm-4, .tcode-col-md-4, .tcode-col-lg-4, .tcode-col-xs-5, .tcode-col-sm-5, .tcode-col-md-5, .tcode-col-lg-5, .tcode-col-xs-6, .tcode-col-sm-6, .tcode-col-md-6, .tcode-col-lg-6, .tcode-col-xs-7, .tcode-col-sm-7, .tcode-col-md-7, .tcode-col-lg-7, .tcode-col-xs-8, .tcode-col-sm-8, .tcode-col-md-8, .tcode-col-lg-8, .tcode-col-xs-9, .tcode-col-sm-9, .tcode-col-md-9, .tcode-col-lg-9, .tcode-col-xs-10, .tcode-col-sm-10, .tcode-col-md-10, .tcode-col-lg-10, .tcode-col-xs-11, .tcode-col-sm-11, .tcode-col-md-11, .tcode-col-lg-11, .tcode-col-xs-12, .tcode-col-sm-12, .tcode-col-md-12, .tcode-col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.tcode-col-xs-1, .tcode-col-xs-2, .tcode-col-xs-3, .tcode-col-xs-4, .tcode-col-xs-5, .tcode-col-xs-6, .tcode-col-xs-7, .tcode-col-xs-8, .tcode-col-xs-9, .tcode-col-xs-10, .tcode-col-xs-11, .tcode-col-xs-12 {
float: left;
}
.tcode-col-xs-12 {
width: 100%;
}
.tcode-col-xs-11 {
width: 91.66666667%;
}
.tcode-col-xs-10 {
width: 83.33333333%;
}
.tcode-col-xs-9 {
width: 75%;
}
.tcode-col-xs-8 {
width: 66.66666667%;
}
.tcode-col-xs-7 {
width: 58.33333333%;
}
.tcode-col-xs-6 {
width: 50%;
}
.tcode-col-xs-5 {
width: 41.66666667%;
}
.tcode-col-xs-4 {
width: 33.33333333%;
}
.tcode-col-xs-3 {
width: 25%;
}
.tcode-col-xs-2 {
width: 16.66666667%;
}
.tcode-col-xs-1 {
width: 8.33333333%;
}
.tcode-col-xs-pull-12 {
right: 100%;
}
.tcode-col-xs-pull-11 {
right: 91.66666667%;
}
.tcode-col-xs-pull-10 {
right: 83.33333333%;
}
.tcode-col-xs-pull-9 {
right: 75%;
}
.tcode-col-xs-pull-8 {
right: 66.66666667%;
}
.tcode-col-xs-pull-7 {
right: 58.33333333%;
}
.tcode-col-xs-pull-6 {
right: 50%;
}
.tcode-col-xs-pull-5 {
right: 41.66666667%;
}
.tcode-col-xs-pull-4 {
right: 33.33333333%;
}
.tcode-col-xs-pull-3 {
right: 25%;
}
.tcode-col-xs-pull-2 {
right: 16.66666667%;
}
.tcode-col-xs-pull-1 {
right: 8.33333333%;
}
.tcode-col-xs-pull-0 {
right: auto;
}
.tcode-col-xs-push-12 {
left: 100%;
}
.tcode-col-xs-push-11 {
left: 91.66666667%;
}
.tcode-col-xs-push-10 {
left: 83.33333333%;
}
.tcode-col-xs-push-9 {
left: 75%;
}
.tcode-col-xs-push-8 {
left: 66.66666667%;
}
.tcode-col-xs-push-7 {
left: 58.33333333%;
}
.tcode-col-xs-push-6 {
left: 50%;
}
.tcode-col-xs-push-5 {
left: 41.66666667%;
}
.tcode-col-xs-push-4 {
left: 33.33333333%;
}
.tcode-col-xs-push-3 {
left: 25%;
}
.tcode-col-xs-push-2 {
left: 16.66666667%;
}
.tcode-col-xs-push-1 {
left: 8.33333333%;
}
.tcode-col-xs-push-0 {
left: auto;
}
.tcode-col-xs-offset-12 {
margin-left: 100%;
}
.tcode-col-xs-offset-11 {
margin-left: 91.66666667%;
}
.tcode-col-xs-offset-10 {
margin-left: 83.33333333%;
}
.tcode-col-xs-offset-9 {
margin-left: 75%;
}
.tcode-col-xs-offset-8 {
margin-left: 66.66666667%;
}
.tcode-col-xs-offset-7 {
margin-left: 58.33333333%;
}
.tcode-col-xs-offset-6 {
margin-left: 50%;
}
.tcode-col-xs-offset-5 {
margin-left: 41.66666667%;
}
.tcode-col-xs-offset-4 {
margin-left: 33.33333333%;
}
.tcode-col-xs-offset-3 {
margin-left: 25%;
}
.tcode-col-xs-offset-2 {
margin-left: 16.66666667%;
}
.tcode-col-xs-offset-1 {
margin-left: 8.33333333%;
}
.tcode-col-xs-offset-0 {
margin-left: 0%;
}
@media (min-width: 768px) {
.tcode-col-sm-1, .tcode-col-sm-2, .tcode-col-sm-3, .tcode-col-sm-4, .tcode-col-sm-5, .tcode-col-sm-6, .tcode-col-sm-7, .tcode-col-sm-8, .tcode-col-sm-9, .tcode-col-sm-10, .tcode-col-sm-11, .tcode-col-sm-12 {
float: left;
}
.tcode-col-sm-12 {
width: 100%;
}
.tcode-col-sm-11 {
width: 91.66666667%;
}
.tcode-col-sm-10 {
width: 83.33333333%;
}
.tcode-col-sm-9 {
width: 75%;
}
.tcode-col-sm-8 {
width: 66.66666667%;
}
.tcode-col-sm-7 {
width: 58.33333333%;
}
.tcode-col-sm-6 {
width: 50%;
}
.tcode-col-sm-5 {
width: 41.66666667%;
}
.tcode-col-sm-4 {
width: 33.33333333%;
}
.tcode-col-sm-3 {
width: 25%;
}
.tcode-col-sm-2 {
width: 16.66666667%;
}
.tcode-col-sm-1 {
width: 8.33333333%;
}
.tcode-col-sm-pull-12 {
right: 100%;
}
.tcode-col-sm-pull-11 {
right: 91.66666667%;
}
.tcode-col-sm-pull-10 {
right: 83.33333333%;
}
.tcode-col-sm-pull-9 {
right: 75%;
}
.tcode-col-sm-pull-8 {
right: 66.66666667%;
}
.tcode-col-sm-pull-7 {
right: 58.33333333%;
}
.tcode-col-sm-pull-6 {
right: 50%;
}
.tcode-col-sm-pull-5 {
right: 41.66666667%;
}
.tcode-col-sm-pull-4 {
right: 33.33333333%;
}
.tcode-col-sm-pull-3 {
right: 25%;
}
.tcode-col-sm-pull-2 {
right: 16.66666667%;
}
.tcode-col-sm-pull-1 {
right: 8.33333333%;
}
.tcode-col-sm-pull-0 {
right: auto;
}
.tcode-col-sm-push-12 {
left: 100%;
}
.tcode-col-sm-push-11 {
left: 91.66666667%;
}
.tcode-col-sm-push-10 {
left: 83.33333333%;
}
.tcode-col-sm-push-9 {
left: 75%;
}
.tcode-col-sm-push-8 {
left: 66.66666667%;
}
.tcode-col-sm-push-7 {
left: 58.33333333%;
}
.tcode-col-sm-push-6 {
left: 50%;
}
.tcode-col-sm-push-5 {
left: 41.66666667%;
}
.tcode-col-sm-push-4 {
left: 33.33333333%;
}
.tcode-col-sm-push-3 {
left: 25%;
}
.tcode-col-sm-push-2 {
left: 16.66666667%;
}
.tcode-col-sm-push-1 {
left: 8.33333333%;
}
.tcode-col-sm-push-0 {
left: auto;
}
.tcode-col-sm-offset-12 {
margin-left: 100%;
}
.tcode-col-sm-offset-11 {
margin-left: 91.66666667%;
}
.tcode-col-sm-offset-10 {
margin-left: 83.33333333%;
}
.tcode-col-sm-offset-9 {
margin-left: 75%;
}
.tcode-col-sm-offset-8 {
margin-left: 66.66666667%;
}
.tcode-col-sm-offset-7 {
margin-left: 58.33333333%;
}
.tcode-col-sm-offset-6 {
margin-left: 50%;
}
.tcode-col-sm-offset-5 {
margin-left: 41.66666667%;
}
.tcode-col-sm-offset-4 {
margin-left: 33.33333333%;
}
.tcode-col-sm-offset-3 {
margin-left: 25%;
}
.tcode-col-sm-offset-2 {
margin-left: 16.66666667%;
}
.tcode-col-sm-offset-1 {
margin-left: 8.33333333%;
}
.tcode-col-sm-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 992px) {
.tcode-col-md-1, .tcode-col-md-2, .tcode-col-md-3, .tcode-col-md-4, .tcode-col-md-5, .tcode-col-md-6, .tcode-col-md-7, .tcode-col-md-8, .tcode-col-md-9, .tcode-col-md-10, .tcode-col-md-11, .tcode-col-md-12 {
float: left;
}
.tcode-col-md-12 {
width: 100%;
}
.tcode-col-md-11 {
width: 91.66666667%;
}
.tcode-col-md-10 {
width: 83.33333333%;
}
.tcode-col-md-9 {
width: 75%;
}
.tcode-col-md-8 {
width: 66.66666667%;
}
.tcode-col-md-7 {
width: 58.33333333%;
}
.tcode-col-md-6 {
width: 50%;
}
.tcode-col-md-5 {
width: 41.66666667%;
}
.tcode-col-md-4 {
width: 33.33333333%;
}
.tcode-col-md-3 {
width: 25%;
}
.tcode-col-md-2 {
width: 16.66666667%;
}
.tcode-col-md-1 {
width: 8.33333333%;
}
.tcode-col-md-pull-12 {
right: 100%;
}
.tcode-col-md-pull-11 {
right: 91.66666667%;
}
.tcode-col-md-pull-10 {
right: 83.33333333%;
}
.tcode-col-md-pull-9 {
right: 75%;
}
.tcode-col-md-pull-8 {
right: 66.66666667%;
}
.tcode-col-md-pull-7 {
right: 58.33333333%;
}
.tcode-col-md-pull-6 {
right: 50%;
}
.tcode-col-md-pull-5 {
right: 41.66666667%;
}
.tcode-col-md-pull-4 {
right: 33.33333333%;
}
.tcode-col-md-pull-3 {
right: 25%;
}
.tcode-col-md-pull-2 {
right: 16.66666667%;
}
.tcode-col-md-pull-1 {
right: 8.33333333%;
}
.tcode-col-md-pull-0 {
right: auto;
}
.tcode-col-md-push-12 {
left: 100%;
}
.tcode-col-md-push-11 {
left: 91.66666667%;
}
.tcode-col-md-push-10 {
left: 83.33333333%;
}
.tcode-col-md-push-9 {
left: 75%;
}
.tcode-col-md-push-8 {
left: 66.66666667%;
}
.tcode-col-md-push-7 {
left: 58.33333333%;
}
.tcode-col-md-push-6 {
left: 50%;
}
.tcode-col-md-push-5 {
left: 41.66666667%;
}
.tcode-col-md-push-4 {
left: 33.33333333%;
}
.tcode-col-md-push-3 {
left: 25%;
}
.tcode-col-md-push-2 {
left: 16.66666667%;
}
.tcode-col-md-push-1 {
left: 8.33333333%;
}
.tcode-col-md-push-0 {
left: auto;
}
.tcode-col-md-offset-12 {
margin-left: 100%;
}
.tcode-col-md-offset-11 {
margin-left: 91.66666667%;
}
.tcode-col-md-offset-10 {
margin-left: 83.33333333%;
}
.tcode-col-md-offset-9 {
margin-left: 75%;
}
.tcode-col-md-offset-8 {
margin-left: 66.66666667%;
}
.tcode-col-md-offset-7 {
margin-left: 58.33333333%;
}
.tcode-col-md-offset-6 {
margin-left: 50%;
}
.tcode-col-md-offset-5 {
margin-left: 41.66666667%;
}
.tcode-col-md-offset-4 {
margin-left: 33.33333333%;
}
.tcode-col-md-offset-3 {
margin-left: 25%;
}
.tcode-col-md-offset-2 {
margin-left: 16.66666667%;
}
.tcode-col-md-offset-1 {
margin-left: 8.33333333%;
}
.tcode-col-md-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1200px) {
.tcode-col-lg-1, .tcode-col-lg-2, .tcode-col-lg-3, .tcode-col-lg-4, .tcode-col-lg-5, .tcode-col-lg-6, .tcode-col-lg-7, .tcode-col-lg-8, .tcode-col-lg-9, .tcode-col-lg-10, .tcode-col-lg-11, .tcode-col-lg-12 {
float: left;
}
.tcode-col-lg-12 {
width: 100%;
}
.tcode-col-lg-11 {
width: 91.66666667%;
}
.tcode-col-lg-10 {
width: 83.33333333%;
}
.tcode-col-lg-9 {
width: 75%;
}
.tcode-col-lg-8 {
width: 66.66666667%;
}
.tcode-col-lg-7 {
width: 58.33333333%;
}
.tcode-col-lg-6 {
width: 50%;
}
.tcode-col-lg-5 {
width: 41.66666667%;
}
.tcode-col-lg-4 {
width: 33.33333333%;
}
.tcode-col-lg-3 {
width: 25%;
}
.tcode-col-lg-2 {
width: 16.66666667%;
}
.tcode-col-lg-1 {
width: 8.33333333%;
}
.tcode-col-lg-pull-12 {
right: 100%;
}
.tcode-col-lg-pull-11 {
right: 91.66666667%;
}
.tcode-col-lg-pull-10 {
right: 83.33333333%;
}
.tcode-col-lg-pull-9 {
right: 75%;
}
.tcode-col-lg-pull-8 {
right: 66.66666667%;
}
.tcode-col-lg-pull-7 {
right: 58.33333333%;
}
.tcode-col-lg-pull-6 {
right: 50%;
}
.tcode-col-lg-pull-5 {
right: 41.66666667%;
}
.tcode-col-lg-pull-4 {
right: 33.33333333%;
}
.tcode-col-lg-pull-3 {
right: 25%;
}
.tcode-col-lg-pull-2 {
right: 16.66666667%;
}
.tcode-col-lg-pull-1 {
right: 8.33333333%;
}
.tcode-col-lg-pull-0 {
right: auto;
}
.tcode-col-lg-push-12 {
left: 100%;
}
.tcode-col-lg-push-11 {
left: 91.66666667%;
}
.tcode-col-lg-push-10 {
left: 83.33333333%;
}
.tcode-col-lg-push-9 {
left: 75%;
}
.tcode-col-lg-push-8 {
left: 66.66666667%;
}
.tcode-col-lg-push-7 {
left: 58.33333333%;
}
.tcode-col-lg-push-6 {
left: 50%;
}
.tcode-col-lg-push-5 {
left: 41.66666667%;
}
.tcode-col-lg-push-4 {
left: 33.33333333%;
}
.tcode-col-lg-push-3 {
left: 25%;
}
.tcode-col-lg-push-2 {
left: 16.66666667%;
}
.tcode-col-lg-push-1 {
left: 8.33333333%;
}
.tcode-col-lg-push-0 {
left: auto;
}
.tcode-col-lg-offset-12 {
margin-left: 100%;
}
.tcode-col-lg-offset-11 {
margin-left: 91.66666667%;
}
.tcode-col-lg-offset-10 {
margin-left: 83.33333333%;
}
.tcode-col-lg-offset-9 {
margin-left: 75%;
}
.tcode-col-lg-offset-8 {
margin-left: 66.66666667%;
}
.tcode-col-lg-offset-7 {
margin-left: 58.33333333%;
}
.tcode-col-lg-offset-6 {
margin-left: 50%;
}
.tcode-col-lg-offset-5 {
margin-left: 41.66666667%;
}
.tcode-col-lg-offset-4 {
margin-left: 33.33333333%;
}
.tcode-col-lg-offset-3 {
margin-left: 25%;
}
.tcode-col-lg-offset-2 {
margin-left: 16.66666667%;
}
.tcode-col-lg-offset-1 {
margin-left: 8.33333333%;
}
.tcode-col-lg-offset-0 {
margin-left: 0%;
}
}
.clearfix:before,
.clearfix:after,
.tcode-container:before,
.tcode-container:after,
.tcode-container-fluid:before,
.tcode-container-fluid:after,
.tcode-row:before,
.tcode-row:after {
content: " ";
display: table;
}
.clearfix:after,
.tcode-container:after,
.tcode-container-fluid:after,
.tcode-row:after {
clear: both;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
tcode-color: transparent;
text-shadow: none;
background-tcode-color: transparent;
border: 0;
}
.hidden {
display: none !important;
}
.affix {
position: fixed;
}