/**
 * Global TinyMCE style sheet
 *
 * Use this style sheet to define CSS classes for the rich text editor. The
 * stlye sheet will be included in the editor and the page layout automatically.
 * Although the stlye sheet is shared by all themes, you can override its
 * formattings in any of your theme style sheets.
 *
 *   files/tinymce.css (this is how it looks like in TinyMCE)
 *   .warning { color:#c55; }
 *
 *   theme_a.css (this is how it looks like in theme A)
 *   .warning { font-weight:bold; }
 *
 *   theme_b.css (this is how it looks like in theme B)
 *   .warning { color:#000; }
 *
 * If you do not want to use a global TinyMCE style sheet at all, simply delete
 * this file (files/tinymce.css).
 */
.warning { color:#c55; font-size:1.1em; }
.confirmation { color:#090; font-size:1.1em; }
.information { color:#999; font-size:0.9em; }
/* Custom_design.css */
#revoslider{font-family:"PT Sans Narrow",san serif;font-weight:normal;text-decoration:none;color:#fff}#rev_copyright{padding-right:20px;font-size:11px;color:rgba(255,255,255,.5)}.big{font-size:50px;text-transform:uppercase}.bigtext{font-size:40px;line-height:60px;text-transform:none}.medium{font-size:30px;text-transform:uppercase}.mediumtext{text-align:center;font-size:30px;line-height:40px;text-transform:none}.small{font-size:20px}.smalltext{max-width:1140px;display:block;padding:20px 20px 10px;text-align:center;white-space:normal;background-color:rgba(237,237,237,.25);font-size:20px;text-transform:none}.link{font-size:34px}#bannerlink a{text-decoration:none;color:#33acbb}#bannerlink a:hover{text-decoration:none;color:#fff}#revoslider a{font-weight:bold;text-decoration:none;color:#33acbb;text-transform:uppercase}button.submit{width: auto !important;color: white;background-color: #0647bb;cursor: pointer;color: #fff;font-weight: normal;text-shadow: -1px -1px 1px rgba(0,0,0, 0.25);padding: 10px 12px;text-align: center;display: inline-block;margin-bottom: 18px;-webkit-box-shadow: 0 2px 2px rgba(0,0,0, 0.2), inset 0 1px 0 rgba(255,255,255, 0.35), inset 0 10px 20px rgba(255,255,255, 0.12), inset 0 -10px 30px rgba(0,0,0, 0.12);-moz-box-shadow: 0 2px 2px rgba(0,0,0, 0.2), inset 0 1px 0 rgba(255,255,255, 0.35), inset 0 10px 20px rgba(255,255,255, 0.12), inset 0 -10px 30px rgba(0,0,0, 0.12);box-shadow: 0 2px 2px rgba(0,0,0, 0.2), inset 0 1px 0 rgba(255,255,255, 0.35), inset 0 10px 20px rgba(255,255,255, 0.12), inset 0 -10px 30px rgba(0,0,0, 0.12);font-family: "PT Sans Narrow";text-transform: uppercase;font-style: normal}button.submit:hover{background-color: #2657bbfa;cursor: pointer}#right .block.hyperlink{width:22%;float:left}
