@charset "utf-8";

/*** Reset CSS ***/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0px; padding: 0px; border: 0; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; font-size: 100%; font-weight: normal; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
em { color: #999; font-style: italic; font-size: 0.9em; }
strong { color: #333; font-weight: 500; }
strong.dark { color: #000; font-weight: 500; }
b { font-weight: 500; }
i {font-style: italic;}
a.bullet-white { background: url(images/bullet-white.png) no-repeat 0px 8px; padding-left: 12px; }
a.bullet-dark { background: url(images/bullet-dark.png) no-repeat 0px 8px; padding-left: 12px; }
iframe { border: 1px solid #999 !important; }

/** Clear Fixes **/
.cf:before, .cf:after { content: " "; /* 1 */ display: table; /* 2 */ }
.cf:after { clear: both; }
.cf { /**zoom: 1;*/ }
.cb { clear: both; height: 0px; }
.cb.spacer { height: 15px; }
.cl { clear: left; }
.cr { clear: right; }

/** Floats & Alignments **/
.fl { float: left; }
.fr { float: right; }
.fr.xtra-space { margin: 0px 0px 10px 20px; }
.fl.xtra-space { margin: 0px 20px 10px 0px; }
.center { text-align: center; }

/** Padding **/
.less-padding { padding-bottom: 0.5em; }
.no-padding { padding-bottom: 0px; }
.top-padding { padding-top: 15px; }
.first { padding-left: 0px; }
.last { padding-right: 0px; }

/* Global */
a { color: #06C; text-decoration: none; outline: 0; }
a:hover { text-decoration: underline; }
a.bullet { background: url(images/bullet.png) no-repeat 0px 7px; padding-left: 10px; }

h1, h2, h3, h4 { font-weight: 300; color: #333; } h5, h6 { font-weight: 400; }
h1 { padding-bottom: 15px; font-size: 28px; line-height: 1.2em; margin-top: 10px; }
h1.index { width: 100%; text-transform: none; color: #731433; font-size: 50px; text-align: center; background: #FFF; border-bottom: 1px solid #E6E6E6; padding: 10px 0px 25px; margin: 0px; font-weight: 400; }
h1.special { margin: 0px; padding: 0px; line-height: 0; }
h2 { font-family: 'Courgette', cursive; font-size: 1.5em; padding-bottom: 15px; } h5 { font-size: 1.2em; padding-bottom: 5px; }
h3 { font-family: 'Courgette', cursive; font-size: 1.3em; padding: 5px 0px 5px; } h6 { font-size: 1.1em; }
h3.special { font-size: 2.5em; text-align: center; background: #222; padding: 15px 0px; }
h4 { font-family: 'Courgette', cursive; font-size: 1.3em; padding: 15px 0px; }
h4.red { color: #903; }

p { font-weight: normal; margin-bottom: 1em; }
p.center { text-align: center; }
p.italic { font-style: italic; }
p.read-more { text-align: right; padding: 0px; margin: 0px; }
a.read-more { background: url(images/icon-bullet-dark.png) no-repeat 0px 7px; padding-left: 15px; }
div.read-more { text-align: right; }
p.attention { color: #C00; background: url(images/icon-attention.png) no-repeat 0px 0px; padding-left: 25px; line-height: 18px; }
p.space { padding-top: 10px; }
p.special { background: #903; color: #FFF; font-weight: bold; text-align: center; padding: 20px 50px; margin-top: 10px; }
p.special a { color: #FF0; text-decoration: none; }
p.special span { color: #FF0; }
p.no-margin { margin-bottom: 0; }

img.autosize { width: 100%; }
.ninty { width: 90%; }
.center { text-align: center !important; }
.centered { margin: 0px auto !important; }

/* Horizontal Rule */
hr { border: 0; height: 0; margin: 0px; border-top: 1px solid #DDD; border-bottom: 0px none; }
hr.gray { border: 0; height: 0; margin: 0px; border-top: 1px solid #999; border-bottom: 0px none; }
hr.soft { border: 0; height: 0; margin: 0px; border-top: 1px solid #EEE; border-bottom: 0px none; }
hr.dashed { clear: both; border: 0; height: 0; border-top: 2px dashed #DDD; border-bottom: 0px solid #DDD; }
hr.faded { clear: both; height: 1px; border: 0; margin: 0px auto 10px;  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.45), rgba(0,0,0,0)); background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.45), rgba(0,0,0,0)); background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.45), rgba(0,0,0,0)); background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.45), rgba(0,0,0,0)); }
hr.faded.white { clear: both; height: 1px; border: 0; margin: 0px auto; background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.60), rgba(0,0,0,0)); background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.60), rgba(0,0,0,0)); background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.60), rgba(0,0,0,0)); background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.60), rgba(0,0,0,0)); }
hr.faded.gray { clear: both; height: 1px; border: 0; margin: 0px auto;  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0)); background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0)); background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0)); background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.2), rgba(0,0,0,0)); }

/* Lists */
ul.disc { list-style: disc; padding-left: 20px; margin-bottom: 15px; }
ul.disc.red { color: #903; }
ul.disc.red span { color: #111; }
ul.fl { float: left; margin-right: 10px; }
ul.fl.last { margin-right: 0px; }
ul.fl.first { margin-left: 0px; }
ul.bullet { padding-left: 10px; }
ul.bullet li a { background: url(images/bullet-dark.png) no-repeat 0px 6px; padding-left: 15px; }
ul.float-list li { float: left; }
ul.float-list.margins li { margin-right: 20px; }
ul.float-list.margins li.last { margin-right: 0px; }
ul.special { text-align: center; }
ul.special li { display: inline-block; padding: 40px 10px 30px; }
ul.inline li { display: inline-block; }

img.rounded { border-radius: 6px; }
.border { border: 1px solid #333; }
.hide { display: none; }
.caps { text-transform: uppercase; }
.spacer.ten { clear: both; height: 10px; }

/*** Globals ***/
.wrapper, .top-links-wrap, .porheader-wrap, .navbar-wrap, .slideshow-wrap, .container-wrap, .banner-wrap, .seo-cities-wrap, footer-buttons-wrap, .footer-wrap, .subfooter-wrap { width: 100%; min-width: 320px; }
#topbar, .top-links, .header-container, .navbar, .container, .panels, .banner, .seo-cities, .footer-buttons, .footer, .subfooter { position: relative; max-width: 1024px; margin: 0 auto; }
#topbar:after, #header:after, #header-pane:after, #navbar:after, #slideshow:after, #content:after, #footer:after, .container-wrap:after, .container:after .porbtn-catalog:after { visibility: hidden; display: block; content: " "; clear: both; height: 0; }

/* Misc */
* { -webkit-tap-highlight-color: rgba(0,0,0,0); }
.go-to-top { display: none; position: fixed; bottom: 1%; right: .5%; width: 40px; height: 40px; z-index: 1000001; }
.go-to-top a { display: block; line-height: 1; }
.go-to-top i { color: #777; font-size: 16px; line-height: 1; border: 1px solid #CCC; border-radius: 50px; background: #FFF; padding: 6px 8px 8px; }
.go-to-top i:hover { color: #333; }
a.readmore { color: #666; text-transform: uppercase; text-decoration: none; }
a.readmore:hover { color: #06C; }
a.readmore i { font-size: 18px; padding-right: 5px; line-height: 1; }
a.readmore.button { display: block; text-align: center; text-decoration: none; background: #FCFCFC; border: 1px solid #DDD; padding: 8px 10px; }
a.readmore.button:hover { border-color: #999; }
.hideme { opacity: 1; }

table.std-table { border-collapse: collapse; text-align: center; }
table.std-table th, table.std-table tr, table.std-table td { border: 1px solid #999; padding: 10px; }
table.std-table th { font-weight: 700; }
