html, body, div, span, object, iframe, 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, h1, h2, h3, h4, h5, h6
 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-style: normal;
}
html
 {
    height: 100%}
body {
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
img, object, embed, video {
    width: auto;
    max-width: 100%;
    border: 0;
}
img, video {
    height: auto;
}
blockquote, q {
    quotes: none;
}
blockquote p:before, blockquote p:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    vertical-align: top;
    font-weight: normal;
}
thead th, thead td {
    font-weight: bold;
    vertical-align: bottom;
}
a img, th img, td img {
    vertical-align: top;
}
button, input, select, textarea {
    margin: 0;
}
textarea {
    overflow: auto;
}
button {
    width: auto;
    overflow: visible;
}
input[type=button], input[type=submit], 
button {
    cursor: pointer;
}
input[type="radio"], input[type="checkbox"] {
    font-size: 110%}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ddd;
    padding: 0;
}
.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clr:before, .clr:after {
    content: "";
    display: table;
}
.clr:after {
    clear: both;
}
.clr {
    *zoom: 1;
}
body {
    background: #fff;
    color: #000;
    font-size: .875em;
    line-height: 1.5em;
    font-family: Helvetica, Arial, Tahoma, sans-serif;
}
a {
    color: #007fff;
}
a:hover {
    color: #fe57a1;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin-bottom: .5em;
}
h1 {
    font-size: 2.5714285714285716em;
    line-height: 1em;
}
h2 {
    font-size: 2.142857142857143em;
    line-height: 1.1em;
}
h3 {
    font-size: 1.7142857142857142em;
    line-height: 1.3em;
}
h4 {
    font-size: 1.2857142857142858em;
    line-height: 1.3em;
}
h5 {
    font-size: 1.1428571428571428em;
    line-height: 1.3em;
}
h6 {
    font-size: 1em;
    line-height: 1.3em;
    text-transform: uppercase;
}
hgroup h1, hgroup h2, hgroup h3, hgroup h4 {
    margin-bottom: .1em;
}
.subheader {
    font-size: 1.2em;
    font-weight: normal;
    color: #8f8f8f;
    margin-bottom: 1em;
}
p, ul, ol, dl, dd, dt, blockquote, td, th {
    line-height: 1.5em;
}
ul, ol, ul ul, ol ol, ul ol, ol ul {
    margin: 0 0 0 2em;
}
ol ol li {
    list-style-type: lower-alpha;
}
ol ol ol li {
    list-style-type: lower-roman;
}
p, ul, ol, dl, blockquote, hr, pre, hgroup, table, form, fieldset {
    margin-bottom: 1.5em;
}
dl dt {
    font-weight: bold;
}
dd {
    margin-left: 1em;
}
blockquote {
    margin-bottom: 1.5em;
    padding-left: 1.5em;
    border-left: 1px solid #ccc;
    color: #666;
}
blockquote small, cite {
    color: #888;
    font-style: italic;
}
blockquote p {
    margin-bottom: 1em;
    font-style: italic;
}
small, blockquote cite {
    font-size: .85em;
    line-height: 1;
}
blockquote .pull-right, .row blockquote .pull-right {
    float: none;
    text-align: right;
    display: block;
}
address {
    font-style: italic;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}
strong, b {
    font-weight: bold;
}
em, i {
    font-style: italic;
}
sub, sup {
    font-size: .7em;
    line-height: 0;
    position: relative;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
figcaption {
    font-size: .85em;
    font-style: italic;
}
ins, mark {
    background-color: #fe5;
    color: #000;
    text-decoration: none;
}
pre, code, kbd, samp {
    font-size: 90%;
    font-family: Menlo, Monaco, monospace, sans-serif;
}
pre {
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 1.5em;
    white-space: pre;
    overflow: auto;
}
code {
    padding: 2px 3px;
    display: inline-block;
    line-height: 1;
    background: #f8f8f8;
    border: 1px solid #ddd;
}
kbd {
    padding: 0 6px;
    border-radius: 4px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px #fff inset;
    background-color: #fafafa;
    border-color: #ccc #ccc white;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    color: #444;
    font-weight: bold;
    white-space: nowrap;
}
input[type="text"], input[type="password"], input[type="email"], textarea {
    font-size: 13px;
}
fieldset {
    padding: 2em 1.5em;
    margin-bottom: 1.5em;
    border: 1px solid #ddd;
}
legend {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 1em;
}
tfoot th, tfoot td {
    background-color: #f2f2f2;
}
th, td {
    border-bottom: 1px solid #eee;
    padding: .75em .5em;
}
table caption {
    text-transform: uppercase;
    font-weight: bold;
    padding-left: .5em;
    color: #666;
}
table.simple td, table.simple th {
    border: 0;
    padding: .75em .7em .75em 0;
}
table.bordered td, table.bordered th {
    border: 1px solid #ddd;
}
table.stroked td, table.stroked th {
    border-bottom: 1px solid #eee;
}
table.striped tbody tr:nth-child(odd) td {
    background-color: #f8f8f8;
}
table.hovered tbody tr:hover td, table.hovered thead tr:hover th {
    background-color: #f6f6f6;
}
.thead-gray td, .thead-gray th {
    background-color: #f0f0f0;
}
.thead-black td, .thead-black th {
    font-weight: normal;
    color: #f6f6f6;
    color: rgba(255, 255, 255, 0.9);
    background-color: #222;
}
table.bordered .thead-black td, table.bordered .thead-black th {
    border: 1px solid #444;
}
.forms label {
    display: block;
    margin-bottom: 2px;
}
.descr {
    color: #999;
    font-size: .85em;
    line-height: 1.5em;
}
div.descr {
    margin: 4px 0;
}
.columnar div.descr {
    margin-bottom: 10px;
}
.forms ul {
    list-style: none;
    margin: 0;
}
.forms ul li {
    margin-bottom: 10px;
}
.forms.columnar ul li {
    margin-bottom: 15px;
}
fieldset.liner {
    border: 0;
    padding: 0;
}
fieldset.liner legend {
    padding: 0;
    width: 100%;
    padding-bottom: 12px;
}
fieldset.liner legend span {
    padding: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
    display: block;
}
.forms ul.multicolumn:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.forms ul.multicolumn li {
    float: left;
    margin-right: 12px;
    margin-bottom: 0;
    line-height: 1.8em;
}
.forms ul.multicolumn li label {
    margin-bottom: 0;
}
.forms ul.multicolumn li.width-50 {
    width: 48%;
    margin-right: 2%}
.forms ul.multicolumn li.width-33 {
    width: 31%;
    margin-right: 2%}
.forms.columnar legend {
    margin-bottom: 1em;
}
.forms.columnar label {
    float: left;
    width: 150px;
    text-align: right;
    margin-right: 20px;
}
.forms.columnar .push, .forms.columnar div.descr {
    margin-left: 170px;
}
.forms.columnar li fieldset label {
    float: none;
    width: auto;
    text-align: left;
    margin-right: 0;
}
.forms.columnar li fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    padding-left: 170px;
    position: relative;
}
.forms.columnar li fieldset section {
    padding: 0;
    position: absolute;
    width: 150px;
    text-align: right;
    left: 0;
    top: 0;
}
.forms.columnar li fieldset section label {
    float: none;
    width: auto;
    margin-right: 0;
    text-align: right;
}
.forms.columnar li fieldset div.descr {
    margin-left: 0;
}
.forms li.form-section {
    font-weight: bold;
    border-bottom: 1px solid #eee;
    padding: 1.5em 0 .7em 0;
    font-size: 1.1em;
    margin-bottom: 1.5em;
}
.columnar li.form-section {
    padding-left: 170px;
}
table.tableforms td {
    font-size: 90%;
    padding: 1px 10px 3px 0 !important;
    border: 0;
}
table.tableforms tr.labels td {
    padding-top: .8em !important;
    font-weight: bold;
}
input[type="radio"], input[type="checkbox"] {
    position: relative;
    top: -1px;
}
input[type="text"], input[type="password"], input[type="email"], textarea {
    position: relative;
    z-index: 2;
    font-family: Helvetica, Arial, Tahoma, sans-serif;
    height: 23px;
    border: 1px solid #ccc;
    margin: 0;
    padding: 1px 2px;
    background-color: white;
    color: #333;
    font-size: 13px;
    line-height: 1;
    border-radius: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: border .3s ease-in;
    -moz-transition: border .3s ease-in;
    -ms-transition: border .3s ease-in;
    -o-transition: border .3s ease-in;
    transition: border .3s ease-in;
}
textarea {
    line-height: 1.4em;
}
.error, .success {
    margin-left: 5px;
    font-weight: normal;
    font-size: .85em;
}
input.input-error, textarea.input-error, select.input-error, .input-error {
    border-color: #da3e5a;
    box-shadow: 0 0 0 2px rgba(218, 62, 90, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
input.input-success, textarea.input-success, select.input-success, .input-success {
    border-color: #18a011;
    box-shadow: 0 0 0 2px rgba(24, 160, 17, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
input.input-gray, textarea.input-gray, select.input-gray, .input-gray {
    border-color: #ccc;
    box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
input:focus, textarea:focus {
    outline: 0;
    border-color: #5ca9e4;
    box-shadow: 0 0 0 2px rgba(70, 161, 231, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
input.input-search {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 0;
    border-radius: 15px;
}
.input-append, .input-prepend {
    display: inline-block;
    background-color: #eee;
    height: 23px;
    border: 1px solid #ccc;
    margin: 0;
    padding: 1px 8px;
    color: #333;
    font-size: 14px;
    line-height: 23px;
}
.input-prepend {
    margin-right: -1px;
}
.input-append {
    position: relative;
    z-index: 1;
    margin-left: -1px;
}
.btn {
    position: relative;
    cursor: pointer;
    outline: 0;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
    font-size: 13px;
    font-weight: normal;
    padding: 6px 16px;
    border-radius: 4px;
    background-color: #f3f3f3;
    background-image: -moz-linear-gradient(top, #fff, #e1e1e1);
    background-image: -ms-linear-gradient(top, #fff, #e1e1e1);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e1e1e1));
    background-image: -webkit-linear-gradient(top, #fff, #e1e1e1);
    background-image: -o-linear-gradient(top, #fff, #e1e1e1);
    background-image: linear-gradient(top, #fff, #e1e1e1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType=0);
    border: 1px solid #dadada;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-bottom-color: #a9a9a9;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 1px 1px 0 rgba(255, 255, 255, 0.6);
    text-shadow: 0 1px 0 #fff;
}
.btn, .btn:hover {
    color: #000;
}
.btn:hover {
    filter: none;
    background: 0;
    background: #eee;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    text-decoration: none;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
.btn-big.btn-active, .btn-big.btn-active:hover {
    padding: 11px 25px;
}
.btn-active, .btn-active:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) inset;
    color: #555;
    border: 0;
    background: 0;
    filter: none;
    background-color: #ddd;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    padding: 7px 17px 8px 17px;
}
.btn-small {
    padding: 4px 12px;
    font-size: 11px;
}
.btn-small.btn-active {
    padding: 5px 12px;
}
.btn-big {
    padding: 10px 24px;
    font-size: 20px;
}
.btn-square {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.btn-round {
    border-radius: 15px;
    border-radius: 0 \0;
}
.btn-full {
    width: 100%}
.btn-group {
    display: inline-block;
    margin-right: 2px;
    vertical-align: bottom;
}
.btn-group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.btn-group>.btn, .btn-group>input {
    float: left;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-left: -1px;
}
.btn-group>.btn:first-child {
    border-radius: 4px 0 0 4px;
}
.btn-group>.btn:last-child {
    border-radius: 0 4px 4px 0;
}
.btn-group>.btn.btn-round:first-child, .btn-group>.input-search:first-child {
    border-radius: 15px 0 0 15px;
}
.btn-group>.btn.btn-round:last-child, .btn-group>.input-search:last-child {
    border-radius: 0 15px 15px 0;
}
.btn-append {
    margin-left: -2px;
    border-radius: 0 4px 4px 0;
}
.btn.disabled, .btn[disabled] {
    border: 0;
    filter: none;
    background: 0;
    background-color: #e9e9e9;
    opacity: .6;
    cursor: default;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}
@-moz-document url-prefix("http://") {
    input[type=submit].btn: :-moz-focus-inner, button.btn::-moz-focus-inner {
    border: 0;
    padding: 0;
}
}.row {
    margin-bottom: 1.5em;
}
.container.row {
    margin-bottom: 0;
}
.container:after, .row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.half, .third, .quarter, .fifth, .sixth, .twothird, .twofifth, .threefifth, .fourfifth, .fivesixth, .threequarter {
    margin-left: 3.1914893617021276%;
    float: left;
    min-height: 1px;
}
.half:first-child, .third:first-child, .quarter:first-child, .fifth:first-child, .sixth:first-child, .twothird:first-child, .twofifth:first-child, .threefifth:first-child, .fourfifth:first-child, .fivesixth:first-child, .threequarter:first-child {
    margin-left: 0;
}
.sixth {
    width: 14.007092198581558%}
.fifth {
    width: 17.4468085106383%}
.quarter {
    width: 22.606382978723403%}
.third {
    width: 31.205673758865245%}
.half {
    width: 48.40425531914894%}
.threequarter {
    width: 74.20212765957446%}
.twothird {
    width: 65.60283687943262%}
.twofifth {
    width: 38.08510638297872%}
.threefifth {
    width: 58.72340425531915%}
.fourfifth {
    width: 79.36170212765958%}
.fivesixth {
    width: 82.8014184397163%}
.push-half, .push-threequarter, .push-quarter, .push-third, .push-twothird, .push-fifth, .push-twofifth, .push-threefifth, .push-fourfifth, .push-sixth, .push-fivesixth {
    position: relative;
}
.push-half {
    left: 51.59574468085106%}
.push-third {
    left: 34.39716312056737%}
.push-quarter {
    left: 25.79787234042553%}
.push-fifth {
    left: 20.638297872340427%}
.push-sixth {
    left: 17.198581560283685%}
.push-threequarter {
    left: 77.39361702127658%}
.push-twothird {
    left: 68.79432624113474%}
.push-twofifth {
    left: 41.27659574468085%}
.push-threefifth {
    left: 61.91489361702128%}
.push-fourfifth {
    left: 82.55319148936171%}
.push-fivesixth {
    left: 85.99290780141843%}
.split .half, .split .third, .split .quarter, .split .fifth, .split .sixth, .split .twothird, .split .twofifth, .split .threefifth, .split .fourfifth, .split .fivesixth, .split .threequarter {
    margin-left: 0;
}
.split .half {
    width: 50%}
.split .threequarter {
    width: 75%}
.split .quarter {
    width: 25%}
.split .third {
    width: 33.3%}
.split .twothird {
    width: 66.6%}
.split .fifth {
    width: 20%}
.split .twofifth {
    width: 40%}
.split .threefifth {
    width: 60%}
.split .fourfifth {
    width: 80%}
.split .sixth {
    width: 16.6%}
.split .fivesixth {
    width: 83.4%}
.inner {
    padding: 1.5em;
}
.inner-left {
    padding-left: 1.5em;
}
.inner-right {
    padding-right: 1.5em;
}
.inner-nobottom {
    padding-bottom: 1px;
}
.inner-double {
    padding: 3em;
}
.inner-double-left {
    padding-left: 3em;
}
.inner-double-right {
    padding-right: 3em;
}
.inner-double-nobottom {
    padding-bottom: 1px;
}
.row .push-right {
    float: right;
}
.row .centered {
    float: none;
    margin: 0 auto;
}
.block-two, .block-three, .block-four, .block-five, .block-six {
    list-style: none;
    margin-left: -3.1914893617021276%;
    margin-bottom: 0;
}
.block-two:after, .block-three:after, .block-four:after, .block-five:after, .block-six:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.block-two>li, .block-three>li, .block-four>li, .block-five>li, .block-six>li {
    height: auto;
    float: left;
    margin-bottom: 1.5em;
    margin-left: 3.1914893617021276%}
.block-two>li {
    width: 46.80851063829787%}
.block-three>li {
    width: 30.141843971631204%}
.block-four>li {
    width: 21.80851063829787%}
.block-five>li {
    width: 16.80851063829787%}
.block-six>li {
    width: 13.47517730496454%}
.browsehappy {
    margin: .3em 0;
    background: red;
    color: #fff;
    padding: .3em 0;
    text-align: center;
    font-size: 13px;
}
.browsehappy a {
    color: #fef414;
}
.browsehappy a:hover {
    color: #fff;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.image-left {
    float: left;
    margin: 0 1em 1em 0;
}
.image-right {
    float: right;
    margin: 0 0 1em 1em;
}
.image-left img, .image-right img {
    position: relative;
    top: .4em;
}
p.lead {
    font-size: 1.2em;
}
.supersmall {
    font-size: .7em;
}
.supersmall .left{
    float :left;
}
.supersmall .right{
    float :right;
}
.small {
    font-size: .85em;
}
.big {
    font-size: 1.2em;
}
input.big {
    padding: 2px 0;
    font-size: 1.2em;
}
.text-centered {
    text-align: center;
}
.uppercase {
    text-transform: uppercase;
}
.nowrap {
    white-space: nowrap;
}
.clear {
    clear: both;
}
.last {
    margin-right: 0 !important;
}
.end {
    margin-bottom: 0 !important;
}
.handle {
    cursor: move;
}
.normal {
    font-weight: normal;
}
.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.req, .required {
    font-weight: normal;
    color: #da3e5a;
}
.highlight {
    background-color: #e5ecf5 !important;
}
.width-33 {
    width: 33%}
.width-50 {
    width: 50%}
.width-100 {
    width: 100%}
input.width-100 {
    width: 98.6%}
textarea.width-100 {
    width: 99.4%}
select.width-100 {
    width: 99.4%}
.black {
    color: #000;
}
.gray-dark {
    color: #555;
}
.gray {
    color: #777;
}
.gray-light {
    color: #999;
}
.white {
    color: #fff;
}
.red, .error {
    color: #da3e5a;
}
.green, .success {
    color: #18a011;
}
a.white:hover {
    color: #d9d9d9;
    color: rgba(255, 255, 255, 0.8);
}
a.green:hover, a.red:hover, a.error:hover {
    color: #000;
}
@media only screen and (max-width:767px) {
    .row .half, .row .third, .row .quarter, .row .fifth, .row .sixth, .row .twothird, .row .twofifth, .row .threefifth, .row .fourfifth, .row .fivesixth, .row .threequarter {
    margin-left: 0;
    width: 100%}
.push-half, .push-threequarter, .push-quarter, .push-third, .push-twothird, .push-fifth, .push-twofifth, .push-threefifth, .push-fourfifth, .push-sixth, .push-fivesixth {
    left: 0;
}
.row .pull-right {
    float: none;
}
.block-two, .block-three, .block-four, .block-five, .block-six {
    margin-left: 0;
    margin-bottom: 1.5em;
}
.block-two>li, .block-three>li, .block-four>li, .block-five>li, .block-six>li {
    float: none;
    margin: 0;
    width: 100%}
.forms.columnar label {
    float: none;
    text-align: left;
    width: auto;
}
.forms.columnar .push, .forms.columnar div.descr {
    margin-left: 0;
}
.forms .multicolumn li {
    float: none;
    margin-right: 0;
}
.forms .multicolumn li.width-50, .forms .multicolumn li.width-33 {
    width: 100%}
.forms.columnar li fieldset, .forms.columnar li fieldset section {
    width: 100%;
    padding-left: 0;
    text-align: left;
    position: static;
}
.forms fieldset {
    padding: 0;
    padding-top: 1em;
    border: 0;
}
.forms fieldset legend {
    padding: 0;
}
}@media print {
    * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
a, a:visited {
    text-decoration: underline;
}
a[href]:after {
    content: " (" attr(href) ")"}
abbr[title]:after {
    content: " (" attr(title) ")"}
a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""}
pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
tr, img {
    page-break-inside: avoid;
}
img {
    max-width: 100% !important;
}
@page {
    margin: .5cm;
}
p, h2, h3 {
    orphans: 3;
    widows: 3;
}
h2, h3 {
    page-break-after: avoid;
}
.print-hide {
    display: none !important;
    visibility: hidden !important;
}
}div.pp_default {
    text-shadow: none;
}
div.pp_default a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
    height: 13px;
}
div.pp_default .pp_top .pp_left {
    background: url("../img/prettyPhoto/sprite.png") -78px -93px no-repeat;
}
div.pp_default .pp_top .pp_middle {
    background: url("../img/prettyPhoto/sprite_x.png") top left repeat-x;
}
div.pp_default .pp_top .pp_right {
    background: url("../img/prettyPhoto/sprite.png") -112px -93px no-repeat;
}
div.pp_default .pp_content .ppt {
    color: #f8f8f8;
}
div.pp_default .pp_content_container .pp_left {
    background: url("../img/prettyPhoto/sprite_y.png") -7px 0 repeat-y;
    padding-left: 13px;
}
div.pp_default .pp_content_container .pp_right {
    background: url("../img/prettyPhoto/sprite_y.png") top right repeat-y;
    padding-right: 13px;
}
div.pp_default .pp_next:hover {
    background: url("../img/prettyPhoto/sprite_next.png") center right no-repeat;
    cursor: pointer;
}
div.pp_default .pp_previous:hover {
    background: url("../img/prettyPhoto/sprite_prev.png") center left no-repeat;
    cursor: pointer;
}
div.pp_default .pp_expand {
    background: url("../img/prettyPhoto/sprite.png") 0 -29px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px;
    top: auto;
    bottom: 2px;
    right: 18px;
}
div.pp_default .pp_expand:hover {
    background: url("../img/prettyPhoto/sprite.png") 0 -56px no-repeat;
    cursor: pointer;
}
div.pp_default .pp_contract {
    background: url("../img/prettyPhoto/sprite.png") 0 -84px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px;
    top: auto;
    bottom: 2px;
    right: 18px;
}
div.pp_default .pp_contract:hover {
    background: url("../img/prettyPhoto/sprite.png") 0 -113px no-repeat;
    cursor: pointer;
}
div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    background: url("../img/prettyPhoto/sprite.png") 2px 1px no-repeat;
    cursor: pointer;
}
div.pp_default .pp_gallery ul li a {
    background: url("../img/prettyPhoto/default_thumb.png") center center #f8f8f8;
    border: 1px solid #000;
}
div.pp_default .pp_social {
    margin-top: 7px;
}
div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
    position: static;
    left: auto;
}
div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause {
    background: url("../img/prettyPhoto/sprite.png") -51px 1px no-repeat;
    height: 30px;
    width: 30px;
}
div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px;
}
div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
    background: url("../img/prettyPhoto/sprite.png") -31px -3px no-repeat;
    height: 20px;
    width: 20px;
    margin: 4px 0 0;
}
div.pp_default a.pp_arrow_next {
    left: 52px;
    background-position: -82px -3px;
}
div.pp_default .pp_content_container .pp_details {
    margin-top: 5px;
}
div.pp_default .pp_nav {
    clear: none;
    height: 30px;
    width: auto;
    position: relative;
}
div.pp_default .pp_nav .currentTextHolder {
    font-family: Georgia;
    font-style: italic;
    color: #797e85;
    font-size: 15px;
    line-height: 25px;
    margin: 0;
    padding: 0 7px;
}
div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover, div.pp_default .pp_expand:hover, div.pp_default .pp_contract:hover {
    opacity: .7;
}
div.pp_default .pp_description {
    font-size: 15px;
    line-height: 15px;
    color: #797e85;
    margin: 5px 50px 0 0;
}
div.pp_default .pp_bottom .pp_left {
    background: url("../img/prettyPhoto/sprite.png") -78px -127px no-repeat;
}
div.pp_default .pp_bottom .pp_middle {
    background: url("../img/prettyPhoto/sprite_x.png") bottom left repeat-x;
}
div.pp_default .pp_bottom .pp_right {
    background: url("../img/prettyPhoto/sprite.png") -112px -127px no-repeat;
}
div.pp_default .pp_loaderIcon {
    background: url("../img/prettyPhoto/loader.gif") center center no-repeat;
}
div.pp_pic_holder a:focus {
    outline: 0;
}
div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9500;
}
div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000;
}
.pp_content {
    height: 40px;
    min-width: 40px;
}
* html .pp_content {
    width: 40px;
}
.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%}
.pp_content_container .pp_left {
    padding-left: 20px;
}
.pp_content_container .pp_right {
    padding-right: 20px;
}
.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px;
}
.pp_description {
    display: none;
    margin: 0;
}
.pp_social {
    float: left;
    margin: 0;
}
.pp_social .facebook {
    float: left;
    margin-left: 5px;
    width: 55px;
    overflow: hidden;
}
.pp_social .twitter {
    float: left;
}
.pp_nav {
    clear: right;
    float: left;
    margin: 0 10px 0 0;
}
.pp_nav p {
    float: left;
    white-space: nowrap;
    margin: 2px 4px;
}
.pp_nav .pp_play, .pp_nav .pp_pause {
    float: left;
    margin-right: 4px;
    text-indent: -10000px;
}
a.pp_arrow_previous, a.pp_arrow_next {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px;
}
.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}
.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000;
}
.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative;
}
.pp_gallery ul {
    float: left;
    height: 35px;
    position: relative;
    white-space: nowrap;
    margin: 0 0 0 5px;
    padding: 0;
}
.pp_gallery ul a {
    border: 1px rgba(0, 0, 0, 0.5) solid;
    display: block;
    float: left;
    height: 33px;
    overflow: hidden;
}
.pp_gallery ul a img {
    border: 0;
    height: inherit;
}
.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}
.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
    margin-top: 7px !important;
}
a.pp_next {
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%}
a.pp_previous {
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%}
a.pp_expand, a.pp_contract {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000;
}
a.pp_close {
    position: absolute;
    right: -18px;
    top: -11px;
    display: block;
    line-height: 22px;
    text-indent: -10000px;
}
.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 24px;
    margin: -16px 0 0 -16px;
}
#pp_full_res {
    line-height: 1 !important;
}
#pp_full_res .pp_inline {
    text-align: left;
}
#pp_full_res .pp_inline p {
    margin: 0 0 15px;
}
div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    z-index: 9999;
    margin: 0 0 5px 15px;
    text-align: center;
}
div.pp_default .pp_content {
    background-color: #fff;
}
div.pp_default #pp_full_res .pp_inline {
    color: #000;
}
div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a {
    border-color: #fff;
}
div.pp_default .pp_detailsdiv.facebook .pp_details {
    position: relative;
}
.pp_top, .pp_bottom {
    height: 20px;
    position: relative;
}
* html .pp_top, * html .pp_bottom {
    padding: 0 20px;
}
.pp_top .pp_left, .pp_bottom .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}
.pp_top .pp_middle, .pp_bottom .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}
* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
    left: 0;
    position: static;
}
.pp_top .pp_right, .pp_bottom .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.pp_fade, .pp_gallery li.default a img {
    display: none;
}
.bx-wrapper {
    position: relative;
    margin: 0 auto 2em;
    padding: 0 10px 25px;
    background: url("../img/bg-photo-bottom.png") no-repeat scroll center bottom transparent;
    *zoom: 1;
}
.bx-wrapper img {
    width: 100%;
    display: block;
}
.bx-wrapper .bx-viewport {
    border: 10px solid #f1f1f1;
    left: -10px;
    background: #ddd;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    width: 100%}
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url("../img/loader.gif") no-repeat center center #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #dedede;
    left: 0;
    text-shadow: none;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #dedede;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fc3;
}
.bx-wrapper .bx-prev {
    left: 8px;
    background: url("../img/controls.png") no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
    right: 8px;
    background: url("../img/controls.png") no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -29px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
.bx-wrapper .bx-controls-auto {
    text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url("../img/controls.png") -86px -11px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url("../img/controls.png") -86px -44px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    background: #f1f1f1;
    height: 14px;
    bottom: 17px;
    width: 85%;
    padding: 0 0 0 5px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
    background: #f1f1f1;
    height: 14px;
    bottom: 17px;
    padding: 0 5px 0 0;
}
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #dedede;
    background: rgba(80, 80, 80, 0.75);
    width: 100%}
.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}
body {
    font: 100%/1.4 Georgia, "Times New Roman", Times, serif;
    text-shadow: 1px 2px 0 #000;
}
h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    margin-bottom: .5em;
    color: #fc3;
}
h1 {
    font-size: 2.875em;
}
h2 {
    font-size: 1.375em;
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1.125em;
}
h5 {
    font-size: 1em;
}
h6 {
    font-size: .875em;
}
.small {
    font-size: .875em;
}
.big {
    font-size: 1.125em;
}
a {
    color: #909090;
    text-decoration: none;
    -webkit-transition: color .2s linear, background .2s linear;
    -moz-transition: color .2s linear, background .2s linear;
    -ms-transition: color .2s linear, background .2s linear;
    -o-transition: color .2s linear, background .2s linear;
    transition: color .2s linear, background .2s linear;
}
a:hover {
    color: #fc3;
    text-decoration: none;
}
a:focus {
    outline: thin dotted;
}
a:hover, a:active {
    outline: 0;
}
::-moz-selection {
    background: #606060;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #606060;
    color: #fff;
    text-shadow: none;
}
body {
    /*background: url("../img/bg-image.jpg") no-repeat center 0 #162633;*/
    color: #fff;
    background-color:Gray;
}
#wrapper {
    background: rgba(0, 0, 0, 0.5);
    height: 100%}
#page {
    width: 1278px;
    height: 100%;
    padding: 0;
    margin: 0 auto;
}
#header {
    background: url("../img/top-lines.png") no-repeat scroll 50% 55% transparent;
    text-align: center;
    padding: 30px 0 0 0;
    margin: 0 0 40px 0;
}
#header h1 {
    margin: 0;
}
#main article {
    text-align: justify;
}
#main article .title {
    line-height: 120%;
    color: #fc3;
    display: inline-block;
}
#main article a.social-icon {
    background: url('../img/bg-icon.png') no-repeat 0 -24px #3e6073;
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    margin: 0 5px 5px 0;
    -moz-box-shadow: 1px 1px 0 0 #000;
    -webkit-box-shadow: 1px 1px 0 0 #000;
    box-shadow: 1px 1px 0 0 #000;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
#main article a.social-icon:hover {
    background: url('../img/bg-icon.png') no-repeat 0 0 #df1212;
}
.star-holder {
    background: url('../img/stars.png') repeat-x bottom left;
    background-size: 20px 32px;
    position: relative;
    width: 98px;
    height: 16px;
    margin: 2px 0 0 0;
}
.star-holder .star-rating {
    background: url('../img/stars.png') repeat-x top left;
    background-size: 20px 32px;
    height: 16px;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
.star-rating.one {
    width: 20px;
}
.star-rating.two {
    width: 40px;
}
.star-rating.three {
    width: 60px;
}
.star-rating.four {
    width: 80px;
}
.star-rating.five {
    width: 98px;
}
#portfolio {
    margin: 0 0 0 -14px;
}
#portfolio .item {
    background: #ddd;
    display: block;
    float: left;
    border: 10px solid #f1f1f1;
margin: 0 0 25px 25px;
width: 275px;
height: 275px;
    position: relative;
    border-radius: 20px 20px;
}
#portfolio .item img {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 10px 10px;
}
#portfolio .item:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);

}
#portfolio .item.last {
    margin: 0 0 14px 0;
}
#portfolio .mask {
    background: url("../img/ico-magnifier.png") no-repeat center center;
    opacity: 0;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 10;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 10px 10px;
}
#portfolio .item:hover .mask {
    opacity: 1;
}
#footer {
    background: url("../img/lines.png") repeat-x scroll 0 0 transparent;
    text-align: center;
    line-height: 80px;
}
@media only screen and (min-width:768px) and (max-width:959px) {
    #page {
    width: 730px;
    font-size: 89%;
    line-height: 120%}
.row, p {
    margin-bottom: 1em;
}
.big {
    font-size: 1em;
}
.star-holder, .star-holder .star-rating {
    background-size: 16px 26px;
}
.star-holder {
    width: 80px;
    height: 13px;
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .star-holder .star-rating {
    height: 13px;
}
.star-rating.one {
    width: 16px;
}
.star-rating.two {
    width: 32px;
}
.star-rating.three {
    width: 48px;
}
.star-rating.four {
    width: 64px;
}
.star-rating.five {
    width: 80px;
}
#portfolio .item {
    width: 50px;
    height: 50px;
    border-width: 8px;
}
#portfolio .mask {
    width: 62px;
    height: 62px;
    left: -6px;
    top: -6px;
}
.bx-wrapper {
    padding: 0 8px 25px !important;
}
.bx-wrapper .bx-viewport {
    border-width: 8px !important;
}
#footer {
    line-height: 58px;
}
}@media only screen and (min-width:480px) and (max-width:767px) {
    #page {
    width: 420px;
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              #portfolio .item {
    margin: 0 0 18px 18px;
}
}
@media only screen and (max-width:479px) {
    #page {
    width: 300px;
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                #header {
    background: url("../img/lines.png") repeat-x scroll 0 bottom transparent;
    padding: 30px 0 40px;
}
}
@media(-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:3/2), (min-resolution:1.5dppx)
 {
    
	#header {
    background-image: url("../img/top-lines%402x.png");
    background-size: 960px 13px;
}
.bx-wrapper {
    background-image: url("../img/bg-photo-bottom%402x.png") !important;
    background-size: 101px 25px;
}
.star-holder, .star-holder .star-rating {
    background-image: url('../img/stars%402x.png');
    margin: 0;
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             #footer {
    background-image: url("../img/lines%402x.png");
    background-size: 5px 13px;
}
}
@media print {
    .bx-wrapper .bx-viewport {
    border: 10px solid #cecece !important;
}
#portfolio a[href]:after {
    content: " "}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       #portfolio .item {
    border: 10px solid #cecece;
}
.star-holder {
    text-align: right;
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       .star-holder .star-rating {
    text-indent: 0;
    display: inline;
    text-align: right;
    overflow: visible;
}
}