form {
    margin: 0;
}

h3, h4, h5, h6 {
    font-weight: normal;
}

h2, h3, h4, h5, h6, p, ul, ol, dl, address {
    margin: 1em 0;
}

h1 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1em;
}

h2 {
    font-size: 24px;
    line-height: 1em;
    font-weight: bold;
}

h3 {
    font-size: 16px;
    line-height: 1em;
    font-weight: bold;
}

h4 {
    font-size: 1em;
    font-weight: bold;
}

h5 {
    font-size: 1em;
    font-weight: bold;
}

h6 {
    font-size: 1em;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}

blockquote, q {
    quotes: "" "";
}

img {
    vertical-align: top;
}

a img {
    border: none;
    vertical-align: middle;
}

:focus {
    outline: 0;
}

a:focus, a[href]:hover {
    text-decoration: none;
}

a {
    color: #d62429;
    text-decoration: underline;
}

blockquote {
    margin: 1.5em;
    font-style: italic;
}

strong, dfn {
    font-weight: bold;
}

em, dfn {
    font-style: italic;
}

sup, sub {
    line-height: 0;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
}

address {
    font-style: italic;
}

del {
    color: #666;
}

pre {
    margin: 1.5em 0;
    white-space: pre;
}

pre, code, tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5;
}

ul, ol, dd {
    padding-left: 1.5em;
    margin-left: 0;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

dt {
    font-weight: bold;
}

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

th {
    font-weight: bold;
}

thead th {
    text-align: center;
}

th, td, caption {
    padding: 2px;
}

tfoot {
    font-style: italic;
}

caption {
    background: #eee;
}

fieldset {
    padding: 0;
    border: none;
}

fieldset, input, textarea, select {
    margin: 0;
    vertical-align: top;
}

textarea {
    resize: none;
}

select {
    padding: 3px;
}

option {
    padding: 0 6px;
}

input[type=text], input[type=url], input[type=password], textarea {
}

input[type=submit], input[type=button], button {
}

input[type=submit]:hover, input[type=button]:hover, button:hover {
}

.error {
    color: red;
}

.hidden {
    display: none;
}

ul.list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.list > li {
    margin: 1em 0;
}

.cols, .grid {
    display: table;
}

.cols > .row, .grid > .row {
    display: table-row;
}

.cols .col, .grid .cell {
    display: table-cell;
}

.cols .col {
    vertical-align: top;
}

.grid .cell {
    vertical-align: middle;
}

.animated {
    overflow: hidden;
    position: relative;
}

/*->flowpanes---------------------------------------------------------------*/
.flowpanes {
    position: relative;
}

.flowpanes .browse {
    float: left;
    margin: 0 15px 0 0;
    width: 20px;
    height: 28px;
    background: url(../images/browse.png) no-repeat 0 0;
    overflow: hidden;
    text-indent: -1000em;
    cursor: pointer;
}

.flowpanes .browse.next {
    float: right;
    margin-right: 0;
    margin-left: 15px;
    background-position: 100% 0;
}

.flowpanes .browse.disabled {
    cursor: default;
}

.flowpanes .panes {
    position: relative;
    overflow: hidden;
}

.flowpanes .panes > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    width: 10000em;
    height: 100%;
}

.flowpanes .panes > ul > li {
    float: left;
    height: 100%;
    text-align: center;
    cursor: pointer;
}

.flowpanes .panes > ul > li:before {
    display: none;
}

.flowpanes .navi {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 4px;
    text-align: center;
}

.flowpanes .navi a {
    display: inline-block;
    margin: 0 1px;
    position: relative;
    text-align: left;
    text-indent: -1000em;
    background-color: #1e2320;
    width: 14px;
    height: 14px;
}

/*->browse------------------------------------------------------------------*/

#browse span {
    float: left;
    text-align: right;
}

#browse .next {
    float: right;
    text-align: left;
}

#browse a {
    position: fixed;
    top: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -30px;
    text-indent: -1000em;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .6);
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    z-index: 800;
    display: block;
}

#browse .next a {
    text-align: left;
    text-indent: -1000em;
    right: 0;
    margin-right: 0;
    width: 80px;
    height: 80px;
}

#browse .prev a {
    margin-left: 0;
    width: 80px;
    height: 80px;
    text-indent: -1000em;
}

#browse span:hover a {
    background-color: rgba(0, 0, 0, .9);
}

#browse a:before {
    content: '';
    position: absolute;
    top: 26px;
    left: 28px;
    width: 20px;
    height: 28px;
    background: url(../images/browse.png) no-repeat 0 1px;
    overflow: hidden;
    text-indent: -1000em;
}

#browse .next a:before {
    background-position: 100% 0;
    left: auto;
    right: 28px;
}

#browse a:after {
    content: '';
    position: fixed;
    display: block;
    top: 0;
    height: 100%;
    width: 100%;
    margin-left: -100%;
    background: url(../images/blank.gif);
}

#browse .next a:after {
    margin-left: 80px;
}

#browse .clone {
    content: '';
    position: fixed;
    display: block;
    top: 0;
    height: 100%;
    width: 100%;
    margin-left: -100%;
    background: url(../images/blank.gif);
}

#browse .next .clone {
    margin-left: 0;
}

#browse span:hover .clone {
    background: none;
}

/*->page--------------------------------------------------------------------*/
html, body {
    height: 100%;
}

/*->content-----------------------------------------------------------------*/
#content {
    padding-bottom: 80px;
    font-size: 14px;
    line-height: 20px;
}

.detail #content {
    padding-top: 80px;
}

/*->portfolio---------------------------------------------------------------*/
.portfolio {
    font-family: 'Trebuchet MS';
}

.portfolio h1 {
    font: bold 16px/1.2em Arial, Helvetica, sans-serif;;
}

.portfolio h1 strong {
    display: block;
    font-size: 48px;
    line-height: 1em;
}

.portfolio h2, .portfolio h3 {
    margin: 0;
    font: bold 24px/1em Arial, Helvetica, sans-serif;
}

.portfolio h4 {
    margin: 0;
    font: bold 18px/1.2em Arial, Helvetica, sans-serif;
}

.portfolio a {
    text-decoration: underline;
}

.portfolio a:hover {
    text-decoration: none;
}

.portfolio .group {
    display: table;
    width: 100%;
    margin: 75px 0 65px;
}

.portfolio .group > * {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
}

.portfolio .group > *:first-child {
    padding-left: 0;
}

.social-tools {
    height: 22px;
}

.social-tools table {
    border-collapse: collapse;
    table-layout: fixed;
    height: 22px;
}

.social-tools td {
    padding: 0 0 0 14px;
    vertical-align: top;
}

.social-tools td:first-child {
    padding-left: 0;
}