@import url(http://fonts.googleapis.com/css?family=Roboto:300,700,300italic,700italic|Antic+Didone::latin);
/** Valhalla theme @author Andreas Sundqvist */
html, body, div, form, fieldset, legend, label { margin: 0; padding: 0; border: 0; }

table { border-collapse: collapse; border-spacing: 0; }

caption, th, td { text-align: left; vertical-align: top; }

h1, h2, h3, h4, h5, h6, th, td, caption { font-weight: normal; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

nav ul { list-style: none; }

body { line-height: 1; }

img { border: 0; }

.hide, [hidden], [aria-hidden=true] { display: none; }

iframe { border: 0; max-width: 100%; }

form { margin: 0 0 20px; }

legend { display: block; width: 100%; padding: 0; margin-bottom: 20px; font-size: 21px; line-height: 40px; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5; }

legend small { font-size: 15px; color: #999999; }

label, input, button, textarea { font-size: 14px; font-weight: normal; line-height: 20px; }

input, button, textarea { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

label { display: block; margin-bottom: 5px; }

select, textarea, input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="search"] { display: inline-block; height: 20px; padding: 4px 6px; margin-bottom: 10px; font-size: 14px; line-height: 20px; color: #555555; border-radius: 4px; vertical-align: middle; }

input, textarea, .uneditable-input { width: 206px; margin-left: 0; }

textarea { height: auto; }

textarea, input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="search"] { background-color: #ffffff; border: 1px solid #cccccc; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; -moz-transition: border linear 0.2s, box-shadow linear 0.2s; -o-transition: border linear 0.2s, box-shadow linear 0.2s; transition: border linear 0.2s, box-shadow linear 0.2s; }

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus { border-color: rgba(82, 168, 236, 0.8); outline: 0; outline: thin dotted \9; /* IE6-9 */ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }

input[type="submit"] { width: auto; }

input:-moz-placeholder, textarea:-moz-placeholder { color: #999999; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #999999; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #999999; }

.input-mini { width: 60px; }

.input-small { width: 90px; }

.input-medium { width: 150px; }

.input-large { width: 210px; }

.input-xlarge { width: 270px; }

.input-xxlarge { width: 530px; }

input[disabled], textarea[disabled], input[readonly], textarea[readonly] { cursor: not-allowed; background-color: #eeeeee; }

.control-group.warning .control-label, .control-group.warning .help-block, .control-group.warning .help-inline, .control-group.warning input, .control-group.warning textarea { color: #c09853; }

.control-group.warning input, .control-group.warning textarea { border-color: #c09853; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.control-group.warning input:focus, .control-group.warning textarea:focus { border-color: #a47e3c; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; }

.control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on { color: #c09853; background-color: #fcf8e3; border-color: #c09853; }

.control-group.error .control-label, .control-group.error .help-block, .control-group.error .help-inline, .control-group.error input, .control-group.error textarea { color: #b94a48; }

.control-group.error input, .control-group.error textarea { border-color: #b94a48; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.control-group.error input:focus, .control-group.error textarea:focus { border-color: #953b39; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; }

.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on { color: #b94a48; background-color: #f2dede; border-color: #b94a48; }

.control-group.success .control-label, .control-group.success .help-block, .control-group.success .help-inline, .control-group.success input, .control-group.success textarea { color: #468847; }

.control-group.success input, .control-group.success textarea { border-color: #468847; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.control-group.success input:focus, .control-group.success textarea:focus { border-color: #356635; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; }

.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on { color: #468847; background-color: #dff0d8; border-color: #468847; }

.control-group.info .control-label, .control-group.info .help-block, .control-group.info .help-inline, .control-group.info input, .control-group.info textarea { color: #3a87ad; }

.control-group.info input, .control-group.info textarea { border-color: #3a87ad; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.control-group.info input:focus, .control-group.info textarea:focus { border-color: #2d6987; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3; }

.control-group.info .input-prepend .add-on, .control-group.info .input-append .add-on { color: #3a87ad; background-color: #d9edf7; border-color: #3a87ad; }

input:focus:invalid, textarea:focus:invalid { color: #b94a48; border-color: #ee5f5b; }

input:focus:invalid:focus, textarea:focus:invalid:focus { border-color: #e9322d; box-shadow: 0 0 6px #f8b9b7; }

.help-block, .help-inline { color: #595959; }

.help-block { display: block; margin-bottom: 10px; }

.help-inline { display: inline-block; *display: inline; /* IE7 inline-block hack */ *zoom: 1; vertical-align: middle; padding-left: 5px; }

.input-append, .input-prepend { display: inline-block; margin-bottom: 10px; vertical-align: middle; font-size: 0; white-space: nowrap; }

.input-append input, .input-prepend input, .input-append .dropdown-menu, .input-prepend .dropdown-menu { font-size: 14px; }

.input-append input, .input-prepend input { position: relative; margin-bottom: 0; *margin-left: 0; vertical-align: top; border-radius: 0 4px 4px 0; }

.input-append input:focus, .input-prepend input:focus { z-index: 2; }

.input-append .add-on, .input-prepend .add-on { display: inline-block; width: auto; height: 20px; min-width: 16px; padding: 4px 5px; font-size: 14px; font-weight: normal; line-height: 20px; text-align: center; text-shadow: 0 1px 0 white; background-color: #eeeeee; border: 1px solid #cccccc; }

.input-append .add-on, .input-prepend .add-on, .input-append .btn, .input-prepend .btn, .input-append .btn-group > .dropdown-toggle, .input-prepend .btn-group > .dropdown-toggle { vertical-align: top; border-radius: 0; }

.input-append .active, .input-prepend .active { background-color: #a9dba9; border-color: #46a546; }

.input-prepend .add-on, .input-prepend .btn { margin-right: -1px; }

.input-prepend .add-on:first-child, .input-prepend .btn:first-child { border-radius: 4px 0 0 4px; }

.input-append input { border-radius: 4px 0 0 4px; }

.input-append input + .btn-group .btn:last-child { border-radius: 0 4px 4px 0; }

.input-append .add-on, .input-append .btn, .input-append .btn-group { margin-left: -1px; }

.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle { border-radius: 0 4px 4px 0; }

.input-prepend.input-append input { border-radius: 0; }

.input-prepend.input-append input + .btn-group .btn { border-radius: 0 4px 4px 0; }

.input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child { margin-right: -1px; border-radius: 4px 0 0 4px; }

.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child { margin-left: -1px; border-radius: 0 4px 4px 0; }

.input-prepend.input-append .btn-group:first-child { margin-left: 0; }

input.search-query { padding-right: 14px; padding-right: 4px \9; padding-left: 14px; padding-left: 4px \9; /* IE7-8 doesn't have border-radius, so don't indent the padding */ margin-bottom: 0; border-radius: 15px; }

.form-horizontal input, .form-horizontal textarea, .form-horizontal .help-inline, .form-horizontal .input-prepend, .form-horizontal .input-append { display: inline-block; *display: inline; /* IE7 inline-block hack */ *zoom: 1; margin-bottom: 0; vertical-align: middle; }

.form-horizontal .hide { display: none; }

.control-group { margin-bottom: 10px; }

legend + .control-group { margin-top: 20px; -webkit-margin-top-collapse: separate; }

.form-horizontal .control-group { margin-bottom: 20px; *zoom: 1; }

.form-horizontal .control-group:before, .form-horizontal .control-group:after { display: table; content: ""; line-height: 0; }

.form-horizontal .control-group:after { clear: both; }

.form-horizontal .control-label { float: left; width: 160px; padding-top: 5px; text-align: right; }

.form-horizontal .controls { *display: inline-block; *padding-left: 20px; margin-left: 180px; *margin-left: 0; }

.form-horizontal .controls:first-child { *padding-left: 180px; }

.form-horizontal .help-block { margin-bottom: 0; }

.form-horizontal input + .help-block, .form-horizontal textarea + .help-block, .form-horizontal .input-prepend + .help-block, .form-horizontal .input-append + .help-block { margin-top: 10px; }

.form-horizontal .form-actions { padding-left: 180px; }

.alert { background-color: #FCF8E3; border: 1px solid #fbeed5; border-radius: 4px; color: #C09853; margin-bottom: 18px; margin-right: 22px; padding: 8px 35px 8px 14px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
.alert .icon { font-size: 1.1em; }

.alert-danger, .alert-error { background-color: #F2DEDE; border-color: #EED3D7; color: #B94A48; }

.alert-success { background-color: #DFF0D8; border-color: #D6E9C6; color: #468847; }

.alert-info { background-color: #D9EDF7; border-color: #BCE8F1; color: #3A87AD; }

.alert-inline-block { display: inline-block; }

.alert-center { text-align: center; }

.alert-block { padding-bottom: 14px; padding-top: 14px; }

.alert .close { line-height: 18px; position: relative; right: -21px; top: -2px; }

.close { color: #000000; float: right; font-size: 20px; font-weight: bold; line-height: 18px; opacity: 0.2; text-shadow: 0 1px 0 white; }

h4.alert-heading { margin: 0; }

.alert-heading { color: inherit; }

.alert-block > p, .alert-block > ul { margin-bottom: 0; }

.input-block-level { display: block; width: 100%; min-height: 28px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }

.btn { display: inline-block; *display: inline; /* IE7 inline-block hack */ *zoom: 1; padding: 4px 12px; margin-bottom: 0; font-size: 14px; line-height: 20px; text-align: center; vertical-align: middle; cursor: pointer; color: #333333; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); background-color: #f5f5f5; background-image: -moz-linear-gradient(top, white, #e6e6e6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, white, #e6e6e6); background-image: -o-linear-gradient(top, white, #e6e6e6); background-image: linear-gradient(to bottom, white, #e6e6e6); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0); border-color: #e6e6e6 #e6e6e6 #bfbfbf; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #e6e6e6; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); border: 1px solid #cccccc; *border: 0; border-bottom-color: #b3b3b3; border-radius: 4px; *margin-left: .3em; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] { color: #333333; background-color: #e6e6e6; *background-color: #d9d9d9; }

.btn:active, .btn.active { background-color: #cccccc \9; }

.btn:first-child { *margin-left: 0; }

.btn:hover, .btn:focus { color: #333333; text-decoration: none; background-position: 0 -15px; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; }

.btn:focus { outline: thin dotted #333333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

.btn.active, .btn:active { background-image: none; outline: 0; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.btn.disabled, .btn[disabled] { cursor: default; background-image: none; opacity: 0.65; filter: alpha(opacity=65); box-shadow: none; }

.btn-large { padding: 11px 19px; font-size: 17.5px; border-radius: 6px; }

.btn-large [class^="icon-"], .btn-large [class*=" icon-"] { margin-top: 4px; }

.btn-small { padding: 2px 10px; font-size: 11.9px; border-radius: 3px; }

.btn-small [class^="icon-"], .btn-small [class*=" icon-"] { margin-top: 0; }

.btn-mini [class^="icon-"], .btn-mini [class*=" icon-"] { margin-top: -1px; }

.btn-mini { padding: 0 6px; font-size: 10.5px; border-radius: 3px; }

.btn-block { display: block; width: 100%; padding-left: 0; padding-right: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.btn-block + .btn-block { margin-top: 5px; }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; }

.btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active { color: rgba(255, 255, 255, 0.75); }

.btn-warning { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #faa732; background-image: -moz-linear-gradient(top, #fbb450, #f89406); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406)); background-image: -webkit-linear-gradient(top, #fbb450, #f89406); background-image: -o-linear-gradient(top, #fbb450, #f89406); background-image: linear-gradient(to bottom, #fbb450, #f89406); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0); border-color: #f89406 #f89406 #ad6704; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #f89406; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] { color: #ffffff; background-color: #f89406; *background-color: #df8505; }

.btn-warning:active, .btn-warning.active { background-color: #c67605 \9; }

.btn-danger { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #da4f49; background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f)); background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f); background-image: -o-linear-gradient(top, #ee5f5b, #bd362f); background-image: linear-gradient(to bottom, #ee5f5b, #bd362f); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0); border-color: #bd362f #bd362f #802420; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #bd362f; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] { color: #ffffff; background-color: #bd362f; *background-color: #a9302a; }

.btn-danger:active, .btn-danger.active { background-color: #942a25 \9; }

.btn-success { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #5bb75b; background-image: -moz-linear-gradient(top, #62c462, #51a351); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351)); background-image: -webkit-linear-gradient(top, #62c462, #51a351); background-image: -o-linear-gradient(top, #62c462, #51a351); background-image: linear-gradient(to bottom, #62c462, #51a351); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0); border-color: #51a351 #51a351 #387038; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #51a351; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] { color: #ffffff; background-color: #51a351; *background-color: #499249; }

.btn-success:active, .btn-success.active { background-color: #408140 \9; }

.btn-info { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #49afcd; background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4)); background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4); background-image: -o-linear-gradient(top, #5bc0de, #2f96b4); background-image: linear-gradient(to bottom, #5bc0de, #2f96b4); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0); border-color: #2f96b4 #2f96b4 #1f6377; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); *background-color: #2f96b4; /* Darken IE7 buttons by default so they stand out more given they won't have borders */ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] { color: #ffffff; background-color: #2f96b4; *background-color: #2a85a0; }

.btn-info:active, .btn-info.active { background-color: #24748c \9; }

button.btn, input[type="submit"].btn { *padding-top: 3px; *padding-bottom: 3px; }

button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner { padding: 0; border: 0; }

button.btn.btn-large, input[type="submit"].btn.btn-large { *padding-top: 7px; *padding-bottom: 7px; }

button.btn.btn-small, input[type="submit"].btn.btn-small { *padding-top: 3px; *padding-bottom: 3px; }

button.btn.btn-mini, input[type="submit"].btn.btn-mini { *padding-top: 1px; *padding-bottom: 1px; }

.btn-link, .btn-link:active, .btn-link[disabled] { background-color: transparent; background-image: none; box-shadow: none; }

.btn-link { border-color: transparent; cursor: pointer; color: #0088cc; border-radius: 0; }

.btn-link:hover, .btn-link:focus { color: #005580; text-decoration: underline; background-color: transparent; }

.btn-link[disabled]:hover, .btn-link[disabled]:focus { color: #333333; text-decoration: none; }

.btn-group { position: relative; display: inline-block; *display: inline; /* IE7 inline-block hack */ *zoom: 1; font-size: 0; vertical-align: middle; white-space: nowrap; *margin-left: .3em; }

.btn-group:first-child { *margin-left: 0; }

.btn-group + .btn-group { margin-left: 5px; }

.btn-toolbar { font-size: 0; margin-top: 10px; margin-bottom: 10px; }

.btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group { margin-left: 5px; }

.btn-group > .btn { position: relative; border-radius: 0; }

.btn-group > .btn + .btn { margin-left: -1px; }

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover { font-size: 14px; }

.btn-group > .btn-mini { font-size: 10.5px; }

.btn-group > .btn-small { font-size: 11.9px; }

.btn-group > .btn-large { font-size: 17.5px; }

.btn-group > .btn:first-child { margin-left: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; }

.btn-group > .btn:last-child, .btn-group > .dropdown-toggle { border-top-right-radius: 4px; border-bottom-right-radius: 4px; }

.btn-group > .btn.large:first-child { margin-left: 0; border-top-left-radius: 6px; border-bottom-left-radius: 6px; }

.btn-group > .btn.large:last-child, .btn-group > .large.dropdown-toggle { border-top-right-radius: 6px; border-bottom-right-radius: 6px; }

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active { z-index: 2; }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; }

.btn-group > .btn + .dropdown-toggle { padding-left: 8px; padding-right: 8px; box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); *padding-top: 5px; *padding-bottom: 5px; }

.btn-group > .btn-mini + .dropdown-toggle { padding-left: 5px; padding-right: 5px; *padding-top: 2px; *padding-bottom: 2px; }

.btn-group > .btn-small + .dropdown-toggle { *padding-top: 5px; *padding-bottom: 4px; }

.btn-group > .btn-large + .dropdown-toggle { padding-left: 12px; padding-right: 12px; *padding-top: 7px; *padding-bottom: 7px; }

.btn-group.open .dropdown-toggle { background-image: none; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.btn-group.open .btn.dropdown-toggle { background-color: #e6e6e6; }

.btn-group.open .btn-warning.dropdown-toggle { background-color: #f89406; }

.btn-group.open .btn-danger.dropdown-toggle { background-color: #bd362f; }

.btn-group.open .btn-success.dropdown-toggle { background-color: #51a351; }

.btn-group.open .btn-info.dropdown-toggle { background-color: #2f96b4; }

.btn .caret { margin-top: 8px; margin-left: 0; }

.btn-large .caret { margin-top: 6px; }

.btn-large .caret { border-left-width: 5px; border-right-width: 5px; border-top-width: 5px; }

.btn-mini .caret, .btn-small .caret { margin-top: 8px; }

.dropup .btn-large .caret { border-bottom-width: 5px; }

.btn-warning .caret, .btn-danger .caret, .btn-info .caret, .btn-success .caret { border-top-color: #ffffff; border-bottom-color: #ffffff; }

.btn-group-vertical { display: inline-block; *display: inline; /* IE7 inline-block hack */ *zoom: 1; }

.btn-group-vertical > .btn { display: block; float: none; max-width: 100%; border-radius: 0; }

.btn-group-vertical > .btn + .btn { margin-left: 0; margin-top: -1px; }

.btn-group-vertical > .btn:first-child { border-radius: 4px 4px 0 0; }

.btn-group-vertical > .btn:last-child { border-radius: 0 0 4px 4px; }

.btn-group-vertical > .btn-large:first-child { border-radius: 6px 6px 0 0; }

.btn-group-vertical > .btn-large:last-child { border-radius: 0 0 6px 6px; }

.dropup, .dropdown { position: relative; }

.dropdown-toggle { *margin-bottom: -3px; }

.dropdown-toggle:active, .open .dropdown-toggle { outline: 0; }

.caret { display: inline-block; width: 0; height: 0; vertical-align: top; border-top: 4px solid black; border-right: 4px solid transparent; border-left: 4px solid transparent; content: ""; opacity: 0.3; filter: alpha(opacity=30); }

.dropdown .caret { margin-top: 8px; margin-left: 2px; }

.dropdown:hover .caret, .open .caret { opacity: 1; filter: alpha(opacity=100); }

.dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 4px 0; margin: 1px 0 0; list-style: none; background-color: #ffffff; border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.2); *border-right-width: 2px; *border-bottom-width: 2px; border-radius: 5px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); background-clip: padding-box; }

.dropdown-menu.pull-right { right: 0; left: auto; }

.dropdown-menu .divider { *width: 100%; height: 1px; margin: 8px 1px; *margin: -5px 0 5px; overflow: hidden; background-color: #e5e5e5; border-bottom: 1px solid white; }

.dropdown-menu a { display: block; padding: 3px 15px; clear: both; font-weight: normal; line-height: 18px; color: #333333; white-space: nowrap; }

.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover { color: #ffffff; text-decoration: none; background-color: #0088cc; }

.open { *z-index: 1000; }

.open > .dropdown-menu { display: block; }

.pull-right > .dropdown-menu { right: 0; left: auto; }

.dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px solid black; content: "\2191"; }

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 1px; }

.modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000000; }

.modal-backdrop.fade { opacity: 0; }

.modal-backdrop, .modal-backdrop.fade.in { opacity: 0.8; filter: alpha(opacity=80); }

.modal { position: fixed; top: 10%; left: 50%; z-index: 1050; width: 560px; margin-left: -280px; background-color: #ffffff; border: 1px solid #999999; border: 1px solid rgba(0, 0, 0, 0.3); *border: 1px solid #999999; /* IE6-7 */ border-radius: 6px; box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); -webkit-background-clip: padding-box; -moz-background-clip: padding-box; background-clip: padding-box; outline: none; }

.modal.fade { -webkit-transition: opacity 0.3s linear, top 0.3s ease-out; -moz-transition: opacity 0.3s linear, top 0.3s ease-out; -o-transition: opacity 0.3s linear, top 0.3s ease-out; transition: opacity 0.3s linear, top 0.3s ease-out; top: -25%; }

.modal.fade.in { top: 10%; }

.modal-header { padding: 9px 15px; border-bottom: 1px solid #eeeeee; }

.modal-header .close { margin-top: 2px; }

.modal-header h3 { margin: 0; line-height: 30px; }

.modal-body { position: relative; overflow-y: auto; max-height: 400px; padding: 15px; }

.modal-form { margin-bottom: 0; }

.modal-footer { padding: 14px 15px 15px; margin-bottom: 0; text-align: right; background-color: #f5f5f5; border-top: 1px solid #dddddd; border-radius: 0 0 6px 6px; box-shadow: inset 0 1px 0 white; *zoom: 1; }

.modal-footer:before, .modal-footer:after { display: table; content: ""; line-height: 0; }

.modal-footer:after { clear: both; }

.modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn { margin-left: -1px; }

.modal-footer .btn-block + .btn-block { margin-left: 0; }

.close { float: right; font-size: 20px; font-weight: bold; line-height: 20px; color: #000000; text-shadow: 0 1px 0 white; opacity: 0.2; filter: alpha(opacity=20); }

.close:hover, .close:focus { color: #000000; text-decoration: none; cursor: pointer; opacity: 0.4; filter: alpha(opacity=40); }

button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; }

.clearfix:before, .clearfix:after { content: ""; display: table; }

.clearfix:after { clear: both; }

.clearfix { zoom: 1; }

.border { padding: 1px; border: 1px solid #999999; }
.border.border-hover:hover { border-color: #222; }

.box-shadow { -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5); box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5); }
.box-shadow.box-shadow-hover:hover { -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.75); -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.75); box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.75); }

img, video { max-width: 100% !important; }

.pull-right { float: right; }

.pull-left { float: left; }

.hide { display: none; }

.show { display: block; }

.invisible { visibility: hidden; }

.affix { position: fixed; }

.post-ad div { border: 0 !important; }

.ad-topbanner.ad-mobile { text-align: center; margin: 0 auto 10px; }

.ad.playad-after-first-post { text-align: center; border-bottom: 1px solid #eeeeee; margin: 15px 0; padding-bottom: 15px; }
.ad.playad-after-first-post object, .ad.playad-after-first-post embed { max-width: 100% !important; }

.ad-topbanner { margin: 20px; }

.image-wrapper { max-width: 100% !important; position: relative; display: inline-block; }
.image-wrapper:hover .image-actions, .image-wrapper .image-actions.show, .image-wrapper:hover .nav-prev, .image-wrapper:hover .nav-next, .image-wrapper:hover .nav-back { display: block; }
.image-wrapper .nav-prev, .image-wrapper .nav-next, .image-wrapper .nav-back { display: none; position: absolute; top: 8px; background: rgba(0, 0, 0, 0.6); color: #fff; padding: 8px 16px; border-radius: 7px; }
.image-wrapper .nav-prev:hover, .image-wrapper .nav-next:hover, .image-wrapper .nav-back:hover { text-decoration: none; background: rgba(0, 0, 0, 0.9); }
.image-wrapper .nav-back { left: 8px; }
.image-wrapper .nav-prev { right: 8px; }
.image-wrapper .nav-next { right: 115px; }
.image-wrapper .image-actions { display: none; position: absolute; font-size: 2em; top: 10px; left: 10px; }
.image-wrapper .image-actions.medium { font-size: 1.5em; }
.image-wrapper .image-actions.small { font-size: 1.1em; }
.image-wrapper .image-actions a { background: rgba(0, 0, 0, 0.6); text-decoration: none !important; color: #fff; display: block; padding: 10px 20px; border-radius: 9px; margin: 5px; }
.image-wrapper .image-actions a:hover { text-decoration: none !important; background: rgba(0, 0, 0, 0.9); }

.video-container { position: relative; padding-bottom: 50%; padding-top: 30px; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

iframe, object, embed { max-width: 100%; }

.video-wrapper { width: 980px; max-width: 100%; }

#comment-container { text-align: left; }

.comment { border-top: 1px dotted #d4d0cd; clear: both; margin-top: 0.5em; padding-top: 0.5em; }
.comment .meta { position: relative; }
.comment .meta .user-meta, .comment .meta .guest-meta { font-weight: bold; }
.comment .meta > * { margin-bottom: 0.3em; margin-right: 10px; }
.comment .guest { display: inline; }
.comment.isMember .guest { display: none; }
.comment .user { display: none; }
.comment .user .comment-profile-img img { margin: 2px 5px 5px 0; float: left; }
.comment.isMember .user { display: inline; margin-bottom: 0; }
.comment .date { color: #999; font-size: .9em; }
.comment .new-msg { color: red; display: none; float: right; }
.comment.new .new-msg { display: block; }
.comment .text { color: #666; margin: 0; }
.comment .text p { margin: 0 0 5px; }

.comment-write .alert { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; left: 200px; top: 60px; width: 250px; position: absolute; }
@media screen and (max-width: 640px) { .comment-write .alert { left: 0; top: 150px; width: 100%; padding: 2% 20px; } }
.comment-write fieldset { clear: both; border: 0; margin-top: 20px; position: relative; }
.comment-write legend { font-weight: bold; background: transparent; padding: 2px 4px; color: #525150; }
.comment-write label { clear: both; display: block; float: left; margin: 3px 0 0; width: 13em; }
.comment-write textarea { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-top: 8px; max-width: 635px; }
@media screen and (max-width: 640px) { .comment-write textarea { width: 100% !important; } }
.comment-write input, .comment-write textarea { border: 1px solid #cccccc; border-radius: 5px; margin-bottom: 5px; }
.comment-write input[type=text] { width: 200px; }
.comment-write .meta-user > div { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-radius: 5px; border: 1px solid #cccccc; margin: 8px 0; padding: 5px; display: inline-block; }
@media screen and (max-width: 640px) { .comment-write .meta-user > div { width: 100% !important; } }
.comment-write .meta-user .profile-img { display: inline-block; }
.comment-write .meta-user .profile-img img { margin: 0; border-radius: 5px; }
.comment-write .meta-user .username { width: 200px; vertical-align: top; display: inline-block; padding: 4px; }
.comment-write .submit { margin: 8px 0 8px 182px; }
@media screen and (max-width: 640px) { .comment-write .submit { margin: 8px 0; } }

body { line-height: 1.7; background-color: white; font-size: 10pt; font-family: "Roboto", sans-serif; padding-bottom: 70px; color: #222222; }

img, video { max-width: 100% !important; }

a:link, a:visited { color: #fa759b; text-decoration: underline; }
a:hover { text-decoration: none; color: black; }
a:focus { color: black; }
a img { border: 0; }

h2 { font-size: 15px; font-size: 1.5rem; }

nav.top-nav { display: block; text-align: center; font-family: "Antic Didone", san-serif; font-size: 1em; color: white; border-bottom: 0px solid #fa75a2; }
nav.top-nav div > ul > li > a { text-transform: none; }
nav.top-nav ul { margin: 0; background-color: black; padding: 0; display: inline-block; }
nav.top-nav ul li { padding: 0; display: inline-block; position: relative; }
nav.top-nav ul li > div.sidebar-content { display: none; color: #222222; font-family: "Roboto", sans-serif; font-size: 10pt; text-align: left; background-color: #fff; padding: 5px; box-shadow: 1px 1px 2px 2px #888888; position: absolute; z-index: 10; text-transform: none; width: 300px; }
nav.top-nav ul li > div.sidebar-content a:link, nav.top-nav ul li > div.sidebar-content a:visited { color: #222222; }
nav.top-nav ul li > div.sidebar-content a:hover { color: white; }
nav.top-nav ul li a { width: auto; color: white; text-decoration: none; }
nav.top-nav ul li > a { display: block; padding: 0.5em 0.7em; font-weight: 400; }
nav.top-nav ul li:hover { background-color: #fa7fa8; }
nav.top-nav ul li:hover > .sidebar-content { display: block; }
nav.top-nav .sidebar-header { display: none; }
nav.top-nav .sidebar-content { margin: 0; display: inline-block; }

.sidebar { width: 200px; text-align: left; margin-top: 0; float: right; display: inline-block; }
.sidebar ul { list-style: none; padding: 0; }
.sidebar h2 { font-family: "Raleway", sans-serif !important; font-size: 1.4em !important; text-transform: capitalize !important; color: #fa669f !important; margin: 16px 0 8px 0; }
.sidebar .sidebar-wrap:first-child { margin-top: 20px; }

.sidebar-content { margin: 1px 0 30px 0; *zoom: 1; }
.sidebar-content a { text-decoration: none; margin-top: 1px; padding-bottom: 1px; padding-right: 10px; padding-top: 1px; text-decoration: none; width: 96%; }
.sidebar-content:before, .sidebar-content:after { content: ""; display: table; }
.sidebar-content:after { clear: both; }

.container { background-color: white; margin: 0 auto; text-align: center; width: 1210px; padding: 15px; border-radius: 0; box-shadow: 0; *zoom: 1; }
.container > .header { border-bottom: 1px solid #fa75a2; width: auto; padding-bottom: 50px; }
.container:before, .container:after { content: ""; display: table; }
.container:after { clear: both; }

.header { width: 1240px; text-align: center; padding-bottom: 5px; max-width: 100%; margin: 0 auto; }
.header a { display: block; line-height: 0; }

.content { width: 980px; float: left; text-align: left; display: inline-block; }

article.post { text-align: center; margin-bottom: 0px; }
article.post h2 { font-family: "Raleway", sans-serif; text-transform: capitalize; font-size: 1.6em; font-weight: 400; text-align: center; border-bottom: 0 solid #fa75a2; background-color: none; color: #fa6698; display: block; margin: 20px 0 10px; }
article.post h2 a { color: #fa6698; text-decoration: none; }
article.post h2 a:hover { color: black; }
article.post > div { *zoom: 1; }
article.post > div:before, article.post > div:after { content: ""; display: table; }
article.post > div:after { clear: both; }
article.post div { max-width: 100%; }
article.post .smiley { margin: 0 !important; }
article.post img { margin: 2px 5px 0 0; }
article.post ul, article.post ol { padding-left: 35px; }
article.post footer { border-bottom: 0 solid #fa75a2; font-size: .9em; padding-bottom: 1em; margin-top: 10px; text-align: left; }
article.post footer img { margin-right: 3px; vertical-align: middle; }
article.post p { font-family: "Roboto", sans-serif; margin: 10px 0; width: 100%; max-width: 100% !important; clear: both; }

@media screen and (max-width: 1240px) { .sidebar { width: 200px; }
  .container { width: 1210px; } }
.paging { font-size: 1.1em; text-align: center; margin-top: 15px; }
.paging a { margin-right: 20px; }

.footer-widgets { margin-top: 30px; }
.footer-widgets .sidebar-content { margin: 0 7px; vertical-align: top; display: inline-block; }

.widget-instagram.sidebar-content a { padding: 0; }
.widget-instagram.sidebar-content img { width: 96px; padding: 2px; }

.widget-bloglovin, .widget-archive, .widget-categorys { width: auto !important; }

.widget-about { margin-top: 20px; }
.widget-about img { margin: 0; }
.widget-about p { margin: 0; }
.widget-about a { padding-right: 0; }

.like-post .like-msg { margin-left: 5px; }
.like-post .like-cnt { display: none; }

/* user header */