/*
	Theme Name: Reliance Motor Company
	Theme URI: http://thetechbit.com.au
	Description: Reliance Motor Company theme by TheTechBit
	Version: 1.0.0
	Author: TheTechBit (@thetechbit)
	Author URI: http://thetechbit.com.au
	Tags: 

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
    background: white;
}
body {
	font-weight: 300;
    font-size: 14px;
    line-height: 1.4 ;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #4A4A4A;
    background: white;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

article.product,
article.page,
article.post{
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

article{
    font-family: sans-serif;
    color: #4A4A4A;
    line-height: 1.4;
    padding: 20px 20px;
}
article h1,
aside h1{
    font-size: 64px;
    margin: 0px 0px 20px 0px;
}
article h2,
aside h2{
    font-size: 48px;
    margin: 0px 0px 15px 0px;
}
article h3,
aside h3{
    font-size: 32px;
    margin: 0px 0px 10px 0px;
}
article h4,
aside h4{
    font-size: 24px;
    margin: 0px 0px 10px 0px;
}
article h5,
aside h5{
    font-size: 20px;
    margin: 0px 0px 10px 0px;
}
article h6,
aside h6{
    font-size: 16px;
    margin: 0px 0px 10px 0px;
}
article p,
aside p{
    font-size: 16px;
    margin: 0px 0px 20px 0px;
}
article strong,
aside strong{
    font-size: inherit;
}
article i,
aside i{
    font-size: inherit;
}
article b,
aside b{
    font-size: inherit;
}
article u,
aside u{
    font-size: inherit;
}
article a,
aside a{
    font-size: inherit;
    color: #4183D7;
    text-decoration: none;
    transition: 0.3s;
}
article a:hover,
aside a:hover{
    color: #446CB3;
    text-decoration: underline;
    transition: 0.3s;
}
article img,
aside img{
    max-width: 100%;
}



article.product .product-image{
    width: 50%;
    padding: 0 15px 0 0;
    margin: 0 15px 30px 0;
    float: left;
}
@media screen and (max-width: 800px){
    article.product .product-image{
        width: 100%;
        padding: 0 0 0 0;
        margin: 0 0 30px 0;
        float: left;
    }
}
article.product h1{
    font-size: 36px;
    line-height: 1.1em;
    margin: 0 0 15px 0;
    font-weight: 700;
    
}

article.product h5.subtitle .used{
    font-size: 12px;
    background: #e4e4e4;
    padding: 2px 4px;
    color: #4A4A4A;
    border-radius: 4px;
    text-transform: uppercase;
}
article.product h5.subtitle .new{
    font-size: 12px;
    background: #e4e4e4;
    padding: 2px 4px;
    color: #4A4A4A;
    border-radius: 4px;
    text-transform: uppercase;
}
article.product h5.subtitle{
    margin: 6px 2px 15px 2px;
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2em;
}
article.product .quote{
    display: inline-block;
    padding: 0 20px;
    line-height: 40px;
    color: white;
    font-size: 16px;
    margin: 0 0 30px 0;
    background: linear-gradient(-45deg, #D72C38, #AE141A);
    border-radius: 3px;
}
article.product h2{
    margin: 0 0 15px 0;
    color: #4A4A4A;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1em;
}
article.product .finance{
    max-height: 50px;
    margin: 0 0 30px 0;
}
select.catagory_chooser{
    width: 100%;
    max-width: 500px;
    padding: 0 20px;
    margin: 0 auto 40px auto;
    font-size: 14px;
    line-height: 34px;
    border: 3px solid #E4E4E4;
    border-radius: 0px;
    display: block;
    background: white;
    background-image: url('https://reliancemotors.com.au/wp-content/uploads/2016/12/angle-arrow-down-1.png');
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-appearance: none;
    position: relative;
    color: #4A4A4A;
}
/* wrapper */
.wrapper {
	position:relative;
}
/* header */
.header .inner{
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    position: relative;
}
@media screen and (max-width: 1000px){
    .header .inner{
        padding: 0 20px 50px 20px;
        box-sizing: border-box;
    }
}
.header .social{
    width: 200px;
    height: 36px;
    display: block;
    line-height: 36px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -18px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: right;
}
@media screen and (max-width: 1000px){
    .header .social{
        top: initial;
        bottom: 20px;
        right: initial;
        left: 12px;
        margin: 0;
        width: 160px;
    }
}
.header .social img{
    width: 36px;
    height: 36px;
    margin-left: 15px;
    float: right;
}
.header h1{
    font-size: 900;
    color: #B40511;
    font-size: 36px;
    margin: 25px 0 2px 0;
    padding: 1px 0;
    line-height: 1em;
    text-transform: uppercase;
}
.header h2{
    font-size: 500;
    color: #4A4A4A;
    font-size: 18px;
    margin: 2px 0 25px 0;
    padding: 1px 0;
    line-height: 1em;
    text-transform: uppercase;
}
/* nav */
.nav {
    background-color: #272727;
    color: white;
    min-height: 50px;
    width: 100%;
}
.nav .inner{
    width: 100%;
    max-width: 980px;
}
.nav .inner .phone{
    float: right;
    line-height: 50px;
    font-size: 18px;
    color: inherit;
    text-decoration: none;
}
.nav .inner ul,
.nav .inner ul li,
.nav .inner ul li a{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    float: left;
}
.nav .inner ul li a{
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    color: white;
    text-decoration: none;
    font-weight: 900;
    transition: 0.3s;
}
.nav .inner ul li a:hover{
    background: white;
    color: #4a4a4a;
    transition: 0.3s;
}
@media screen and (max-width: 560px){
    .nav .inner{
        overflow: auto;
        padding: 0;
    }
    .nav .inner .phone{
        width: 100%;
        text-align: center;
    }
    .nav .inner ul{
        width: 100%;
    }
    .nav .inner ul li{
        width: 100%;
    }
    .nav .inner ul li a{
        width: 100%;
        text-align: center;
    }
}
.billboard{
    height: 460px;
    position: relative;
    background-color: #C32029;
}
.billboard .slider_left{
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    z-index: 2;
    border-top: 230px solid #C32029;
    border-right: 50px solid transparent;
    border-bottom: 230px solid transparent;
    border-left: 50px solid #C32029;
    margin-left: -600px;
}
.billboard .slider_right{
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    z-index: 2;
    border-top: 230px solid transparent;
    border-right: 50px solid #C32029;
    border-bottom: 230px solid #C32029;
    border-left: 50px solid transparent;
    margin-left: 500px;
}
.billboard .slider{
    width: 1200px;
    background: #e4e4e4;
    height: 460px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
}
@media screen and (max-width: 1200px){
    .billboard .slider{
        width: 100%;
        position: relative;
        left: 0;
        margin-left: 0;
    }
    .billboard .slider_left,
    .billboard .slider_right{
        display: none;
    }
}
@media screen and (max-width: 1000px){
    .billboard{
        display: none;
    }
}
.partners{
    padding: 20px 0px;
    text-align: center;
    background: #F4F4F4;
    overflow: auto;
}
.partners .inner{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.partners h3{
    font-size: 18px;
    color: #272727;
    text-transform: uppercase;
    margin: 20px 0 20px 0;
    line-height: 1;
    padding: 0;
}
.partners a{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 60px;
    display: inline-block;
    overflow: auto;
    margin: 20px 20px;
    transition: 0.4s;
}
.partners a img{
    max-width: 150px;
    max-height: 60px;
    width: auto;
    height: auto;
}
.partners a:hover{
    transform: scale(1.2);
    transition: 0.4s;
}
.specialties{
    overflow: auto;
    padding: 40px 0;
}
.specialties .inner{
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}
.specialties h2{
    margin: 0 0 40px 0;
    font-size: 32px;
    color: #272727;
    line-height: 1;
    padding: 0;
    text-align: center;
    font-weight: 500;
}
.specialties a{
    position: relative;
    float: left;
    width: 33.33333%;
    display: block;
    overflow: hidden;
}
.specialties a img{
    width: auto;
    height: auto;
    transition: 0.4s;
}
.specialties a .overlay{
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.8));
    position: absolute;
    top: 0;
}
.specialties a:hover img{
    transform: scale(1.2) rotate(-3deg);
    transition: 0.4s;
}
.specialties a h4{
    color: white;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    line-height: 22px;
    font-size: 18px;
    font-weight: 700;
}
@media screen and (max-width: 550px){
    .specialties a{
        width: 100%;
    }
}
.agco{
    padding: 40px 0px;
    text-align: center;
    background: #F4F4F4;
    overflow: auto;
}
.agco h3{
    font-size: 18px;
    color: #272727;
    text-transform: uppercase;
    margin: 0 0 40px 0;
    line-height: 1;
    padding: 0;
}
.agco a{
    display: inline-block;
    margin: 0 20px;
}
.agco a img{
    height: 75px;
    transition: 0.4s;
}
.agco a:hover img{
    transform: scale(1.2);
    transition: 0.4s;
}
.local{
    width: 100%;
    padding: 40px;
    background: linear-gradient(-45deg, #D72C38, #AE141A);
}
.local h2{
    margin: 0 0 0 0;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 1;
    padding: 0;
    text-align: center;
    font-weight: 500;
}
.about{
    width: 100%;
    min-height: 100px;
    background: #272727;
    position: relative;
    overflow: hidden;
}
.about .right{
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-image: url('https://reliancemotors.com.au/wp-content/uploads/2016/12/shopfront.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.about .left{
    width: 50%;
}
.about article{
    width: 500px;
    float: right;
    color: white;
    padding: 30px;
    box-sizing: border-box;
}
.about article h2{
    font-weight: 700;
    font-size: 36px;
    line-height: 1em;
    margin: 0 0 30px 0;
}
.about article p{
    font-weight: 300;
    font-size: 14px;
    line-height: 1.2em;
    margin: 0 0 10px 0;
}
.about .left:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: solid #272727;
    border-right: 0px solid transparent;
    border-bottom: 500px solid transparent;
    border-left: 100px solid #272727;
    position: absolute;
    left: 50%;
    top: 0;
}
.products{
    width: 100%;
    overflow: auto;
}
.products .inner{
    width: 100%;
    max-width: 980px;
    margin: 40px auto;
    overflow: auto;
}
.products h2{
    margin: 0 0 40px 0;
    font-size: 32px;
    color: #272727;
    line-height: 1;
    padding: 0;
    text-align: center;
    font-weight: 500;
}
.products .product{
    width: 33.333333%;
    float: left;
}
.products .product .preview{
    height: 200px;
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}
.products .product .preview:hover{
    cursor: pointer;
}
.products .product .preview .image{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    width: 100%;
    transition: 0.4s;
}
.products .product .preview:hover .image{
    transform: scale(1.2) rotate(-3deg);
    transition: 0.4s;
}
.products .product .preview .overlay{
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.8));
    position: absolute;
    top: 0;
    z-index: 1;
}
.products .product .preview .details{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 10px;
    box-sizing: border-box;
    z-index: 2;
}
.products .product .preview .details h4,
.products .product .preview .details h5{
    margin: 6px 2px 0 2px;
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2em;
}
.products .product .preview .details h5 .used{
    font-size: 12px;
    background: #e4e4e4;
    padding: 2px 4px;
    color: #272727;
    border-radius: 4px;
    text-transform: uppercase;
}
.products .product .preview .details h5 .new{
    font-size: 12px;
    background: #e4e4e4;
    padding: 2px 4px;
    color: #272727;
    border-radius: 4px;
    text-transform: uppercase;
}
.products .product article{
	color: #4A4A4A;
    padding: 10px 5px;
    box-sizing: border-box;
}
.products .product article p{
    height: 115px;
    line-height: 17px;
    font-size: 14px;
    padding: 5px;
    box-sizing: border-box;
    margin: 0;
    overflow: hidden;
}
.products .product article.no_exerpt p{
    height: 0px;   
}
.products .product a.moreinfo{
    line-height: 30px;
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    background: linear-gradient(-45deg, #D72C38, #AE141A);
    padding: 0 20px;
    margin-bottom: 30px;
    display: inline-block;
    border-radius: 2px;
}
.products .fullrangecont{
    text-align: center;
    clear: both;
}
.products .fullrange{
    line-height: 40px;
    font-size: 18px;
    text-transform: uppercase;
    color: white;
    background: linear-gradient(-45deg, #D72C38, #AE141A);
    padding: 0 30px;
    margin-bottom: 30px;
    display: inline-block;
    margin: 20px 0 40px 0;
    border-radius: 2px;
}
@media screen and (max-width: 700px){
    .products .product{
        width: 50%;
    }
}
@media screen and (max-width: 500px){
    .products .product{
        width: 100%;
    }
}
.nothingfound{
    font-size: 18px;
    font-weight: 500;
    color: #4A4A4A;
    line-height: 1.1em;
    text-align: center;
}
/* sidebar */
.sidebar {
    
}
/* footer */
.footer .contact{
    background: url('https://reliancemotors.com.au/wp-content/uploads/2016/12/mf5700.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 540px;
    position: relative;
}
.footer .contact .overlay{
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,0.0), rgba(0,0,0,0.8));
    position: absolute;
    top: 0;
}
.footer .contact .inner{
    width: 980px;
    height: 540px;
    overflow: auto;
    position: absolute;
    top 0;
    left: 50%;
    margin-left: -490px;
}
.footer .contact .inner .formcont{
    width: 327px;
    float: right;
}
.footer .contact .inner .formcont h2{
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1em;
    margin: 40px 0 15px 0;
    color: white;
}
.footer .contact .inner .formcont p{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1em;
    margin: 0 0 3px 0;
    color: white;
}
.footer .contact .inner .formcont label{
    font-size: 14px;
    font-weight: 900;
    line-height: 1.1em;
    margin: 20px 0 3px 0;
    color: white;
}
.footer .contact .inner .formcont input[type="text"]{
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin: 10px 0 3px 0;
    color: white;
    padding: 5px;
    border: 1px solid white;
    background-color: rgba(255,255,255, 0.35);
    border-radius: 2px;
    width: 100%;
}
.footer .contact .inner .formcont textarea{
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin: 10px 0 3px 0;
    color: white;
    padding: 5px;
    border: 1px solid white;
    background-color: rgba(255,255,255, 0.35);
    border-radius: 2px;
    width: 100%;
    max-width: 100%;
}
.footer .contact .inner .formcont .wpforms-field {
    padding: 0;
}
.footer .contact .inner .formcont .wpforms-confirmation-container-full {
    background: #FFFFFF;
    border: none;
    margin-top: 20px;
    border-radius: 5px;
}
.footer .contact .inner .formcont .wpforms-confirmation-container-full p{
    color: #333333;
    font-size: 0.8em;
}
.footer .contact .inner .formcont button{
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin: 0px 0 10px 0;
    color: white;
    border: 1px solid #AE141A;
    background: linear-gradient(-45deg, #D72C38, #AE141A);
    border-radius: 2px;
}
.footer .copy{
    height: 137px;
    width: 100%;
    position: relative;
}
.footer .left{
    width: 70%;
    height: 137px;
    background: linear-gradient(-45deg, #D72C38, #AE141A);
    float: left;
}
.footer .left p{
    line-height: 137px;
    margin: 0;
    padding: 0;
    float: right;
    width: 700px;
    color: white;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -480px;
}
.footer .right{
    width: 30%;
    height: 137px;
    background: white;
    float: left;
}
.footer .right a{    
    text-decoration: none;
    width: 190px;
    margin-top: 47px;
    margin-left: 40px;
    display: block;
}
@media screen and (max-width: 1000px){
    .footer .contact .inner{
        width: 100%;
        position: relative;
        margin: 0;
        left: 0;
        top: 0;
    }
    .footer .contact .inner .formcont{
        margin: 0 auto;
        width: 80%;
        float: none;
    }
    .footer .copy .left{
        width: 100%;
    }
    .footer .copy .left .copyright{
        position: relative;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0 30px;
        width: 100%
    }
    .footer .copy .right{
        width: 100%;
    }
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}





























/*
*   TTB SLIDER
*/
.ttb_slider{
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
}
.ttb_slider_slide{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.ttb_slider_slide::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
    z-index: 1;
}
.ttb_slider_slide_inner{
    width: 980px;
    padding: 40px;
    box-sizing: border-box;
    z-index: 2;
    position: absolute;
    left: 50%;
    margin-left: -490px
}
.ttb_slider_slide_title{
    font-size: 60px;
    line-height: 1.1em;
    font-weight: 900;
    color: white;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    text-transform: uppercase;
    max-width: 50%;
    margin: 0 0 50px 0;
}
.ttb_slider_slide_link{
    background-color: white;
    color: #C32029;
    line-height: 50px;
    padding: 0px 10px 0 30px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;  
    height: 50px;
    position: relative;
    display: inline-block;
}
.ttb_slider_slide_link::before{ 
    content: '';
    display: block;
    width: 30px;
    height: 50px;
    border-top: 50px solid #C32029;
    border-right: 20px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 0px solid transparent;
    top: 0;
    right: -30px;
    position: absolute;
}
.ttb_slider_slide_link::after{ 
    content: '';
    display: block;
    width: 30px;
    height: 50px;
    border-top: 50px solid white;
    border-right: 20px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 0px solid transparent;
    top: 0;
    right: -25px;
    position: absolute;
}






