/* ts-fab.min.css */

/* 1 */ .ts-fab-wrapper{margin:2em 0;clear:both}.ts-fab-wrapper a{text-decoration:none!important}.ts-fab-wrapper img{border:none!important}.ts-fab-list{overflow:hidden;margin:0!important;padding:0!important}.ts-fab-list li{display:block;float:left;clear:none;list-style:none!important;margin:0 5px 0 0!important;padding:0!important;background:0 0!important}.ts-fab-list li:before{display:none!important}.ts-fab-list li a{display:block;line-height:16px;height:16px;padding:8px 12px;background-color:#e9e9e9;border:1px solid #e9e9e9;border-bottom:none!important;text-decoration:none;font-size:13px;color:#333;font-weight:700;box-sizing:content-box;-moz-box-sizing:content-box;background-image:url(../wp-content/plugins/fancier-author-box/images/tab_icons.png)}.ts-fab-list li a:hover{color:#333}.ts-fab-list li.active a{background-color:#333;color:#fff;border-color:#333}.ts-fab-list li.ts-fab-bio-link a{background-position:8px 8px;background-repeat:no-repeat;padding-left:27px}.ts-fab-list li.ts-fab-bio-link.active a{background-position:-279px 8px;background-repeat:no-repeat;padding-left:27px}.ts-fab-list li.ts-fab-twitter-link a{background-position:8px -42px;background-repeat:no-repeat;padding-left:35px}.ts-fab-list li.ts-fab-twitter-link.active a{background-position:-270px -42px;background-repeat:no-repeat;padding-left:35px}.ts-fab-list li.ts-fab-facebook-link a{background-position:8px -92px;background-repeat:no-repeat;padding-left:23px}.ts-fab-list li.ts-fab-facebook-link.active a{background-position:-284px -92px;background-repeat:no-repeat;padding-left:23px}.ts-fab-list li.ts-fab-googleplus-link a{background-position:8px -142px;background-repeat:no-repeat;padding-left:30px}.ts-fab-list li.ts-fab-googleplus-link.active a{background-position:-276px -142px;background-repeat:no-repeat;padding-left:30px}.ts-fab-list li.ts-fab-latest-posts-link a{background-position:8px -192px;background-repeat:no-repeat;padding-left:27px}.ts-fab-list li.ts-fab-latest-posts-link.active a{background-position:-280px -192px;background-repeat:no-repeat;padding-left:27px}.ts-fab-widget .ts-fab-list li a{text-indent:-9999em;padding:8px 12px!important}.ts-fab-widget .ts-fab-list li.ts-fab-bio-link a{width:4px}.ts-fab-widget .ts-fab-list li.ts-fab-twitter-link a{width:12px}.ts-fab-widget .ts-fab-list li.ts-fab-googleplus-link a{width:8px}.ts-fab-widget .ts-fab-list li.ts-fab-facebook-link a{width:0}.ts-fab-widget .ts-fab-list li.ts-fab-latest-posts-link a{width:4px}.ts-fab-tab{display:none;border:2px solid #333;padding:12px;background:#fff;min-height:80px;overflow:hidden}.ts-tab:first-child{display:block}.ts-fab-widget .ts-fab-tab{padding:8px}.ts-fab-avatar{display:block;float:left;width:80px}.ts-fab-no-float .ts-fab-avatar{float:none;margin:0 0 12px}.ts-fab-text{margin-left:96px;line-height:1.5}.ts-fab-no-float .ts-fab-text{margin-left:0}.ts-fab-avatar>img{width:80px;max-width:100%!important}.ts-fab-header{margin-bottom:10px}.ts-fab-text h4{clear:none!important;font-size:18px;line-height:1!important;font-weight:700;margin:0 0 .2em!important;padding:0}.ts-fab-description,.ts-fab-latest li span,.ts-fab-twitter-time{font-size:12px}.ts-fab-follow{margin-top:10px}.ts-fab-social-links{margin:5px 0 0;text-align:center}.ts-fab-social-links a{display:inline-block;margin:0 1px;opacity:.5;transition:opacity .2s;-moz-transition:opacity .2s;-webkit-transition:opacity .2s;-o-transition:opacity .2s}.ts-fab-social-links a:hover{opacity:1}.ts-fab-latest{margin:0!important;padding:0!important}.ts-fab-latest li{list-style:none!important;line-height:1.2;margin:0 0 .6em!important;clear:none!important}.latest-see-all{font-weight:400}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;left:-9999px}

/* se-styles.css */

/* 1  */ a.se-box {
/* 2  */     display: block;
/* 3  */     float:right;
/* 4  */     box-shadow: rgba(0, 0, 0, 0.15) 0 1px 3px 0;
/* 5  */     width: 200px;
/* 6  */     font-family: "Helvetica Neue", Arial, sans-serif;
/* 7  */     color: rgb(0, 0, 0);
/* 8  */     text-decoration: none;
/* 9  */     margin: 10px;
/* 10 */     -webkit-border-radius: 5px;
/* 11 */     -moz-border-radius: 5px;
/* 12 */     -ms-border-radius: 5px;
/* 13 */     -o-border-radius: 5px;
/* 14 */     border-radius: 5px;
/* 15 */     border: 1px solid rgb(238, 238, 238);
/* 16 */     padding: 10px;
/* 17 */     background-color: #fff;
/* 18 */     -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 3px 0;
/* 19 */     -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 3px 0;
/* 20 */ }
/* 21 */ 
/* 22 */ a.se-box span.se-box-heading {
/* 23 */     display: block;
/* 24 */     line-height:20px;
/* 25 */ }
/* 26 */ 
/* 27 */ a.se-box span.se-box-heading span.se-box-heading-title {
/* 28 */     font-weight: bold;
/* 29 */     font-size: 16px;
/* 30 */     display: inline-block;
/* 31 */     color: #3498db;
/* 32 */ }
/* 33 */ 
/* 34 */ a.se-box span.se-box-text {
/* 35 */     font-style: italic;
/* 36 */     margin: 8px 0;
/* 37 */     font-size: 12px;
/* 38 */     display: block;
/* 39 */     color:#7f8c8d;
/* 40 */     line-height:14px;
/* 41 */ }
/* 42 */ 
/* 43 */ a.se-box span.se-box-date {
/* 44 */     font-style: italic;
/* 45 */     margin: 0 0 5px 0;
/* 46 */     font-size: 10px;
/* 47 */     display: block;
/* 48 */     color: #2c3e50;
/* 49 */     line-height:10px;
/* 50 */ }

/* se-styles.css */

/* 51 */ 
/* 52 */ a.se-box span.se-box-domain {
/* 53 */     font-style: italic;
/* 54 */     margin: 0;
/* 55 */     font-size: 10px;
/* 56 */     display: block;
/* 57 */     color: #2c3e50;
/* 58 */     line-height:10px;
/* 59 */ }

/* uaf.css */

/* 1 */ 

/* wprmenu.css */

/* 1   */ /*
/* 2   *| Icons from icon font  - setup
/* 3   *|  */
/* 4   */ @font-face {
/* 5   */ 	font-family: 'wprmenu';
/* 6   */ 	src:url('../wp-content/plugins/wp-responsive-menu/fonts/wprmenu.eot');
/* 7   */ 	src:url('../wp-content/plugins/wp-responsive-menu/fonts/wprmenu.eot#iefix') format('embedded-opentype'),
/* 8   */ 		url('../wp-content/plugins/wp-responsive-menu/fonts/wprmenu.woff') format('woff'),
/* 9   */ 		url('../wp-content/plugins/wp-responsive-menu/fonts/wprmenu.ttf') format('truetype'),
/* 10  */ 		url('../wp-content/plugins/wp-responsive-menu/fonts/wprmenu.svg') format('svg');
/* 11  */ 	font-weight: normal;
/* 12  */ 	font-style: normal;
/* 13  */ }
/* 14  */ #wprmenu_menu .wprmenu_icon:before, #wprmenu_bar [data-icon]:before {
/* 15  */ 	font-family: 'wprmenu';
/* 16  */ 	speak: none;
/* 17  */ 	font-weight: normal;
/* 18  */ 	font-variant: normal;
/* 19  */ 	text-transform: none;
/* 20  */ 	line-height: 1;
/* 21  */ 	-webkit-font-smoothing: antialiased;
/* 22  */ }
/* 23  */ #wprmenu_bar,
/* 24  */ #wprmenu_bar *,
/* 25  */ #wprmenu_menu,
/* 26  */ #wprmenu_menu * {
/* 27  */   /* reset */
/* 28  */   margin:0;
/* 29  */   padding:0;
/* 30  */   -moz-box-sizing: border-box!important;
/* 31  */ 	-webkit-box-sizing: border-box!important;
/* 32  */ 	box-sizing: border-box!important;
/* 33  */ 	font-family: 'Open Sans', sans-serif;
/* 34  */   list-style:none;
/* 35  */   text-align:left;
/* 36  */   font-size:100%;
/* 37  */   font-weight:normal;
/* 38  */ }
/* 39  */ #wprmenu_menu img, #wprmenu_bar img {
/* 40  */   border:0; border:none;
/* 41  */ }
/* 42  */ 
/* 43  */ .wprmenu_clear {
/* 44  */ 	clear: both !important;
/* 45  */     display: block !important;
/* 46  */     height: 1px !important;
/* 47  */     margin: -1px 0 0 !important;
/* 48  */     width: 1px !important;
/* 49  */ }
/* 50  */ /*

/* wprmenu.css */

/* 51  *| The top Bar that shows/hides the menu
/* 52  *|  */
/* 53  */ #wprmenu_bar {
/* 54  */ 	position:fixed;
/* 55  */ 	top:0px;
/* 56  */ 	left:0px;
/* 57  */ 	background: #0D0D0D;
/* 58  */ 	padding:10px 16px;
/* 59  */ 	width:100%;
/* 60  */ 	display: none;
/* 61  */ 	cursor: pointer;
/* 62  */ 	z-index: 98;
/* 63  */ 	overflow: hidden;
/* 64  */ 	height:42px;
/* 65  */ 	display: none;
/* 66  */ }
/* 67  */ #wprmenu_bar .menu_title {
/* 68  */ 	color:#f2f2f2;
/* 69  */ 	font-weight: 400;
/* 70  */ 	font-size: 20px;
/* 71  */ 	line-height: 20px;
/* 72  */ }
/* 73  */ #wprmenu_bar .bar_logo {
/* 74  */   border:0px;
/* 75  */   border:none;
/* 76  */   margin:0xp;
/* 77  */   padding:0px;
/* 78  */   margin-top: -2px;
/* 79  */   padding-right: 8px;
/* 80  */   width:auto;
/* 81  */   height: 25px;
/* 82  */ }
/* 83  */ /* Search Box */
/* 84  */ .wpr_search {
/* 85  */ 	padding: 10px !important;
/* 86  */ }
/* 87  */ .wpr_search .wpr-search-field {
/* 88  */ 	padding: 5px !important;
/* 89  */ 	border: 1px solid #ccc;
/* 90  */ 	max-width: 100%;
/* 91  */ 	width: 100%;
/* 92  */ }
/* 93  */ /* font icon */
/* 94  */ #wprmenu_bar .wprmenu_icon_menu {
/* 95  */ 	color:#f2f2f2;
/* 96  */ 	margin-right:5px;
/* 97  */ }
/* 98  */ /* html icon */
/* 99  */ #wprmenu_bar .wprmenu_icon {
/* 100 */ 	width: 20px;

/* wprmenu.css */

/* 101 */ 	height: 22px;
/* 102 */ 	overflow: hidden;
/* 103 */ 	float: left;
/* 104 */ 	margin-right: 16px;
/* 105 */ 	padding-top: 2px;
/* 106 */ 	position: relative;
/* 107 */ }
/* 108 */ #wprmenu_bar .wprmenu_icon span {
/* 109 */   -webkit-transition: all .01s ease-in-out;
/* 110 */   -moz-transition: all .01s ease-in-out;
/* 111 */   -o-transition: all .01s ease-in-out;
/* 112 */   -ms-transition: all .01s ease-in-out;
/* 113 */   transition: all .01s ease-in-out;
/* 114 */ 	display: block;
/* 115 */   position: absolute;
/* 116 */ 	width: 20px;
/* 117 */ 	height: 4px;
/* 118 */   left: 0px;
/* 119 */ 	background: #f2f2f2;
/* 120 */ }
/* 121 */ #wprmenu_bar .wprmenu_ic_1 {
/* 122 */   top:0px;
/* 123 */ }
/* 124 */ #wprmenu_bar .wprmenu_ic_2 {
/* 125 */   top:7px;
/* 126 */ }
/* 127 */ #wprmenu_bar .wprmenu_ic_3 {
/* 128 */   top:14px;
/* 129 */ }
/* 130 */ #wprmenu_bar.menu_is_opened .wprmenu_ic_1 {
/* 131 */   top:-10px;
/* 132 */ }
/* 133 */ #wprmenu_bar.menu_is_opened .wprmenu_ic_2 {
/* 134 */   top:9px!important;
/* 135 */   -webkit-transform: rotate(45deg);
/* 136 */      -moz-transform: rotate(45deg);
/* 137 */       -ms-transform: rotate(45deg);
/* 138 */        -o-transform: rotate(45deg);
/* 139 */           transform: rotate(45deg);
/* 140 */           zoom:1;
/* 141 */ }
/* 142 */ #wprmenu_bar.menu_is_opened .wprmenu_ic_3 {
/* 143 */   top:9px!important;
/* 144 */   -webkit-transform: rotate(-45deg);
/* 145 */      -moz-transform: rotate(-45deg);
/* 146 */       -ms-transform: rotate(-45deg);
/* 147 */        -o-transform: rotate(-45deg);
/* 148 */           transform: rotate(-45deg);
/* 149 */           zoom:1;
/* 150 */ }

/* wprmenu.css */

/* 151 */ 
/* 152 */ 
/* 153 */ 
/* 154 */ body { position: relative!important; }
/* 155 */ 
/* 156 */ 
/* 157 */ 
/* 158 */ 
/* 159 */ #wprmenu_menu.top {
/* 160 */ 	top:0px;
/* 161 */ 	left:0px;
/* 162 */ 	width:100%;
/* 163 */ 	display: none;
/* 164 */ 	position: relative;
/* 165 */ 	z-index: 9999;
/* 166 */ }
/* 167 */ #wprmenu_menu.left, #wprmenu_menu.right {
/* 168 */     display: none;
/* 169 */     position: absolute;
/* 170 */     position: fixed;
/* 171 */     top: 0px;
/* 172 */     height: 100%;
/* 173 */     z-index: 97;
/* 174 */     overflow-x: none;
/* 175 */     overflow-y: auto;
/* 176 */     background: #2E2E2E;
/* 177 */ 	top: 42px;
/* 178 */ 	padding-bottom: 43px;
/* 179 */ }
/* 180 */ body.admin-bar #wprmenu_bar {
/* 181 */ 	top:32px;
/* 182 */ 	padding-bottom: 33px;
/* 183 */ }
/* 184 */ body.admin-bar #wprmenu_menu.left, 
/* 185 */ body.admin-bar #wprmenu_menu.right {
/* 186 */ 	top: 74px;
/* 187 */ 	padding-bottom: 75px;
/* 188 */ }
/* 189 */ @media only screen and (max-width: 782px) {
/* 190 */ 	body.admin-bar #wprmenu_menu.left, 
/* 191 */ 	body.admin-bar #wprmenu_menu.right {
/* 192 */ 		top: 86px;
/* 193 */ 		padding-bottom: 87px;
/* 194 */ 	}
/* 195 */ 	body.admin-bar #wprmenu_bar {
/* 196 */ 		top:46px;
/* 197 */ 	}
/* 198 */ }
/* 199 */ /*1st level*/
/* 200 */ #wprmenu_menu ul {

/* wprmenu.css */

/* 201 */ 	margin:0px;
/* 202 */ 	padding:0px;
/* 203 */ 	display: block;
/* 204 */ 	width:100%;
/* 205 */ 	position: relative;
/* 206 */ 	list-style: none;
/* 207 */ }
/* 208 */ #wprmenu_menu ul li {
/* 209 */ 	display: block;
/* 210 */ 	list-style: none;
/* 211 */ }
/* 212 */ 
/* 213 */ #wprmenu_menu ul li a, #wprmenu_menu ul li a:hover {
/* 214 */ 	border-bottom:1px solid #131212;
/* 215 */ 	border-top:1px solid #474747;
/* 216 */ 	display: block;
/* 217 */ 	color:#D3D3D3;
/* 218 */ 	padding: 13px 14px;
/* 219 */ 	font-size:14px;
/* 220 */ 	margin:0px;
/* 221 */ 	text-decoration: none;
/* 222 */ }
/* 223 */ 
/* 224 */ 
/* 225 */ /*********/
/* 226 */ #wprmenu_menu.wprmenu_levels ul li {
/* 227 */ 	display: block;
/* 228 */ 	overflow: hidden;
/* 229 */ 	border-bottom:1px solid #131212;
/* 230 */ 	border-top:1px solid #474747;
/* 231 */ 	width:100%;
/* 232 */ 	position: relative;
/* 233 */ }
/* 234 */ #wprmenu_menu.wprmenu_levels ul li a{
/* 235 */ 	float: left;
/* 236 */ 	border: none;
/* 237 */ 	width: 100%;
/* 238 */ }
/* 239 */ #wprmenu_menu.wprmenu_levels a.wprmenu_parent_item {
/* 240 */ 	border-left:1px solid #474747;
/* 241 */ 	margin-left: 44px;
/* 242 */ }
/* 243 */ #wprmenu_menu .wprmenu_icon_par {
/* 244 */ 	position: relative;
/* 245 */ 	display: block;
/* 246 */ 	color: #CFCFCF;
/* 247 */ 	width: 46px;
/* 248 */ 	padding: 13px 14px 10px 14px;
/* 249 */ 	cursor: pointer;
/* 250 */ 	float: left;

/* wprmenu.css */

/* 251 */ 	position: absolute;
/* 252 */ 	top:0px;
/* 253 */ 	left:0px;
/* 254 */ }
/* 255 */ 
/* 256 */ 
/* 257 */ 
/* 258 */ #wprmenu_menu .wprmenu_no_border_bottom {
/* 259 */ 	border-bottom: none!important;
/* 260 */ }
/* 261 */ 
/* 262 */ #wprmenu_menu.wprmenu_levels ul li ul { border-top:1px solid #131212;}
/* 263 */ 
/* 264 */ #wprmenu_menu.wprmenu_levels ul li ul li { padding-left:44px;}
/* 265 */ 
/* 266 */ #wprmenu_menu.wprmenu_levels ul li ul li ul li { padding-left:88px;}
/* 267 */ 
/* 268 */ #wprmenu_menu.wprmenu_levels ul li ul li ul li ul li { padding-left:132px;}
/* 269 */ 
/* 270 */ #wprmenu_menu.wprmenu_levels ul li ul li ul li ul li ul li { padding-left:176px;}
/* 271 */ 
/* 272 */ 
/* 273 */ #wprmenu_menu.wprmenu_levels ul li ul li.wprmenu_parent_item_li { padding-left:0px;}
/* 274 */ #wprmenu_menu.wprmenu_levels ul li ul li.wprmenu_parent_item_li .wprmenu_icon_par { margin-left:44px;}
/* 275 */ #wprmenu_menu.wprmenu_levels ul li ul li.wprmenu_parent_item_li a.wprmenu_parent_item { margin-left: 88px;}
/* 276 */ 
/* 277 */ #wprmenu_menu.wprmenu_levels ul li ul li ul li.wprmenu_parent_item_li { padding-left:0px;}
/* 278 */ #wprmenu_menu.wprmenu_levels ul li ul li ul li.wprmenu_parent_item_li .wprmenu_icon_par { margin-left:88px;}
/* 279 */ #wprmenu_menu.wprmenu_levels ul li ul li ul li.wprmenu_parent_item_li a.wprmenu_parent_item { margin-left: 132px;}
/* 280 */ 
/* 281 */ #wprmenu_menu.wprmenu_levels ul li ul li ul li ul li.wprmenu_parent_item_li { padding-left:0px;}
/* 282 */ #wprmenu_menu.wprmenu_levels ul li ul li ul li ul li.wprmenu_parent_item_li .wprmenu_icon_par { margin-left:132px;}
/* 283 */ #wprmenu_menu.wprmenu_levels ul li ul li ul li ul li.wprmenu_parent_item_li a.wprmenu_parent_item { margin-left: 176px;}
/* 284 */ 
/* 285 */ #wprmenu_menu.wprmenu_levels ul li ul li ul li ul li ul li.wprmenu_parent_item_li { padding-left:0px;}
/* 286 */ #wprmenu_menu.wprmenu_levels ul li ul li ul li ul li ul li.wprmenu_parent_item_li .wprmenu_icon_par { margin-left:176px;}
/* 287 */ #wprmenu_menu.wprmenu_levels ul li ul li ul li ul li ul li.wprmenu_parent_item_li a.wprmenu_parent_item { margin-left: 220px;}
/* 288 */ /********/
/* 289 */ 
/* 290 */ .icon_default.wprmenu_icon_par:before {
/* 291 */ 	content:"t";
/* 292 */ }
/* 293 */ 
/* 294 */ 
/* 295 */ .icon_default.wprmenu_par_opened:before {
/* 296 */ 	content:"o";
/* 297 */ }

/* shortcodes.css */

/* 1   */ /*------------------------------------------------*/
/* 2   */ /*-------------------[SHORTCODES]-----------------*/
/* 3   */ /*------------------------------------------------*/
/* 4   */ 
/* 5   */ .et-box { margin: 0px 0px 10px; -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1); box-shadow: 0 1px 1px rgba(0,0,0,0.1); font-size: 14px; position: relative; }
/* 6   */ 	.et-box-content { text-shadow: 1px 1px 1px #ffffff; padding: 27px 43px 17px 66px; min-height: 35px; }
/* 7   */ 		.et-box-content strong { color: #000000; font-weight: bold; }
/* 8   */ 
/* 9   */ .et-warning:before, .et-download:before, .et-info:before, .et-bio:before, .et-shadow:before { content: ''; position: absolute; top: 32px; left: 28px; }
/* 10  */ 
/* 11  */ .et-info { border: 1px solid #e2e2ba; }
/* 12  */ 	.et-info:before { width: 22px; height: 20px; background: url(../wp-content/themes/PureType/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -97px -2px; }
/* 13  */ 	.et-info .et-box-content { color: #ada771; background: #f9f9dc; border: 1px solid #fbfbef; -moz-box-shadow: inset 0 0 45px #efefc0; -webkit-box-shadow: inset 0 0 45px #efefc0; box-shadow: inset 0 0 45px #efefc0; }
/* 14  */ 		.et-info .et-box-content h1, .et-info .et-box-content h2, .et-info .et-box-content h3, .et-info .et-box-content h4, .et-info .et-box-content h5, .et-info .et-box-content h6 { color: #ada771; }
/* 15  */ 
/* 16  */ .et-warning { border: 1px solid #e0b1b1; }
/* 17  */ 	.et-warning:before { width: 17px; height: 17px; background: url(../wp-content/themes/PureType/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -75px -41px; }
/* 18  */ 	.et-warning .et-box-content { color: #ad7676; background: #ffd9d5; border: 1px solid #fceeec; -moz-box-shadow: inset 0 0 45px #f0bfba; -webkit-box-shadow: inset 0 0 45px #f0bfba; box-shadow: inset 0 0 45px #f0bfba; }
/* 19  */ 		.et-warning .et-box-content h1, .et-warning .et-box-content h2, .et-warning .et-box-content h3, .et-warning .et-box-content h4, .et-warning .et-box-content h5, .et-warning .et-box-content h6 { color: #ad7676; }
/* 20  */ 
/* 21  */ .et-download { border: 1px solid #b9dbb6; }
/* 22  */ 	.et-download:before { width: 19px; height: 14px; background: url(../wp-content/themes/PureType/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -23px -19px; }
/* 23  */ 	.et-download .et-box-content { color: #7ea57b; background: #dff7dd; border: 1px solid #f1f9f0; -moz-box-shadow: inset 0 0 45px #cbe5c9; -webkit-box-shadow: inset 0 0 45px #cbe5c9; box-shadow: inset 0 0 45px #cbe5c9; }
/* 24  */ 		.et-download .et-box-content h1, .et-download .et-box-content h2, .et-download .et-box-content h3, .et-download .et-box-content h4, .et-download .et-box-content h5, .et-download .et-box-content h6 { color: #7ea57b; }
/* 25  */ 
/* 26  */ .et-bio { border: 1px solid #b3d8d3; }
/* 27  */ 	.et-bio:before { width: 19px; height: 15px; background: url(../wp-content/themes/PureType/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -23px -2px; top: 33px; }
/* 28  */ 	.et-bio .et-box-content { color: #80acb0; background: #ddf5f7; border: 1px solid #f1fafb; -moz-box-shadow: inset 0 0 45px #c6edf0; -webkit-box-shadow: inset 0 0 45px #c6edf0; box-shadow: inset 0 0 45px #c6edf0; }
/* 29  */ 		.et-bio .et-box-content h1, .et-bio .et-box-content h2, .et-bio .et-box-content h3, .et-bio .et-box-content h4, .et-bio .et-box-content h5, .et-bio .et-box-content h6 { color: #80acb0; }
/* 30  */ 
/* 31  */ .et-shadow { border: 1px solid #ddd; }
/* 32  */ 	.et-shadow .et-box-content { color: #737373; background: #fafafa; border: 1px solid #fafafa; -moz-box-shadow: inset 0 0 45px #e7e7e7; -webkit-box-shadow: inset 0 0 45px #e7e7e7; box-shadow: inset 0 0 45px #e7e7e7; }
/* 33  */ 		.et-shadow .et-box-content h1, .et-shadow .et-box-content h2, .et-shadow .et-box-content h3, .et-shadow .et-box-content h4, .et-shadow .et-box-content h5, .et-shadow .et-box-content h6 { color: #737373; }
/* 34  */ 
/* 35  */ 
/* 36  */ .et-tooltip { position: relative; }
/* 37  */ 	.et-tooltip-box { display: none; color: #6d6e6e; line-height: 18px; background: #ffffff; border: 1px solid #dbdbdb; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; position: absolute; bottom:35px; left: -94px; width: 235px; padding: 20px 25px 22px 25px; -moz-box-shadow:1px 1px 5px 1px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1); box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1); }
/* 38  */ 		.et-tooltip-arrow { background: url(../wp-content/themes/PureType/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -120px -2px; width: 24px; height: 13px; display: block; position: absolute; bottom: -13px; left: 129px; }
/* 39  */ 
/* 40  */ 
/* 41  */ .et-learn-more { background: #fff; border: 1px solid #e7e7e7; margin: 10px 0px; -moz-box-shadow: 1px -1px 0 0 #fff; -webkit-box-shadow: 1px -1px 0 0 #fff; box-shadow: 1px -1px 0 0 #fff; }
/* 42  */ 	.et-learn-more h3.heading-more { cursor: pointer; padding: 16px 50px 16px 22px; font-size: 14px; color: #999; letter-spacing: 0px; text-shadow: 1px 1px 0 #fff; position: relative; border-left: 1px solid #fff; border-top: 1px solid #fff; margin: 0 !important; }
/* 43  */ 		.et-learn-more h3.heading-more span.et_learnmore_arrow { display: block; position: absolute; top: 0; right: 0; width: 48px; height: 100%; border-left: 1px solid #fff; -moz-box-shadow: -1px 0 0 0 #e7e7e7; -webkit-box-shadow: -1px 0 0 0 #e7e7e7; box-shadow: -1px 0 0 0 #e7e7e7; }
/* 44  */ 			.et-learn-more span.et_learnmore_arrow span { display: block; position: absolute; top: 50%; left: 50%; margin-top: -5px; margin-left: -6px; width: 13px; height: 10px; background: url(../wp-content/themes/PureType/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -58px -2px; }
/* 45  */ 			.et-learn-more .open span.et_learnmore_arrow span { background-position: -58px -14px; }
/* 46  */ 	.et-learn-more .learn-more-content { padding: 30px 30px 20px; visibility: hidden; border-top: 1px solid #e7e7e7; }
/* 47  */ 	.et_slidecontent .et-learn-more .learn-more-content { display: block; visibility: hidden; }
/* 48  */ 	.et-open .learn-more-content { display: block; visibility: visible !important; }
/* 49  */ 
/* 50  */ .et_shortcodes_controller_nav { border-top: 1px solid #e7e7e7; -moz-box-shadow: inset 1px 1px 0 0 #fff; -webkit-box-shadow: inset 1px 1px 0 0 #fff; box-shadow: inset 1px 1px 0 0 #fff; min-height: 53px; position: relative; }

/* shortcodes.css */

/* 51  */ 	.et_shortcodes_controls_arrows, .et_shortcodes_controls { list-style: none !important; margin: 0 !important; padding: 0 !important; line-height: 26px !important; }
/* 52  */ 	.et_shortcodes_controls { text-align: center; padding-top: 20px !important; line-height: 0 !important; }
/* 53  */ 		.et_shortcodes_controls li { display: inline-block; margin: 0 3px; }
/* 54  */ 			.et_shortcodes_controls a { background: url(../wp-content/themes/PureType/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -45px -1px; width: 11px; height: 11px; display: inline-block; }
/* 55  */ 			.et_shortcodes_controls .et_shortcodes_active_control a { background-position: -45px -14px; }
/* 56  */ 	.et_shortcodes_controls_arrows a { font-size: 14px; color: #999 !important; text-shadow: 1px 1px 0 #fff; position: absolute; top: 0; }
/* 57  */ 	.et_shortcodes_controls_arrows a:hover { color: #4c4c4c; text-decoration: none; }
/* 58  */ 	.et_shortcodes_controls_arrows .et_sc_nav_prev { padding: 14px 38px 12px 48px; border-right: 1px solid #e7e7e7; -moz-box-shadow: 1px 0 0 0 #fff; -webkit-box-shadow: 1px 0 0 0 #fff; box-shadow: 1px 0 0 0 #fff; left: 0; }
/* 59  */ 	.et_shortcodes_controls_arrows .et_sc_nav_next { padding: 14px 48px 12px 38px; border-left: 1px solid #fff; -moz-box-shadow: -1px 0 0 0 #e7e7e7; -webkit-box-shadow: -1px 0 0 0 #e7e7e7; box-shadow: -1px 0 0 0 #e7e7e7; right: 0; }
/* 60  */ 		.et_shortcodes_controls_arrows .et_sc_nav_next span, .et_shortcodes_controls_arrows .et_sc_nav_prev span { top: 21px; }
/* 61  */ 		.et_shortcodes_controls_arrows .et_sc_nav_next span { right: 30px; }
/* 62  */ 		.et_shortcodes_controls_arrows .et_sc_nav_prev span { left: 30px; }
/* 63  */ 
/* 64  */ .et-simple-slider { background: #fff; border: 1px solid #e7e7e7; margin: 10px 0; position: relative; }
/* 65  */ 	.et-simple-slider h1, .et-simple-slider h2, .et-simple-slider h3, .et-simple-slider h4, .et-simple-slider h5, .et-simple-slider h6 { font-family: Century Gothic, Arial, sans-serif; color: #333333; }
/* 66  */ 	.et-simple-slides { overflow: hidden; margin: 30px 30px 20px; }
/* 67  */ 		.et-simple-slider div.et-slide { display: none; width:100% !important; }
/* 68  */ 
/* 69  */ .one_half, .one_third, .two_third, .one_fourth , .three_fourth { float:left; margin-right:4%; position:relative; }
/* 70  */ .one_half { width: 48%; }
/* 71  */ .one_third { width: 30.66%; }
/* 72  */ .two_third { width:65.32%; }
/* 73  */ .one_fourth { width:22%; }
/* 74  */ .three_fourth { width:74%; }
/* 75  */ 
/* 76  */ a.small-button, a.big-button, a.icon-button { display: inline-block; text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4), 1px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4), 1px 1px 1px rgba(0,0,0,0.1); box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4), 1px 1px 1px rgba(0,0,0,0.1); -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; line-height: 26px; }
/* 77  */ 
/* 78  */ a.small-button, a.icon-button { padding: 6px 14px; font-weight: bold !important; font-size: 12px; margin: 0 5px 8px 0; }
/* 79  */ 	a.small-button:hover, a.big-button:hover, a.icon-button:hover { text-decoration: none; }
/* 80  */ 
/* 81  */ a.smallblue, a.bigblue { color: #2b63a8 !important; background: #88bdff; background: -moz-linear-gradient(top, #88bdff 0%, #60a7ff 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88bdff), color-stop(100%,#60a7ff)); background: -webkit-linear-gradient(top, #88bdff 0%,#60a7ff 100%); background: -o-linear-gradient(top, #88bdff 0%,#60a7ff 100%); background: -ms-linear-gradient(top, #88bdff 0%,#60a7ff 100%); background: linear-gradient(to bottom, #88bdff 0%,#60a7ff 100%); border: 1px solid #3e8ff4; }
/* 82  */ 	a.smallblue:hover, a.bigblue:hover { color: #23528c !important; }
/* 83  */ 
/* 84  */ a.smalllightblue { color: #348db6 !important; background: #8edbff; background: -moz-linear-gradient(top, #8edbff 0%, #60cdff 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8edbff), color-stop(100%,#60cdff)); background: -webkit-linear-gradient(top, #8edbff 0%,#60cdff 100%); background: -o-linear-gradient(top, #8edbff 0%,#60cdff 100%); background: -ms-linear-gradient(top, #8edbff 0%,#60cdff 100%); background: linear-gradient(to bottom, #8edbff 0%,#60cdff 100%); border: 1px solid #51b5e4; }
/* 85  */ 	a.smalllightblue:hover { color: #287295 !important; }
/* 86  */ 
/* 87  */ a.smallteal, a.bigteal, a.bigturquoise { color: #3da7a9 !important; background: #61eef0; background: -moz-linear-gradient(top, #61eef0 0%, #59dcde 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#61eef0), color-stop(100%,#59dcde)); background: -webkit-linear-gradient(top, #61eef0 0%,#59dcde 100%); background: -o-linear-gradient(top, #61eef0 0%,#59dcde 100%); background: -ms-linear-gradient(top, #61eef0 0%,#59dcde 100%); background: linear-gradient(to bottom, #61eef0 0%,#59dcde 100%); border: 1px solid #48bec0;}
/* 88  */ 	a.smallteal:hover, a.bigteal:hover, a.bigturquoise:hover { color: #309192 !important; }
/* 89  */ 
/* 90  */ a.smallgreen, a.biggreen { color: #569d51 !important; background: #94e48d; background: -moz-linear-gradient(top, #94e48d 0%, #82cf7c 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#94e48d), color-stop(100%,#82cf7c)); background: -webkit-linear-gradient(top, #94e48d 0%,#82cf7c 100%); background: -o-linear-gradient(top, #94e48d 0%,#82cf7c 100%); background: -ms-linear-gradient(top, #94e48d 0%,#82cf7c 100%); background: linear-gradient(to bottom, #94e48d 0%,#82cf7c 100%); border: 1px solid #4dab46; }
/* 91  */ 	a.smallgreen:hover, a.biggreen:hover { color: #478542 !important; }
/* 92  */ 
/* 93  */ a.smallorange, a.bigorange { color: #c7822f !important; background: #ffcb8c; background: -moz-linear-gradient(top, #ffcb8c 0%, #ffb660 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcb8c), color-stop(100%,#ffb660)); background: -webkit-linear-gradient(top, #ffcb8c 0%,#ffb660 100%); background: -o-linear-gradient(top, #ffcb8c 0%,#ffb660 100%); background: -ms-linear-gradient(top, #ffcb8c 0%,#ffb660 100%); background: linear-gradient(to bottom, #ffcb8c 0%,#ffb660 100%); border: 1px solid #db9c51; }
/* 94  */ 	a.smallorange:hover, a.bigorange:hover { color: #a96c23 !important; }
/* 95  */ 
/* 96  */ a.smallsilver { color: #595a5a !important; background: #f5f5f5; background: -moz-linear-gradient(top, #f5f5f5 0%, #e2e2e2 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e2e2e2)); background: -webkit-linear-gradient(top, #f5f5f5 0%,#e2e2e2 100%); background: -o-linear-gradient(top, #f5f5f5 0%,#e2e2e2 100%); background: -ms-linear-gradient(top, #f5f5f5 0%,#e2e2e2 100%); background: linear-gradient(to bottom, #f5f5f5 0%,#e2e2e2 100%); border: 1px solid #c3c3c3; text-shadow: 1px 1px 1px #fff; -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.9), 1px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.9), 1px 1px 1px rgba(0,0,0,0.1); box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.9), 1px 1px 1px rgba(0,0,0,0.1); }
/* 97  */ 	a.smallsilver:hover { color: #454545 !important; }
/* 98  */ 
/* 99  */ a.smallblack { color: #fff !important; background: #5b5b5b; background: -moz-linear-gradient(top, #5b5b5b 0%, #383838 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b5b5b), color-stop(100%,#383838)); background: -webkit-linear-gradient(top, #5b5b5b 0%,#383838 100%); background: -o-linear-gradient(top, #5b5b5b 0%,#383838 100%); background: -ms-linear-gradient(top, #5b5b5b 0%,#383838 100%); background: linear-gradient(to bottom, #5b5b5b 0%,#383838 100%); border: 1px solid #0e0e0e; -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.2), 1px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.2), 1px 1px 1px rgba(0,0,0,0.1); box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.2), 1px 1px 1px rgba(0,0,0,0.1); text-shadow: -1px -1px 0 #000; }
/* 100 */ 	a.smallblack:hover { color: #f7f7f7 !important; }

/* shortcodes.css */

/* 101 */ 
/* 102 */ a.smallred, a.bigred { color: #9a3e3e !important; background: #ff7979; background: -moz-linear-gradient(top, #ff7979 0%, #ff5f5f 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7979), color-stop(100%,#ff5f5f)); background: -webkit-linear-gradient(top, #ff7979 0%,#ff5f5f 100%); background: -o-linear-gradient(top, #ff7979 0%,#ff5f5f 100%); background: -ms-linear-gradient(top, #ff7979 0%,#ff5f5f 100%); background: linear-gradient(to bottom, #ff7979 0%,#ff5f5f 100%); border: 1px solid #d85353; }
/* 103 */ 	a.smallred:hover, a.bigred:hover { color: #803030 !important; }
/* 104 */ 
/* 105 */ a.smallpink { color: #914d97 !important; background: #e782f1; background: -moz-linear-gradient(top, #e782f1 0%, #d271da 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e782f1), color-stop(100%,#d271da)); background: -webkit-linear-gradient(top, #e782f1 0%,#d271da 100%); background: -o-linear-gradient(top, #e782f1 0%,#d271da 100%); background: -ms-linear-gradient(top, #e782f1 0%,#d271da 100%); background: linear-gradient(to bottom, #e782f1 0%,#d271da 100%); border: 1px solid #b15cb9; }
/* 106 */ 	a.smallpink:hover { color: #753b7a !important; }
/* 107 */ 
/* 108 */ a.smallpurple, a.bigpurple { color: #653e9a !important; background: #b279ff; background: -moz-linear-gradient(top, #b279ff 0%, #a35fff 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b279ff), color-stop(100%,#a35fff)); background: -webkit-linear-gradient(top, #b279ff 0%,#a35fff 100%); background: -o-linear-gradient(top, #b279ff 0%,#a35fff 100%);background: -ms-linear-gradient(top, #b279ff 0%,#a35fff 100%); background: linear-gradient(to bottom, #b279ff 0%,#a35fff 100%); border: 1px solid #8b53d8; }
/* 109 */ 	a.smallpurple:hover, a.bigpurple:hover { color: #563386 !important; }
/* 110 */ 
/* 111 */ a.big-button { font-weight: normal !important; font-size: 20px; padding: 14px 24px; margin: 8px 6px 8px 0; }
/* 112 */ 	a.big-button:hover { text-decoration: none; }
/* 113 */ 
/* 114 */ a.icon-button { color: #595a5a !important; background: #f5f5f5; background: -moz-linear-gradient(top, #f5f5f5 0%, #e1e1e1 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e1e1e1)); background: -webkit-linear-gradient(top, #f5f5f5 0%,#e1e1e1 100%); background: -o-linear-gradient(top, #f5f5f5 0%,#e1e1e1 100%);background: -ms-linear-gradient(top, #f5f5f5 0%,#e1e1e1 100%); background: linear-gradient(to bottom, #f5f5f5 0%,#e1e1e1 100%); border: 1px solid #c3c3c3; text-shadow: 1px 1px 1px #fff; -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.9), 1px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.9), 1px 1px 1px rgba(0,0,0,0.1); box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.9), 1px 1px 1px rgba(0,0,0,0.1); padding-left: 36px; position: relative; }
/* 115 */ a.icon-button:hover { color: #404040; }
/* 116 */ 	a.icon-button span.et-icon { position: absolute; top: 10px; left: 12px; width: 18px; height: 16px; }
/* 117 */ 
/* 118 */ 
/* 119 */ a.download-icon span.et-icon { background: url(../wp-content/themes/PureType/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -3px -2px; width: 17px; height: 20px; top: 7px; }
/* 120 */ a.search-icon span.et-icon { background: url(../wp-content/themes/PureType/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -206px -2px; top: 9px; }
/* 121 */ a.refresh-icon span.et-icon { background: url(../wp-content/themes/PureType/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -169px -19px; }
/* 122 */ a.question-icon span.et-icon { background: url(../wp-content/themes/PureType/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -164px -2px; }
/* 123 */ a.people-icon span.et-icon { background: url(../wp-content/themes/PureType/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -151px -33px; height: 17px; top: 9px; }
/* 124 */ a.warning-icon span.et-icon { background: url(../wp-content/themes/PureType/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -188px -19px; width: 15px; }
/* 125 */ a.mail-icon span.et-icon { background: url(../wp-content/themes/PureType/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -131px -33px; height: 15px; }
/* 126 */ a.heart-icon span.et-icon { background: url(../wp-content/themes/PureType/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -131px -18px; width: 14px; height: 13px; top: 12px; left: 14px; }
/* 127 */ a.paper-icon span.et-icon { background: url(../wp-content/themes/PureType/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -147px -17px; width: 15px; height: 15px; }
/* 128 */ a.notice-icon span.et-icon { background: url(../wp-content/themes/PureType/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -147px -2px; width: 15px; height: 13px; top: 11px; }
/* 129 */ a.stats-icon span.et-icon { background: url(../wp-content/themes/PureType/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -184px -2px; width: 15px; height: 14px; top: 11px; }
/* 130 */ a.rss-icon span.et-icon { background: url(../wp-content/themes/PureType/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -171px -36px; width: 15px; top: 9px; }
/* 131 */ 
/* 132 */ 
/* 133 */ ul.et_shortcodes_mobile_nav { margin: 0 !important; padding: 0 !important; list-style:none outside none !important; display: none; z-index: 2; }
/* 134 */ 	ul.et_shortcodes_mobile_nav a { position: relative; }
/* 135 */ 		ul.et_shortcodes_mobile_nav span, .et_shortcodes_controls_arrows span { position: absolute; top: 23px; display: block; width: 10px; height: 14px; }
/* 136 */ 		ul.et_shortcodes_mobile_nav .et_sc_nav_prev span, .et_shortcodes_controls_arrows .et_sc_nav_prev span { background: url(../wp-content/themes/PureType/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -3px -24px; }
/* 137 */ 		ul.et_shortcodes_mobile_nav .et_sc_nav_next span, .et_shortcodes_controls_arrows .et_sc_nav_next span { background: url(../wp-content/themes/PureType/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -3px -40px; }
/* 138 */ 
/* 139 */ .et-tabs-container { background: #fff; border: 1px solid #e7e7e7; position: relative; margin: 50px 0px 15px; }
/* 140 */ 	.et-learn-more h3.heading-more, .et-tabs-container .et-tabs-control, .et-tabs-container ul.et_shortcodes_mobile_nav, .et_shortcodes_controller_nav, .et-testimonial-author-info, .et-protected-title, .pricing-heading, .pricing-content-bottom { background: #f9f9f9; background: -moz-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f5f5f5)); background: -webkit-linear-gradient(top,  #f9f9f9 0%,#f5f5f5 100%); background: -o-linear-gradient(top, #f9f9f9 0%,#f5f5f5 100%); background: -ms-linear-gradient(top,  #f9f9f9 0%,#f5f5f5 100%); background: linear-gradient(to bottom, #f9f9f9 0%,#f5f5f5 100%); }
/* 141 */ 	.et-tabs-container .et-tabs-control, .et-tabs-container ul.et_shortcodes_mobile_nav  { margin: 0px !important; overflow: hidden; border-top: 1px solid #fff; position: relative; }
/* 142 */ 	.et-tabs-container .et-tabs-control:before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: #e7e7e7; }
/* 143 */ 		.et-tabs-container .et-tabs-control li { list-style:none outside none; margin: 0 !important; float: left; padding: 0 !important; border-left: 1px solid #e7e7e7; -moz-box-shadow: -1px 0 0 #fff; -webkit-box-shadow: -1px 0 0 #fff; box-shadow: -1px 0 0 #fff; position: relative; }
/* 144 */ 		.et-tabs-container .et-tabs-control li:first-child { border-left: 1px solid #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
/* 145 */ 			.et-tabs-container .et-tabs-control li a { font-size: 14px; color: #999 !important; text-shadow: 1px 1px 0 #fff !important; display: block; padding: 15px 20px; }
/* 146 */ 			.et-tabs-container .et-tabs-control li a:hover { color: #4c4c4c !important; text-decoration: none; }
/* 147 */ 		.et-tabs-container .et-tabs-control li.active:before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: #fff; }
/* 148 */ 			.et-tabs-container .et-tabs-control li.active a { background: #fff; color: #4c4c4c !important; }
/* 149 */ 	.et-tabs-content-wrapper > div { display: none; }
/* 150 */ 	.et_sliderfx_slide .et-tabs-content-wrapper { width: 1200%; position: relative; left: 0; }

/* shortcodes.css */

/* 151 */ 		.et_sliderfx_slide .et-tabs-content-wrapper > div { float: left; display: block; height: 1px; visibility: hidden; }
/* 152 */ 		.et_sliderfx_slide .et-tabs-content-wrapper > div, .et_sliderfx_fade .et_slidecontent { word-wrap: break-word; }
/* 153 */ 		.et_sliderfx_slide .et_shortcode_slide_active { height: auto !important; }
/* 154 */ .et-tabs-container .et-tabs-content { margin: 30px 30px 20px; }
/* 155 */ 
/* 156 */ .et-tabs-container ul.et_shortcodes_mobile_nav { border-bottom: 1px solid #e7e7e7; }
/* 157 */ 	.et-tabs-container ul.et_shortcodes_mobile_nav li { float: right; line-height: 26px; }
/* 158 */ 		.et-tabs-container ul.et_shortcodes_mobile_nav a { display: block; padding: 16px 10px 16px 45px; color: #999 !important; font-size: 14px; text-shadow: 1px 1px 0 #fff !important; }
/* 159 */ 		.et-tabs-container ul.et_shortcodes_mobile_nav a.et_sc_nav_next { padding: 16px 45px 16px 10px; text-align: right; }
/* 160 */ 		.et-tabs-container ul.et_shortcodes_mobile_nav a:hover { text-decoration: none; color: #4c4c4c !important; }
/* 161 */ 			.et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_next:before { position: absolute; content: ''; top: 0; left: 0; width: 1px; height: 100%; background: #e7e7e7; -moz-box-shadow: 1px 0 0 #fff; -webkit-box-shadow: 1px 0 0 #fff; box-shadow: 1px 0 0 #fff; }
/* 162 */ 
/* 163 */ 		.et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_next span { right: 28px; }
/* 164 */ 		.et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_prev span { left: 28px; }
/* 165 */ 
/* 166 */ .et-tabs-container, .tabs-left, .et-simple-slider, .et-image-slider, .et-testimonial-box, .author-shortcodes, .et-protected { -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
/* 167 */ 
/* 168 */ .tabs-left { background: #fff; border: 1px solid #e7e7e7; position: relative; margin-bottom: 15px; }
/* 169 */ 	.tabs-left .et-tabs-control, .tabs-left ul.et_shortcodes_mobile_nav { width: 149px; border-top: 1px solid #fff; float: left; list-style:none outside none !important; margin:0 !important; position: relative; }
/* 170 */ 	.tabs-left ul.et_shortcodes_mobile_nav { position: absolute; top: 0; left: 0; }
/* 171 */ 		.tabs-left .et-tabs-control li, .tabs-left ul.et_shortcodes_mobile_nav li { padding-right: 0 !important; padding-left: 0 !important; background: none !important; list-style: none !important; border-bottom: 1px solid #e7e7e7; -moz-box-shadow: 0 1px 0 0 #fff; -webkit-box-shadow: 0 1px 0 0 #fff; box-shadow: 0 1px 0 0 #fff; }
/* 172 */ 			.tabs-left .et-tabs-control li a { color: #999 !important; font-size: 14px; text-shadow: 1px 1px 0 #fff !important; display: block; padding: 15px 10px 15px 20px; }
/* 173 */ 			.tabs-left .et-tabs-control li.active a { background: #fff; margin-right: -1px; }
/* 174 */ 			.tabs-left .et-tabs-control li a:hover, .tabs-left .et-tabs-control li.active a { text-decoration: none; color: #4c4c4c !important; }
/* 175 */ 	.tabs-left .et-tabs-content { padding: 30px 30px 20px; position: relative; }
/* 176 */ 	.tabs-left.et_sliderfx_slide .et-tabs-content-main-wrap { overflow: hidden; }
/* 177 */ 		.tabs-left .et-tabs-content h3 { padding-bottom: 14px; color: #333333; }
/* 178 */ 	.et_left_tabs_bg { position: absolute; top: 0; left: 0; width: 148px; height: 100%; border-right: 1px solid #e7e7e7; border-left: 1px solid #fff; background: #f5f5f5;  background: -moz-linear-gradient(left, #f9f9f9 0%, #f5f5f5 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f9f9f9), color-stop(100%,#f5f5f5)); background: -webkit-linear-gradient(left, #f9f9f9 0%,#f5f5f5 100%); background: -o-linear-gradient(left, #f9f9f9 0%,#f5f5f5 100%); background: -ms-linear-gradient(left, #f9f9f9 0%,#f5f5f5 100%); background: linear-gradient(to right, #f9f9f9 0%,#f5f5f5 100%); }
/* 179 */ 
/* 180 */ 	.tabs-left ul.et_shortcodes_mobile_nav  a { text-indent: -9999px; }
/* 181 */ 		.tabs-left ul.et_shortcodes_mobile_nav a span { top: 50%; margin-top: -7px; }
/* 182 */ 		.tabs-left ul.et_shortcodes_mobile_nav .et_sc_nav_next span { right: 50%; margin-right: -4px; }
/* 183 */ 		.tabs-left ul.et_shortcodes_mobile_nav .et_sc_nav_prev span { left: 50%; margin-left: -4px; }
/* 184 */ 
/* 185 */ .author-shortcodes { background: #fff; border: 1px solid #e7e7e7; color: #363636; font-size: 14px; margin-bottom: 10px; }
/* 186 */ 	.author-shortcodes .author-inner { position: relative; padding: 30px 30px 20px 117px; min-height: 60px; }
/* 187 */ 		.author-shortcodes .author-image { position: absolute; top: 32px; left: 30px; width: 60px; height: 60px; }
/* 188 */ 			.author-shortcodes .author-image img { max-width: 100%; height: auto; width: auto; }
/* 189 */ 			.author-shortcodes .author-image .author-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.5); -moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.5); box-shadow: inset 0 0 4px rgba(0,0,0,0.5); }
/* 190 */ 
/* 191 */ .et-protected { border: 1px solid #e7e7e7; width: 390px; background: #fff; margin-bottom: 10px; }
/* 192 */ 	.et-protected-title { border-left: 1px solid #fff; border-top: 1px solid #fff; border-bottom: 1px solid #e7e7e7; padding: 18px 10px 17px 50px; position: relative; color: #999; text-shadow: 0 1px 0 #fff; font-size: 14px; }
/* 193 */ 		.et-protected-title:before { content: ''; position: absolute; top: 16px; left: 20px; background: url(../wp-content/themes/PureType/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -23px -36px; width: 17px; height: 19px; }
/* 194 */ 	.et-protected-form { padding: 32px 37px 32px 32px; text-align: right; }
/* 195 */ 		.et-protected-form p { padding-bottom: 16px; }
/* 196 */ 			.et-protected-form p label { position: relative; }
/* 197 */ 				.et-protected-form p .et_protected_icon { width: 10px; height: 20px; position: absolute; top: 2px; left: 18px; background: url(../wp-content/themes/PureType/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -190px -37px; display: block; }
/* 198 */ 				.et-protected-form p .et_protected_password { height: 23px; background-position: -275px -2px; }
/* 199 */ 			.et-protected-form label span { display: none; }
/* 200 */ 			.et-protected-form p input { margin: 0 !important; border: 1px solid #e7e7e7; color: #363636; font-size: 14px; background: #f3f3f3; background: -moz-linear-gradient(top, #f3f3f3 1%, #fefefe 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f3f3f3), color-stop(100%,#fefefe)); background: -webkit-linear-gradient(top, #f3f3f3 1%,#fefefe 100%); background: -o-linear-gradient(top, #f3f3f3 1%,#fefefe 100%); background: -ms-linear-gradient(top, #f3f3f3 1%,#fefefe 100%); background: linear-gradient(to bottom, #f3f3f3 1%,#fefefe 100%); padding: 20px 20px 20px 40px; width: 100%; -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.1); -moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.1); box-shadow: inset 0 0 1px rgba(0,0,0,0.1); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; }

/* shortcodes.css */

/* 201 */ 
/* 202 */ 		.et-protected-form input.etlogin-button { background: #f9f9f9; background: -moz-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f5f5f5)); background: -webkit-linear-gradient(top, #f9f9f9 0%,#f5f5f5 100%); background: -o-linear-gradient(top, #f9f9f9 0%,#f5f5f5 100%); background: -ms-linear-gradient(top, #f9f9f9 0%,#f5f5f5 100%); background: linear-gradient(to bottom, #f9f9f9 0%,#f5f5f5 100%); border: 1px solid #e7e7e7; padding: 14px 24px; color: #999; text-shadow: 0 1px 0 #fff; font-size: 14px; -webkit-box-shadow: inset 1px 1px 0 0 #fff; -moz-box-shadow: inset 1px 1px 0 0 #fff; box-shadow: inset 1px 1px 0 0 #fff; }
/* 203 */ 
/* 204 */ .et-simple-slides .et_slidecontent { width: auto; }
/* 205 */ 
/* 206 */ .et-image-slides { background: #555; }
/* 207 */ 	.et-image-slider { background: #fff; border: 1px solid #e7e7e7; margin-bottom:25px; }
/* 208 */ 		.et-image-slide { position: relative; }
/* 209 */ 			.et-image-slider img { display: block; width: auto; margin: 0 auto; height: auto; }
/* 210 */ 			.et-image-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.6); -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.6); box-shadow: inset 0 0 5px rgba(0,0,0,0.6); }
/* 211 */ 
/* 212 */ .et-learn-more, .et-tabs-container, .tabs-left, .et-simple-slider, .author-shortcodes, .et-tooltip-box { color:#201F1F !important; text-shadow: none !important; }
/* 213 */ .et-learn-more a, .et-tabs-container a, .tabs-left a, .et-simple-slider a, .author-shortcodes a, .et-tooltip-box a { text-shadow: none !important; }
/* 214 */ 
/* 215 */ .et-custom-list ul { list-style: none !important; list-style-image: none !important; padding-left: 0 !important; margin: 0 !important; line-height: 26px; }
/* 216 */ 	.et-custom-list ul li { padding-left: 28px !important; margin: 5px 0 !important; list-style: none !important; position: relative; }
/* 217 */ 		.et-custom-list ul li:before { content: ''; position: absolute; top: 5px; left: 0; background: url(../wp-content/themes/PureType/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -74px -2px; width: 22px; height: 18px; }
/* 218 */ 	.etlist-x ul li:before { content: ''; position: absolute; top: 6px; left: 0; background: url(../wp-content/themes/PureType/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -75px -21px; width: 22px; height: 18px; }
/* 219 */ 	.etlist-dot ul li { padding-left: 25px !important; }
/* 220 */ 		.etlist-dot ul li:before { content: ''; position: absolute; top: 9px; left: 0; background: url(../wp-content/themes/PureType/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -230px -3px; width: 10px; height: 9px; }
/* 221 */ 			.et-custom-list ul li ul { padding: 2px 0px !important; margin: 0 !important; }
/* 222 */ 
/* 223 */ .et-pricing { margin: 40px 0 10px; }
/* 224 */ 	.pricing-table { float: left; width: 25%; margin-bottom: 22px; position: relative; margin-left: -1px; }
/* 225 */ 		.pricing-table-wrap { border: 1px solid #e7e7e7; border-bottom: none; }
/* 226 */ 		.pricing-heading { border-bottom: 1px solid #e7e7e7; padding: 23px 10px 22px; text-shadow: 1px 1px 0 #fff; font-size: 12px; color: #999; text-align: center; -moz-box-shadow: inset 1px 1px 0 0 #fff; -webkit-box-shadow: inset 1px 1px 0 0 #fff; box-shadow: inset 1px 1px 0 0 #fff; }
/* 227 */ 			.pricing-title { text-transform: uppercase; font-size: 20px; color: #53b4c7 !important; font-weight: bold; text-shadow: none !important; }
/* 228 */ 			.pricing-heading p { padding-bottom: 0 !important; }
/* 229 */ 
/* 230 */ 			.pricing-table ul.pricing { padding: 0 !important; list-style: none !important; margin: 0 !important; list-style-image: none !important; line-height: 26px; }
/* 231 */ 				.pricing-table ul.pricing li { list-style: none !important; border-top: 1px solid #fff; border-bottom: 1px solid #e7e7e7; background: #f5f5f5; background: -moz-linear-gradient(top, #f5f5f5 0%, #fefefe 7%, #ffffff 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(7%,#fefefe), color-stop(100%,#ffffff)); background: -webkit-linear-gradient(top, #f5f5f5 0%,#fefefe 7%,#ffffff 100%); background: -o-linear-gradient(top, #f5f5f5 0%,#fefefe 7%,#ffffff 100%); background: -ms-linear-gradient(top, #f5f5f5 0%,#fefefe 7%,#ffffff 100%); background: linear-gradient(to bottom, #f5f5f5 0%,#fefefe 7%,#ffffff 100%); padding: 14px 7px 14px 63px; position: relative; font-size: 12px; color: #363636; text-shadow: none !important; }
/* 232 */ 					.pricing-table ul.pricing li span.pricing-mark { position: absolute; top: 19px; left: 30px; width: 22px; height: 18px; background: url(../wp-content/themes/PureType/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -74px -2px; }
/* 233 */ 					.pricing-table ul.pricing li.x-mark span.pricing-mark { background-position: -74px -20px; }
/* 234 */ 
/* 235 */ 			.pricing-content-bottom { border-top: 1px solid #fff; border-bottom: 1px solid #e7e7e7; -webkit-box-shadow: inset 1px 0 0 0 #fff; -moz-box-shadow: inset 1px 0 0 0 #fff; box-shadow: inset 1px 0 0 0 #fff; padding: 20px 5px 43px; text-align: center; }
/* 236 */ 					span.et-price { font-size: 48px; color: #94c65c; text-shadow: 0 1px 0 #fff; font-family: Georgia, serif; }
/* 237 */ 						span.et-price sup { font-size: 24px; bottom: 13px; left: 1px; }
/* 238 */ 						span.et-price span.dollar-sign { font-size: 36px; }
/* 239 */ 			.pricing-table a.icon-button { margin: 0; padding-left: 15px; position: absolute; bottom: -13px; left: 50%; }
/* 240 */ 			.pricing-table a.icon-button { visibility: hidden; }
/* 241 */ 	.pricing-big { top: -20px; -webkit-box-shadow: 0 0 18px rgba(0,0,0,0.2); -moz-box-shadow: 0 0 18px rgba(0,0,0,0.2); box-shadow: 0 0 18px rgba(0,0,0,0.2); z-index: 2; }
/* 242 */ 		.pricing-big .pricing-table-wrap { border-color: #d6d5d5; }
/* 243 */ 		.pricing-big .pricing-heading { padding-top: 43px; }
/* 244 */ 		.pricing-big .pricing-content-bottom { padding-bottom: 63px; border-bottom: 1px solid #d6d5d5; }
/* 245 */ 
/* 246 */ .et-testimonial-box { border: 1px solid #e7e7e7; background: #fff; position: relative; margin: 10px 0 45px; }
/* 247 */ 	.et-testimonial-author-info { border-left: 1px solid #fff; border-top: 1px solid #fff; border-bottom: 1px solid #e7e7e7; padding: 20px 20px 15px; text-shadow: 0 1px 0 #fff; }
/* 248 */ 		.t-img { width: 60px; height: 60px; float: left; margin: 0 25px 5px 0; -moz-box-shadow: 0 1px 0 0 #fff; -webkit-box-shadow: 0 1px 0 0 #fff; box-shadow: 0 1px 0 0 #fff; position: relative; }
/* 249 */ 			.t-img img { max-width: 100%; height: auto; }
/* 250 */ 			.t-overlay { width: 100%; height: 100%; box-shadow: inset 0 0 4px rgba(0,0,0,0.4); display: block; position: absolute; top: 0; left: 0; }

/* shortcodes.css */

/* 251 */ 		.t-author, .t-position { display: block; }
/* 252 */ 		.t-author { font-size: 18px; color: #999; padding: 10px 0 5px; }
/* 253 */ 		.t-position { color: #595959; }
/* 254 */ 		.t-position, .et-testimonial { font-family: Georgia, serif; font-style: italic; font-size: 14px; }
/* 255 */ 		.et-testimonial { padding: 43px 35px 30px 77px; color: #363636; position: relative; text-shadow: none !important; }
/* 256 */ 			.et-testimonial:before { content: ''; position: absolute; top: 43px; left: 35px; width: 25px; height: 19px; background: url(../wp-content/themes/PureType/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -45px -35px; }
/* 257 */ 		.t-bottom-arrow { background: url(../wp-content/themes/PureType/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -97px -25px; width: 31px; height: 32px; position: absolute; bottom: -32px; right: 40px; }
/* 258 */ 
/* 259 */ 
/* 260 */ .et-dropcap { font-size: 48px; float: left; display:block; margin:0 7px 0 0; line-height: 1; }
/* 261 */ 
/* 262 */ .et_quote { padding-left: 57px; min-height: 40px; font-family: Georgia, serif; font-size: 14px; font-style: italic; position: relative; line-height: 1.5; margin-bottom: 10px; }
/* 263 */ 	.et_quote .et_quote_sign { background: url(../wp-content/themes/PureType/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -206px -20px; position: absolute; top: 0; left: 0; display: block; width: 40px; height: 34px; }
/* 264 */ 	.quote-center .et_quote_sign { background-position: -251px -2px; width: 20px; height: 16px; top: 3px; }
/* 265 */ 	.quote-center .et_quote_additional_sign { background: url(../wp-content/themes/PureType/epanel/shortcodes/images/shortcodes-sprite.png) no-repeat -251px -22px; position: absolute; top: 3px; right: 13px; display: block; width: 20px; height: 16px; }
/* 266 */ 	.et_right_quote { width: 100%; }
/* 267 */ .quote-center { font-size: 24px; line-height: 1.2; text-align: center; padding-left: 30px; }
/* 268 */ 	.quote-center .et_right_quote { padding-right: 30px; width: 95%; }
/* 269 */ 
/* 270 */ 
/* 271 */ .et-tabs-container .et-tabs-control { padding: 0; }
/* 272 */ .tabs-left .et-tabs-control { padding-left: 0; }
/* 273 */ .author-info h1, .author-info h2, .author-info h3, .author-info h4, .author-info h5, .author-info h6 { color:#201F1F !important; text-shadow: none !important; }
/* 274 */ 
/* 275 */ .et-tabs-container .et-tabs-control li a, .tabs-left .et-tabs-control li a { text-decoration: none !important; }
/* 276 */ 
/* 277 */ a.big-button, a.small-button, a.icon-button { cursor: pointer; }
/* 278 */ 
/* 279 */ .clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
/* 280 */ * html .clearfix             { zoom: 1; } /* IE6 */
/* 281 */ *:first-child+html .clearfix { zoom: 1; } /* IE7 */
/* 282 */ 
/* 283 */ .last { margin-right: 0px !important; clear:right; }
/* 284 */ .clear { clear:both; }