/* Minify_CSS_UriRewriter::$debugText

*/

/* shortcodes.css */

/* 1   */ /* =General CSS
/* 2   *| -------------------------------------------------------------- */
/* 3   */ .full_width,
/* 4   */ .one_half,
/* 5   */ .one_third,
/* 6   */ .two_third,
/* 7   */ .one_fourth,
/* 8   */ .three_fourth,
/* 9   */ .one_fifth,
/* 10  */ .two_fifth,
/* 11  */ .three_fifth,
/* 12  */ .four_fifth,
/* 13  */ .one_sixth,
/* 14  */ .five_sixth {
/* 15  */ 	float: left;
/* 16  */ }
/* 17  */ .clear_column {
/* 18  */ 	clear:both;
/* 19  */ 	display:block;
/* 20  */ 	font-size:0; height:0;
/* 21  */ 	line-height:0; width:100%;
/* 22  */ 	overflow: hidden;
/* 23  */ }
/* 24  */
/* 25  */ /* =Shortcodes Templates
/* 26  *| -------------------------------------------------------------- */
/* 27  */
/* 28  */ /* =Default Template (no margin)
/* 29  *| -------------------------------------------------------------- */
/* 30  */ .full_width  {
/* 31  */ 	width: 100%;
/* 32  */ }
/* 33  */ .one_half  {
/* 34  */ 	width: 50%;
/* 35  */ }
/* 36  */ .one_third  {
/* 37  */ 	width: 33.3%;
/* 38  */ }
/* 39  */ .two_third  {
/* 40  */ 	width: 66.6%;
/* 41  */ }
/* 42  */ .one_fourth  {
/* 43  */ 	width: 25%;
/* 44  */ }
/* 45  */ .three_fourth  {
/* 46  */ 	width: 75%;
/* 47  */ }
/* 48  */ .one_fifth  {
/* 49  */ 	width: 20%;
/* 50  */ }

/* shortcodes.css */

/* 51  */ .two_fifth  {
/* 52  */ 	width: 40%;
/* 53  */ }
/* 54  */ .three_fifth  {
/* 55  */ 	width: 60%;
/* 56  */ }
/* 57  */ .four_fifth  {
/* 58  */ 	width: 80%;
/* 59  */ }
/* 60  */ .one_sixth  {
/* 61  */ 	width: 16.6%;
/* 62  */ }
/* 63  */ .five_sixth  {
/* 64  */ 	width: 83.4%;
/* 65  */ }
/* 66  */
/* 67  */ /* =Responsive
/* 68  *| -------------------------------------------------------------- */
/* 69  */ /* Maximum width of 600 pixels. */
/* 70  */ @media screen and (max-width: 600px) {
/* 71  */ 	.full_width,
/* 72  */ 	.one_half,
/* 73  */ 	.one_third,
/* 74  */ 	.two_third,
/* 75  */ 	.one_fourth,
/* 76  */ 	.three_fourth,
/* 77  */ 	.one_fifth,
/* 78  */ 	.two_fifth,
/* 79  */ 	.three_fifth,
/* 80  */ 	.four_fifth,
/* 81  */ 	.one_sixth,
/* 82  */ 	.five_sixth {
/* 83  */ 		clear: both;
/* 84  */ 		width: 100%;
/* 85  */ 		margin-left: 0;
/* 86  */ 		margin-right: 0;
/* 87  */ 		margin-bottom: 1em;
/* 88  */ 	}
/* 89  */ }
/* 90  */
/* 91  */ /* =Small Margins Template
/* 92  *| -------------------------------------------------------------- */
/* 93  */ /*
/* 94  *| .full_width  {
/* 95  *| 	width: 100%;
/* 96  *| }
/* 97  *| .one_half {
/* 98  *| 	width: 49% !important;
/* 99  *| 	margin-right: 2% !important;
/* 100 *| }

/* shortcodes.css *|

/* 101 *| .one_half.last_column {
/* 102 *| 	width: 49% !important;
/* 103 *| 	margin-right: 0px !important;
/* 104 *| }
/* 105 *| .one_third {
/* 106 *| 	width: 32% !important;
/* 107 *| 	margin-right: 2% !important;
/* 108 *| }
/* 109 *| .one_third.last_column {
/* 110 *| 	width: 32% !important;
/* 111 *| 	margin-right: 0px !important;
/* 112 *| }
/* 113 *| .two_third {
/* 114 *| 	width: 66% !important;
/* 115 *| 	margin-right: 2% !important;
/* 116 *| }
/* 117 *| .two_third.last_column {
/* 118 *| 	width: 66% !important;
/* 119 *| 	margin-right: 0px !important;
/* 120 *| }
/* 121 *| .one_fourth {
/* 122 *| 	width: 23.5% !important;
/* 123 *| 	margin-right: 2% !important;
/* 124 *| }
/* 125 *| .one_fourth.last_column {
/* 126 *| 	width: 23.5% !important;
/* 127 *| 	margin-right: 0px !important;
/* 128 *| }
/* 129 *| .three_fourth {
/* 130 *| 	width: 74.5% !important;
/* 131 *| 	margin-right: 2% !important;
/* 132 *| }
/* 133 *| .three_fourth.last_column {
/* 134 *| 	width: 74.5% !important;
/* 135 *| 	margin-right: 0px !important;
/* 136 *| }
/* 137 *| .one_fifth {
/* 138 *| 	width: 18.4% !important;
/* 139 *| 	margin-right: 2% !important;
/* 140 *| }
/* 141 *| .one_fifth.last_column {
/* 142 *| 	width: 18.4% !important;
/* 143 *| 	margin-right: 0px !important;
/* 144 *| }
/* 145 *| .two_fifth {
/* 146 *| 	width: 39% !important;
/* 147 *| 	margin-right: 2% !important;
/* 148 *| }
/* 149 *| .two_fifth.last_column {
/* 150 *| 	width: 39% !important;

/* shortcodes.css *|

/* 151 *| 	margin-right: 0px !important;
/* 152 *| }
/* 153 *| .three_fifth {
/* 154 *| 	width: 59% !important;
/* 155 *| 	margin-right: 2% !important;
/* 156 *| }
/* 157 *| .three_fifth.last_column {
/* 158 *| 	width: 59% !important;
/* 159 *| 	margin-right: 0px !important;
/* 160 *| }
/* 161 *| .four_fifth {
/* 162 *| 	width: 79.6% !important;
/* 163 *| 	margin-right: 2% !important;
/* 164 *| }
/* 165 *| .four_fifth.last_column {
/* 166 *| 	width: 79.6% !important;
/* 167 *| 	margin-right: 0px !important;
/* 168 *| }
/* 169 *| .one_sixth {
/* 170 *| 	width: 15% !important;
/* 171 *| 	margin-right: 2% !important;
/* 172 *| }
/* 173 *| .one_sixth.last_column {
/* 174 *| 	width: 15% !important;
/* 175 *| 	margin-right: 0px !important;
/* 176 *| }
/* 177 *| */
