/**
 * RESET ======================================================================
 */

html {
    color: #000;
    background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

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

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
    font-style: inherit;
    font-weight: inherit;
}

del,
ins {
    text-decoration: none;
}

li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: bold;
}

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

abbr,
acronym {
    font-variant: normal;
    border: 0;
}

sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

legend {
    color: #678;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

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

a,
button,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
}

:focus {
    outline: 0 none;
}

/**
 * GLOBAL ====================================================================
 */

body {
    color: #3e3e3e;
    font-family: sans-serif; /* Helvetica for Macs, Arial for PCs */
    font-size: 16px;
}

h1 {
    font-size: 36px;
    font-weight: bold;
}

h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.1;
}

a:link,
a:visited {
    color: #2786c2;
}

a:hover,
a:active {
    color: #f75342;
}

h1 a,
.thumbnails a {
    text-decoration: none;
}

.wrapper {
    width: 960px;
    margin: 0 auto;
}

.clear {
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
}

/**
 * HEADER ====================================================================
 */

#main_header {
    position: relative;
    margin: 30px auto;
    overflow: hidden;
}

#logo {
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

/**
 * SEARCH ====================================================================
 */

#search_form {
    float: right;
    margin-bottom: 15px;
    position: relative;
}

#search_field {
    border: 1px solid #666;
    color: #aaa;
    display: block;
    margin: 0 auto;
    padding: 4px 6px;
    width: 300px;
}

#search_form .focused {
    color: #333;
}

#search_form .loading {
    background-image: url('../../../../../pro/themes/fashion_victim/images/throbber.gif');
    background-repeat: no-repeat;
    background-position: 292px center;
}

#search_form .submit_btn {
    display: none;
}

#no_results,
.ui-autocomplete {
    background: #fff;
    border: 1px solid #666;
    width: 300px;
    max-height: 278px;
    overflow-y: auto;
    overflow-x: hidden;
}

/* IE 6 doesn't support max-height */
* html .ui-autocomplete {
    height: 278px;
}

#no_results {
    display: none;
    padding: 10px 6px;
    color: #333;
    font-weight: bold;
    text-align: left;
    position: absolute;
    top: 27px;
    left: 0;
    z-index: 5;
}

.ui-autocomplete li {
    overflow: hidden;
}

.ui-autocomplete li a {
    display: block;
    padding: 7px;
    overflow: hidden;
}

.ui-autocomplete li img {
    margin-right: 10px;
    width: 100px;
    height: 75px;
    float: left;
}

.ui-autocomplete li b {
    color: #333;
    width: 170px;
    height: 75px;
    float: left;
}

#ui-active-menuitem {
    background-color: #eee;
}

/**
 * SOCIAL ICONS ==============================================================
 */

#social {
    float: right;
    max-width: 300px;
}

#social li {
    background-color: #666;
    margin: 0 0 5px 5px;
    width: 36px;
    height: 36px;
    float: right;

    -moz-border-radius:     36px;
    -webkit-border-radius:  36px;
    border-radius:          36px;
}

#social li,
#pagination a.next_btn,
#pagination a.prev_btn {

    -moz-opacity:       0.7;
    -webkit-opacity:    0.7;
    opacity:            0.7;

    -webkit-transition: opacity 0.25s;
    -moz-transition:    opacity 0.25s;
    transition:         opacity 0.25s;
}

#social li:hover,
#pagination a:hover.next_btn,
#pagination a:hover.prev_btn {
    -moz-opacity:       1;
    -webkit-opacity:    1;
    opacity:            1;
}

#social li a {
    background: transparent url('../../../../../pro/themes/fashion_victim/images/sprite_social_icons_4.png') no-repeat;
    display: block;
    padding: 4px;
    width: 36px;
    height: 36px;
    text-indent: -9999px;
}

#social .aboutme a        { background-position: 5px  13px    ;}
#social .behance a        { background-position: 7px  -40px   ;}
#social .blogger a        { background-position: 8px  -93px   ;}
#social .deviantart a     { background-position: 4px  -141px  ;}
#social .digg a           { background-position: 6px  -190px  ;}
#social .dribbble a       { background-position: 6px  -245px  ;}
#social .email a          { background-position: 5px  -291px  ;}
#social .facebook a       { background-position: 10px -343px  ;}
#social .flavorsme a      { background-position: 7px  -393px  ;}
#social .flickr a         { background-position: 6px  -438px  ;}
#social .foursquare a     { background-position: 4px  -492px  ;}
#social .lastfm a         { background-position: 5px  -590px  ;}
#social .hi5 a            { background-position: 4px  -542px  ;}
#social .linkedin a       { background-position: 6px  -645px  ;}
#social .livejournal a    { background-position: 6px  -695px  ;}
#social .picasa a         { background-position: 6px  -745px  ;}
#social .posterous a      { background-position: 10px -793px  ;}
#social .reddit a         { background-position: 7px  -842px  ;}
#social .rss a            { background-position: 7px  -893px  ;}
#social .soundcloud a     { background-position: 4px  -940px  ;}
#social .tumblr a         { background-position: 9px  -995px  ;}
#social .twitter a        { background-position: 6px  -1043px ;}
#social .typepad a        { background-position: 5px  -1090px ;}
#social .vimeo a          { background-position: 5px  -1142px ;}
#social .virb a           { background-position: 8px  -1190px ;}
#social .wordpress a      { background-position: 7px  -1244px ;}
#social .pinterest a      { background-position: 9px  -1294px ;}
#social .instagram a      { background-position: 7px  -1344px ;}
#social .imdb a           { background-position: 5px  -1550px ;}
#social .kickstarter a    { background-position: 7px  -1500px ;}
#social .googleplus a     { background-position: 7px  -1395px ;}
#social .indiegogo a      { background-position: 6px  -1448px ;}
#social .rottentomatoes a { background-position: 5px  -1593px ;}

#share {
    margin-left: 10px;
    width: 110px;
    float: right;
}

#share li {
    background: none;
}

.comments_facebook {
    margin-top: 30px;
}

.content {
    margin-bottom: 60px;
    overflow: hidden; /* clearfix */
}

.primary_col {
    width: 960px;
}

.secondary_col {
    margin-right: 25px;
    width: 192px;
    float: left;
    overflow: hidden;
}

.secondary_col + .primary_col {
    width: 740px;
    float: left;
    overflow: hidden;
}

#description,
.description p {
    font-size: 14px;
    line-height: 1.6;
}

#description p + p {
    margin: 15px 0 0 0;
}

.more {
    margin-top: 16px;
    font-size: 14px;
}

.info time {
    display: block;
    margin-top: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
}

.video_title {
    font-family: serif;
    font-size: 24px;
    font-style: italic;
    font-weight: normal;
    text-transform: uppercase;
}

.video_description {
    font-family: inherit;
}

.video_description p + p {
    margin: 10px 0 0 0;
}

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

.thumbnails_wrapper {
    overflow: hidden;
}

.thumbnails {
    overflow: hidden;
}

.thumbnails li {
    float: left;
    margin-right: 5px;
    width: 104px;
}

.thumbnails li a {
    display: block;
}

.thumbnails .image {
    background: #000;
    width: 100px;
    height: 75px;
    position: relative;
    overflow: hidden;
}

.thumbnails img,
.thumbnails span {
    display: block;
}

.thumbnails .title {
    margin-top: 5px;
    font-size: 12px;
    font-weight: bold;
}

#pagination {
    position: relative;
    margin-top: 10px;
    height: 20px;
}

#pages {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

#pages li {
    float: left;
    margin-right: 4px;
}

#pages li a {
    display: block;
    min-width: 13px;
    background: #ccc;
    padding: 4px;
    color: #666;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

#pages li a:hover,
#pages li.active a {
    background: #999;
    color: #fff;
}

#pagination .pager {
    border: 7px solid #fff;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -6px;
    text-indent: -9999px;
}

#pagination .pager.disabled {
    visibility: hidden;
}

#pagination .prev_btn {
    border-right-color: #ccc;
    right: 14px;

    -webkit-transition: border-right-color 0.25s;
    -moz-transition:    border-right-color 0.25s;
    transition:         border-right-color 0.25s;
}

#pagination .next_btn {
    border-left-color: #ccc;
}

/**
 * CONTACT FORM ==============================================================
 */

#contact_form {
    background: #fff !important;
    display: none;
    position: fixed;
    top: 80px;
    left: 50%;
    margin-left: -315px;
    border: 3px solid #e7e7de;
    padding: 20px;
    width: 590px;
    z-index: 9001;

    -moz-border-radius:     15px;
    -webkit-border-radius:  15px;
    border-radius:          15px;

    -moz-box-shadow:    0px 0px 5px #333;
    -webkit-box-shadow: 0px 0px 5px #333;
    box-shadow:         0px 0px 5px #333;

}

#contact_form.active {
    display: block;
}

#underlay {
    overflow: hidden;
    position: fixed;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    opacity: 0;
    background: #000000;
    z-index: 9000;
    -webkit-transition:     opacity 0.25s;
    -moz-transition:        opacity 0.25s;
    transition:             opacity 0.25s;
}

#underlay.active {
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

#close_contact {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 20px;
    height: 20px;
    color: #f75342;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
}

#contact_form h2 {
    margin-bottom: 20px;
}

#contact_form div {
    margin-bottom: 20px;
    overflow: hidden;
}

#contact_form label,
#contact_form input,
#contact_form textarea {
    display: block;
    float: left;
}

#contact_form label {
    width: 100px;
    margin-right: 20px;
}

#contact_form input,
#contact_form textarea {
    border: 1px solid #e7e7de;
    padding: 5px;
    width: 450px;
    font-family: sans-serif; /* Helvetica for Macs, Arial for PCs */
    font-size: 14px;
}

#contact_form input.error,
#contact_form textarea.error {
    border-color: #f75342;
}

#contact_form textarea {
    min-height: 140px;
    height: 140px;
    max-height: 300px;
    resize: vertical;
    line-height: 1.4;
}

#contact_form .buttons,
#contact_form .errors {
    margin-left: 120px;
}

#contact_form .submit_btn {
    width: 100px;
    font-weight: bold;
}

#contact_form .errors {
    margin-bottom: 15px;
    padding-left: 10px;
}

#contact_form .errors li {
    margin-bottom: 5px;
    color: #f75342;
    font-size: 12px;
    list-style-type: disc;
}

/**
 * INLINE THUMBNAIL SCROLLER =================================================
 */

#fashion_victim .navigation .thumbnails a img {
    -moz-opacity:       0.8;
    -webkit-opacity:    0.8;
    opacity:            0.8;

    -webkit-transition: all 0.25s;
    -moz-transition:    all 0.25s;
    transition:         all 0.25s;
}

#fashion_victim .navigation .thumbnails a:hover img {
    -moz-opacity:       1;
    -webkit-opacity:    1;
    opacity:            1;
}

/**
 * LARGE THUMBNAILS ==========================================================
 */

#fashion_victim .thumbnails li {
    margin: 0 20px 20px 0;
    width: auto;
}

#fashion_victim .thumbnails .image {
    width: 300px;
    height: 225px;
}

#fashion_victim .thumbnails img {
    position: absolute;
    top: 50%;
    left: 50%;
}

#fashion_victim .thumbnails li .title {
    margin-bottom: 0;
    width: 295px;
    height: 35px;
    font-size: 18px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
       -moz-box-orient: vertical;
}

/**
 * ROUND PAGINATION ==========================================================
 */

#fashion_victim #pages li a {
    padding: 0;
    height: 9px;
    width: 9px;
    min-width: 0;
    text-indent: -9999px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/**
 * fashion_victim ===================================================================
 */

#fashion_victim .info,
#fashion_victim .info .video_description {
    margin-top: 10px;
}

.breadcrumbs {
    margin-bottom: 18px;
    font-size: 12px;
}

/* OVERRIDES .............................................................. */

#fashion_victim h1 {
    font-family: serif;
    font-weight: normal;
    font-size: 32px;
    text-transform: uppercase;
    font-style: italic;
    float: left;
}

#fashion_victim #description {
    float: right;
    margin-top: 11px;
    margin-right: 25px;
    font-family: serif;
    font-style: italic;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
}

.thumbnails li a {
    position: relative;
    background: #000;
    color: #fff;
    padding-bottom: 10px;
}

#fashion_victim .thumbnails .image {
    width: 300px;
    height: 180px;
}

#fashion_victim .thumbnails .play_icon {
    position: absolute;
    background: rgba(0,0,0,0.8);
    width: 30px;
    height: 30px;
    top: 145px;
    left: 10px;


    -webkit-border-radius: 25px;
       -moz-border-radius: 25px;
         -o-border-radius: 25px;
            border-radius: 25px;
}

#fashion_victim .thumbnails .play_icon span {
    margin: 9px 12px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;

    border-left: 7px solid #fff;
}

#fashion_victim .thumbnails .duration {
    position: absolute;
    background: rgba(0,0,0,0.8);
    font-size: 11px;
    font-weight: bold;
    padding: 3px 6px;
    top: 156px;
    right: 10px;
    color: #fff;

    -webkit-border-radius: 25px;
       -moz-border-radius: 25px;
         -o-border-radius: 25px;
            border-radius: 25px;
}

#fashion_victim .thumbnails img {
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
}

#fashion_victim .thumbnails li .title {
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    margin: 10px 10px 0 10px;
    width: 280px;
    text-transform: uppercase;
}

#fashion_victim footer {
    position: relative;
    font-family: serif;
    font-style: italic;
    text-transform: uppercase;
    color: #000;
    border-top: 1px solid #000;
    padding-top: 20px;
    margin-bottom: 60px;
}

#fashion_victim footer .social_icons {
    position: absolute;
    top: 10px;
    right: 10px;
}

#fashion_victim footer .social_icons li {
    float: left;
}

#fashion_victim footer .social_icons li + li {
    margin-left: 10px;
}

.content {
    margin-bottom: 30px;
}

ol.thumbnails li .play_button {
    background: rgba(0, 0, 0, 0.5) url('../../../../../pro/themes/fashion_victim/images/play_icon.png') no-repeat scroll 55% 50%;
    width: 26px;
    height: 26px;
    -moz-border-radius:     26px;
    -webkit-border-radius:  26px;
    border-radius:          26px;
    position: absolute;
    bottom: 8px;
    left: 8px;
    z-index: 100;
}

/**
 * DOWNLOAD ==============================================================
 */
.clip_download {
    margin-top: 15px;
}

.info_download {
    display: none;
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
}

.toggle_download {
    display: inline-block;
    padding: 6px 7px;
    text-decoration: none;
    font-size: 12px;
}