/*Scrollbar*/
body::-webkit-scrollbar {
    width: 6px;
}
body::-webkit-scrollbar-track {
    background: #EBE6DF;
}
body::-webkit-scrollbar-thumb {
    background-color: #A83E18; 
}

/*COMMON STYLES*/
.wa_right_1 {
    right: calc(200px + 6%) !important;
    left: unset !important;
}
.tg_right_1 {
    right: calc(256px + 6%) !important;
    left: unset !important;
}
.btn_left_1, .arrow-right {
    left: calc(72px + 6%) !important;
    right: unset !important;
}
.btn_left_2 {
    left: calc(144px + 6%) !important;
    right: unset !important;
}
.btn_left_3 {
    left: calc(216px + 6%) !important;
    right: unset !important;
}
.btn_left_4 {
    left: calc(288px + 6%) !important;
    right: unset !important;
}
.btn_left_5 {
    left: calc(360px + 6%) !important;
    right: unset !important;
}
.btn_right_1, .zero_gal_prev {
    right: calc(72px + 53%) !important;
    left: unset !important;
}
@media (max-width: 959px) {
.btn_left_3 {
    left: 6% !important;
    right: unset !important;
}
.btn_left_4 {
    left: calc(72px + 6%) !important;
    right: unset !important;
}
.btn_left_5 {
    left: calc(144px + 6%) !important;
    right: unset !important;
}
.btn_right_1, .zero_gal_prev {
    right: calc(72px + 12%) !important;
    left: unset !important;
}
}

/*GRADIENT BUTTONS*/
.gradient_btn a, .tn-atom__form .t-submit, .t-popup .t-submit {
    background-size: 200% 100%;
    background-image: linear-gradient(to right, #A83E18, #E57949, #A83E18) !important;
    
    moz-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
    -webkit-transition: all .4s ease-in-out !important;
    transition: all .4s ease-in-out !important;
}
.gradient_btn a:hover, .tn-atom__form .t-submit:hover, .t-popup .t-submit:hover {
    background-position: 100% 0;
}
.t-popup .t-submit {
    height: 62px;
}

/*Upload button*/
.tn-atom__form .t-upwidget-container__button {
    color: #c85d32 !important;
    background-color: transparent !important;
    border: 1px solid #e4ae99 !important;
    transition: all 0.3s;
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.tn-atom__form .t-upwidget-container__button:hover {
    background-color: #c85d32 !important;
    border-color: #c85d32 !important;
    color: #f7ece1 !important;
}

/*Questions*/
.uc-questions .t-container {
    width: 100%;
    max-width: 100%;
}
.uc-questions .t-col {
    width: 55%;
    padding: 0;
    margin-left: 6%;
    margin-right: 0;
}
@media (max-width: 959px) {
.uc-questions .t-col {
    width: 88%;
}
}

/*Reviews*/
.zero_gal_2 .t-slds__caption {
    left: 72px !important;
    width: 300px !important;
}

/*Pop-ups*/
.t702__descr {
    margin: auto;
}
.t702 .t-checkboxes__wrapper {
    display: flex;
    flex-wrap: wrap;
}
.t702 .t-checkboxes__item {
    margin-right: 20px;
}
.t702 .t-checkbox__indicator {
    margin-bottom: 2px;
}

/*PORTFOLIO CASE*/
/*Header*/
.t015__title {
    letter-spacing: -1px;
}
@media (min-width: 961px) {
.t015 .t-container {
    max-width: 66%;
    margin-left: 28%;
}
.t015 .t-col {
    margin: 0;
    max-width: 100%;
}
}
@media (max-width: 1199px) {
.t015__title {
    font-size: 40px !important;
}
}
@media (max-width: 959px) {
.t015__title {
    font-size: 30px !important;
}
.t015 .t-container {
    max-width: 88%;
}
.t015 .t-col {
    padding: 0;
}
}
/*Description*/
.t037 .t-container {
    max-width: 88%;
}
.t037 .t-col {
    margin: 0;
    padding: 0;
}
@media (min-width: 961px) {
.t037 .t-col:nth-child(1) {
    max-width: 25%;
}
.t037 .t-col:nth-child(2) {
    max-width: 75%;
}
}
@media (max-width: 640px) {
.t037__text {
    font-size: 16px !important;
}
}
/*Options*/
.t513 .t-container {
    max-width: 88%;
}
.t513 .t-col {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.t513__leftcol, .t513__rightcol {
    margin-top: 20px;
    margin-bottom: 20px;
}
@media (min-width: 961px) {
.t513 .t-container {
    max-width: 66%;
    margin-left: 28%;
}
.t513__leftcol {
    max-width: 33%;
}
.t513__rightcol {
    max-width: 67%;
}
}
@media (max-width: 640px) {
.t513__title {
    font-size: 16px !important;
}
}
/*Video*/
.t1061 .t-container {
    max-width: 88%;
}
.t1061-col {
    padding: 0;
}
@media (min-width: 961px) {
.t1061 .t-container {
    max-width: calc(88% + 20px);
}
}
@media (min-width: 1201px) {
.t1061 .t-container {
    max-width: calc(66% + 40px);
    margin-left: calc(28% - 20px);
}
.t1061-col {
    max-width: 33.33%;
}
}
/*Gallery*/
.t979__grid {
    margin: 0 6% !important;
}


