-ms-viewport {
    width: device-width
}

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

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

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

[hidden] {
    display: none
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

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

body {
    margin: 0
}

section#main {
    padding-top: 75px;
}

a:focus {
    outline: none
}

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

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

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

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

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

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

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

b, strong {
    font-weight: bold
}

blockquote {
    margin: 1px 40px
}

dfn {
    font-style: italic
}

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

p, pre {
    margin: 1em 0
}

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

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

q {
    quotes: none
}

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

small {
    font-size: 75%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

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

dd {
    margin: 0 0 0 40px
}

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

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

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    width: 100%;
    max-width: 100%;
}

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

img, iframe, object, embed {
    vertical-align: middle
}

figure {
    margin: 0
}

form {
    margin: 0
}

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

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
    box-sizing: content-box;
    outline: none;
    border-radius: none;
    box-shadow: none
}

button, input {
    line-height: normal
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible
}

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

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

input[type="search"] {
    -webkit-appearance: textfield
}

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

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

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

label {
    cursor: default
}

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

caption {
    text-align: left;
    caption-side: top
}

th {
    text-align: left
}

/*
 *  Simply fast class
 */
.reset {
    border: none;
    margin: 0;
    padding: 0;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.reset td, .reset th {
    border: none;
    background: none;
    padding: 0
}

.reset > li, .reset > dt, .reset > dd {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    float: none;
    width: auto
}

.l {
    float: left;
    display: inline
}

.r {
    float: right;
    display: inline
}

.cb {
    clear: both
}

.cl {
    clear: left
}

.cr {
    clear: right
}

.cfx {
    zoom: 1;
}

.cfx:after, .cfx:before {
    content: '';
    display: table;
    clear: both
}

.break {
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    clear: both;
    overflow: hidden;
    visibility: hidden;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%
}

.ctx {
    zoom: 1;
    display: table-cell;
}

.ie7 .ctx {
    display: block
}

.ctx:after {
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 0 !important;
    line-height: 0;
    font-size: xx-large;
    content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x "
}

.hide, .js .jsHide {
    display: none
}

.out, .js .jsOut {
    position: absolute;
    left: -5000px;
    top: -5000px
}

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

.left {
    text-align: left
}

.right {
    text-align: right
}

.center {
    text-align: center
}

.lower {
    text-transform: lowercase
}

.upper {
    text-transform: uppercase
}

.bold {
    font-weight: bold
}

.thin {
    font-weight: normal
}

.italic {
    font-style: italic
}

.normal {
    font-style: normal
}

.top {
    vertical-align: top
}

.middle {
    vertical-align: middle
}

.big {
    font-size: 14px
}

.bigger {
    font-size: 18px
}

.small {
    font-size: 11px
}

.error, .red {
    color: #c00
}

.green {
    color: #678713
}

.grey {
    color: #999
}

.nowrap {
    white-space: nowrap
}

.blue {
    color: #108cef
}

.grey {
    color: #757677
}

.underline {
    text-decoration: underline
}

.annot1 {
    font-weight: 500;
    font-size: 21px;
    line-height: 30px;
    text-align: center;
    color: #2f2f2f
}

h2 + .annot1 {
    margin-top: -.75em
}

.annot1 .spec {
    text-align: left;
}

h2 + .annot1 .spec {
    margin-top: 0
}

@media (max-width: 600px) {
    .annot1 {
        font-size: 15px
    }
}

.annot h2 {
    font-weight: 500;
    font-size: 21px;
    line-height: 30px;
    text-align: center;
    color: #2f2f2f
}

h2 + .annot h2 {
    margin-top: -.75em
}

.annot h2 {
    text-align: left;
}

h2 + .annot h2 {
    margin-top: 0
}

@media (max-width: 600px) {
    .annot h2 {
        font-size: 15px
    }
}

/*
 * Typo
 */
body {
    font: normal 14px/24px 'Raleway', Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #000
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 800;
    line-height: 1.2;
    margin: 1.5em 0 .5em;
    color: #550365;
    text-align: center
}

h1, .h1 {
    font-size: 46px;
}

@media (max-width: 600px) {
    h1, .h1 {
        font-size: 30px
    }
}

h2 {
    font-size: 36px;
}

@media (max-width: 600px) {
    h2 {
        font-size: 22px
    }
}

h3 {
    font-size: 24px;
}

@media (max-width: 600px) {
    h3 {
        font-size: 18px
    }
}

h4 {
    font-size: 16px
}

h5, h6 {
    font-size: 15px
}

p {
    margin: 0 0 1.2em
}

blockquote {
    color: #757677;
    font-size: 18px;
    margin: 0;
}

blockquote p {
    margin: 0 0 1em
}

blockquote .desc {
    font-style: italic;
    padding: 10px 0;
}

blockquote .desc:before, blockquote .desc:after {
    content: '';
    background: url('../img/bg-all.png') 0 0 no-repeat;
    display: inline-block;
    width: 36px;
    height: 27px;
    position: relative
}

blockquote .desc:before {
    vertical-align: text-bottom;
    top: -5px;
    margin-right: 10px
}

blockquote .desc:after {
    vertical-align: text-top;
    bottom: -5px;
    margin-left: 10px;
    background-position: -50px 0
}

blockquote .name {
    color: #2f2f2f;
    font-weight: 600;
    margin-top: -10px
}

.topquote {
    text-align: center;
}

@media (max-width: 600px) {
    blockquote {
        font-size: 15px
    }
}

a {
    color: #000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: underline;
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    -ms-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

a:hover {
    color: 00AE41;
    text-decoration: underline;
}

ul, ol {
    margin: 0 0 1.5em 5px;
    list-style: none;
    padding: 0
}

li {
    padding: 0 0 0 25px;
    margin: 0 0 .75em;
}

li ol, li ul {
    margin: .75em 0 0
}

ol {
    counter-reset: item;
}

ol li {
    background: none;
    position: relative;
}

ol li:before, ol li .ie-counter {
    content: counter(item) ".";
    counter-increment: item;
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    color: #108cef;
    font-size: 24px;
    font-weight: bold;
    text-align: left
}

dl {
    margin: 0 0 1.5em
}

dt {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 .4em
}

dd {
    margin: 0 0 1em;
    padding: 0
}

table {
    width: 100%;
    clear: both;
    margin: 0 0 1.5em;
    empty-cells: show;
    border-collapse: collapse;
    border: 1px solid #ddd
}

caption {
    font-weight: bold;
    text-align: left;
    padding: 0 0 10px;
    caption-side: top
}

td, th {
    vertical-align: top;
    padding: 7px 8px;
    border: 1px solid #ddd
}

th {
    font-weight: bold;
    text-align: left;
    border-top: none;
    background: #eee
}

.ie7 a[href] * {
    cursor: pointer
}

/*
 *  Grid
 */
.row, .row-main {
    position: relative;
    margin: 0;
    padding: 0;
    zoom: 1;
}

.row:after, .row-main:after, .row:before, .row-main:before {
    content: '';
    display: table;
    clear: both
}

.row-main {
    margin: 0 auto;
    max-width: 940px;
    padding: 0 10px
}

.col {
    /*display:inline;float:left;left:100%;*/
    display: inline-block;
    position: relative;
    padding: 0
}

.grid-h {
    width: 49%
}

.col-h-1, .col-h-2 {
    margin-left: 5px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.grid-t {
    width: 32%
}

.grid-2t {
    width: 66%
}

.col-t-1 {
    margin-left: -100%
}

.col-t-2 {
    margin-left: -66%
}

.col-t-3 {
    margin-left: -32%
}

.grid-q {
    width: 23.5%
}

.grid-3q {
    width: 74.5%
}

.col-q-1 {
    margin-left: -100%
}

.col-q-2 {
    margin-left: -74.5%
}

.col-q-3 {
    margin-left: -49%
}

.col-q-4 {
    margin-left: -23.5%
}

@media (max-width: 760px) {
    .col {
        float: none;
        display: block;
        margin: 0;
        width: auto;
        left: auto
    }
}

.separator {
    margin: 20px 0 40px;
    height: 9px;
    font: 0/0 a;
    color: transparent;
    text-decoration: none;
    background: url('../img/bg-separator.png') 0 0 repeat-x
}

.img {
    border: 5px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 1px rgba(5, 5, 5, 0.36);
    -moz-box-shadow: 0 1px 1px rgba(5, 5, 5, 0.36);
    box-shadow: 0 1px 1px rgba(5, 5, 5, 0.36);
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.authorimg {
    margin: auto;
}

@media (max-width: 960px) {
    img {
        max-width: 100%;
        height: auto
    }
}

/*
 *  Forms
 */
.inp-text {
    display: block;
    border: 1px solid #a4a4a4;
    padding: 15px 10px;
    text-align: center;
    color: #550365;
    font-family: 'Raleway', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 21px;
    height: 21px;
    border: 1px solid #d4d3d3;
    background: #f6f6f6;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.67), inset 0 1px 3px rgba(5, 5, 5, 0.13);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.67), inset 0 1px 3px rgba(5, 5, 5, 0.13);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.67), inset 0 1px 3px rgba(5, 5, 5, 0.13);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.inp-text::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.inp-text::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}

.error .inp-text {
    background: #feecec;
    border-color: #e82f44
}

textarea.inp-text {
    height: auto
}

.inp-fix {
    position: relative;
    display: block;
    padding: 0 22px 0 0;
}

.inp-fix .inp-text {
    width: 100%;
    margin: 0 -22px 0 0;
    color: #B4B4B4;
}

.ie7 .inp-fix .inp-text {
    margin-top: -1px
}

/*.btn {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    padding: 0;
    border: none;
    background: none;
    text-decoration: none;
    background: #d68d00;
    padding: 0 0 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}*/

.ie7 .btn {
    display: inline;
    zoom: 1
}

.btn {
    position: relative;
    display: inline-block;
    padding: 12px 20px;
    font-size: 28px;
    line-height: 32px;
    background: #FAC903;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(5, 5, 5, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background .25s;
    -moz-transition: background .25s;
    -ms-transition: background .25s;
    -o-transition: background .25s;
    transition: background .25s;
}

.btn:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 31px;
    height: 25px;
    background: url('../img/bg-all.png') -100px 0 no-repeat;
    margin-left: 15px
}

@media (max-width: 600px) {
    .btn  {
        font-size: 20px;
        line-height: 26px
    }

    .btn:after {
        display: none
    }
}

.btn:hover {
    background: #ffdb4d
}

button.btn > span {
    padding-top: 15px
}

body {
    color: #2f2f2f;
}

#background {
    z-index: -9999;
    background: #F5F3F3;
    height: auto;
    width: 100%;
}

/*
 *  Base layout
 */
#header {
    background: #fff;
    color: #fff;
    position: fixed;
    top: 0;
    z-index: 500;
    width: 100%;
}

.sticky {
    position: fixed;
    top: 0;
    z-index: 500;
    width: 100%;
}

#logo {
    float: left;
    display: inline;
    font: 800 48px/90px 'Raleway', Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: #fff;
}

@media (max-width: 960px) {
    #logo {
        font-size: 38px
    }
}

@media (max-width: 760px) {
    #logo {
        text-align: center;
        float: none;
        display: block;
        line-height: 1;
        padding: 10px 0
    }
}

#footer {
    padding-bottom: 70px
}

/*
 *  Menu
 */
#menu-main {
    float: right;
    display: inline;
    font: bold 18px/30px 'Raleway', Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding: 30px 0;
}

#menu-main .title {
    display: none
}

#menu-main ul {
    margin-right: -20px
}

#menu-main li {
    float: left;
    display: inline;
    margin: 0 20px
}

#menu-main a {
    color: #002C73;
    text-decoration: none;
}

#menu-main a:hover, #menu-main a.active {
    color: #00AE41
}

@media (max-width: 960px) {
    #menu-main {
        font-size: 16px
    }

    #menu-main ul {
        margin-right: -10px
    }

    #menu-main li {
        margin: 0 10px
    }
}

@media (max-width: 760px) {
    #menu-main {
        padding: 0 0 10px;
        float: none;
        display: block
    }

    #menu-main ul {
        text-align: center;
        margin: 0
    }

    #menu-main li {
        display: inline-block;
        vertical-align: middle;
        float: none
    }
}

@media (max-width: 600px) {
    #menu-main {
        font-size: 16px
    }
}

/*
 *  Crossroads
 */
.crossroad-grid {
    background: #fff;
    border-bottom: 1px solid #e2e0e0;
    margin: 0 0 40px;
    text-align: center;
}

.crossroad-grid .banner {
    font-size: 30px;
    margin-top: -20px;
    font-weight: bold;
    margin-bottom: 0;
}

.crossroad-grid .banner {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    background: #0C87E9;
    color: #fff;
    padding: 15px 70px;
    position: relative;
    text-shadow: 0 1px 2px rgba(5, 5, 5, 0.2);
}

.crossroad-grid .banner:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    font: 0/0 a;
    color: transparent;
    text-decoration: none;
    border-width: 20px 15px 0 0;
    border-color: transparent #105395;
    border-style: dashed solid
}

.crossroad-grid ul {
    font-family: 'Courier New', monospace;
    letter-spacing: -.63em;
    word-spacing: -.63em;
    margin-top: 15px;
    text-align: center;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .crossroad-grid ul {
        word-spacing: 0
    }
}

.crossroad-grid ul > * {
    display: inline-block;
    vertical-align: top;
    font-family: 'Raleway', Arial, "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: 0;
    word-spacing: 0
}

.ie7 .crossroad-grid ul > * {
    display: inline;
    zoom: 1
}

.crossroad-grid li {
    margin: 0 10px 15px
}

.crossroad-grid .inner {
    display: block;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    zoom: 1;
    line-height: 56px;
    -webkit-transition: border-color .25s;
    -moz-transition: border-color .25s;
    -ms-transition: border-color .25s;
    -o-transition: border-color .25s;
    transition: border-color .25s;
}

.crossroad-grid .inner[href]:hover {
    opacity: .7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.crossroad-grid .logo {
    float: left;
    display: inline
}

.crossroad-grid .ico {
    float: right;
    display: inline
}

@media (max-width: 760px) {
    .crossroad-grid h2 strong {
        font-size: 22px;
        line-height: 30px;
        padding: 5px 20px
    }
}

/*
 *  Box
 */
.box-annot {
    padding: 40px 0 20px;
    text-align: center;
}

.box-annot .col-h-2 {
    padding-top: 10px
}

.box-btn {
    background: #22174F url('') 0 0 repeat;
    color: #fff;
    text-align: center;
    padding: 25px 0 15px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    margin: 0 0 40px;
}

.box-btn p {
    margin: 0 0 10px
}

.box-btn .r {
    margin: 0 0 10px 40px;
    float: none;
}

.box-btn .ctx {
    max-width: 400px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 879px) {
    .box-btn .ctx {
        text-align: center;
        max-width: 100%;
    }

    .box-gallery .small {
        width: 85px;
    }

    .box-gallery .big {
        max-width: 370px;
    }
}

@media (max-width: 760px) {
    .box-gallery .small {
        width: 85px;
    }

    .box-gallery .big {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .box-btn {
        text-align: center;
        font-size: 14px;
        line-height: 24px
    }

    .box-btn .r {
        float: none;
        display: block;
        margin-left: 0
    }

    .box-btn .btn {
        display: block;
    }

    .box-btn .btn {
        overflow: hidden;
        text-overflow: ellipsis
    }
}

.box-feed {
    margin: 0 0 40px;
}

.box-feed .box {
    display: block;
    margin: 0 auto;
    max-width: 520px;
    overflow: hidden;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    text-align: center;
}

.box-social {
    background: #e8e7e7 url('../img/bg-patter-light.png') 0 0 repeat;
    text-align: center;
    margin: 0 0 15px;
    border-top: 1px solid #e2e1e1;
    border-bottom: 1px solid #e2e1e1;
    padding: 30px 0;
}

.box-btn + .box-social {
    margin-top: -39px
}

.box-social h2 {
    font-size: 30px
}

.box-social p {
    margin: 0
}

.box-social a {
    text-decoration: none;
}

.box-social a.social-icons {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    font: 0/0 a;
    color: transparent;
    text-decoration: none;
    width: 44px;
    height: 44px;
    position: relative;
    -webkit-transition: top .25s;
    -moz-transition: top .25s;
    -ms-transition: top .25s;
    -o-transition: top .25s;
    transition: top .25s;
    top: 0;
}

.box-social a.social-icons:hover {
    top: 2px
}

@media (max-width: 600px) {
    .box-social a.social-icons {
        margin: 0 10px
    }
}

.box-testimonials {
    margin: 0 0 40px;
    font-weight: 500;
    font-size: 16px;
}

.box-testimonials li {
    margin: 0 0 30px
}

.box-testimonials .head {
    overflow: hidden;
    zoom: 1;
    margin: 0 0 30px
}

.box-testimonials .avatar {
    float: left;
    display: inline;
    margin-right: 18px
}

.box-testimonials .name {
    color: #108cef;
    padding: 13px 0 0;
    font-weight: 600;
    margin: 0;
}

.box-testimonials .post {
    color: #757677
}

.box-testimonials .desc {
    background: #fff;
    padding: 17px 15px 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 1px rgba(5, 5, 5, 0.31);
    -moz-box-shadow: 0 1px 1px rgba(5, 5, 5, 0.31);
    box-shadow: 0 1px 1px rgba(5, 5, 5, 0.31);
    position: relative;
}

.box-testimonials .desc:before {
    content: '';
    position: absolute;
    left: 20px;
    bottom: 100%;
    width: 0;
    height: 0;
    overflow: hidden;
    font: 0/0 a;
    color: transparent;
    text-decoration: none;
    border-width: 0 15px 15px;
    border-color: #fff transparent;
    border-style: solid dashed
}

.box-testimonials .desc p {
    margin: 0 0 15px
}

.box-video {
    background: #e8e7e7 url('../img/bg-patter-light.png') 0 0 repeat;
    padding: 40px 0;
    margin: 0 0 40px;
    -webkit-box-shadow: inset 0 1px 2px rgba(5, 5, 5, 0.11);
    -moz-box-shadow: inset 0 1px 2px rgba(5, 5, 5, 0.11);
    box-shadow: inset 0 1px 2px rgba(5, 5, 5, 0.11);
}

.box-video .box {
    max-width: 855px;
    overflow: hidden;
    margin: 0 auto 15px;
    text-align: center;
}

.box-video .box > div {
    margin: 0 auto;
}

.box-video .box > iframe {
    margin: 0 auto;
    margin-bottom: -4px;
}

.box-video .box > div[id|=leadplayer_video_element_] {
    margin: 0 auto
}

.box-share {
    text-align: center;
}

.box-share .item {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px
}

.box-share .twitter {
    position: relative;
    top: -4px
}

.box-content {
    margin: 0 0 40px;
}

.box-content .row {
    margin: 0 0 -20px;
    text-align: center;
}

.box-gallery {
    font-family: 'Courier New', monospace;
    letter-spacing: -.63em;
    word-spacing: -.63em;
    text-align: center;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .box-gallery {
        word-spacing: 0
    }
}

.box-gallery > * {
    display: inline-block;
    vertical-align: top;
    width: auto;
    font-family: 'Raleway', Arial, "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: 0;
    word-spacing: 0
}

.ie7 .box-gallery > * {
    display: inline;
    zoom: 1
}

.box-gallery a:first-child {
	display: block;
	margin: 0 5px;
}

.box-gallery .big {
    display: block;
    margin: 0 auto 15px;
}

.box-gallery .small {
    margin: 0 5px 10px
}

.box-popup {
    position: relative;
    text-align: center;
}

.box-popup p {
    margin: 0 0 10px
}

.box-popup p strong {
    color: #108cef
}

.box-popup .illust {
    /*position:absolute;left:-15px;top:15px*/
    display: inline-block;
    max-width: 205px;
    vertical-align: middle;
    margin-right: 10px;
}

.box-popup .content {
    /*padding-left:205px;*/
    display: inline-block;
    max-width: 400px;
    text-align: center;
    vertical-align: middle;
}

.box-popup .desc {
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    margin: 0 0 1em
}

.box-popup .btn {
    display: block;
    width: 100%;
    font-size: 26px
    text-decoration:none;
}

.box-popup .privacy {
    line-height: 18px;
    padding: 0 40px
}

.box-popup .reset {
    margin: 0
}

:first-child {
    margin-top: 0
}

.thickboxOpen iframe {
    display: none
}

#sk-box-overlay {
    position: fixed;
    z-index: 990;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    min-height: 100%;
    background-color: #000;
    opacity: .7;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    padding: 0;
    overflow: hidden
}

#sk-box-window {
    z-index: 999;
    position: absolute;
    top: 10px;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    margin-top: 20px;
    padding-bottom: 20px;
    color: #000;
}

#sk-box-window a {
    color: #000
}

* html #sk-box-window {
    position: absolute
}

#sk-content {
    min-height: 90px;
    padding: 15px;
    text-align: left;
    background: #fff;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#sk-content iframe {
    display: block;
    margin: 0 auto
}

.loading #sk-content {
    background: #fff url('../img/ajax.gif') no-repeat 50% 50%;
    min-height: 250px
}

#sk-box-title {
    margin: 0 0 .25em
}

#sk-box-image {
    display: block;
    padding: 0;
    text-align: center;
}

#sk-box-image img {
    max-width: 100%
}

#sk-box-pages {
    display: none !important
}

#sk-box-pager {
    margin: 0;
    text-align: center;
}

#sk-box-pager #sk-box-prev, #sk-box-pager #sk-box-next {
    font: 0/0 a;
    color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 120px;
}

#sk-box-pager #sk-box-prev span, #sk-box-pager #sk-box-next span {
    font: 0/0 a;
    color: transparent;
    text-decoration: none;
    width: 35px;
    height: 35px;
    position: absolute;
    left: -17px;
    top: 50%;
    margin-top: -17px;
    background: url('../img/bg-all.png') -250px 0 no-repeat;
    -webkit-transition: left .25s, right .25s;
    -moz-transition: left .25s, right .25s;
    -ms-transition: left .25s, right .25s;
    -o-transition: left .25s, right .25s;
    transition: left .25s, right .25s
}

#sk-box-pager #sk-box-prev:hover span, #sk-box-pager #sk-box-next:hover span {
    left: -10px
}

#sk-box-pager #sk-box-next {
    right: 0;
    left: auto;
}

#sk-box-pager #sk-box-next span {
    background-position: -200px 0;
    left: auto;
    right: -17px
}

#sk-box-pager #sk-box-next:hover span {
    left: auto;
    right: -10px
}

#sk-box-close {
    font: 0/0 a;
    color: transparent;
    text-decoration: none;
    width: 35px;
    height: 35px;
    position: absolute;
    right: -17px;
    top: -17px;
    background: url('../img/bg-all.png') -150px 0 no-repeat
}

#sk-box-HideSelect {
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border: none;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    margin: 0
}

@media (max-width: 860px) {
    #sk-box-window {
        left: 10px !important;
        right: 10px !important;
        margin: 0 !important;
        width: auto !important
    }

    #sk-box-close {
        top: -9px;
        right: -9px
    }

    .box-popup .illust {
        position: relative;
        display: block;
        margin: 0 auto;
    }

    .box-popup .illust img {
        max-width: 50%;
    }

    .box-popup .content {
        padding-left: 0;
    }
}

@media (max-width: 700px) {
    #sk-content {
        padding: 10px
    }
}

.fancybox-skin {
    background: #fff !important;
    padding: 0 !important;
}

.pop {
    background: #fff;
    border-radius: 4px;
    padding: 20px;
}

.fancybox-inner {
    height: auto !important;
    width: 100%;
}
.fancybox-inner img{
    width: 100%;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../img/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../img/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../img/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('../img/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}

.fancybox-wrap {
    position: absolute;
    /*
    top: 100px !important;
    */
}

/*author image*/
@media (max-width: 960px) {
    .col.col-h-2.grid-h.leadstyle-text {
        width: 100%;
    }
}
@media (max-width: 760px) {
    img.img.authorimg.leadstyle-image {
        display: block;
    }
}


.leadstyle-container > img.leadstyle-image {
    display: none;
}

