@charset "UTF-8";
/* CSS Document */


a.smallred:hover, a.bigred:hover {
    color: #ffffff /*#803030*/ !important;
}
a.small-button:hover, a.big-button:hover, a.icon-button:hover {
    text-decoration: none;
}
a.big-button, a.small-button, a.icon-button {
    cursor: pointer;
}
a.smallred {
    background: #df1e40 none repeat scroll 0 0;
    border: 1px solid #df1e40;
    color: #ffffff !important;
	
}
a.smallblue {
    background: #dddddd none repeat scroll 0 0;
    border: 1px solid #dddddd;
    color: #888888 !important;
}
a.smallblue:hover {
    background: #df1e40 none repeat scroll 0 0;
    border: 1px solid #df1e40;
    color: #ffffff !important;
}


a.small-button {
   font-weight: 500 !important;
    margin: 0 2px 5px 0;
    padding: 3px 7px;
	font-family: 'Roboto', "Open Sans", 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif; 
    font-size: 14px;
    text-transform: uppercase;
	letter-spacing:0.5px;
}
a.small-button, a.icon-button {
    border-radius: 3px;
    box-shadow: none;
    display: inline-block;
    line-height: 26px;
    text-shadow: none;
}

/*ANIMATED BIG BUTTON*/



.big-button {
	position: relative;
	/*padding: 0.3em 1em;
	border: 2px solid;*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/*background: transparent;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7em !important;*/
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}



a.big-button {
    border-radius: 3px;
    box-shadow: none;
    display: inline-block;
    line-height: 26px;
    text-shadow: none;
}

a.big-button {
   font-weight: 500 !important;
    margin: 0 5px 8px 0;
    padding: 6px 14px;
	font-family: 'Roboto', "Open Sans", 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif; 
    font-size: 20px;
    text-transform: uppercase;
}




/* Button - With Icon */
.big-button:after {
	position: absolute;
	margin-left: -1em;
	opacity: 0;
	font-size: 32px;
	line-height: 1em;
	content: "\35";
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.big-button:after {
    -moz-osx-font-smoothing: grayscale;
    font-family: "ETmodules" !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 24px;
    text-transform: none;
}
.big-button:hover:after {
	margin-left: 0;
	opacity: 1;
}


a.big-button:hover, a.big-button:hover:after {
	color:#ffffff;
}

a.bigred {
    background: #df1e40 none repeat scroll 0 0;
    border: 2px solid #df1e40;
    color: #ffffff !important;
	
}

a.bigpurple {
    background: #dddddd none repeat scroll 0 0;
    border: 2px solid #dddddd;
    color: #888888 /*#df1e40*/ !important;
	
}

.big-button:hover { 
					background:rgba(223,30,64,0.8) !important;
					/*border-color:rgba(223,30,64,0.8) !important;*/
				/*	padding-left:0.7em; padding-right: 2em;*/ }


.big-button.bigpurple:hover { 
					background:rgba(223,30,64,1) !important;
					color:#ffffff !important;
					border: 2px solid #df1e40;
					/*border-color:rgba(223,30,64,0.8) !important;*/
				/*	padding-left:0.7em; padding-right: 2em;*/ }

/* Button Hover */
.big-button:hover {
	/*padding: 0.3em 2em 0.3em 1em;*/
	/*border: 1px solid transparent;2opx*/
}

/* Button Hover Light Text */
.big-button:hover {
	/*background: rgba(255, 255, 255, 0.2);*/
}

/* Button Hover Dark Text */
.et_pb_bg_layout_light .et_pb_button:hover,
.et_pb_pricing_table_button:hover,
.et_pb_contact_submit:hover,
.et_pb_contact_reset:hover {
	background: rgba(0, 0, 0, 0.05);
}






/*.big-button:hover:after {
	left: 0.15em;
}
*/
.big-button:hover {
/*	padding-right: 0.7em;*/
	/*padding-left: 2em;*/
	padding-right: 2em;
}

