﻿/*  cache version   ?cv=1   2018/01/15  


Buttons                             a span.button   a span.button.bdt       a span.button.white
STANDARD BUTTON                     std_button      std_button.small        std_button.smallest
RED BUTTON                          red_button
WHITE BUTTON                        white_button    white_button.small
GREY BUTTON                         grey_button
Banner Button Black (white/red)     banner_button   banner_button.white     banner_button.red
CALL TO ACTION BUTTON               call_to_action_button

--- */

/* ---------- Buttons ---------- */
    
span.button,
span.button:visited {
    display: inline-block;
    min-height:20px;
    color:white !important;
    font-size: 12px;
    line-height:20px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 3px 10px;
    border: 1px solid #444;
    background: #111111;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#111111');
    background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#111111));
    background: -webkit-linear-gradient(top, #222222, #111111);
    background: -moz-linear-gradient(top, #222222, #111111);
    background: -ms-linear-gradient(top, #222222, #111111);
    background: -o-linear-gradient(top, #222222, #111111);
    background: linear-gradient(top, #222222, #111111);
}
span.button:hover {
    text-decoration:none;
    color:#aaa !important;
    background: black;
    border: 1px solid #333;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111111', endColorstr='#000000');
    background: -webkit-gradient(linear, left top, left bottom, from(#111), to(#000000));
    background: -webkit-linear-gradient(top, #111, #000000);
    background: -moz-linear-gradient(top, #111, #000000);
    background: -ms-linear-gradient(top, #111, #000000);
    background: -o-linear-gradient(top, #111, #000000);
    background: linear-gradient(top, #111, #000000);
    cursor: pointer; 
}    
   
span.button.bdt {
   	color:#000 !important;
   	border:1px solid #999966;
   	background: #999966;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999966', endColorstr='#b4b477');
    background: -webkit-gradient(linear, left top, left bottom, from(#999966), to(#b4b477));
    background: -moz-linear-gradient(top,  #999966,  #b4b477);
}
span.button.bdt:hover {
    color:#fff !important;
    text-decoration:none;
   	border:1px solid #999966;
    background: #818155;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccc99', endColorstr='#818155');
    background: -webkit-gradient(linear, left top, left bottom, from(#cccc99), to(#818155));
    background: -moz-linear-gradient(top,  #cccc99,  #818155);
}

span.button.white,
span.button.white:visited {
   	color:#999 !important;
   	border:1px solid #fff;
   	background: #e3e3e3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee)); 
    background: -webkit-linear-gradient(top, #ffffff, #eeeeee);
    background: -moz-linear-gradient(top, #ffffff, #eeeeee);
    background: -ms-linear-gradient(top, #ffffff, #eeeeee);
    background: -o-linear-gradient(top, #ffffff, #eeeeee);
    background: linear-gradient(top, #ffffff, #eeeeee);
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}
span.button.white:hover {
    color:#777 !important;
   	text-decoration:none;
    border: 1px solid #3c7fb1;
    background:#eaf6fd ; /* #d9d9d9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaf6fd', endColorstr='#afdef8');
    background: -webkit-gradient(linear, left top, left bottom, from(#eaf6fd), to(#afdef8));
    background: -webkit-linear-gradient(top, #eaf6fd, #afdef8);
    background: -moz-linear-gradient(top, #eaf6fd, #afdef8);
    background: -ms-linear-gradient(top, #eaf6fd, #afdef8);
    background: -o-linear-gradient(top, #eaf6fd, #afdef8);
    background: linear-gradient(top, #eaf6fd, #afdef8);
}

span.button.form,
span.button.form:visited {
    display:inline-block;
    min-width:100px;
    background: #e3e3e3;
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
    -moz-box-shadow: inset 0 0 1px 1px #f6f6f6;
    -ms-box-shadow: inset 0 0 1px 1px #f6f6f6;
    -o-box-shadow: inset 0 0 1px 1px #f6f6f6;
    box-shadow: inset 0 0 1px 1px #f6f6f6;
    color: #333 !important;
    margin:0;
    padding:0 10px 0 22px;
    min-height:20px;
    line-height:20px;
    font-size: 12px;
}
span.button.form:hover {
    color: #222 !important;
    border: 1px solid #3c7fb1;
    background:#eaf6fd ; /* #d9d9d9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaf6fd', endColorstr='#afdef8');
    background: -webkit-gradient(linear, left top, left bottom, from(#eaf6fd), to(#afdef8));
    background: -webkit-linear-gradient(top, #eaf6fd, #afdef8);
    background: -moz-linear-gradient(top, #eaf6fd, #afdef8);
    background: -ms-linear-gradient(top, #eaf6fd, #afdef8);
    background: -o-linear-gradient(top, #eaf6fd, #afdef8);
    background: linear-gradient(top, #eaf6fd, #afdef8);
    cursor: pointer; 
    color: #222;
    cursor: pointer; 
}



/* --- STANDARD BUTTON --- */
    
.std_button,
.std_button:visited {
    display: inline-block;
	color: #333 !important;
	font-size:13px;
	text-align: center;
	text-decoration: none;
	padding: 8px 14px 8px 14px;
    outline: none;
	box-shadow: 1px 1px 2px rgba(0,0,0,.2);
	border:1px solid #d5d5d5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #fefefe; 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee'); 
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eeeeee)); 
    background: -webkit-linear-gradient(top, #fff, #eeeeee); 
    background: -moz-linear-gradient(top, #fff, #eeeeee); 
    background: -ms-linear-gradient(top, #fff, #eeeeee); 
    background: -o-linear-gradient(top, #fff, #eeeeee); 
    background: linear-gradient(top, #fff, #eeeeee); 
}
.std_button:hover {
	text-decoration: none;
	color: #222 !important;
    cursor: pointer; 
    border: 1px solid #3c7fb1;
    background:#eaf6fd;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaf6fd', endColorstr='#afdef8'); 
    background: -webkit-gradient(linear, left top, left bottom, from(#eaf6fd), to(#afdef8)); 
    background: -webkit-linear-gradient(top, #eaf6fd, #afdef8); 
    background: -moz-linear-gradient(top, #eaf6fd, #afdef8); 
    background: -ms-linear-gradient(top, #eaf6fd, #afdef8); 
    background: -o-linear-gradient(top, #eaf6fd, #afdef8); 
    background: inear-gradient(top, #eaf6fd, #afdef8); 
    cursor: pointer; 
}
.std_button.small {
    padding: 5px 8px 5px 8px;
}
.std_button.smallest {
    padding: 5px 8px 5px 8px;
    font-size: 12px;
    line-height: 1em;
    min-height: 12px;
}

    
/* --- RED BUTTON --- */
.red_button,
.red_button:visited {
    display: inline-block;
    color: white !important;
	font-size:13px;
	text-align: center;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
    outline: none;
	border:1px solid #d83526;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
	background-color: #fe1a00;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), to(#ce0100) );
	background: -webkit-linear-gradient(top, #fe1a00 5%, #ce0100);
	background: -moz-linear-gradient(top, #fe1a00 5%, #ce0100);
	background: -ms-linear-gradient(top, #fe1a00 5%, #ce0100);
	background: -o-linear-gradient(top, #fe1a00 5%, #ce0100);
	background: linear-gradient(top, #fe1a00 5%, #ce0100);
	box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}
.red_button:hover {
	text-decoration: none;
	color: #faddde;
	background-color: #ce0100;
	filter :progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ce0100), to(#fe1a00) );
	background: -webkit-linear-gradient(top, #ce0100 5%, #fe1a00);
	background: -moz-linear-gradient(top, #ce0100 5%, #fe1a00);
	background: -ms-linear-gradient(top, #ce0100 5%, #fe1a00);
	background: -o-linear-gradient(top, #ce0100 5%, #fe1a00);
	background: linear-gradient(top, #ce0100 5%, #fe1a00 100% );
	cursor: pointer; 
}
.red_button:active {
	position:relative;
	top:1px;
}
 
/* --- WHITE BUTTON --- */
.white_button,
.white_button:visited {
    display: inline-block;
	color: #888888 !important;
	font-size:13px;
    text-align: center;
	text-decoration: none;
    padding: 8px 14px 8px 14px;
    outline: none;
	box-shadow: 1px 1px 2px rgba(0,0,0,.2);
	border:1px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #fefefe; 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee'); 
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eeeeee)); 
    background: -webkit-linear-gradient(top, #fff, #eeeeee); 
    background: -moz-linear-gradient(top, #fff, #eeeeee); 
    background: -ms-linear-gradient(top, #fff, #eeeeee); 
    background: -o-linear-gradient(top, #fff, #eeeeee); 
    background: linear-gradient(top, #fff, #eeeeee); 
}
.white_button.small {
    padding: 5px 8px 5px 8px;
}
.white_button:hover {
	text-decoration: none;
	color: #777777 !important;
	border:1px solid #ddd;
	box-shadow: 0 1px 8px rgba(0,0,0,.15);
	cursor: pointer; 
}
    

    
      
/* --- GREY BUTTON --- */
.grey_button,
.grey_button:visited {
    display: inline-block;
    color: #333 !important;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding: 0 10px;
    min-height: 20px;
    background: #e3e3e3;
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
    -moz-box-shadow: inset 0 0 1px 1px #f6f6f6;
    -ms-box-shadow: inset 0 0 1px 1px #f6f6f6;
    -o-box-shadow: inset 0 0 1px 1px #f6f6f6;
    box-shadow: inset 0 0 1px 1px #f6f6f6;
}
    .grey_button:hover {
        color: #222 !important;
        cursor: pointer;
        text-decoration: none;
        border: 1px solid #3c7fb1;
        background: #eaf6fd; /* #d9d9d9 */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaf6fd', endColorstr='#afdef8');
        background: -webkit-gradient(linear, left top, left bottom, from(#eaf6fd), to(#afdef8));
        background: -webkit-linear-gradient(top, #eaf6fd, #afdef8);
        background: -moz-linear-gradient(top, #eaf6fd, #afdef8);
        background: -ms-linear-gradient(top, #eaf6fd, #afdef8);
        background: -o-linear-gradient(top, #eaf6fd, #afdef8);
        background: linear-gradient(top, #eaf6fd, #afdef8);
        cursor: pointer;
    }
    




/* --- Banner Buttons --- */
a.banner_button,
a.banner_button:visited {
    text-decoration:none !important;
    color:white !important;
    font-size:13px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
	padding: 5px 10px 5px 10px;
    outline: none;
    border: 1px solid #444;
    background: #111111;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#111111'); 
    background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#111111)); 
    background: -webkit-linear-gradient(top, #222222, #111111); 
    background: -moz-linear-gradient(top, #222222, #111111); 
    background: -ms-linear-gradient(top, #222222, #111111); 
    background: -o-linear-gradient(top, #222222, #111111); 
    background: linear-gradient(top, #222222, #111111); 
}
a.banner_button:hover {
    text-decoration:none;
    color:#aaa !important;
    border: 1px solid #333;
    background: black;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111111', endColorstr='#000000'); 
    background: -webkit-gradient(linear, left top, left bottom, from(#111), to(#000000)); 
    background: -webkit-linear-gradient(top, #111, #000000); 
    background: -moz-linear-gradient(top, #111, #000000); 
    background: -ms-linear-gradient(top, #111, #000000); 
    background: -o-linear-gradient(top, #111, #000000); 
    background: linear-gradient(top, #111, #000000); 
    cursor: pointer; 
}    
    
    
a.banner_button.white,
a.banner_button.white:visited {
   	color:#999 !important;
   	border:1px solid #fff;
   	background: #f8f8f8;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee'); 
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eeeeee)); 
    background: -webkit-linear-gradient(top, #fff, #eeeeee); 
    background: -moz-linear-gradient(top, #fff, #eeeeee); 
    background: -ms-linear-gradient(top, #fff, #eeeeee); 
    background: -o-linear-gradient(top, #fff, #eeeeee); 
    background: linear-gradient(top, #fff, #eeeeee); 
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}
a.banner_button.white:hover {
    color:#777 !important;
   	border:1px solid #eee;
   	background: #f2f2f2;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#e2e2e2'); 
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e2e2e2)); 
    background: -webkit-linear-gradient(top, #f2f2f2, #e2e2e2); 
    background: -moz-linear-gradient(top, #f2f2f2, #e2e2e2); 
    background: -ms-linear-gradient(top, #f2f2f2, #e2e2e2); 
    background: -o-linear-gradient(top, #f2f2f2, #e2e2e2); 
    background: linear-gradient(top, #f2f2f2, #e2e2e2); 
}   

    
a.banner_button.red,
a.banner_button.red:visited {
    color: white !important;
    border: 1px solid #d83526;
	background-color: #fe1a00;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), to(#ce0100) );
	background: -webkit-linear-gradient(top, #fe1a00 5%, #ce0100);
	background: -moz-linear-gradient(top, #fe1a00 5%, #ce0100);
	background: -ms-linear-gradient(top, #fe1a00 5%, #ce0100);
	background: -o-linear-gradient(top, #fe1a00 5%, #ce0100);
	background: linear-gradient(top, #fe1a00 5%, #ce0100);
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}
a.banner_button.red:hover {
   	text-decoration: none;
	color: #faddde !important;
	background-color:#ce0100;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), to(#fe1a00) );
	background:-webkit-linear-gradient(top, #ce0100 5%, #fe1a00);
	background:-moz-linear-gradient(top, #ce0100 5%, #fe1a00);
	background:-ms-linear-gradient(top, #ce0100 5%, #fe1a00);
	background:-o-linear-gradient(top, #ce0100 5%, #fe1a00);
	background:linear-gradient(top, #ce0100 5%, #fe1a00);
	}  
    
    
    
/* --- todo clean this up -- CALL TO ACTION BUTTON --- */
.call_to_action_button_wrapper {
    text-align:center;
}

.call_to_action_button_wrapper.left {
    text-align:left;
}
    
a.call_to_action_button,
a.call_to_action_button:visited {
    display: inline-block;
	*zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
    padding: 10px 20px 10px 20px;
    outline: none;
	font-size:13px;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	
	color: #fff !important;
	border: solid 1px #980c10;
	background: #d81b21;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -webkit-linear-gradient(top, #ed1c24, #aa1317);
	background: -moz-linear-gradient(top, #ed1c24, #aa1317);
	background: -ms-linear-gradient(top, #ed1c24, #aa1317);
	background: -o-linear-gradient(top, #ed1c24, #aa1317);
	background: linear-gradient(top, #ed1c24, #aa1317);
}

a.call_to_action_button:hover {
	text-decoration: none;
	color: #fff !important;
	border: 1px solid #333333;
	background: #000;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -webkit-linear-gradient(top, #444, #000);
	background: -moz-linear-gradient(top, #444, #000);
	background: -ms-linear-gradient(top, #444, #000);
	background: -o-linear-gradient(top, #444, #000);
	background: linear-gradient(top, #444, #000);
	box-shadow: 0 0 0px 2px #fafafa;
	cursor: pointer; 
}


.bg-img-button {
    background-image: linear-gradient( 0deg, rgb(46, 46, 46), rgba(31, 31, 31, 0));
    height: 181px;
    width: 100%;
    background-color: #cccccc;
    font-family: Inter;
    font-weight: 500;
    font-size: 1.8rem;
    padding: 16px;
    line-height: 140%;
    color: white;
    text-decoration: none;
    transition: 0.4s all;
    display: flex;
    flex-direction: column-reverse;
    border-radius: 16px;
}

.bg-img-button:hover {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
}
