/*------------------------------------------------------

	Type: FSA shortcode css
	Author: UDTHEMES
	Author URI: http://themeforest.net/user/udfrance


/*--------------------------------------------------------
	1.Content Styling
--------------------------------------------------------*/

/*COLUMNS*/

.column_one_half, .column_one_third, .column_one_fourth, .column_two_thirds, .column_three_fourths{float:left;margin-right:4%;overflow:hidden; position:relative;margin-bottom:50px;}
.column_one_half p, .column_one_third p, .column_one_fourth p, .column_two_thirds p, .column_three_fourths p{margin-bottom:0;}

/*sizes*/
.column_one_half{width:48%;}
.column_one_third{width:30.6666%;}
.column_one_fourth{width:22%;}
.column_two_thirds{width:65.3334%;}
.column_three_fourths{width:74%;}
.last{margin-right:0; clear:right;}

/*HIGHLIGHTS*/
strong { font-weight:bold; }
em { font-style:italic; }

/*standard - colors*/
strong.darkGray {color:#fff;background:#111;padding:0 3px;}
strong.gray {color:#fff;background:#666;padding:0 3px;}
strong.white {color:#000;background:#fff;padding:0 3px;}
strong.turquoise {color:#000;background:#60daec;padding:0 3px;}
strong.yellow {color:#000;background:#fcdc01;padding:0 3px;	}
strong.orange {color:#000;background:#fc7101;padding:0 3px;}
strong.red {color:#000;background:#ed0e1e;padding:0 3px;}
strong.green {color:#000;background:#aadb14;padding:0 3px;}
strong.blue {color:#000;background:#42a0e9;padding:0 3px;}
strong.purple {color:#000;background:#f22ef4;padding:0 3px;}
strong.pink {color:#000;background:#ff005a;padding:0 3px;}
em.darkGray {color:#fff;background:#111;padding:0 3px;}
em.gray {color:#fff;background:#666;padding:0 3px;}
em.white {color:#000;background:#fff;padding:0 3px;}
em.urquoise {color:#000;background:#60daec;padding:0 3px;}
em.yellow {color:#000;background:#fcdc01;padding:0 3px;}
em.orange {color:#000;background:#fc7101;padding:0 3px;}
em.red {color:#000;background:#ed0e1e;padding:0 3px;}
em.green {color:#000;background:#aadb14;padding:0 3px;}
em.blue {color:#000;background:#42a0e9;padding:0 3px;}
em.purple {color:#000;background:#f22ef4;padding:0 3px;}
em.pink {color:#000;background:#ff005a;padding:0 3px;}

/*LISTS*/
ul {float:left;margin:0 40px 16px 0;padding:0;list-style:none;}
ul li {margin-bottom:2px;}
ul.last {margin-right:0;}

/*--------------------------------------------------------
	3.Ui-Buttons
--------------------------------------------------------*/

.submit {float:left;font:12px Arial, Helvetica, sans-serif;font-weight:normal;color:#fff !important;background:#111;
    text-decoration:none;text-transform:uppercase;padding:10px 24px;border:0;cursor:pointer;outline:0;margin:0 0 16px 0;-webkit-appearance: none;border-bottom:0 !important;border-radius:3px;text-shadow:none;}

/* colors*/
.submitTheme{color:#fff !important;background:#f15a29 !important;}
.submit:hover, .submit:focus, .submit:active {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";filter: alpha(opacity=80);opacity: 0.8;}
.submit:active {position:relative;top:1px;}
