/*
Theme Name: NPR
*/


/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

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

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}


.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

#abouttext{
color: #CCCCCC;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.jCProgress {
     width: 134px;
     height: 134px;
     position: relative;
     padding: 6px;
     border: 2px solid #18e1f6;
     -webkit-border-radius: 66px;
     -moz-border-radius: 66px;
     border-radius: 66px;
     background: #fff;
}
.jCProgress canvas {
     margin-top: -5px;
     margin-left: -5px;

}
.jCProgress > div.percent {
     font: 36px/40px 'Play', sans-serif;
     color:#ed008c;
     position:absolute;
     margin-top:37px;
     text-align: center;
     width:118px;
     -webkit-transform: translate3d(0, 0, 0);
}

.circleborder {
    -webkit-transform: translate3d(0, 0, 0);
     width: 150px;
     height: 150px;
     margin-left:48px; 
     margin-bottom: 100px;
     padding: 0px;
     /*background: rgba(255,255,255,0.48);*/
     border: 1px solid rgba(255,255,255,0.6);
     -webkit-border-radius: 75px;
     -moz-border-radius: 75px;
     border-radius: 75px;
     -webkit-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.69);
     -moz-box-shadow:    0px 0px 5px 0px rgba(255, 255, 255, 0.69);
     box-shadow:         0px 0px 5px 0px rgba(255, 255, 255, 0.69);
}
.circleborder.first {
     margin-left: 0;
}
.circle{
     width: 148px;
     height: 148px;
     padding: 7px;
     background: rgba(255,255,255,0.48);
    /* border: 1px solid rgba(255,255,255,0.6);*/
     -webkit-border-radius: 74px;
     -moz-border-radius: 74px;
     border-radius: 74px;
     -webkit-transform: translate3d(0, 0, 0);
     direction: ltr;
}
.circle-even{
     -webkit-box-shadow: 0px 0px 120px 0px #a415f0;
     -moz-box-shadow:    0px 0px 120px 0px #a415f0;
     box-shadow:         0px 0px 120px 0px #a415f0;
}
.circle-odd{
     -webkit-box-shadow: 0px 0px 120px 0px #0061ff;
     -moz-box-shadow:    0px 0px 120px 0px #0061ff;
     box-shadow:         0px 0px 120px 0px #0061ff;
}
#h{
     width: 100%;
     height: 900px;
}
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html,
button,
input,
select,
textarea {
    color: #818181;
}

html {
    font-size: 16px;
    line-height: 1.4;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
}
body {
     background: #191c1c;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


.circleborder,
#chooser > div,
#companions li,
#siteimg,
#sites {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #494949;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
h2 {
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    line-height: 22px;
}
.row {
    width: 960px;
    margin: 0 auto;
}
.center {
    text-align: center;
}
.caption {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap; 
        margin-bottom: 15px;
}
.caption > span {
    position: relative;
    display: inline-block;
    padding: 10px 30px 5px 30px;
}

.caption > span:before,
.caption > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 5px;
    background: url('../img/captionbg.gif') repeat-x;
}

.caption > span:before {
    right: 100%;
}

.caption > span:after {
    left: 100%;
}
#abouttext {
    line-height: 18px;
    font-size: 14px;
}
#chooser {
    text-align: center;
    position: relative;
    margin-top: 25px;
}
    #swich {
        height: 39px;
        width: 72px;
        position: relative;
        background: url('../img/swich.png') 6px 0 no-repeat;
        cursor: pointer;
    }
        #swich span {
            cursor: pointer;
            height: 40px;
            width: 40px;
            position: absolute;
            left: 0;
            background: url('../img/swich.png') 0 -40px no-repeat;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        .right #swich span{
            left: 32px;
        }
    #chooser .right-choise,
    #chooser.right .left-choise {
        color: #fff;
    }
    #chooser .left-choise,
    #chooser.right .right-choise{
        color: #ff4dbe;
    }
    .left-choise,
    .right-choise {
        position: absolute;
        line-height: 32px;
    }
    .left-choise {
        right: 50%;
        margin-right: 46px;
    }
    .right-choise {
        left: 50%;
        margin-left: 46px;
    }
#companions {
    overflow: hidden;
    padding-bottom: 20px;
    direction: ltr;
}
    #companions > span {
        width: 72px;
        height: 10px;
        background: url('../img/swich.png') 6px -80px no-repeat;
        display: block;
        margin: 0 auto;
    }
    #companions ul {
        padding: 0;
        position: relative;
        direction: rtl;
    }
     #right-comp,
    #left-comp{
        padding: 10px 0;
        margin: 0;
        height: 120px;
        -webkit-transform: translate3d(0, 0, 0);
    }
    .right #right-comp,
    #left-comp{
        display: block;
        
    }
    .right #left-comp,
    #right-comp{
        display: none;
    }
    #companions li {
        width: 240px;
        display: table-cell;
        vertical-align: middle;
    }
#examples {
    height: 811px;
    padding-top: 64px;
    border-top: 3px solid #f83ac5;
    background: url('../img/examples.png') 50% -3px no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.examples {
    position: relative;
    margin-top: 55px;
}
    #siteimg {
    position: relative;
        width: 620px;
        height: 430px;
        background: #fff;
        -webkit-box-shadow: 0px 7px 11px 3px  rgba(0, 0, 0, 0.4);
        -moz-box-shadow:    0px 7px 11px 3px  rgba(0, 0, 0, 0.4);
        box-shadow:         0px 7px 11px 3px  rgba(0, 0, 0, 0.4);
    }
        #siteimg img {
            width: 620px;
        height: 430px;
        }
    #sites {
        width: 340px;
        height: 375px;
        position: relative;
        margin-top: 35px;
       
    }
        #sites ul {
            padding: 0;
            list-style-type: none;
            margin: 0;
        }
            #sites li {
                margin-left: 28px;
                height: 90px;
                overflow: hidden;
                color: #c0c0c0;
                /*padding-left: 14px;*/
                line-height: 20px;
                border-bottom: 1px solid #464445;
               
            }
            #sites a {
                color: #c0c0c0;
                text-decoration: none;
            }
            #sites h4 {
                margin: 10px 0 3px 0;
            }
            #sites .active a {
                color: #dfdfdf;
            }
            #sites .active{
                margin-left: 14px;
                padding-left: 14px;
                border-bottom: none;
                color: #dfdfdf;
                /* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMzJjMiIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(left,  rgba(255,50,194,0.7) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,50,194,0.7)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,50,194,0.7) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,50,194,0.7) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,50,194,0.7) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,50,194,0.7) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ff32c2', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 */
}
                #sites .active h4 {
                    color: #fff;
                }
                #sites .active span{
                    left: 0;
                    position: absolute;
                    width: 0px;
                    height: 0px;
                    border-style: solid;
                    border-width: 45px 14px 45px 0;
                    border-color: transparent rgba(255,50,194,0.7) transparent transparent;
                }
        #sites .viewport { width: 310px; height: 360px; overflow: hidden; position: relative; }
        #sites .overview { right: 0; list-style: none; position: absolute; left: 10px; top: 0; padding: 0; margin: 0; }
        #sites .scrollbar{ position: relative; float: right; width: 20px; }
        #sites .track { margin-left: 9px;background: transparent url('../img/examplesbg.png') repeat-y; height: 100%; width:8px; position: relative; padding: 0 1px; }
        #sites .thumb { background: transparent url('../img/swichbtn.png') no-repeat; background-size: contain; height: 16px; width: 16px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -3px; }
#accordion {
    border-top: 1px solid #151515;
    -webkit-box-shadow: 0px -60px 120px 17px rgba(0, 178, 255, 0.5);
    -moz-box-shadow:    0px -60px 120px 17px rgba(0, 178, 255, 0.5);
    box-shadow:         0px -60px 120px 17px rgba(0, 178, 255, 0.5);
    background: url(../img/accbg.jpg) 50% 0 no-repeat;
    -moz-background-size: cover;
-webkit-background-size: cover;
background-size: cover;
}
#media {list-style:none;visibility:hidden;margin:0 auto;}
    #media img {display:block;max-width:100%;height:800px;width:960px;}
    #media li {height:800px;width:960px;}
    /*Alex Emerson*/
    .acc-text {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 40px;
        text-align: right;
        text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.8);
        background: rgba(0,0,0,0.6);/* url(../img/acctext.png) no-repeat;*/
        direction: rtl;
    }
    .acc-caption {
        position: absolute;
        bottom: 8px;
        left: 0;
        width: 150px;
        height: 150px;
        padding: 5px;
        background: rgba(0,0,0,0.5);
        /*border: 1px solid blue;*/
        -webkit-border-radius: 75px;
        -moz-border-radius: 75px;
        border-radius: 75px;
        -webkit-transition: all 1.5s ease;
            -moz-transition: all 1.5s ease;
            -ms-transition: all 1.5s ease;
            -o-transition: all 1.5s ease;
            transition: all 1.5s ease;
    }
        .acc-caption > span {
            display: table-cell;
            width: 140px;
            height: 140px;
            background: rgba(0,0,0,0.5);
            border: 2px solid #67d1fe;
            -webkit-border-radius: 70px;
            -moz-border-radius: 70px;
            border-radius: 70px;
            text-align: center;
            vertical-align: middle;
            color: #fff;
            font-weight: bold;
            font-size: 20px;
            text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
        }
    .media-open .acc-caption {
        left: 50%;
        margin-left: -75px;
    }
    .media-open .acc-text {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }


/* CSS Document */
/* ----------------- thumbnails label  -------------------- */
.largeLabel{
    font-family:Arial, Helvetica, sans-serif !important;
    margin: 0px !important;
    padding: 0px !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
    font-size:16px !important;
    font-weight:400 !important;
    line-height:20px !important;
    color:#FFFFFF !important;
    text-align:center !important;
}

.smallLabel{
    font-family:Arial, Helvetica, sans-serif !important;
    margin: 6px !important;
    margin-bottom:0px !important;
    padding: 0px !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
    font-size:13px !important;
    line-height:16px !important;
    color:#AAAAAA !important;
    text-align:center !important;
}

/* -------- lighbox description window  ---------- */
.mediaDescriptionHeader{
    font-family:Arial, Helvetica, sans-serif !important;
    margin: 6px !important;
    margin-right: 10px !important;
    font-size:22px !important;
    line-height:22px !important;
    color:#000000;
}

.mediaDescriptionText{
    font-family:Arial, Helvetica, sans-serif !important;
    margin: 6px !important;
    margin-right: 10px !important;
    font-size:13px !important;
    line-height:18px !important;
    color:#000000;
}

#fluidgrid {
    width: 100%;
    height: 3000px;
    position: relative;
    -webkit-box-shadow: 0px 12px 50px 10px rgba(255, 0, 190, 0.3);
    -moz-box-shadow:    0px 12px 50px 10px rgba(255, 0, 190, 0.3);
    box-shadow:         0px 12px 50px 10px rgba(255, 0, 190, 0.3);
}
    #downbutton{
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 180px;
        height: 74px;
        margin-left: -90px;
        background: url(../img/down.png) 0 0 no-repeat;
        z-index: 999999;
        cursor: pointer;
    }
    #downbutton > span {
        display: none;
        position: absolute;
        height: 126px;
        width: 241px;
        top: -100px;
        left: 80px;
        background: url(../img/down.png) 0 -75px no-repeat;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                filter: alpha(opacity=0);
                -moz-opacity: 0;
                -khtml-opacity: 0;
                opacity: 0;
        
        -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
    }
        #downbutton:hover > span {
             display: block;
             -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                filter: alpha(opacity=100);
                -moz-opacity: 1;
                -khtml-opacity: 1;
                opacity: 1;
        }
header {
    height: 93px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background: url(../img/headerbg.png) repeat-x;
    z-index: 999999;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    direction: ltr;
}
    header h1 {
        position: relative;
        font-size: 39px;
        font-family: 'Play', sans-serif;
        color: #fff;
        text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.35);
        height: 93px;
        line-height: 93px;
    }
        #logo {
            display: block;
            position: absolute;
            top: 0;
            /*left: -10px;*/
            height: 93px;
            width: 159px;
            background: url(../img/logo.jpg) no-repeat;
        }
#about {
   /* position: relative;*/
    border-top: 1px solid #f142af;
    border-bottom: 1px solid #1482b2;
    background: url(../img/aboutbg.gif);
    }
    .stats-circle-caption {
        color: #fff;
        font-family: Arial, Helvetica, sans-serif !important;
        text-align: center; 
        font-weight: bold;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
        height: 100px;
        padding-top: 20px;
        font-size: 19px;
        line-height: 25px;
    }
    .parallax {
        position: relative;
/*        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;*/
        background: url(../img/parallaxbg.png);
        padding-top: 40px;
    }
    .parallax-2 {
        top: 0;
        position: absolute;
        background: url(../img/parallaxbg2.png);
        background-size: contain;
        bottom: 0;
        left: 0;
        right: 0;
    }
    #partners {
        position: absolute;
        bottom: 0;
    }
    #abouttext + hr {
        padding-bottom: 224px;
    }
#stats {
    position: relative;
}
    nav {
        position: absolute;
        top: -25px;
        left: -87px;
        height: 291px;
        width: 54px;
        z-index: 99999999;
    }
    nav.fixed {
        position: fixed;
        top: 50px;
    }
        nav ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }
            #navigation li {
                margin: 0 auto;
                padding: 0;
                height: 60px;
                width: 42px;
                background: #18b4f6;
                 -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            }
                #navigation li.active {
                    background: #ea0694;
                }
                #navigation li.last {
                    height: 48px;
                }
                nav a {
                    width: 42px;
                    height: 60px;
                    display: block;
                }  
            #social {
                margin-top: 24px;
            } 
                #social li {
                    height: 43px;
                }
                #social a {
                    width: 60px;
                }
                #about-link {
                    background: url(../img/nav.png) 0 0 no-repeat;
                }
                #partners-link{
                    background: url(../img/nav.png) 0 -60px no-repeat;
                } 
                #accordion-link{
                    background: url(../img/nav.png) 0 -120px no-repeat;					
                }
                #examples-link{
                    background: url(../img/nav.png) 0 -180px no-repeat;
                } 
                #contacts-link{
                    background: url(../img/nav.png) 0 -240px no-repeat;
                    height: 50px;
                }
                #fb-link{
                    background: url(../img/social.png) 0 0 no-repeat;
                }
                #tw-link{
                    background: url(../img/social.png) 0 -43px no-repeat;
                }
                #ph-link{
                    background: url(../img/social.png) 0 -86px no-repeat;
                } 
				#navigation li a {
					outline: none;
				}
        #navigation {
            padding-top: 2px;
            background: #fff;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            -webkit-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.41);
            -moz-box-shadow:    0px 2px 9px 0px rgba(0, 0, 0, 0.41);
            box-shadow:         0px 2px 9px 0px rgba(0, 0, 0, 0.41);
        }
#examples {
    direction: ltr;
    -webkit-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.41);
            -moz-box-shadow:    0px 2px 9px 0px rgba(0, 0, 0, 0.41);
            box-shadow:         0px 2px 9px 0px rgba(0, 0, 0, 0.41);
}
#contacts {
    padding-top: 35px;
    border-top: 2px solid #282828;
    position: relative;
    direction: ltr;
}
    .maprow{
        padding-bottom: 50px;
    }
    #map {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
    }
    #map:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        display: block;
        background: rgba(0,0,0,0.3);
        height: 4px;
    }

    .form {
        position: relative;
        width: 620px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: rgba(0,0,0,0.75);
        padding: 4px;
        margin-top: 52px;
    }
        .form-context {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            border: 1px solid rgba(255,255,255,0.12);
        }

            .contacts{
                width: 265px;
                margin: 14px 0 16px 0;
                padding: 0;
                text-align: center;
                float: left;
            }
            .contacts ul {
                width: 265px;
                list-style-type: none;
                margin: 0 0 25px 0;
                padding: 0;
                text-align: center;
                float: left;
            }
                #form-toggle {
                    text-decoration: none;
                    color: #fff;
                    -webkit-border-radius: 2px;
                    -moz-border-radius: 2px;
                    border-radius: 2px;
                    text-align: center;
                    font-weight: bold;
                    font-size: 22px;
                    background: #18b4f6;
                    width: 165px;
                    padding: 7px 10px;
                    margin-top: 10px;
                    margin-bottom: 0;
                    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.41);
                    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.41);
                    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.41);
                }
            form {
                direction: rtl;
                width: 345px;
                float: right;
                background: url(../img/formbg.png) left top repeat-y;
                padding-left: 50px;
                padding-right: 30px;
                margin-top: 25px;
                margin-bottom: 25px;
            }
                form label {
                    text-align: right;
                    display: block;
                    color: #bfbfbf;
                    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
                    font-weight: normal;
                    font-size: 16px;
                }
                form input, textarea {
                    width: 265px;
                    background: #8b8b8b;
                    box-shadow: none;
                     -webkit-border-radius: 2px;
                    -moz-border-radius: 2px;
                    border-radius: 2px;
                    border: none;
                    
                    padding: 7px 10px;
                    color: #fff;
                    margin-top: 10px;
                    margin-bottom: 17px;
                }
                #form-submit input{
                    float: left;
                    text-align: center;
                    font-weight: bold;
                    font-size: 22px;
                    background: #18b4f6;
                    width: 165px;
                    
                    padding: 7px 10px;
                    margin-bottom: 0;
                    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.41);
                    -moz-box-shadow:    0px 2px 3px 0px rgba(0, 0, 0, 0.41);
                    box-shadow:         0px 2px 3px 0px rgba(0, 0, 0, 0.41);
                }
                .contacts h4 {
                    color: #fff;
                    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
                    font-weight: bold;
                    font-size: 18px;
                    margin: 10px 0 5px 0;
                    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
                }
                .contacts li {
                    background: url(../img/contacts.png) center bottom no-repeat;
                    padding-bottom: 10px;
                }

.leaflet-control-attribution {
    display: none;
}
#mouse {
    width: 18px;
    height: 51px;
    position: absolute;
    top: 134px;
    left: -50px;
    background: url(../img/mouse.png) no-repeat;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}
#accordion .row {
    height: 700px;
    position: relative;
}
#carousel {
    direction: ltr;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 980px;
  min-width: 700px;
  height: 700px;
  overflow: hidden;
  -webkit-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.5), -5px 0px 5px 0px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.5), -5px 0px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.5), -5px 0px 5px 0px rgba(0, 0, 0, 0.5);
          -webkit-transform: translate3d(0, 0, 0);
}
#carousel #carousel-inner {
  position: absolute;
  z-index: 1;
  width: auto;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
}
#carousel.transform .bar {
  -webkit-transform: translate3d(0, 0, 0);
}
#carousel .bar {
  display: block;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 200px;
  height: 100%;
  float: left;
left:0;
-webkit-transform: translate3d(0, 0, 0);
}
#carousel .bar:hover,
#carousel .bar:active,
#carousel .bar:focus,
#carousel .bar:visited {
  color: #1f1f1f;
  text-decoration: none;
}
#carousel .bar img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.acc-caption {
    z-index: 3;
    left: 25px;
}
#carousel-detail .acc-caption{
left: 50%;
margin-left: -80px;
-webkit-transform: translate3d(0, 0, 0);
}
#carousel .content {
    display: none;
}
#carousel-detail {
    position: absolute;
    z-index: 5;
    display: none;
    top: 0;
    left: 35px;
    min-width: 520px;
    height: 700px;
    text-align: center;
    color: #fff;
    overflow: hidden;
-webkit-transform: translate3d(0, 0, 0);
cursor: pointer;
}
#carousel-detail img {
    width: 910px;
    -webkit-transform: translate3d(0, 0, 0);
}
#acc-close-btn{
display: none;
position: relative;
direction: ltr;
width: 910px;
z-index: 7;
top: 0;
cursor: pointer;
color: #fff;
line-height: 20px;
font-size: 20px;
font-weight: bold;
padding-top: 20px;
padding-left: 20px;
-webkit-transform: translate3d(0, 0, 0);
}
.zigzag {
    background: url(../img/zigzag.png) 2px 0 repeat-x;
bottom: -7px;
position: absolute;
height: 100px;
display: block;
width: 100%;
-webkit-transform: translate3d(0, 0, 0);
}
.sites-list-top,
.sites-list-bottom {
position: absolute;
height: 87px;
display: block;
width: 100%;
z-index: 10;
}
.sites-list-top{
    top: 0;
    background: url(../img/siteslist.png) 0 0 repeat-x;
}
.sites-list-bottom {
    bottom: 0;
    background: url(../img/siteslistb.png) 0 0 repeat-x;
}
.circle-container {
    margin-left: -48px;
    -webkit-transform: translate3d(0, 0, 0);
}
#companions span{
    background: none;
}
.conthidden {
    display: none;
}
#companions li {
    height: 120px;
}
#left-comp {
   
}
#left-comp li{
    padding: 18px 23px;
    font-size: 12px;
    line-height: 18px;
    position: relative;
    vertical-align: top;
    color: #FFF;/*#818181;*/
    background: url(../img/otziv.png) no-repeat;
    text-align: justify
}
#left-comp span{
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    position: absolute;
    display: block;
    bottom: 12px;
    color: #fff;
}
.circletext {
    position: absolute;
    font: 20px/20px 'Play', sans-serif;
    color: #ed008c;
    text-align: center;
    width: 118px;
    margin-top: 16px;
}
.screen-reader-response,
.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-not-valid {
    -webkit-animation: color_change 1s infinite alternate;
    -moz-animation: color_change 1s infinite alternate;
    -ms-animation: color_change 1s infinite alternate;
    -o-animation: color_change 1s infinite alternate;
    animation: color_change 1s infinite alternate;
}
@-webkit-keyframes color_change {
  from { color: #fff; }
  to { color: red; }
}
@-moz-keyframes color_change {
  from { color: #fff; }
  to { color: red; }
}
@-ms-keyframes color_change {
  from { color: #fff; }
  to { color: red; }
}
@-o-keyframes color_change {
  from { color: #fff; }
  to { color: red; }
}
@keyframes color_change {
  from { color: #fff; }
  to { color: red; }
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}


@media only screen and (max-width: 480px) {
    nav {
        display: none;
    }
    .row {
        width: 240px;
    }
    .circle-container {
        text-align: center;
    }
    header h1 {
        text-align: center;
        font-weight: 100;
        font-size: 0;
    }
    #logo {
        margin: 0 auto;
        left: 0;
    }
    .left-choise {
        top: 33px;
        margin: 0 auto;
        width: 240px;
        left: 0;
        right: 0;
    }
    .right-choise {
        top: -25px;
        margin: 0 auto;
        width: 240px;
        left: 0;
        right: 0;
    }
    #siteimg {
        display: none;
    }
    #examples {
        height: auto;
        padding-bottom: 40px;

    }
    .examples {
        margin-top: 0;
    }
    #sites {
        width: 240px;
        height: auto;
        margin-top: 0;
    }
    #sites .scrollbar {
        display: none;
    }
    #sites .viewport {

width: 240px;
height: auto;


    

overflow: visible;

}
    #sites .overview {
        position: relative;
    }


    #accordion .row {
        height: 425px;
    }
    #carousel {
        width: 240px;
        min-width: 240px;
        height: 425px;
        position: relative;
    }
        #carousel .bar{
            width: 240px;
            height: 85px;
        }
            #carousel .bar img {
                width: 240px;
                height: 85px;
            }
            .acc-caption {
                height: 80px;
                width: 80px;
                right: 0;
                bottom: 3px;
                left: 155px;
            }
                .acc-caption > span {
                    width: 70px;
                    height: 70px;
                    -webkit-border-radius: 35px;
                    -moz-border-radius: 35px;
                    border-radius: 35px;
                    font-size: 12px;
                }
            #carousel-detail {
                left: 0;
                width: 240px;
                min-width: 240px;
                height: 425px;
                z-index: 1000;
            }
                #carousel-detail img {
                    width: 240px;
                    height: 425px;
                }
                #carousel-detail .acc-caption {
                    display: none;
                }
            .acc-text {
                padding: 25px 5px 5px 5px;
                overflow-y: auto;
                background: rgba(0,0,0,0.3);
            }
                .acc-text p {
                    margin: 0 0 5px 0;
                }
            #acc-close-btn {
                width: 40px;
                z-index: 2000;
                height: 40px;
                padding-top: 8px;
            
                position: absolute;
                left: 0;
                top: 0;
                border-radius: 50%;
                padding-left: 16px;
                background: rgba(0,0,0,0.5);
                -webkit-border-radius: 50%;
}

            #sites li{
                margin-left: 0;
            }
            #sites .active {
                margin-left: 0;
                padding-left: 0;
                background: none;
                border-bottom: 1px solid #464445;
            }
            #sites .active a,
            #sites .active h4 {
                color: #c0c0c0;
            }
            #sites .active span {
                display: none;
            }

    .form {
        width: 240px;
    }
    ul.contacts {
        width: 230px;
    }        
    .contacts {
        width: 230px;
    }
        .contacts ul {
            width: 230px;
        }
        form {
            margin-top: 0;
            padding-left: 10px;
            padding-right: 10px;
            background: none;
            width: 230px;
            text-align: left;
        }
        form input, textarea {
            width: 210px;
        }
        #form-submit{
            text-align: center;
        }
#form-submit input {float:none;}
        #downbutton:hover > span {
            display: none;
        }
        .parallax {
            background: none;
        }
        .parallax-2 {
            background: none;
        }
}
@media only screen and (min-width: 480px) and (max-width: 720px) {
     .parallax {
            background: none;
        }
        .parallax-2 {
            background: none;
        }
    nav {
        display: none;
    }
    .row {
        width: 480px;
    }
    .circle-container {
        text-align: center;
    }
    header h1 {
        text-align: center;
        font-weight: 100;
        font-size: 0;
    }
    #logo {
        margin: 0 auto;
        left: 0;
    }
    .left-choise {
        top: 33px;
        margin: 0 auto;
        width: 240px;
        left: 0;
        right: 0;
    }
    .right-choise {
        top: -25px;
        margin: 0 auto;
        width: 240px;
        left: 0;
        right: 0;
    }

    #accordion .row {
        height: 600px;
    }
    #carousel {
        width: 480px;
        min-width: 480px;
        height: 600px;
        position: relative;
    }
        #carousel .bar{
            width: 480px;
            height: 120px;
        }
            #carousel .bar img {
                width: 480px;
                height: 120px;
            }
            .acc-caption {
                height: 110px;
                width: 110px;
                right: 0;
                bottom: 5px;
                left: 364px;
            }
                .acc-caption > span {
                    width: 100px;
                    height: 100px;
                    -webkit-border-radius: 50px;
                    -moz-border-radius: 50px;
                    border-radius: 50px;
                    font-size: 15px;
                }
            #carousel-detail {
                left: 0;
                width: 480px;
                min-width: 480px;
                height: 600px;
                z-index: 1000;
            }
                #carousel-detail img {
                    width: 480px;
                    height: 600px;
                }
                #carousel-detail .acc-caption {
                    display: none;
                }
            .acc-text {
                padding: 25px 5px 5px 5px;
                overflow-y: auto;
                background: rgba(0,0,0,0.3);
            }
                .acc-text p {
                    margin: 0 0 5px 0;
                }
            #acc-close-btn {
                position: absolute;
                left: 0;
                width: 40px;
                z-index: 2000;
                height: 40px;
                padding-top: 5px;
            }

#examples {
        height: auto;
        padding-bottom: 40px;

    }
    .examples {
        margin-top: 0;
    }
    #siteimg {
        display: none;
    }
    #sites {
        width: 480px;
        height: auto;
        margin-top: 0;
    }
    #sites .scrollbar {
        display: none;
    }
    #sites .viewport {
        width: 480px;
        height: auto;
        -webkit-overflow-scrolling: touch;
    }
    #sites .overview {
        position: relative;
    }
            #sites li{
                margin-left: 0;
            }
            #sites .active {
                margin-left: 0;
                padding-left: 0;
                background: none;
                border-bottom: 1px solid #464445;
            }
            #sites .active a,
            #sites .active h4 {
                color: #c0c0c0;
            }
            #sites .active span {
                display: none;
            }
    
    .form {
        width: 480px;
    }
    ul.contacts {
        width: 470px;
    }        
    .contacts {
        width: 470px;
    }
        .contacts ul {
            width: 470px;
        }
        form {
            margin-top: 0;
            padding-left: 10px;
            padding-right: 10px;
            background: none;
            width: 470px;
            text-align: left;
        }
        form input, textarea {
            width: 450px;
        }
        #form-submit{
            text-align: center;
        }
        #downbutton:hover > span {
            display: none;
        }
}
@media only screen and (min-width: 720px) and (max-width: 960px) {
    .row {
        width: 720px;
    }
    .circle-container {
        text-align: center;
    }
    #examples {
        height: 660px;
    }
    #siteimg {
        width: 460px;
        height: 440px;
    }
    #siteimg img {
        width: 460px;
        height: 440px;
    }
    #sites .viewport {
        width: 240px;
    }
    #sites {
        width: 260px;
    }
    
    .form {
        width: 460px;
    }
    .contacts,
    .contacts ul {
        width: 220px;
    }
    form {
        padding-left: 10px;
        width: 230px;
    }
    form input, textarea {
        width: 210px;
    }

    #carousel {
        width: 720px;
    }
    #acc-close-btn {
        width: 650px;
    }
    #carousel-detail img {
        width: 650px;
    }
    /*Alex Emerson*/
    .acc-text {
        background: rgba(0,0,0,0.3);/* url(../img/acctext-720.png) no-repeat;*/
    }
}
@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

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

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


