﻿/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
	background-color: #0275d8;
    color: #fff;

}

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

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

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

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

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,
th {
    padding: 0
}

* {
    box-sizing: border-box
}

*:before,
*:after {
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Swiss 721 W01", "Swiss 721 W01 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #000;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #00a0dc;
    text-decoration: none
}

a:hover,
a:focus {
    color: #00bda6;
    text-decoration: none
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 0
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

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

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

[role="button"] {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 100;
    line-height: 1.1;
    color: inherit
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

small,
.small {
    font-size: 85%
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase,
.initialism {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #00a0dc
}

a.text-primary:hover,
a.text-primary:focus {
    color: #007ba9
}

.text-success {
    color: #3c763d
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover,
a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #00a0dc
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #007ba9
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.42857
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:before,
.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
	
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
	.contactUsForm{
		margin-left:321px;
	}
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row,
#works-with-partners .partner-row {
    margin-left: -15px;
    margin-right: -15px
}

.row:before,
#works-with-partners .partner-row:before,
.row:after,
#works-with-partners .partner-row:after {
    content: " ";
    display: table
}

.row:after,
#works-with-partners .partner-row:after {
    clear: both
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
#newsletter-lightbox.show-promo .newsletter-title,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
#works-with-partners .partner,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
#newsletter-lightbox.show-promo .newsletter-form,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
#newsletter-lightbox .newsletter-title,
#newsletter-lightbox .newsletter-form,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    #newsletter-lightbox.show-promo .newsletter-title,
    .col-sm-5,
    .col-sm-6,
    #works-with-partners .partner,
    .col-sm-7,
    .col-sm-8,
    #newsletter-lightbox.show-promo .newsletter-form,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    #newsletter-lightbox .newsletter-title,
    #newsletter-lightbox .newsletter-form {
        float: left
    }
    .col-sm-1 {
        width: 8.33333%
    }
    .col-sm-2 {
        width: 16.66667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4,
    #newsletter-lightbox.show-promo .newsletter-title {
        width: 33.33333%
    }
    .col-sm-5 {
        width: 41.66667%
    }
    .col-sm-6,
    #works-with-partners .partner {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333%
    }
    .col-sm-8,
    #newsletter-lightbox.show-promo .newsletter-form {
        width: 66.66667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333%
    }
    .col-sm-11 {
        width: 91.66667%
    }
    .col-sm-12,
    #newsletter-lightbox .newsletter-title,
    #newsletter-lightbox .newsletter-form {
        width: 100%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-pull-1 {
        right: 8.33333%
    }
    .col-sm-pull-2 {
        right: 16.66667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333%
    }
    .col-sm-pull-5 {
        right: 41.66667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.33333%
    }
    .col-sm-pull-8 {
        right: 66.66667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333%
    }
    .col-sm-pull-11 {
        right: 91.66667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-push-1 {
        left: 8.33333%
    }
    .col-sm-push-2 {
        left: 16.66667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333%
    }
    .col-sm-push-5 {
        left: 41.66667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.33333%
    }
    .col-sm-push-8 {
        left: 66.66667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333%
    }
    .col-sm-push-11 {
        left: 91.66667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-1 {
        width: 8.33333%
    }
    .col-md-2 {
        width: 16.66667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333%
    }
    .col-md-5 {
        width: 41.66667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333%
    }
    .col-md-8 {
        width: 66.66667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333%
    }
    .col-md-11 {
        width: 91.66667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.33333%
    }
    .col-md-pull-2 {
        right: 16.66667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333%
    }
    .col-md-pull-5 {
        right: 41.66667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.33333%
    }
    .col-md-pull-8 {
        right: 66.66667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333%
    }
    .col-md-pull-11 {
        right: 91.66667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.33333%
    }
    .col-md-push-2 {
        left: 16.66667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333%
    }
    .col-md-push-5 {
        left: 41.66667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.33333%
    }
    .col-md-push-8 {
        left: 66.66667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333%
    }
    .col-md-push-11 {
        left: 91.66667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0%
    }
    .col-md-offset-1 {
        margin-left: 8.33333%
    }
    .col-md-offset-2 {
        margin-left: 16.66667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333%
    }
    .col-md-offset-5 {
        margin-left: 41.66667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333%
    }
    .col-md-offset-8 {
        margin-left: 66.66667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333%
    }
    .col-md-offset-11 {
        margin-left: 91.66667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
	.contactUsForm{
		margin-left:321px;
	}
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-1 {
        width: 8.33333%
    }
    .col-lg-2 {
        width: 16.66667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333%
    }
    .col-lg-5 {
        width: 41.66667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333%
    }
    .col-lg-8 {
        width: 66.66667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333%
    }
    .col-lg-11 {
        width: 91.66667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.33333%
    }
    .col-lg-pull-2 {
        right: 16.66667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.33333%
    }
    .col-lg-pull-5 {
        right: 41.66667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.33333%
    }
    .col-lg-pull-8 {
        right: 66.66667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.33333%
    }
    .col-lg-pull-11 {
        right: 91.66667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.33333%
    }
    .col-lg-push-2 {
        left: 16.66667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.33333%
    }
    .col-lg-push-5 {
        left: 41.66667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.33333%
    }
    .col-lg-push-8 {
        left: 66.66667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.33333%
    }
    .col-lg-push-11 {
        left: 91.66667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.form-control:focus {
    border-color: #fff;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px
    }
    input[type="date"].input-sm,
    .input-group-sm>input[type="date"].form-control,
    .input-group-sm>input[type="date"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="date"].btn,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm>input[type="time"].form-control,
    .input-group-sm>input[type="time"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="time"].btn,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm>input[type="datetime-local"].form-control,
    .input-group-sm>input[type="datetime-local"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="datetime-local"].btn,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm>input[type="month"].form-control,
    .input-group-sm>input[type="month"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="month"].btn,
    .input-group-sm input[type="month"] {
        line-height: 30px
    }
    input[type="date"].input-lg,
    .input-group-lg>input[type="date"].form-control,
    .input-group-lg>input[type="date"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="date"].btn,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg>input[type="time"].form-control,
    .input-group-lg>input[type="time"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="time"].btn,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg>input[type="datetime-local"].form-control,
    .input-group-lg>input[type="datetime-local"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="datetime-local"].btn,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg>input[type="month"].form-control,
    .input-group-lg>input[type="month"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="month"].btn,
    .input-group-lg input[type="month"] {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-left: 0;
    padding-right: 0
}

.input-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

select.input-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
select[multiple].input-sm,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>.input-group-btn>select[multiple].btn {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 0
}

select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn {
    height: 46px;
    line-height: 46px
}

textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
select[multiple].input-lg,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>.input-group-btn>select[multiple].btn {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 0
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #a6a6a6
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33333px;
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #666;
    text-decoration: none
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #666;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:focus,
.btn-default.focus {
    color: #666;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #666;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    color: #666;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
    color: #666;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #666
}

.btn-primary {
    color: #00a0dc;
    background-color: transparent;
    border-color: #00a0dc
}

.btn-primary:focus,
.btn-primary.focus {
    color: #00a0dc;
    background-color: transparent;
    border-color: #00435d
}

.btn-primary:hover {
    color: #00a0dc;
    background-color: transparent;
    border-color: #00739f
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #00a0dc;
    background-color: transparent;
    border-color: #00739f
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
    color: #00a0dc;
    background-color: transparent;
    border-color: #00435d
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: transparent;
    border-color: #00a0dc
}

.btn-primary .badge {
    color: transparent;
    background-color: #00a0dc
}

.btn-success {
    color: #fff;
    background-color: #65c9bd;
    border-color: #52c2b5
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #41baab;
    border-color: #276e66
}

.btn-success:hover {
    color: #fff;
    background-color: #41baab;
    border-color: #389f93
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #41baab;
    border-color: #389f93
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #389f93;
    border-color: #276e66
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: #65c9bd;
    border-color: #52c2b5
}

.btn-success .badge {
    color: #65c9bd;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #ec7b38;
    border-color: #ea6c21
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #dc5f15;
    border-color: #7f370c
}

.btn-warning:hover {
    color: #fff;
    background-color: #dc5f15;
    border-color: #bb5112
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #dc5f15;
    border-color: #bb5112
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #bb5112;
    border-color: #7f370c
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: #ec7b38;
    border-color: #ea6c21
}

.btn-warning .badge {
    color: #ec7b38;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #00a0dc;
    font-weight: normal;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #00bda6;
    text-decoration: none;
    background-color: transparent
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 0
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #00a0dc
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left
}

.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret,
.btn-group-lg>.btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #fff;
    border-radius: 0
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 0
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav:before,
.nav:after {
    content: " ";
    display: table
}

.nav:after {
    clear: both
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #00a0dc
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 0 0 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 0
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #00a0dc
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
    float: none
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 0
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 0 0 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 60px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.navbar:before,
.navbar:after {
    content: " ";
    display: table
}

.navbar:after {
    clear: both
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0
    }
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 20px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 60px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width: 768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 13px;
    margin-bottom: 13px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 10px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 13px;
    margin-bottom: 13px
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 13px;
    margin-bottom: 13px
}

.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn {
    margin-top: 15px;
    margin-bottom: 15px
}

.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn {
    margin-top: 19px;
    margin-bottom: 19px
}

.navbar-text {
    margin-top: 20px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
    p {
        margin: 0 10px 10px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px
    }
    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #fff;
    border-color: #eee
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #00bda6;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #00a0dc;
    background-color: transparent
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
    margin-right: 24px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #eee
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: #00a0dc
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #00bda6;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #00a0dc;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #00bda6
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #00bda6
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #090909;
    color: #fff
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #00a0dc
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #007ba9
}

.label-success {
    background-color: #65c9bd
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #41baab
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #ec7b38
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #dc5f15
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #00a0dc;
    border-color: #00a0dc
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #a9e8ff
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: 0.2;
    filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: 0.75;
    filter: alpha(opacity=75)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 800px;
        margin: 30px auto
    }
    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Swiss 721 W01", "Swiss 721 W01 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Swiss 721 W01", "Swiss 721 W01 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #09a;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #008b9b;
    border-bottom: 1px solid #007481;
    border-radius: -1 -1 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #09a
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #09a
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #09a
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #09a;
    bottom: -10px
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.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
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table !important
    }
    tr.visible-xs {
        display: table-row !important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table !important
    }
    tr.visible-sm {
        display: table-row !important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table !important
    }
    tr.visible-md {
        display: table-row !important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table !important
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table !important
    }
    tr.visible-print {
        display: table-row !important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.btn {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    font-weight: bold;
    letter-spacing: 0.15em
}

.btn:active,
.btn.active {
    box-shadow: none
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #00bda6
}

.btn-lg,
.btn-group-lg>.btn {
    min-width: 200px
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    background-color: #00a0dc;
    border-color: #00a0dc;
    color: #fff
}

.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary:active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.btn-primary.active:hover {
    background-color: #00a0dc;
    border-color: #00a0dc;
    color: #fff
}

.btn-opaque {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 14px
}

.btn-opaque:hover,
.btn-opaque:focus,
.btn-opaque.focus,
.btn-opaque:active {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: transparent
}

.btn-solid {
    background-color: #00a0dc;
    border-color: #00a0dc;
    color: #fff
}

.btn-solid:hover,
.btn-solid:focus,
.btn-solid.focus,
.btn-solid:active,
.btn-solid.active,
.open>.btn-solid.dropdown-toggle {
    background-color: #00bda6;
    border-color: #00bda6;
    color: #fff
}

.btn-solid:active:focus,
.btn-solid:active.focus,
.btn-solid:active:hover,
.btn-solid.active:focus,
.btn-solid.active.focus,
.btn-solid.active:hover {
    background-color: #00bda6;
    border-color: #00bda6;
    color: #fff
}

.btn-lg,
.btn-group-lg>.btn {
    font-size: 14px;
    padding: 1.4em 2.3em
}

@font-face {
    font-family: 'Swiss 721 W01';
    src: url("../fonts/efadb268-9678-4ce1-82ce-79f630c16271.eot");
    src: url("../fonts/efadb268-9678-4ce1-82ce-79f630c16271d41d.eot?#iefix") format("embedded-opentype"),
	
	url("../fonts/f29f69e8-d9e1-49d5-b18c-c55d0963ad0d.ttf") format("truetype");
    font-style: normal;
    font-weight: 100
}

@font-face {
    font-family: 'Swiss 721 W01';
    src: url("../fonts/e330d330-a07d-4d0b-939e-674f2f62102e.eot");
    src: url("../fonts/e330d330-a07d-4d0b-939e-674f2f62102ed41d.eot?#iefix") format("embedded-opentype"), url("../fonts/2a95aa35-7e98-4d8d-b31e-8e88cb542624.woff") format("woff"), url("../fonts/f54b5b6b-6f0f-4334-99f9-4caabd8d3d58.ttf") format("truetype");
    font-style: italic;
    font-weight: 100
}

@font-face {
    font-family: 'Swiss 721 W01';
    src: url("../fonts/8936dd78-6787-48e6-b578-0df6e400b3e1.eot");
    src: url("../fonts/8936dd78-6787-48e6-b578-0df6e400b3e1d41d.eot?#iefix") format("embedded-opentype"), url("../fonts/0c9b7a6a-39da-4a63-8de4-3a91edeab5de.ttf") format("truetype");
    font-style: normal;
    font-weight: normal
}

@font-face {
    font-family: 'Swiss 721 W01';
    src: url("../fonts/d75c3426-6722-419e-97ba-b79455524453.eot");
    src: url("../fonts/d75c3426-6722-419e-97ba-b79455524453d41d.eot?#iefix") format("embedded-opentype"), url("../fonts/a6f1a854-9263-4e9c-9b8b-b4a5088262d9.woff") format("woff"), url("../fonts/1a248e9c-07ff-4842-b342-01cfcc0c6cd6.ttf") format("truetype");
    font-style: italic;
    font-weight: normal
}

@font-face {
    font-family: 'Swiss 721 W01';
    src: url("../fonts/0a72c688-cbf1-4545-b25d-dc6c6935a2b9.eot");
    src: url("../fonts/0a72c688-cbf1-4545-b25d-dc6c6935a2b9d41d.eot?#iefix") format("embedded-opentype"), url("../fonts/95c8bd18-b342-4b31-a039-d332be2affd5.ttf") format("truetype");
    font-style: normal;
    font-weight: bold
}

@font-face {
    font-family: 'Swiss 721 W01';
    src: url("../fonts/bef0eef0-16b3-4f37-ae48-cffd8fb55583.eot");
    src: url("../fonts/bef0eef0-16b3-4f37-ae48-cffd8fb55583d41d.eot?#iefix") format("embedded-opentype"), url("../fonts/16511fb3-8cb2-44bd-8b75-2684f3abc7c3.ttf") format("truetype");
    font-style: italic;
    font-weight: bold
}

.form-control {
    box-shadow: none
}

.form-control:focus {
    box-shadow: none
}

.navbar {
    border: 0;
    margin-bottom: 0
}

.popover {
    border-radius: 4px;
    color: #fff;
    font-size: 16px
}

.i-angle {
    background-color: transparent !important;
    display: inline-block;
    height: 12px;
    width: 12px;
    text-align: left;
    vertical-align: middle
}

.i-angle:after {
    background-color: transparent !important;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    content: '';
    height: 8px;
    width: 8px;
    margin-left: 1px;
    margin-top: 1px;
    position: absolute;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out
}

.i-angle.large {
    height: 18px;
    width: 18px
}

.i-angle.large:after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    height: 14px;
    width: 14px
}

.i-angle.right:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.i-angle.down:after {
    margin-left: 4px;
    margin-top: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.i-doubledown {
    background-color: transparent !important;
    display: inline-block;
    height: 15px;
    -webkit-transform: scale(1.3, 1);
    transform: scale(1.3, 1);
    vertical-align: middle;
    width: 30px
}

.i-doubledown:before {
    background-color: transparent !important;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    content: '';
    margin-left: 5px;
    margin-top: -5px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 12px;
    width: 12px
}

.i-doubledown:after {
    background-color: transparent !important;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    content: '';
    margin-left: 5px;
    margin-top: 2px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 12px;
    width: 12px
}

.icon {
    background: transparent center center no-repeat;
    color: #00bda6;
    display: inline-block;
    height: 26px;
    margin-bottom: 5px;
    margin-right: 3px;
    overflow: hidden;
    vertical-align: middle;
    width: 26px
}

.i-android {
    background-image: url(../img/icons/android.svg)
}

.i-ios {
    background-image: url(../img/icons/ios.svg)
}

.i-windows {
    background-image: url(../img/icons/windows.svg)
}

.sprite {
    background-image: url(../img/sprites.png);
    background-repeat: no-repeat;
    background-size: 309px 273px;
    display: inline-block;
    vertical-align: middle
}

.sprite.icn-404-away {
    background-position: 0px 0px;
    height: 80px;
    width: 80px
}

.sprite.icn-404-go-home {
    background-position: 0px -80px;
    height: 80px;
    width: 80px
}

.sprite.icn-404-out-of-town {
    background-position: -80px 0px;
    height: 80px;
    width: 80px
}

.sprite.icn-cart-white {
    background-position: -279px -146px;
    height: 18px;
    width: 26px
}

.sprite.icn-flag-ca {
    background-position: -193px -124px;
    height: 18px;
    width: 36px
}

.sprite.icn-flag-uk {
    background-position: -121px -191px;
    height: 18px;
    width: 36px
}

.sprite.icn-flag-us {
    background-position: -229px -190px;
    height: 18px;
    width: 36px
}

.sprite.icn-play {
    background-position: -279px -164px;
    height: 20px;
    width: 20px
}

.sprite.icn-refresh {
    background-position: -80px -80px;
    height: 80px;
    width: 80px
}

.sprite.icn-shop-contract {
    background-position: -279px -86px;
    height: 30px;
    width: 24px
}

.sprite.icn-shop-fee {
    background-position: -160px -124px;
    height: 30px;
    width: 33px
}

.sprite.icn-shop-flexible {
    background-position: -279px -116px;
    height: 30px;
    width: 23px
}

.sprite.icn-shop-setup {
    background-position: -279px -56px;
    height: 30px;
    width: 30px
}

.sprite.icn-uses-alarm {
    background-position: -229px -147px;
    height: 43px;
    width: 43px
}

.sprite.icn-uses-close {
    background-position: -121px -160px;
    height: 31px;
    width: 92px
}

.sprite.icn-uses-coffee {
    background-position: -229px 0px;
    height: 56px;
    width: 50px
}

.sprite.icn-uses-cook {
    background-position: -160px -69px;
    height: 55px;
    width: 67px
}

.sprite.icn-uses-danger {
    background-position: -229px -104px;
    height: 43px;
    width: 47px
}

.sprite.icn-uses-light {
    background-position: -279px 0px;
    height: 56px;
    width: 30px
}

.sprite.icn-uses-start {
    background-position: -229px -56px;
    height: 48px;
    width: 45px
}

.sprite.icn-uses-temperature {
    background-position: 0px -160px;
    height: 59px;
    width: 59px
}

.sprite.icn-uses-thermometer {
    background-position: 0px -219px;
    height: 54px;
    width: 33px
}

.sprite.icn-uses-valuables {
    background-position: -59px -160px;
    height: 55px;
    width: 62px
}

.sprite.icn-uses-weather {
    background-position: -160px 0px;
    height: 69px;
    width: 69px
}

.st-sprite {
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-size: 200px 152px;
    display: inline-block;
    vertical-align: middle
}

.st-sprite.logo-smartthings {
    background-position: 0 0;
    height: 40px;
    width: 200px
}

.st-sprite.logo-samsung-smartthings {
    background-position: 0 -110px;
    height: 42px;
    width: 150px
}

.st-sprite.facebook {
    background-position: 0 -41px;
    height: 25px;
    width: 25px
}

.st-sprite.twitter {
    background-position: -25px -41px;
    height: 25px;
    width: 25px
}

.st-sprite.youtube {
    background-position: -50px -41px;
    height: 25px;
    width: 25px
}

.st-sprite.linkedin {
    background-position: -75px -41px;
    height: 25px;
    width: 25px
}

.st-sprite.ios {
    background-position: 0 -66px;
    height: 25px;
    width: 25px
}

.st-sprite.android {
    background-position: -25px -66px;
    height: 25px;
    width: 25px
}

.st-sprite.windows {
    background-position: -50px -66px;
    height: 25px;
    width: 25px
}

.st-sprite.arrow-right {
    background-position: -38px -91px;
    height: 11px;
    width: 11px
}

.st-sprite.arrow-right.large {
    background-position: 0 -91px;
    height: 19px;
    width: 19px
}

.st-sprite.arrow-down {
    background-position: -49px -91px;
    height: 11px;
    width: 11px
}

.st-sprite.arrow-down.large {
    background-position: -19px -91px;
    height: 19px;
    width: 19px
}

.arrow:after {
    /*content: ' ›';
    vertical-align: 4%;
    white-space: nowrap*/
}

.bold {
    font-weight: bold
}

.middle-align {
    text-align: center
}

.middle-align:before {
    content: '';
    display: inline-block;
    height: 100%
}

.middle-align .vertically-centered {
    display: inline-block
}

.row.no-gutters,
#works-with-partners .no-gutters.partner-row {
    margin-left: 0;
    margin-right: 0
}

.row.no-gutters>[class^='col-'],
#works-with-partners .no-gutters.partner-row>[class^='col-'],
.row.no-gutters>[class*=' col-'],
#works-with-partners .no-gutters.partner-row>[class*=' col-'] {
    padding-left: 0;
    padding-right: 0
}

q {
    quotes: '“' '”' '‘' '’'
}

q:before {
    font-weight: bold;
    margin-right: 2px
}

q:after {
    font-weight: bold;
    margin-left: 2px
}

.plain-link {
    color: #666
}

.nowrap {
    white-space: nowrap
}

html {
    height: 100%
}

body {
    font-size: 16px;
    height: 100%;
    position: relative
}

a {
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    font-weight: bold
}

.divider-horizontal>img {
    height: auto;
    vertical-align: top;
    width: 100%
}

hr.faded {
    background-image: -moz-linear-gradient(left center, #fff, #eee, #fff);
    border: 0 none;
    height: 1px
}

main {
    display: block;
    margin-bottom: -584px;
    min-height: 100%;
    padding-top: 60px
}

@media (min-width: 768px) and (max-width: 991px) {
    main {
        margin-bottom: -423px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    main {
        margin-bottom: -294px
    }
}

@media (min-width: 1200px) {
    main {
        margin-bottom: -294px
    }
}

main:after {
    content: '';
    display: block;
    height: 584px
}

@media (min-width: 768px) and (max-width: 991px) {
    main:after {
        height: 424px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    main:after {
        height: 295px
    }
}

@media (min-width: 1200px) {
    main:after {
        height: 295px
    }
}

.heading-large {
    -webkit-transition-property: font-size;
    transition-property: font-size;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    font-size: 36px;
    font-weight: 100
}

.static-page h4 {
    font-size: 22px;
    margin-top: 30px
}

.static-page h5 {
    font-weight: bold
}

.static-page h6 {
    font-size: 18px;
    font-style: italic
}

.static-page p {
    font-size: 18px;
    margin-bottom: 30px
}

.static-page ol ol {
    margin-bottom: 10px;
    margin-top: 10px
}

.static-page .legible-list {
    font-size: 18px
}

.static-page .legible-list li {
    margin-bottom: 30px
}

form.email-signup .message {
    background-color: #ec7b38;
    color: #fff;
    display: none;
    font-size: 14px;
    height: auto;
    left: 0;
    padding: 7px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -38px
}

form.email-signup .message.email-signup-success {
    background-color: #65c9bd
}

form.email-signup .message.email-signup-instructions {
    background-color: transparent
}

.close {
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-filter: none;
    filter: none;
    float: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    opacity: 1
}

.close:focus,
.close:hover {
    opacity: 1
}

#smartthings-site-header {
    box-shadow: 0 2px 2px 0 rgba(119, 119, 119, 0.15);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1030
}

#smartthings-site-header .logo-samsung-smartthings {
    text-indent: -9999em
}

#smartthings-site-header .header-main-nav .nav-item {
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0;
    transition-delay: 0
}


@media (min-width: 768px) {
    #smartthings-site-header .header-main-nav .nav-item {
      /*  padding-left: 25px;
        padding-right: 25px*/
    }
}

#smartthings-site-header .navbar-nav {
    margin-bottom: 0;
    margin-top: 0
}

@media (min-width: 768px) {
    #smartthings-site-header .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

#smartthings-site-header .navbar-brand {
    padding-bottom: 9px;
    padding-top: 9px
}

#smartthings-site-header .navbar-brand-landing {
    display: block;
    float: none
}

#smartthings-site-header .navbar {
    font-size: 16px;
    font-weight: bold
}

#smartthings-site-header .navbar-right {
    font-size: 14px;
    font-weight: normal;
    margin-right: 125px;
}

#smartthings-site-header .navbar-right .nav-item {
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    font-weight: normal;
    float: left
}

#smartthings-site-header .navbar-right .nav-item.active {
    color: #00a0dc
}

@media (min-width: 768px) {
    #smartthings-site-header .navbar-right .nav-item {
        padding-left: 10px;
        padding-right: 10px
    }
}

#smartthings-site-header .navbar-right .nav-item:not(:last-child) {
    padding-right: 0
}

#smartthings-site-header .navbar-right .nav-item:not(:last-child):after {
    color: #666;
    content: "|";
    font-weight: normal;
    padding-left: 15px
}

@media (min-width: 768px) {
    #smartthings-site-header .navbar-right .nav-item:not(:last-child):after {
        padding-left: 10px
    }
}

#smartthings-site-header .navbar-right .landing-shop a {
    background: transparent url(../img/icons/icon-cart-2x.png) no-repeat scroll 0 center;
    background-size: 26px 18px;
    font-size: 26px;
    font-weight: normal;
    padding-left: 36px
}

#hurricane-bar {
    background-color: #00bda6;
    color: #fff;
    height: 32px;
    text-align: center
}

#hurricane-bar .short-text,
#hurricane-bar .long-text {
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    color: #fff;
    display: block;
    font-weight: normal;
    overflow: hidden;
    padding: 6px;
    text-overflow: ellipsis;
    white-space: nowrap
}

#hurricane-bar .short-text:hover,
#hurricane-bar .short-text:focus,
#hurricane-bar .short-text:active,
#hurricane-bar .long-text:hover,
#hurricane-bar .long-text:focus,
#hurricane-bar .long-text:active {
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    text-decoration: none
}

#hurricane-bar .long-text {
    display: none
}

@media (min-width: 768px) {
    #hurricane-bar .short-text {
        display: none
    }
    #hurricane-bar .long-text {
        display: block
    }
}

.static-page-header {
    margin: 40px 0 20px
}

.static-page-separator {
    border-bottom: 1px solid #eee;
    margin: 50px 0
}

#smartthings-site-footer {
    background-color: #3e3e3e;
    color: #999;
    font-size: 12px;
    padding: 50px 0 0
}

@media (min-width: 768px) and (max-width: 991px) {
    #smartthings-site-footer {
        height: 424px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #smartthings-site-footer {
        height: 295px
    }
}

@media (min-width: 1200px) {
    #smartthings-site-footer {
        height: 295px
    }
}

#smartthings-site-footer a {
    color: #999;
    text-decoration: none;
    font-weight: bold
}

#smartthings-site-footer .col-sm-15 {
    width: 20%
}

#smartthings-site-footer .btn,
#smartthings-site-footer .form-control {
    -webkit-appearance: none;
    height: 46px;
    min-width: 0;
    padding: 10px 16px
}

#smartthings-site-footer .input-group-btn:last-child>.btn {
    margin-left: 0
}

#smartthings-site-footer .nav-item {
    display: block;
    font-size: 16px;
    padding: 6px 5px;
    white-space: nowrap
}

#smartthings-site-footer .nav-item.heading {
    border-top: 1px solid #555;
    color: #eee;
    cursor: pointer;
    letter-spacing: 0.15em;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 16px
}

@media (min-width: 768px) {
    #smartthings-site-footer .nav-item.heading {
        border: 0;
        cursor: auto;
        margin: 0;
        padding-top: 0
    }
    #smartthings-site-footer .nav-item.heading .i-angle {
        display: none
    }
}

@media (min-width: 768px) {
    #smartthings-site-footer .nav-item {
        font-size: 12px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #smartthings-site-footer .nav-item {
        white-space: normal
    }
}

#smartthings-site-footer a.nav-item {
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    display: none
}

#smartthings-site-footer a.nav-item:hover,
#smartthings-site-footer a.nav-item:focus,
#smartthings-site-footer a.nav-item:active {
    color: #eee;
    text-decoration: none
}

@media (min-width: 768px) {
    #smartthings-site-footer a.nav-item {
        display: block
    }
}

#smartthings-site-footer .footer-main-nav {
    padding-bottom: 30px
}

#smartthings-site-footer .footer-main-nav .col-sm-15 {
    padding-bottom: 6px
}

@media (min-width: 768px) {
    #smartthings-site-footer .footer-main-nav .col-sm-15:last-child {
        border: 0;
        padding-bottom: 0
    }
}

@media (max-width: 767px) {
    #smartthings-site-footer .footer-main-nav .col-sm-15 {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #smartthings-site-footer .footer-main-nav .col-sm-15 {
        margin-top: 10px
    }
}

@media (max-width: 991px) {
    #smartthings-site-footer .footer-main-nav {
        text-align: center
    }
}

#smartthings-site-footer #footer-email-signup {
    margin: 0 auto;
    max-width: 400px;
    padding-bottom: 10px
}

#smartthings-site-footer #footer-email-signup .row,
#smartthings-site-footer #footer-email-signup #works-with-partners .partner-row,
#works-with-partners #smartthings-site-footer #footer-email-signup .partner-row {
    margin: 0 -5px
}

#smartthings-site-footer #footer-email-signup .col-xs-4 {
    min-width: 96px;
    padding: 0 5px
}

#smartthings-site-footer #footer-email-signup .input-group {
    width: 100%
}

#smartthings-site-footer #footer-email-signup .email-signup-step-two {
    display: none
}

#smartthings-site-footer #footer-email-signup .email-signup-step-two input {
    display: none
}

#smartthings-site-footer #footer-email-signup .email-signup-step-two input:checked+label {
    border-color: #eee;
    color: #eee
}

#smartthings-site-footer #footer-email-signup .email-signup-step-two label {
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    border: 1px solid #555;
    cursor: pointer;
    padding: 10px;
    text-align: center;
    width: 100%
}

#smartthings-site-footer #footer-email-signup .email-signup-step-two label:hover {
    color: #eee
}

#smartthings-site-footer #footer-email-signup .email-signup-step-two .btn {
    min-height: 56px;
    padding: 0
}

#smartthings-site-footer #footer-email-signup .email-signup-instructions {
    color: #999;
    display: block
}

@media (min-width: 992px) {
    #smartthings-site-footer #footer-email-signup {
        max-width: none
    }
}

#smartthings-site-footer .footer-social {
    margin: 10px 0 20px;
    text-align: center
}

@media (min-width: 992px) {
    #smartthings-site-footer .footer-social {
        text-align: left
    }
}

#smartthings-site-footer .footer-social a {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    border: 1px solid #555;
    display: inline-block;
    margin-left: 16px;
    opacity: .5;
    padding: 9px
}

#smartthings-site-footer .footer-social a:hover,
#smartthings-site-footer .footer-social a:focus,
#smartthings-site-footer .footer-social a:active {
    opacity: .9
}

#smartthings-site-footer .footer-social a:first-child {
    margin-left: 0
}

#smartthings-site-footer .footer-app,
#smartthings-site-footer .footer-app-bottom {
    text-align: center
}

#smartthings-site-footer .footer-app .st-sprite,
#smartthings-site-footer .footer-app-bottom .st-sprite {
    margin-bottom: 2px;
    margin-right: 4px
}

#smartthings-site-footer .footer-app {
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    border: 1px solid rgba(85, 85, 85, 0.5);
    display: none;
    font-size: 14px;
    margin: 0 auto 20px;
    max-width: 236px;
    padding-bottom: 5px;
    padding-top: 11px
}

#smartthings-site-footer .footer-app .st-sprite {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    opacity: .5
}

#smartthings-site-footer .footer-app:hover,
#smartthings-site-footer .footer-app:focus,
#smartthings-site-footer .footer-app:active {
    border-color: rgba(85, 85, 85, 0.9);
    color: #eee
}

#smartthings-site-footer .footer-app:hover .st-sprite,
#smartthings-site-footer .footer-app:focus .st-sprite,
#smartthings-site-footer .footer-app:active .st-sprite {
    opacity: .9
}

@media (min-width: 992px) {
    #smartthings-site-footer .footer-app {
        max-width: none
    }
}

#smartthings-site-footer .footer-sub-nav {
    background-color: #323232;
    padding-bottom: 20px
}

#smartthings-site-footer .footer-app-bottom {
    border-bottom: 1px solid #424242;
    padding-top: 4px
}

#smartthings-site-footer .footer-app-bottom a {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    display: inline-block;
    margin: 0 15px;
    padding: 8px 6px 6px
}

#smartthings-site-footer .footer-app-bottom a .st-sprite {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    opacity: .5
}

#smartthings-site-footer .footer-app-bottom a:hover,
#smartthings-site-footer .footer-app-bottom a:focus,
#smartthings-site-footer .footer-app-bottom a:active {
    color: #eee
}

#smartthings-site-footer .footer-app-bottom a:hover .st-sprite,
#smartthings-site-footer .footer-app-bottom a:focus .st-sprite,
#smartthings-site-footer .footer-app-bottom a:active .st-sprite {
    opacity: .9
}

#smartthings-site-footer .footer-legal {
    margin-top: 15px;
    text-align: center
}

#smartthings-site-footer .footer-legal .terms:after,
#smartthings-site-footer .footer-legal .privacy:after {
    color: #999;
    content: '·';
    margin-left: 5px;
    margin-right: 3px
}

#smartthings-site-footer .footer-legal .copyright {
    margin-bottom: 5px
}

@media (min-width: 768px) {
    #smartthings-site-footer .footer-legal {
        text-align: left
    }
    #smartthings-site-footer .footer-legal .copyright {
        display: inline-block;
        margin-right: 10px
    }
}

#smartthings-site-footer .footer-legal a:hover,
#smartthings-site-footer .footer-legal a:focus,
#smartthings-site-footer .footer-legal a:active {
    color: #eee
}

#smartthings-site-footer .footer-legal .country {
    display: block;
    margin-top: 10px
}

#smartthings-site-footer .footer-legal .country .flag {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    border: 1px solid #eee;
    border-radius: 50%;
    margin-right: 5px;
    opacity: .6;
    width: 25px
}

#smartthings-site-footer .footer-legal .country:hover .flag {
    opacity: 1
}

@media (min-width: 768px) {
    #smartthings-site-footer .footer-legal .country {
        float: right;
        margin-top: 0
    }
}

#smartthings-site-404 {
    padding: 40px 0
}

#smartthings-site-404 .error-block {
    border: 1px solid #eee;
    margin: 20px auto;
    max-width: 500px;
    overflow: auto;
    padding: 20px 10px 10px
}

@media (min-width: 480px) {
    #smartthings-site-404 .error-block {
        padding: 40px 20px
    }
}

#smartthings-site-404 .error-img {
    margin-bottom: 30px;
    text-align: center;
    width: 100%
}

@media (min-width: 480px) {
    #smartthings-site-404 .error-img {
        float: left;
        min-width: 110px;
        width: 33%
    }
}

#smartthings-site-404 .error-msg .chat {
    background: #ece8e9;
    border-radius: 10px;
    padding: 20px;
    position: relative
}

#smartthings-site-404 .error-msg .chat:before {
    border-color: transparent transparent #ece8e9 transparent;
    border-style: solid;
    border-width: 0 15px 15px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    top: -15px;
    width: 0
}

@media (min-width: 480px) {
    #smartthings-site-404 .error-msg .chat {
        font-size: 24px
    }
    #smartthings-site-404 .error-msg .chat:before {
        border-color: transparent #ece8e9 transparent transparent;
        border-width: 0 15px 15px 0;
        left: -15px;
        margin-left: 0;
        top: 20px
    }
}

#smartthings-site-404 .error-msg .away-name {
    display: inline-block;
    font-size: 36px;
    line-height: 80px;
    padding-right: 20px;
    vertical-align: top
}

#smartthings-site-404 .error-msg .away-msg .away {
    font-size: 18px;
    font-weight: bold
}

@media (min-width: 480px) {
    #smartthings-site-404 .error-msg .away-msg {
        display: inline-block;
        padding-top: 30px;
        vertical-align: top
    }
}

#smartthings-site-404 .error-msg .take-me-home {
    line-height: 80px;
    text-align: center
}

#smartthings-site-404 .error-msg .take-me-home .btn {
    font-size: 18px
}

@media (min-width: 480px) {
    #smartthings-site-404 .error-msg .take-me-home {
        text-align: left
    }
}

@media (min-width: 480px) {
    #smartthings-site-404 .error-msg {
        float: right;
        width: 66%
    }
}

#about .person {
    margin-bottom: 40px
}

#about .person h4 {
    font-weight: bold;
    margin-top: 10px
}

#about .person h4 .job-title {
    display: block;
    font-weight: normal
}

@media (min-width: 768px) {
    #about .person h4 .job-title {
        display: inline
    }
}

#about .person .photo {
    background-repeat: no-repeat;
    background-size: 170px;
    border: 10px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(119, 119, 119, 0.15);
    height: 170px;
    margin: 0 auto;
    width: 170px
}

#about .person.alex .photo {
    background-image: url(../img/team/alex-hawkinson.jpg)
}

#about .person.jeff .photo {
    background-image: url(../img/team/jeff-hagins.jpg)
}

#about .person.andrew .photo {
    background: url(../img/team/andrew-brooks.jpg)
}

#about .person.ben .photo {
    background-image: url(../img/team/ben-edwards.jpg)
}

#about .person.james .photo {
    background: url(../img/team/james-stolp.jpg)
}

#about .person.jesse .photo {
    background-image: url(../img/team/jesse-oneill-oine.jpg)
}

#about .person.scott .photo {
    background-image: url(../img/team/scott-vlaminck.jpg)
}

#about .person.brianp .photo {
    background-image: url(../img/team/brian-pope.jpg)
}

#about .person.dora .photo {
    background-image: url(../img/team/dora-hsu.jpg)
}

#about .person.brianw .photo {
    background-image: url(../img/team/brian-winter.jpg)
}

#about .person.bob .photo {
    background-image: url(../img/team/bob-florian.jpg)
}

#about .person.tyler .photo {
    background-image: url(../img/team/tyler-hall.jpg)
}

#about .person.simon .photo {
    background-image: url(../img/team/simon-kim.jpg)
}

#about .person.anoop .photo {
    background-image: url(../img/team/anoop-mohan.jpg)
}

#about .social-icons {
    margin: 10px 0
}

#about .social-icons .linkedin,
#about .social-icons .twitter {
    background-repeat: no-repeat;
    background-size: 33px 33px;
    color: transparent;
    display: inline-block;
    height: 33px;
    overflow: hidden;
    width: 33px
}

#about .social-icons .linkedin {
    background-image: url(../img/team-linkedin.png)
}

#about .social-icons .twitter {
    background-image: url(../img/team-twitter.png)
}

@media (min-width: 768px) {
    #about .social-icons {
        margin: 0;
        text-align: right
    }
}

#cookie-notice {
    background-color: rgba(50, 50, 50, 0.9);
    border-top: 1px solid #424242;
    bottom: 0;
    color: #999;
    font-size: 14px;
    padding: 20px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 1060
}

#cookie-notice a:hover {
    color: #eee
}

#cookie-notice .close {
    color: #999;
    font-size: 30px;
    padding: 5px 10px 10px;
    position: absolute;
    right: 0;
    top: 0
}

#cookie-notice .close:hover {
    color: #eee
}

#compatible-products .banner {
    background: #3a9359 url(../img/compatible-products/compatible-devices-banner.png) no-repeat scroll center center/cover;
    color: #fff;
    margin-bottom: 20px
}

#compatible-products .banner a {
    color: #fff
}

#compatible-products .banner h1 {
    font-size: 28px
}

@media (min-width: 768px) {
    #compatible-products .banner h1 {
        font-size: 36px
    }
}

#compatible-products .banner .device-notes {
    font-size: 12px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    #compatible-products .banner .device-notes {
        font-size: 14px
    }
}

#compatible-products .device-sprite {
    background: transparent url(../img/compatible-products/compatible-devices-sprite.png) no-repeat scroll 0 0/140px 80px;
    display: inline-block;
    height: 20px;
    margin: 0 8px 1px 0;
    vertical-align: bottom;
    width: 20px
}

#compatible-products .device-sprite.icon-house {
    background-position: 0 0
}

#compatible-products .device-sprite.icon-house.active {
    background-position: 0 -20px
}

#compatible-products .device-sprite.icon-home {
    background-position: -20px 0
}

#compatible-products .device-sprite.icon-home.active {
    background-position: -20px -20px
}

#compatible-products .device-sprite.icon-door {
    background-position: -40px 0
}

#compatible-products .device-sprite.icon-door.active {
    background-position: -40px -20px
}

#compatible-products .device-sprite.icon-outlet {
    background-position: -60px 0
}

#compatible-products .device-sprite.icon-outlet.active {
    background-position: -60px -20px
}

#compatible-products .device-sprite.icon-danger {
    background-position: -80px 0
}

#compatible-products .device-sprite.icon-danger.active {
    background-position: -80px -20px
}

#compatible-products .device-sprite.icon-motion {
    background-position: -100px 0
}

#compatible-products .device-sprite.icon-motion.active {
    background-position: -100px -20px
}

#compatible-products .device-sprite.icon-other {
    background-position: -120px 0
}

#compatible-products .device-sprite.icon-other.active {
    background-position: -120px -20px
}

#compatible-products .device-sprite.icon-info {
    background-position: 0 -40px;
    width: 23px
}

#compatible-products .device-sprite.icon-info.active,
#compatible-products .device-sprite.icon-info:hover {
    background-position: 0 -60px
}

#compatible-products .device-sprite.icon-funnel {
    background-position: -23px -40px;
    height: 20px;
    width: 21px
}

#compatible-products .heading {
    font-weight: bold
}

#compatible-products .nav-filter label {
    cursor: pointer;
    font-weight: normal
}

#compatible-products .nav-filter label.active {
    font-weight: bold
}

#compatible-products .nav-filter ul {
    list-style: none;
    margin-bottom: 25px;
    padding: 0
}

#compatible-products .nav-filter ul li {
    cursor: pointer
}

#compatible-products .nav-filter ul.category li {
    border-radius: 4px;
    padding: 3px 8px
}

#compatible-products .nav-filter ul.category li.active {
    background-color: #eee;
    font-weight: bold
}

#compatible-products .nav-filter input[type="checkbox"] {
    margin: 0 12px
}

#compatible-products .nav-filter .brand li:last-child {
    margin-left: 12px;
    margin-top: 5px
}

#compatible-products .devices-container {
    margin-bottom: 100px
}

@media (min-width: 768px) {
    #compatible-products .devices-container {
        border-left: 1px solid #eee
    }
}

#compatible-products .lead {
    font-size: 22px;
    line-height: 1.75;
    margin: 20px auto;
    max-width: 450px
}

#search-container .form-control-feedback {
    background: transparent url(../img/icons/icon-search.png) no-repeat scroll 0 0/contain;
    display: block;
    height: 18px;
    right: 13px;
    top: 13px;
    width: 18px
}

@media (min-width: 768px) {
    #search-container .form-control-feedback {
        height: 26px;
        right: 16px;
        top: 16px;
        width: 26px
    }
}

#search-container input {
    border-color: #5fb25d;
    border-radius: 6px
}

#search-container input::-webkit-input-placeholder {
    color: #999;
    font-weight: lighter
}

#search-container input:-moz-placeholder {
    color: #999;
    font-weight: lighter
}

#search-container input::-moz-placeholder {
    color: #999;
    font-weight: lighter
}

#search-container input:-ms-input-placeholder {
    color: #999;
    font-weight: lighter
}

@media (min-width: 768px) {
    #search-container input {
        font-size: 22px;
        height: 60px
    }
}

#device-table {
    font-size: 16px;
    width: 100%
}

#device-table a {
    font-weight: normal
}

#device-table th {
    cursor: pointer;
    width: 18%
}

#device-table th>span:after {
    color: #777;
    content: "▲";
    font-size: 0.65em;
    opacity: .25
}

#device-table th>span.active:after {
    opacity: 1
}

#device-table th:first-child {
    width: 55%
}

#device-table th .sort-desc:after {
    content: "▼"
}

#device-table td {
    padding: 5px 0
}

#confirm-email .email-wrapper h1 {
    font-size: 40px;
    margin: 30px 0
}

@media (min-width: 768px) {
    #confirm-email .email-wrapper h1 {
        font-size: 60px;
        margin-top: 0;
        white-space: pre
    }
}

#confirm-email .email-wrapper p {
    font-size: 22px
}

@media (min-width: 768px) {
    #confirm-email .email-wrapper {
        background-image: url(../img/confirm-email/icon-email-bg.png);
        background-position: 424px -18px;
        background-repeat: no-repeat;
        margin: 30px auto;
        max-width: 600px;
        padding: 0 60px 50px
    }
}

#choose-your-country {
    padding: 60px 30px 30px;
    text-align: center
}

#choose-your-country .col-sm-4,
#choose-your-country #newsletter-lightbox.show-promo .newsletter-title,
#newsletter-lightbox.show-promo #choose-your-country .newsletter-title {
    margin-bottom: 30px
}

#choose-your-country .countries {
    margin: 60px auto 40px;
    padding-bottom: 100px
}

#choose-your-country .countries a {
    color: #999;
    display: block
}

#choose-your-country .countries a:hover {
    color: #00bda6
}

@media (min-width: 992px) {
    #choose-your-country .countries {
        width: 75%
    }
}

#choose-your-country .flag {
    border: 1px solid #999;
    border-radius: 50%;
    display: block;
    margin: 0 auto 10px;
    max-width: 100%;
    width: 93px
}

#get-started-landing.detect-water .get-started-landing-header h1 {
    font-size: 30px;
    max-width: 570px;
    padding-top: 5px
}

@media (min-width: 768px) {
    #get-started-landing.detect-water .get-started-landing-header h1 {
        font-size: 60px
    }
}

@media (min-width: 1200px) {
    #get-started-landing.detect-water .get-started-landing-header h1 {
        font-size: 75px;
        max-width: none
    }
}

#get-started-landing.detect-water .get-started-landing-header .hero {
    background: #242429 url(../img/get-started/detect-water/hero3.jpg) no-repeat
}

@media (min-width: 768px) {
    #get-started-landing.detect-water .get-started-landing-header .hero {
        height: 435px
    }
}

#get-started-landing.detect-water .get-started-landing-header .prompt {
    margin: 0 auto
}

#get-started-landing.detect-water .get-started-landing-header .prompt img {
    max-width: 100%
}

@media (min-width: 768px) {
    #get-started-landing.detect-water .get-started-landing-header .prompt {
        bottom: 10px;
        position: absolute;
        right: 0
    }
}

@media (min-width: 992px) {
    #get-started-landing.detect-water .get-started-landing-header .prompt {
        right: 13%
    }
}

@media (min-width: 768px) {
    #get-started-landing.detect-water .get-started-landing-header .app-stores {
        bottom: 10px;
        position: absolute
    }
}

#get-started-landing.detect-water .get-started-landing-header .phone {
    bottom: 0;
    position: absolute;
    right: 0
}

#get-started-landing.detect-water .sales {
    text-align: center
}

#get-started-landing.detect-water .sales blockquote {
    line-height: 180%;
    max-width: 770px;
    width: 100%
}

#get-started-landing.detect-water .sales .btn {
    margin-top: 10px
}

#get-started-landing.detect-water .sales .kit-image {
    margin: 40px 0
}

#get-started-landing.detect-water .sales .kit-info {
    margin: 0 auto;
    max-width: 550px
}

#get-started-landing.detect-water .sales .kit-name {
    font-size: 18px;
    margin: 40px 0 20px
}

@media (min-width: 768px) {
    #get-started-landing.detect-water .sales .kit-name {
        font-size: 35px
    }
}

#get-started-landing.detect-water .sales .kit-shipping {
    font-size: 14px;
    margin: 50px 0 0
}

@media (min-width: 768px) {
    #get-started-landing.detect-water .sales .kit-shipping {
        margin-top: 20px
    }
}

#get-started-landing.detect-water .sales .lead {
    font-size: 25px;
    margin: 40px 0
}

@media (min-width: 768px) {
    #get-started-landing.detect-water .sales .lead {
        font-size: 40px
    }
}

@media (min-width: 768px) {
    #get-started-landing.detect-water .sales {
        font-size: 22px
    }
}

#get-started-landing.detect-water .you-can h2 {
    margin-bottom: 20px
}

#get-started-landing.detect-water .you-can .col-md-4 {
    margin-bottom: 20px;
    overflow: hidden
}

#get-started-landing.detect-water .you-can img {
    display: block;
    float: left;
    margin: 0 15px 0 20px
}

@media (min-width: 768px) {
    #get-started-landing.detect-water .you-can {
        margin-bottom: 100px
    }
}

#get-started-landing.detect-water .getting-started {
    margin-bottom: 40px
}

#get-started-landing.detect-water .getting-started a {
    display: block;
    font-size: 18px;
    margin: 10px 0 15px
}

#get-started-landing.detect-water .getting-started h2 {
    margin-bottom: 20px
}

#get-started-landing.detect-water .getting-started img {
    display: block;
    float: left;
    margin: 0 15px 30px 20px;
    max-width: 88px
}

#get-started-landing.detect-water .getting-started p {
    margin-left: 123px
}

#get-started-landing.detect-water .getting-started .col-md-4 {
    clear: both;
    margin-bottom: 20px
}

@media (min-width: 992px) {
    #get-started-landing.detect-water .getting-started .col-md-4 {
        clear: none
    }
}

@media (min-width: 768px) {
    #get-started-landing.detect-water .getting-started {
        margin-bottom: 80px
    }
}

#get-started-landing.galaxy-gifts .get-started-landing-header h1 {
    margin-left: 40px
}

@media (min-width: 768px) {
    #get-started-landing.galaxy-gifts .get-started-landing-header h1 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    #get-started-landing.galaxy-gifts .get-started-landing-header h1 {
        font-size: 40px
    }
}

#get-started-landing.galaxy-gifts .get-started-landing-header .hero {
    background: #1b1c44 url(../img/get-started/galaxy-gifts/hero.jpg) no-repeat scroll center center/cover;
    padding-top: 60px
}

@media (min-width: 768px) {
    #get-started-landing.galaxy-gifts .get-started-landing-header .hero {
        min-height: 420px
    }
}

#get-started-landing.galaxy-gifts .get-started-landing-header .promo-text {
    margin-left: 40px;
    margin-top: 50px
}

#get-started-landing.galaxy-gifts .get-started-landing-header .promo-text h3 {
    margin: 5px 0
}

#get-started-landing.galaxy-gifts .get-started-landing-header .promo-text img {
    margin-left: 4px;
    width: 160px
}

#get-started-landing.galaxy-gifts .get-started-landing-header .promo-text .pcode {
    color: #e0b61c;
    display: block;
    margin: 5px 0
}

@media (min-width: 768px) {
    #get-started-landing.galaxy-gifts .get-started-landing-header .promo-text {
        margin-left: 0;
        margin-top: 130px
    }
}

@media (min-width: 992px) {
    #get-started-landing.galaxy-gifts .get-started-landing-header .promo-text {
        margin-top: 100px
    }
}

#get-started-landing.galaxy-gifts .get-started-landing-header .below-hero {
    background: #eee;
    color: #666;
    font-style: italic;
    padding: 25px 0 10px
}

@media (min-width: 768px) {
    #get-started-landing.galaxy-gifts .get-started-landing-header .below-hero .logo-hgtv {
        margin-top: -40px
    }
}

#get-started-landing.galaxy-gifts .get-started-landing-header .below-hero .phone {
    max-height: 480px
}

@media (min-width: 768px) {
    #get-started-landing.galaxy-gifts .get-started-landing-header .below-hero .phone {
        margin-top: -320px
    }
}

@media (min-width: 992px) {
    #get-started-landing.galaxy-gifts .get-started-landing-header .below-hero .phone {
        margin-top: -360px
    }
}

@media (min-width: 480px) {
    #get-started-landing.galaxy-gifts .get-started-landing-header .below-hero {
        font-size: 18px
    }
}

#get-started-landing.galaxy-gifts blockquote {
    font-size: 16px;
    max-width: 900px
}

#get-started-landing.galaxy-gifts blockquote cite {
    display: inline-block;
    font-size: 16px
}

@media (min-width: 768px) {
    #get-started-landing.galaxy-gifts h2 {
        font-size: 35px
    }
}

@media (min-width: 768px) {
    #get-started-landing.galaxy-gifts .divider {
        margin: 10px 0
    }
}

#get-started-landing.galaxy-gifts .product-kits {
    font-size: 24px
}

#get-started-landing.galaxy-gifts .product-kits h4 {
    font-size: 24px;
    margin-bottom: 0
}

#get-started-landing.galaxy-gifts .product-kits img {
    margin-top: 40px
}

#get-started-landing.galaxy-gifts .product-kits .btn {
    margin: 20px 0 10px
}

@media (min-width: 992px) {
    #get-started-landing.galaxy-gifts .product-kits .btn {
        margin-left: -90%;
        margin-top: 170%
    }
}

#get-started-landing.galaxy-gifts .product-kits .strike {
    text-decoration: line-through
}

@media (min-width: 768px) {
    #get-started-landing.galaxy-gifts .product-kits {
        margin-bottom: 40px
    }
}

#get-started-landing.galaxy-gifts .promo-offer h4 {
    font-size: 26px;
    line-height: 1.42857
}

#get-started-landing.galaxy-gifts .promo-offer .pcode {
    color: #e0b61c
}

#get-started-landing.galaxy-gifts .view-all-kits {
    margin: 20px 0 40px
}

#get-started-landing.galaxy-gifts .you-can {
    background: #09a;
    color: #fff;
    padding: 40px 0
}

#get-started-landing.galaxy-gifts .you-can h2 {
    font-size: 45px;
    margin-bottom: 40px
}

#get-started-landing.galaxy-gifts .you-can img {
    margin-bottom: 20px;
    max-width: 180px;
    width: 60%
}

#get-started-landing.galaxy-gifts .you-can p {
    font-size: 16px;
    margin-bottom: 70px;
    padding: 0 20px
}

@media (min-width: 768px) {
    #get-started-landing.galaxy-gifts .you-can p {
        font-size: 18px
    }
}

#get-started-landing.kits .get-started-landing-header .hero {
    background: #202b2c url(../img/get-started/kits/hero.jpg) no-repeat scroll center center/cover
}

@media (min-width: 768px) {
    #get-started-landing.kits .get-started-landing-header .hero h1 {
        font-size: 55px;
        padding-top: 20px
    }
}

#get-started-landing.kits .get-started-landing-header .hero .btn {
    margin: 20px 0 100px
}

@media (min-width: 768px) {
    #get-started-landing.kits .get-started-landing-header .hero {
        height: 450px
    }
}

@media (min-width: 768px) {
    #get-started-landing.kits .get-started-landing-header .app-stores {
        bottom: 10px;
        position: absolute
    }
}

#get-started-landing.kits .shop-for {
    margin: 40px 0
}

@media (min-width: 768px) {
    #get-started-landing.kits .shop-for blockquote {
        font-size: 28px
    }
}

#get-started-landing.kits .shop-for .container {
    position: relative
}

#get-started-landing.kits .shop-for .lead {
    font-size: 18px;
    margin-bottom: 60px
}

@media (min-width: 768px) {
    #get-started-landing.kits .shop-for .lead {
        font-size: 26px
    }
}

#get-started-landing.kits .shop-for .btn {
    margin-bottom: 10px;
    position: relative;
    z-index: 2
}

@media (min-width: 992px) {
    #get-started-landing.kits .shop-for .btn {
        margin-top: 60px
    }
}

#get-started-landing.kits .shop-for .phone {
    position: absolute;
    right: 0
}

@media (min-width: 992px) {
    #get-started-landing.kits .shop-for .phone {
        top: -388px;
        width: 536px
    }
}

@media (min-width: 1200px) {
    #get-started-landing.kits .shop-for .phone {
        top: -464px;
        width: 653px
    }
}

#get-started-landing.kits .value {
    background: #242829;
    color: #fff
}

#get-started-landing.kits .shop-bottom {
    font-size: 18px
}

#get-started-landing.kits .shop-bottom .btn {
    margin: 20px 0 10px
}

#get-started-landing.kits .shop-bottom .free-shipping {
    font-size: 14px
}

#get-started-landing blockquote {
    border: none;
    font-size: 22px;
    font-style: italic;
    margin: 0 auto;
    text-align: center
}

#get-started-landing blockquote cite {
    display: block;
    font-size: 18px;
    font-style: normal;
    margin-top: 10px
}

#get-started-landing blockquote cite:before {
    content: '- '
}

#get-started-landing img {
    max-width: 100%
}

#get-started-landing .get-started-landing-header {
    color: #fff;
    position: relative
}

#get-started-landing .get-started-landing-header img {
    max-width: 100%
}

#get-started-landing .get-started-landing-header .app-stores {
    margin-bottom: 10px;
    opacity: .8
}

#get-started-landing .get-started-landing-header .app-stores img {
    margin-left: 10px
}

#get-started-landing .get-started-landing-header .app-stores .icon {
    text-indent: -9999em
}

#get-started-landing .divider {
    height: 1px;
    margin: 40px 0;
    width: 100%
}

#get-started-landing .value {
    background: #eee;
    line-height: 175%;
    padding: 80px 0
}

#get-started-landing .value .col-md-4 {
    margin-bottom: 35px
}

#get-started-landing .value .col-md-4:last-child {
    margin-bottom: 0
}

@media (min-width: 992px) {
    #get-started-landing .value .col-md-4 {
        padding: 0 35px 0 15px
    }
}

#get-started-landing .value h4 {
    font-size: 22px;
    font-weight: bold;
    text-align: center
}

#get-started-landing .value img {
    display: block;
    margin: 0 auto 40px
}

@media (min-width: 768px) {
    #get-started-landing .value {
        margin-bottom: 80px
    }
}

#get-started-landing .how-to {
    font-size: 18px;
    margin: 40px 0
}

#get-started-landing .how-to h2 {
    font-size: 50px;
    margin-top: 0
}

#get-started-landing .how-to h4 {
    color: #09a;
    font-size: 22px
}

#get-started-landing .how-to img {
    display: block;
    margin: 50px auto 0
}

#get-started-landing .landing-end-quote {
    margin: 40px 0
}

#get-started-landing.lighting-appliances .get-started-landing-header .hero {
    background: #1c1b43 url(../img/get-started/lighting-appliances/hero-lighting.jpg) no-repeat scroll center center;
    background-size: cover
}

@media (min-width: 768px) {
    #get-started-landing.lighting-appliances .get-started-landing-header .hero h1 {
        font-size: 48px;
        padding-top: 20px
    }
}

#get-started-landing.lighting-appliances .get-started-landing-header .hero .btn {
    margin: 20px 0 40px
}

@media (min-width: 768px) {
    #get-started-landing.lighting-appliances .get-started-landing-header .hero .btn {
        margin-bottom: 0
    }
}

@media (min-width: 1200px) {
    #get-started-landing.lighting-appliances .get-started-landing-header .hero .btn {
        margin-bottom: 100px
    }
}

@media (min-width: 480px) {
    #get-started-landing.lighting-appliances .get-started-landing-header .hero {
        background-position: 0 0;
        background-size: contain
    }
}

@media (min-width: 992px) {
    #get-started-landing.lighting-appliances .get-started-landing-header .hero {
        background-size: contain;
        height: 400px
    }
}

@media (min-width: 1200px) {
    #get-started-landing.lighting-appliances .get-started-landing-header .hero {
        height: 450px
    }
}

@media (min-width: 768px) {
    #get-started-landing.lighting-appliances .get-started-landing-header .app-stores {
        float: right;
        position: relative;
        top: -15px
    }
}

@media (min-width: 992px) {
    #get-started-landing.lighting-appliances .get-started-landing-header .app-stores {
        bottom: 10px;
        position: absolute;
        top: auto
    }
}

#get-started-landing.lighting-appliances .get-started-landing-header .phone {
    position: relative
}

#get-started-landing.lighting-appliances .get-started-landing-header .phone img {
    float: right;
    position: relative;
    top: 60px;
    width: 337px
}

@media (min-width: 1200px) {
    #get-started-landing.lighting-appliances .get-started-landing-header .phone img {
        top: 34px;
        width: 412px
    }
}

#get-started-landing.lighting-appliances .solution-kit {
    margin-bottom: 40px
}

#get-started-landing.lighting-appliances .solution-kit h2 {
    font-size: 26px;
    margin: 40px 0;
    text-align: center
}

@media (min-width: 768px) {
    #get-started-landing.lighting-appliances .solution-kit h2 {
        font-size: 35px
    }
}

#get-started-landing.lighting-appliances .solution-kit .product-img {
    margin: 0 auto;
    width: 80%
}

#get-started-landing.lighting-appliances .solution-kit .product-img h3 {
    font-size: 30px
}

@media (min-width: 992px) {
    #get-started-landing.lighting-appliances .solution-kit .product-img img {
        max-width: 90%
    }
}

#get-started-landing.lighting-appliances .solution-kit .product-img .price {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px
}

#get-started-landing.lighting-appliances .solution-kit .product-img .action {
    text-align: center
}

#get-started-landing.lighting-appliances .solution-kit .product-img .action .btn {
    margin-bottom: 30px
}

@media (min-width: 992px) {
    #get-started-landing.lighting-appliances .solution-kit .product-img {
        width: 100%
    }
}

#get-started-landing.lighting-appliances .product-features {
    padding: 10px 0 40px 10px
}

#get-started-landing.lighting-appliances .product-features li {
    margin-bottom: 10px
}

#get-started-landing.lighting-appliances .how-to {
    margin: 0 0 80px
}

#get-started-landing.lighting-appliances .how-to h2 {
    font-size: 26px;
    margin-top: 0
}

@media (min-width: 768px) {
    #get-started-landing.lighting-appliances .how-to h2 {
        font-size: 35px
    }
}

.fancybox-wrap .fancybox-nav {
    width: 0
}

#home-hero {
    -webkit-transition-property: height;
    transition-property: height;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    background-color: #00a0dc;
    color: #fff;
    display: table;
    position: relative;
    width: 100%;
    height: 500px
}

@media (min-width: 768px) {
    #home-hero .heading-large {
        font-size: 50px
    }
}

@media (min-width: 992px) {
    #home-hero {
        height: 600px
    }
    #home-hero .heading-large {
        font-size: 55px
    }
}

#home-hero .heading-large {
    margin-bottom: .4em
}

#home-hero .hero-body-wrapper {
    display: table-row
}

#home-hero .hero-body {
    display: table-cell;
    vertical-align: middle
}

@media (max-width: 767px) {
    #home-hero .hero-body {
       /* background: transparent url(../img/amitek_mobile.jpg) no-repeat center top;*/
        background-size: 100% auto
    }
}

#home-hero .slide-container {
    display: none
}

@media (min-width: 480px) {
    #home-hero .slide-container {
        display: block
    }
}

#home-hero .slide {
    background-image: url(../img/amitek_bg.jpg);
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

#home-hero .slide.active {
    z-index: 3
}

#home-hero .slide:lang(en-GB) {
    background-image: url(../img/amitek_bg_uk.jpg)
}

#home-hero .slide.slide-1 {
    background: transparent url(../img/amitek_bg.jpg) no-repeat 0 center;
    background-size: cover
}

#home-hero .slide.slide-2 {
    background: transparent url(../img/home-hero-2.jpg) no-repeat 0 center;
    background-size: cover
}

#home-hero .slide.slide-3 {
    background: transparent url(../img/home-hero-3.jpg) no-repeat 0 center;
    background-size: cover
}

#home-hero .slide.slide-4 {
    background: transparent url(../img/home-hero-4.jpg) no-repeat 0 center;
    background-size: cover
}

#home-hero .slide-image {
    display: none
}

#home-hero .hero-text {
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    position: relative;
    text-align: center;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
    width: 100%;
    z-index: 5
}

@media (min-width: 480px) {
    #home-hero .hero-text {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        text-align: left;
        width: 58%
    }
}

@media (min-width: 1200px) {
    #home-hero .hero-text {
        width: 40%
    }
}

#home-hero .hero-text .icn-play {
    vertical-align: text-bottom
}

#home-hero .btn {
    color: #fff;
    margin-top: 20px
}

#home-hero .btn:hover,
#home-hero .btn:focus,
#home-hero .btn:active {
    color: #fff
}

#home-hero .app-stores {
    margin-top: 40px;
    position: relative;
    text-align: center;
    z-index: 5
}

#home-hero .app-stores .icon {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    opacity: .8;
    text-indent: -9999em
}

#home-hero .app-stores .icon:hover {
    opacity: 1
}

@media (min-width: 480px) {
    #home-hero .app-stores {
        bottom: 20px;
        position: absolute
    }
}

#home-how {
    padding-top: 40px;
    text-align: center
}

#home-how .subheading {
    margin: 0 auto
}

@media (min-width: 768px) {
    #home-how .subheading {
        width: 65%
    }
}

@media (min-width: 992px) {
    #home-how .subheading {
        width: 50%
    }
}

@media (min-width: 1200px) {
    #home-how .subheading {
        width: 40%
    }
}

#home-how .btn {
    margin-top: 20px
}

#fun-uses {
    background: #09a url(../img/fun-uses-bg.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    padding-bottom: 60px;
    padding-top: 80px;
    position: relative;
    text-align: center
}

#fun-uses .btn {
    color: #fff
}

#fun-uses .btn:hover,
#fun-uses .btn:focus,
#fun-uses .btn:active {
    color: #fff
}

#fun-uses .img-responsive {
    margin: 0 auto;
    width: 80%
}

@media (min-width: 768px) {
    #fun-uses .img-responsive {
        width: 60%
    }
}

#fun-uses .icn-refresh {
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    cursor: pointer;
    margin-bottom: 50px;
    margin-top: -10px
}

#fun-uses .icn-refresh:hover {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg)
}

#fun-uses .phrases-container {
    min-height: 230px
}

@media (min-width: 768px) {
    #fun-uses .phrases-container {
        min-height: 130px
    }
}

#fun-uses .phrases {
    display: none
}

#fun-uses .phrases .subheading {
    margin-top: 1.5em;
    opacity: 0
}

#fun-uses .phrases:first-child {
    display: block;
    opacity: 1
}

#fun-uses .phrases:first-child .subheading {
    opacity: 1
}

#fun-uses.landing-compact {
    padding: 10% 0
}

@media (min-width: 768px) {
    #fun-uses.landing-compact {
        padding: 5% 0
    }
}

#fun-uses.landing-compact h2 {
    margin-top: 0
}

@media (min-width: 768px) {
    #fun-uses.landing-compact h2 {
        font-size: 40px
    }
}

#fun-uses.landing-compact .icn-refresh {
    margin-bottom: 30px
}

@media (min-width: 768px) {
    #fun-uses.landing-compact .icn-refresh {
        margin-bottom: 0
    }
}

#plays-well {
    overflow: hidden;
    text-align: center
}

#plays-well .heading-large,
#plays-well .subheading {
    position: relative
}

#plays-well .container {
    padding-bottom: 40px;
    padding-top: 40px
}

#plays-well .plays-well-img {
    margin: -25% -50%;
    width: 180%
}

@media (min-width: 480px) {
    #plays-well .plays-well-img {
        margin-bottom: -15%;
        margin-top: -15%;
        width: 120%
    }
}

@media (min-width: 768px) {
    #plays-well .plays-well-img {
        margin-bottom: -15%;
        margin-top: -15%;
        max-width: 100%
    }
}

@media (min-width: 992px) {
    #plays-well .plays-well-img {
        margin-bottom: -10%;
        margin-top: -17%
    }
}

#plays-well .subheading {
    margin: 0 auto
}

@media (min-width: 768px) {
    #plays-well .subheading {
        width: 80%
    }
}

@media (min-width: 992px) {
    #plays-well .subheading {
        width: 60%
    }
}

@media (min-width: 1200px) {
    #plays-well .subheading {
        width: 50%
    }
}

#customer-stories {
    background-color: #625396;
    color: #fff;
    padding-bottom: 60px;
    padding-top: 40px;
    text-align: center
}

#customer-stories .story-container {
    margin-top: 60px
}

#customer-stories .story {
    position: relative;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0;
    transition-delay: 0
}

#customer-stories .story .story-caption,
#customer-stories .story .story-hover {
    color: #fff;
    padding: 0 40px;
    position: absolute;
    text-align: center;
    top: 25%;
    width: 100%
}

#customer-stories .story .story-hover {
    display: none;
    letter-spacing: 0.15em;
    top: 36%
}

#customer-stories .story:hover,
#customer-stories .story:focus,
#customer-stories .story:active {
    opacity: .7
}

#customer-stories .story:hover .story-caption,
#customer-stories .story:focus .story-caption,
#customer-stories .story:active .story-caption {
    display: none
}

#customer-stories .story:hover .story-hover,
#customer-stories .story:focus .story-hover,
#customer-stories .story:active .story-hover {
    display: block
}

#customer-stories .btn {
    color: #fff
}

#customer-stories .btn:hover,
#customer-stories .btn:focus,
#customer-stories .btn:active {
    color: #fff
}

#customer-stories .img-responsive {
    margin: 0 auto
}

#home-quotes {
    background: #0070c2 url(../img/home-quotes-bg.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    min-height: 400px;
    padding-bottom: 60px;
    padding-top: 80px;
    text-align: center
}

#home-quotes .container {
    max-width: 1000px
}

#home-quotes .btn {
    color: #fff;
    margin-top: 3em
}

#home-quotes .btn:hover,
#home-quotes .btn:focus,
#home-quotes .btn:active {
    color: #fff
}

#home-kit {
    padding-top: 40px;
    text-align: center
}

#home-kit .subheading {
    margin: 0 auto
}

@media (min-width: 768px) {
    #home-kit .subheading {
        width: 65%
    }
}

@media (min-width: 992px) {
    #home-kit .subheading {
        width: 50%
    }
}

@media (min-width: 1200px) {
    #home-kit .subheading {
        width: 40%
    }
}

#home-kit .btn {
    margin-top: 20px
}

.how-section-heading {
    background-color: #ea4857;
    color: #fff;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 140px;
    position: relative
}

.how-section-heading:before,
.how-section-heading:after {
    border-bottom: 12px solid #fff;
    bottom: 0;
    content: ' ';
    position: absolute
}

.how-section-heading:before {
    border-right: 20px solid transparent;
    left: 0;
    width: 50%
}

.how-section-heading:after {
    border-left: 20px solid transparent;
    left: 50%;
    right: 0
}

.how-section-heading.meet-app {
    background: #f4f4f4 url(../img/how-heading-app-bg.jpg) no-repeat top center;
    background-size: cover
}

.how-section-heading.meet-hub {
    background: #f4f4f4 url(../img/how-heading-hub-bg.jpg) no-repeat top center;
    background-size: cover
}

.how-section-heading.meet-things {
    background: #f4f4f4 url(../img/how-heading-things-bg.jpg) no-repeat top center;
    background-size: cover
}

.how-section {
    padding: 40px 0 60px
}

.how-section h2 {
    margin-bottom: 20px;
    text-align: center
}

.how-section .text-content {
    padding: 0 30px 20px
}

.how-section .img-responsive {
    margin: 0 auto
}

@media (min-width: 768px) {
    .how-section .img-responsive {
        margin-top: 40px
    }
}

@media (min-width: 1200px) {
    .how-section .img-responsive {
        margin-top: 0
    }
}

.how-section .row+.row,
.how-section #works-with-partners .partner-row+.row,
#works-with-partners .how-section .partner-row+.row,
.how-section #works-with-partners .row+.partner-row,
#works-with-partners .how-section .row+.partner-row,
.how-section #works-with-partners .partner-row+.partner-row,
#works-with-partners .how-section .partner-row+.partner-row {
    margin-top: 50px
}

@media (min-width: 768px) {
    .how-section h2 {
        text-align: left
    }
    .how-section .text-content {
        padding: 20px 0 0
    }
}

.how-section.meet-app {
    padding-bottom: 0
}

.how-section.meet-app .app-download {
    height: 35px;
    margin: 0 5px 5px 0
}

@media (min-width: 768px) {
    .how-section.meet-app .app-download {
        float: left
    }
}

.how-section .plays-well-logos {
    border: 1px solid #ece8e9;
    display: block;
    margin-bottom: 15px;
    padding: 25px 20px
}

.how-section .plays-well-logos:hover {
    border-color: #00bda6
}

@media (min-width: 768px) {
    .how-section .plays-well-logos {
        margin-top: 20px
    }
}

.how-section-footer {
    background-color: #f4f4f4;
    padding: 60px 0;
    text-align: center
}

.how-section-footer .heading {
    margin-bottom: .8em;
    vertical-align: middle
}

@media (min-width: 992px) {
    .how-section-footer .heading {
        display: inline
    }
}

.how-section-footer.get-app .heading {
    margin-top: 0
}

@media (min-width: 992px) {
    .how-section-footer.get-app .heading {
        margin-right: 20px
    }
}

.how-section-footer.get-app .btn {
    margin: 5px 5px 5px 0;
    min-width: 230px
}

.how-section-footer.get-started {
    padding: 40px 0
}

.how-section-footer.get-started .hub-box {
    width: 200px
}

.fancybox-wrap .fancybox-nav {
    width: 0
}

.landing-padded-row {
    padding: 10% 0
}

@media (min-width: 768px) {
    .landing-padded-row {
        padding: 5% 0
    }
}

#landing-hero {
    background-image: url(../img/landing/landing-hero.jpg);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: cover;
    color: #fff;
    display: table;
    position: relative;
    height: 400px;
    width: 100%
}

@media (min-width: 768px) {
    #landing-hero {
        height: 500px
    }
    #landing-hero .heading-large {
        font-size: 50px
    }
}

@media (min-width: 992px) {
    #landing-hero .heading-large {
        font-size: 60px
    }
}

#landing-hero .heading-large {
    margin-bottom: .4em
}

#landing-hero .hero-body-wrapper {
    display: table-row
}

#landing-hero .hero-body {
    display: table-cell;
    vertical-align: middle
}

#landing-hero .hero-text {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
    width: 100%;
    z-index: 5
}

@media (min-width: 480px) {
    #landing-hero .hero-text {
        margin-left: 0;
        margin-right: 0;
        text-align: left;
        width: 40%
    }
}

#landing-hero .hero-text .icn-play {
    vertical-align: text-bottom
}

#landing-hero .btn {
    color: #fff;
    margin-top: 20px
}

#landing-hero .btn:hover,
#landing-hero .btn:focus,
#landing-hero .btn:active {
    color: #fff
}

#landing-hero .app-stores {
    margin-top: 40px;
    position: relative;
    text-align: center;
    z-index: 5
}

#landing-hero .app-stores .icon {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    opacity: .8;
    text-indent: -9999em
}

#landing-hero .app-stores .icon:hover {
    opacity: 1
}

@media (min-width: 480px) {
    #landing-hero .app-stores {
        bottom: 20px;
        position: absolute
    }
}

#landing-promo {
    background-color: #00bda6;
    color: #fff
}

#landing-promo h3 {
    font-size: 18px;
    line-height: 1.42857;
    margin: 0
}

@media (min-width: 768px) {
    #landing-promo h3 {
        font-size: 24px
    }
}

#landing-promo .promo-code {
    background: #fff;
    color: #00bda6;
    padding: 2px 8px
}

#landing-promo .btn {
    color: #fff;
    margin-top: 20px
}

#landing-promo .btn:hover,
#landing-promo .btn:focus,
#landing-promo .btn:active {
    color: #fff
}

#landing-how {
    padding-bottom: 0;
    text-align: center
}

#landing-how h2 {
    margin-top: 0
}

@media (min-width: 768px) {
    #landing-how h2 {
        font-size: 40px
    }
}

#landing-how .subheading {
    margin: 0 auto
}

@media (min-width: 768px) {
    #landing-how .subheading {
        width: 65%
    }
}

@media (min-width: 992px) {
    #landing-how .subheading {
        width: 50%
    }
}

@media (min-width: 1200px) {
    #landing-how .subheading {
        width: 40%
    }
}

#landing-how .btn {
    margin-top: 20px
}

#landing-get-started {
    background-color: #eee;
    background-image: url(../img/landing/arrows.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

#landing-get-started h2 {
    margin-top: 0
}

@media (min-width: 768px) {
    #landing-get-started h2 {
        font-size: 40px
    }
}

#landing-get-started img {
    max-width: 100%
}

@media (min-width: 768px) {
    #landing-get-started {
        background-size: contain
    }
    #landing-get-started h3 {
        font-size: 20px;
        margin-top: 0
    }
}

#landing-sponsor {
    background-color: #3f3e43;
    color: #fff;
    overflow: hidden;
    text-align: center
}

@media (min-width: 768px) {
    #landing-sponsor {
        padding: 2.5% 0;
        text-align: left
    }
    #landing-sponsor .col-sm-9 {
        padding-top: 5%
    }
}

#landing-sponsor .container {
    max-width: 850px
}

#landing-sponsor .sponsor-logo {
    width: 150px;
    height: 150px;
    margin: 0 auto 30px;
    position: relative
}

@media (min-width: 768px) {
    #landing-sponsor .sponsor-logo {
        margin-bottom: 0
    }
}

#landing-sponsor .sponsor-logo img {
    position: relative;
    z-index: 2
}

#landing-sponsor .sponsor-logo .circles {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 200px;
    box-shadow: 0px 0px 0px 50px rgba(0, 0, 0, 0.05), 0px 0px 0px 100px rgba(0, 0, 0, 0.05);
    position: absolute;
    top: -50px;
    left: -50px;
    width: 250px;
    height: 250px;
    z-index: 1
}

#landing-kits {
    padding-bottom: 0;
    text-align: center
}

#landing-kits h2 {
    margin: 0 auto
}

@media (min-width: 768px) {
    #landing-kits h2 {
        font-size: 40px
    }
}

#landing-kits img {
    max-width: 100%
}

#landing-kits .product {
    margin: 40px 0
}

@media (min-width: 768px) {
    #landing-kits .product {
        margin-top: 70px
    }
}

#landing-kits .product-description h3 {
    font-size: 28px;
    margin: 0 0 10px
}

#landing-kits .product-description .price {
    color: #ea4857;
    font-size: 22px;
    margin-bottom: 0
}

#landing-kits .product-description .price strike {
    color: #666
}

#landing-kits .product-description .caption {
    font-size: 14px;
    margin: 0
}

#landing-kits .product-description .btn {
    margin: 20px 0
}

#landing-kits .product-description .list-unstyled {
    font-size: 18px;
    line-height: 1.5
}

#landing-quotes {
    background-color: #0070c2;
    background-image: url(../img/home-quotes-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
    min-height: 400px;
    padding-bottom: 60px;
    padding-top: 80px;
    text-align: center
}

#landing-quotes .btn {
    color: #fff;
    margin-top: 3em
}

#landing-quotes .btn:hover,
#landing-quotes .btn:focus,
#landing-quotes .btn:active {
    color: #fff
}

#landing-reviews {
    background: #0070c2;
    color: #fff;
    text-align: center
}

#landing-reviews h4 {
    font-size: 22px;
    margin: 0 0 10px
}

#landing-reviews q {
    border: none;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    padding: 0
}

@media (min-width: 768px) {
    #landing-reviews q {
        font-size: 18px
    }
}

#landing-reviews .reviews {
    opacity: 0;
    display: none;
    margin: 0 auto;
    max-width: 800px
}

#landing-reviews .reviews:first-child {
    display: block;
    opacity: 1
}

#landing-reviews .reviews:first-child .subheading {
    opacity: 1
}

#landing-reviews .stars {
    margin-bottom: 30px
}

#landing-reviews .img-responsive {
    margin: 30px auto 0;
    width: 80%
}

@media (min-width: 768px) {
    #landing-reviews .img-responsive {
        width: 60%
    }
}

#landing-reviews .icn-refresh {
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    background-image: url(../img/landing/refresh-green.png);
    background-size: 80px;
    background-position: 0 0;
    cursor: pointer;
    margin: -10px auto 40px
}

#landing-reviews .icn-refresh:hover {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg)
}

@media (min-width: 768px) {
    #landing-reviews .icn-refresh {
        margin-bottom: 0
    }
}

#press-bar {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    padding-bottom: 25px;
    padding-top: 25px;
    opacity: .7
}

#press-bar:hover,
#press-bar:focus,
#press-bar:active {
    opacity: 1
}

#press-bar .img-responsive {
    margin: 0 auto
}

#newsletter-lightbox .modal-dialog {
    margin-top: 110px
}

#newsletter-lightbox .modal-content {
    background: #625396 url(../img/bg-lightbox.jpg) no-repeat scroll 20% center;
    background-size: cover;
    border: none;
    color: #fff
}

#newsletter-lightbox .modal-body {
    padding: 20px
}

#newsletter-lightbox .modal-body .promo {
    font-size: 20px;
    margin: 0 0 45px;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.23)
}

#newsletter-lightbox .modal-body .promo .big {
    font-size: 50px;
    font-weight: bold
}

@media (min-width: 768px) {
    #newsletter-lightbox .modal-body .promo {
        text-align: right
    }
    #newsletter-lightbox .modal-body .promo .big {
        font-size: 100px;
        line-height: 1
    }
}

#newsletter-lightbox .modal-body p {
    font-size: 18px;
    line-height: 1.42857
}

#newsletter-lightbox .modal-body p.close {
    color: #fff;
    font-size: 14px;
    margin: 20px 0 0
}

#newsletter-lightbox .modal-body p.lead {
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 768px) {
    #newsletter-lightbox .modal-body p.lead {
        font-size: 32px;
        line-height: 1.33333;
        max-width: 475px
    }
}

@media (min-width: 768px) {
    #newsletter-lightbox .modal-body {
        padding: 40px 50px
    }
}

@media (min-width: 768px) {
    #newsletter-lightbox.show-promo p.lead {
        text-align: left
    }
}

#newsletter-lightbox-form {
    margin: 0 auto;
    position: relative
}

#newsletter-lightbox-form .btn-solid {
    padding-bottom: 10px;
    padding-top: 10px;
    -webkit-appearance: none
}

@media (min-width: 768px) {
    #newsletter-lightbox-form .btn-solid {
        font-size: 20px;
        padding-bottom: 14px;
        padding-top: 14px
    }
}

#newsletter-lightbox-form .form-group {
    margin-bottom: 8px
}

#newsletter-lightbox-form .form-control {
    font-size: 14px;
    height: auto;
    line-height: 1.33333;
    -webkit-appearance: none
}

@media (min-width: 768px) {
    #newsletter-lightbox-form .form-control {
        font-size: 20px;
        height: 57px
    }
}

@media (min-width: 768px) {
    #newsletter-lightbox-form {
        max-width: 475px
    }
}

.press-downloads ul {
    margin: 40px 0 60px
}

.press-downloads .img-responsive {
    margin-left: auto;
    margin-right: auto
}

.press-downloads .logos .img-responsive {
    max-height: 100px
}

.press-downloads .logos .col-sm-6,
.press-downloads .logos #works-with-partners .partner,
#works-with-partners .press-downloads .logos .partner {
    margin-bottom: 40px
}

.citations .attribution {
    display: block
}

.opencloud-wrapper {
    background: #03a8e3;
    color: #fff
}

.opencloud-wrapper h1,
.opencloud-wrapper p {
    margin-bottom: 25px
}

.opencloud-wrapper h1 {
    font-size: 50px
}

.opencloud-wrapper img {
    max-width: 100%
}

.opencloud-wrapper p {
    font-size: 18px
}

.opencloud-wrapper .explanation {
    text-align: center
}

#opencloud {
    margin-bottom: 80px
}

#opencloud h2 {
    margin-top: 0
}

#opencloud h2 a {
    font-weight: 100
}

#opencloud .opencloud-wrapper {
    margin-bottom: 40px
}

#opencloud .image-header {
    height: 100px
}

#opencloud .image-header img {
    max-height: 100px;
    max-width: 100px
}

#reviews {
    font-size: 16px
}

#reviews header {
    text-align: center
}

#reviews header a {
    color: #666
}

#reviews header a:hover {
    color: #000
}

#reviews header blockquote {
    border: none;
    font-style: italic;
    margin: 0;
    padding: 0
}

#reviews header blockquote cite {
    font-size: 22px;
    font-style: normal;
    font-weight: normal
}

#reviews header h1 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 0
}

@media (min-width: 992px) {
    #reviews header h1 {
        font-size: 36px;
        margin-bottom: 10px
    }
}

#reviews .testimonial a,
#reviews .pcmag a,
#reviews .quote a,
#reviews .blog a {
    color: #666;
    font-weight: normal
}

#reviews .testimonial a:hover,
#reviews .pcmag a:hover,
#reviews .quote a:hover,
#reviews .blog a:hover {
    color: #000
}

#reviews blockquote {
    border: none;
    font-style: italic;
    padding: 0
}

#reviews blockquote cite {
    display: block;
    font-style: normal
}

#reviews blockquote cite:before {
    content: '– '
}

#reviews img {
    max-width: 100%
}

#reviews section {
    overflow: hidden
}

#reviews small {
    font-size: 11px
}

#reviews .logo {
    display: block;
    height: 70px;
    position: absolute;
    width: 70px
}

#reviews .testimonial {
    margin-bottom: 40px;
    min-height: 140px
}

#reviews .testimonial blockquote {
    font-size: 16px;
    margin: 0 0 0 90px
}

#reviews .logo {
    background-image: url(../img/reviews/sprite-goodreviews.png);
    background-repeat: no-repeat
}

#reviews .logo.logo-cnet {
    background-position: 0 0
}

#reviews .logo.logo-wsj {
    background-position: 0 -100px
}

#reviews .logo.logo-tuaw {
    background-position: 0 -200px
}

#reviews .logo.logo-yahoo {
    background-position: 0 -300px
}

#reviews .logo.logo-usatoday {
    background-position: 0 -400px
}

#reviews .logo.logo-cnn {
    background-position: 0 -500px
}

#reviews .logo.logo-time {
    background-position: 0 -700px
}

#reviews .logo.logo-wired {
    background-position: 0 -800px
}

#reviews .logo.logo-readwrite {
    background-position: 0 -900px
}

#reviews .logo.logo-fortune {
    background-position: 0 -1000px
}

#reviews .pcmag {
    margin: 0 auto 60px;
    width: 90%
}

#reviews .pcmag blockquote {
    font-size: 18px;
    margin: 0;
    text-align: center
}

#reviews .pcmag blockquote cite {
    display: inline-block
}

@media (min-width: 992px) {
    #reviews .pcmag blockquote {
        text-align: left
    }
}

#reviews .pcmag hr:first-child {
    margin-top: 0
}

#reviews .pcmag .logo {
    margin: 0 auto 20px;
    position: relative
}

#reviews .pcmag .logo.logo-pcmag {
    background-position: 0 -600px;
    height: 70px;
    width: 170px
}

#reviews .quote a {
    color: #00a0dc;
    font-style: normal
}

#reviews .quote blockquote {
    font-size: 26px;
    font-style: italic
}

#reviews .quote blockquote cite {
    display: inline-block
}

@media (min-width: 992px) {
    #reviews .quote blockquote {
        font-size: 32px
    }
}

#reviews .blog {
    margin-bottom: 25px
}

#reviews .blog .logo {
    background: transparent url(../img/reviews/blog.gif) no-repeat scroll 15px -5px/100% auto
}

#reviews .blog blockquote {
    margin: 0 0 0 90px
}

#reviews .blog blockquote cite {
    display: inline-block
}

@media (min-width: 992px) {
    #reviews .blog {
        margin-bottom: 40px
    }
}

#reviews .pcmag-cite {
    line-height: 1;
    margin: 60px 0 0;
    text-align: center
}

@media (min-width: 992px) {
    #reviews .pcmag-cite {
        margin: 40px 0 0;
        text-align: left
    }
    #reviews .pcmag-cite p {
        margin-bottom: 10px
    }
}

#get-started {
    padding-bottom: 40px;
    padding-top: 40px;
    text-align: center
}

#get-started .subheading {
    margin: 0 auto
}

@media (min-width: 768px) {
    #get-started .subheading {
        width: 50%
    }
}

@media (min-width: 992px) {
    #get-started .subheading {
        width: 39%
    }
}

@media (min-width: 1200px) {
    #get-started .subheading {
        width: 32%
    }
}

#get-started .product {
    font-size: 18px;
    margin-bottom: 40px;
    margin-top: 10px
}

#get-started .product .img-responsive {
    margin: 0 auto
}

@media (min-width: 992px) {
    #get-started .product .img-responsive {
        width: 70%
    }
}

#get-started .benefits {
    font-size: 14px
}

#get-started .benefits .sprite {
    margin-bottom: 8px
}

#get-started .benefits .col-sm-3 {
    margin-bottom: 15px;
    margin-top: 15px
}

@media (min-width: 768px) {
    #get-started .benefits .col-sm-3 {
        white-space: nowrap
    }
}

@media (min-width: 768px) {
    #get-started .benefits .nav-divider:after {
        background: -webkit-linear-gradient(top, rgba(238, 238, 238, 0) 0%, #eee 30%, #eee 70%, rgba(238, 238, 238, 0) 100%);
        background: linear-gradient(to bottom, rgba(238, 238, 238, 0) 0%, #eee 30%, #eee 70%, rgba(238, 238, 238, 0) 100%);
        content: '';
        height: 80%;
        position: absolute;
        right: 0;
        top: 30%;
        width: 1px
    }
}

#get-started .btn {
    margin-top: 10px;
    padding-left: 3em;
    padding-right: 3em
}

#how-it-works {
    background-color: #f4f4f4;
    padding: 30px 0 40px;
    text-align: center
}

#how-it-works h2 {
    margin-top: 0
}

#how-it-works .img-responsive {
    margin: 0 auto;
    max-width: 250px
}

@media (min-width: 768px) {
    #how-it-works {
        background: #f4f4f4 url(../img/how-hero-bg.jpg) no-repeat center center;
        background-size: contain
    }
    #how-it-works .img-responsive {
        max-width: none;
        width: 100%
    }
    #how-it-works .col-sm-4,
    #how-it-works #newsletter-lightbox.show-promo .newsletter-title,
    #newsletter-lightbox.show-promo #how-it-works .newsletter-title {
        margin-bottom: 0
    }
}

#how-it-works p {
    margin: 0 15%
}

#press-bar {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    padding-bottom: 25px;
    padding-top: 25px;
    opacity: .7
}

#press-bar a:hover,
#press-bar a:focus,
#press-bar a:active {
    opacity: 1
}

#press-bar .img-responsive {
    margin: 0 auto
}

.start-hero {
    background-color: #f4f4f4;
    padding-top: 60px;
    padding-bottom: 100px;
    text-align: center
}

.start-hero .app-download {
    height: 50px;
    margin: 5px
}

.start-hero .heading-large {
    margin-bottom: 1em
}

.start-body-content {
    padding-top: 30px;
    padding-bottom: 60px;
    font-size: 18px
}

.start-body-content .heading {
    margin-bottom: 1.1em
}

.start-body-content .list-item {
    margin-bottom: .6em
}

.start-body-content .get-help {
    border-top: 1px solid #eee;
    margin-top: 80px;
    padding-top: 30px;
    padding-bottom: 30px
}

.start-body-content .img-responsive {
    margin-left: auto;
    margin-right: auto;
    width: 70%
}

@media (min-width: 768px) {
    .start-body-content .img-responsive {
        margin-top: -14%;
        width: auto
    }
}

.page-support {
    padding: 30px 30px 80px;
    text-align: center
}

#thanks-subscribed img {
    max-width: 100%
}

#thanks-subscribed ol.row,
#thanks-subscribed #works-with-partners ol.partner-row,
#works-with-partners #thanks-subscribed ol.partner-row {
    list-style: none;
    margin-top: 30px;
    padding: 0
}

#thanks-subscribed .thanks-subscribed-header .email-wrapper h1 {
    font-size: 40px;
    margin: 30px 0
}

@media (min-width: 768px) {
    #thanks-subscribed .thanks-subscribed-header .email-wrapper h1 {
        font-size: 60px;
        margin-top: 0;
        padding-top: 50px
    }
}

#thanks-subscribed .thanks-subscribed-header .email-wrapper p {
    font-size: 22px
}

#thanks-subscribed .thanks-subscribed-header .email-wrapper .promo-code {
    background-color: #eee;
    padding: 3px
}

@media (min-width: 768px) {
    #thanks-subscribed .thanks-subscribed-header .email-wrapper {
        background-image: url(../img/thanks-subscribed/icon-email-bg.png);
        background-position: top right;
        background-repeat: no-repeat
    }
}

#thanks-subscribed .innerwrapper {
    padding: 0 10px
}

#thanks-subscribed .gs-icon {
    background-image: url(../img/thanks-subscribed/sprite-gettingstartedicons.png);
    display: block;
    height: 200px;
    margin: auto;
    width: 200px
}

#thanks-subscribed .gs-icon.gs-icon-2 {
    background-position: -200px 0
}

#thanks-subscribed .gs-icon.gs-icon-3 {
    background-position: -400px 0
}

#thanks-subscribed .promo-code {
    background-color: #eee;
    padding: 3px
}

.uses-nav {
    border-spacing: 8px 0;
    display: table;
    margin: 40px auto 0;
    max-width: 450px
}

@media (min-width: 768px) {
    .uses-nav {
        margin-bottom: 40px;
        max-width: none;
        width: 100%
    }
}

@media (min-width: 1200px) {
    .uses-nav {
        width: 80%
    }
}

.uses-nav .item {
    background-color: rgba(63, 62, 67, 0.8);
    color: #999;
    display: block;
    float: left;
    font-size: 12px;
    letter-spacing: 0.15em;
    margin: 3px;
    padding: 15px 0;
    position: relative;
    width: 100%
}

.uses-nav .item:active,
.uses-nav .item:focus,
.uses-nav .item:hover {
    color: #fff;
    background-color: #3f3e43
}

@media (min-width: 768px) {
    .uses-nav .item {
        display: table-cell;
        float: none;
        margin: 0;
        padding: 22px 18px 18px;
        vertical-align: middle;
        width: 25%
    }
    .uses-nav .item:before {
        content: ' ';
        position: absolute;
        top: -12px;
        left: 50%;
        width: 30px;
        height: 30px;
        margin-left: -15px;
        border-radius: 15px
    }
    .uses-nav .item.security:before {
        background: transparent url(../img/icn-uses-security.png) no-repeat center center;
        background-size: contain
    }
    .uses-nav .item.monitoring:before {
        background: transparent url(../img/icn-uses-monitoring.png) no-repeat center center;
        background-size: contain
    }
    .uses-nav .item.lighting:before {
        background: transparent url(../img/icn-uses-lighting.png) no-repeat center center;
        background-size: contain
    }
    .uses-nav .item.convenience:before {
        background: transparent url(../img/icn-uses-convenience.png) no-repeat center center;
        background-size: contain
    }
}

.uses-nav .active {
    background-color: #333;
    color: #fff
}

@media (min-width: 768px) {
    .uses-nav .active:after {
        -webkit-transition-property: border-top-color;
        transition-property: border-top-color;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        -webkit-transition-delay: 0;
        transition-delay: 0;
        content: ' ';
        height: 0;
        left: 50%;
        position: absolute;
        bottom: -16px;
        width: 0;
        border-color: transparent;
        border-top-color: #333;
        border-style: solid;
        border-width: 8px 12px;
        margin-left: -12px
    }
    .uses-nav .active:active:after,
    .uses-nav .active:focus:after,
    .uses-nav .active:hover:after {
        border-top-color: #3f3e43
    }
}

.uses-section-break {
    padding: 20px 0;
    position: relative;
    text-align: center;
    z-index: 2
}

.uses-section-break .left {
    float: left;
    text-align: right;
    width: 40%
}

@media (min-width: 768px) {
    .uses-section-break .left {
        margin-right: -20px
    }
}

.uses-section-break .right {
    float: left;
    padding-top: 8%;
    text-align: left;
    width: 60%
}

.uses-section-break .hub-app {
    width: 100%;
    max-width: 250px
}

@media (min-width: 768px) {
    .uses-section-break {
        margin-top: -120px
    }
    .uses-section-break .right {
        padding-top: 120px
    }
    .uses-section-break .text-container {
        padding-left: 10%;
        padding-right: 15%
    }
}

.uses-section {
    color: #fff;
    position: relative
}

.uses-section .heading-container {
    padding-right: 0;
    padding-left: 0
}

.uses-section .heading {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 20px 30px;
    text-align: center
}

.uses-section .text-container {
    min-height: 350px
}

.uses-section .text-container .text-content {
    background-color: rgba(255, 255, 255, 0.85);
    bottom: 0;
    color: #666;
    left: 0;
    padding: 35px 30px 25px;
    position: absolute;
    right: 0
}

.uses-section .text-container .small {
    font-size: 12px;
    margin: 20px 0 0
}

.uses-section .phone-container {
    display: none
}

@media (min-width: 768px) and (max-width: 991px) {
    .uses-section .container {
        width: 100%
    }
}

@media (min-width: 992px) {
    .uses-section .container {
        margin-right: 0;
        width: 90%
    }
    .uses-section .container:before {
        bottom: 0;
        display: block;
        left: 0;
        position: absolute;
        top: 0;
        width: 10%
    }
    .uses-section h3,
    .uses-section h2 {
        font-size: 36px
    }
    .uses-section h3.heading-small,
    .uses-section h2.heading-small {
        font-size: 32px
    }
    .uses-section .heading {
        min-height: 580px;
        padding: 60px 30px;
        text-align: left
    }
    .uses-section .text-container {
        min-height: 580px
    }
    .uses-section .text-container .text-content {
        padding-left: 80px;
        padding-right: 35%
    }
    .uses-section .phone-container {
        bottom: 0;
        display: block;
        position: absolute;
        right: -90px;
        z-index: 2
    }
    .uses-section .phone-container .phone {
        width: 330px
    }
}

@media (min-width: 992px) {
    .uses-section.right-side h3 {
        text-align: right
    }
    .uses-section.right-side .container {
        margin-left: 0
    }
    .uses-section.right-side .container:before {
        display: inline;
        position: initial;
        width: initial
    }
    .uses-section.right-side .container:after {
        bottom: 0;
        display: block;
        right: 0;
        position: absolute;
        top: 0;
        width: 10%
    }
    .uses-section.right-side .text-content {
        padding-left: 35%;
        padding-right: 80px
    }
    .uses-section.right-side .phone-container {
        left: -90px
    }
}

.uses-quote {
    padding: 60px 0 50px
}

.uses-quote .heading {
    margin-bottom: 1.3em;
    margin-top: 1.3em;
    text-align: center
}

.uses-quote .img-responsive {
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 768px) {
    .uses-quote .heading {
        margin-top: 0;
        text-align: left
    }
}

@media (min-width: 992px) {
    .uses-quote .heading {
        margin-top: 1.3em
    }
}

.uses-more {
    padding-bottom: 60px;
    text-align: center
}

.uses-more .container {
    border-top: 1px solid #ece8e9;
    padding: 30px 0 0 0
}

.uses-more .container.no-story {
    border-top: none
}

.uses-more .heading-large {
    margin-bottom: 40px
}

.uses-more .tile-row {
    color: #fff;
    margin: 4px 0;
    width: 100%
}

.uses-more .tile-row:last-of-type {
    margin-bottom: 20px
}

.uses-more .tile-row .img-responsive {
    width: 100%
}

.uses-more .tile-row .text-content {
    padding: 20px 10%
}

.uses-more .tile-row h3 {
    margin-top: 15px
}

@media (min-width: 1200px) {
    .uses-more .tile-row h3 {
        font-size: 27px
    }
}

@media (min-width: 768px) {
    .uses-more .tile-row {
        display: table
    }
    .uses-more .tile-row .tile {
        display: table-cell;
        float: none;
        vertical-align: middle;
        width: 50%
    }
    .uses-more .tile-row .tile.text-content {
        padding: 10px 10% 30px;
        position: relative
    }
}

.uses-more .tile-row .radial-gradient-purple {
    background-color: #625396;
    background: -webkit-radial-gradient(center, ellipse, rgba(98, 83, 150, 0.7) 0%, #625396 100%);
    background: radial-gradient(ellipse at center, rgba(98, 83, 150, 0.7) 0%, #625396 100%)
}

.uses-more .tile-row .radial-gradient-orange {
    background-color: #ec7b38;
    background: -webkit-radial-gradient(center, ellipse, rgba(236, 123, 56, 0.7) 0%, #ec7b38 100%);
    background: radial-gradient(ellipse at center, rgba(236, 123, 56, 0.7) 0%, #ec7b38 100%)
}

.uses-more .tile-row .radial-gradient-coral {
    background-color: #ea4857;
    background: -webkit-radial-gradient(center, ellipse, rgba(234, 72, 87, 0.7) 0%, #ea4857 100%);
    background: radial-gradient(ellipse at center, rgba(234, 72, 87, 0.7) 0%, #ea4857 100%)
}

.uses-more .tile-row .radial-gradient-seafoam {
    background-color: #00bda6;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 189, 166, 0.7) 0%, #00bda6 100%);
    background: radial-gradient(ellipse at center, rgba(0, 189, 166, 0.7) 0%, #00bda6 100%)
}

.uses-more .tile-row .radial-gradient-blue {
    background-color: #0070c2;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 112, 194, 0.7) 0%, #0070c2 100%);
    background: radial-gradient(ellipse at center, rgba(0, 112, 194, 0.7) 0%, #0070c2 100%)
}

#uses-security-hero {
    background: transparent url(../img/uses/security/uses-security-hero.jpg) no-repeat 0 center;
    background-size: cover;
    color: #fff;
    min-height: 400px;
    padding-bottom: 20px;
    padding-top: 60px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1
}

#uses-security-hero .heading-large {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    width: 90%
}

@media (min-width: 768px) {
    #uses-security-hero .heading-large {
        width: 70%
    }
}

@media (min-width: 1200px) {
    #uses-security-hero .heading-large {
        width: 80%
    }
}

@media (min-width: 768px) {
    #uses-security-hero:after {
        background: transparent url(../img/uses/uses-hero-shadow.png) no-repeat scroll center top/100% auto;
        bottom: -70px;
        content: '';
        display: block;
        height: 70px;
        left: 50%;
        margin-left: -298px;
        max-width: 100%;
        position: absolute;
        width: 595px
    }
}

.uses-security-alert {
    background: transparent url("../img/uses/security/uses-security-alert-bg.jpg") no-repeat right 20%;
    background-size: cover
}

.uses-security-alert .heading-container {
    background-color: #ec7b38
}

@media (min-width: 992px) {
    .uses-security-alert .container:before {
        background-color: #ec7b38
    }
}

.uses-security-alert.right-side {
    background-position: left 20%
}

@media (min-width: 992px) {
    .uses-security-alert.right-side .container:after {
        background-color: #ec7b38
    }
}

.uses-security-lock {
    background: transparent url("../img/uses/security/uses-security-lock-bg.jpg") no-repeat right 20%;
    background-size: cover
}

.uses-security-lock .heading-container {
    background-color: #0070c2
}

@media (min-width: 992px) {
    .uses-security-lock .container:before {
        background-color: #0070c2
    }
}

.uses-security-lock.right-side {
    background-position: left 20%
}

@media (min-width: 992px) {
    .uses-security-lock.right-side .container:after {
        background-color: #0070c2
    }
}

.uses-security-trigger {
    background: transparent url("../img/uses/security/uses-security-trigger-bg.jpg") no-repeat right 20%;
    background-size: cover
}

.uses-security-trigger .heading-container {
    background-color: #00bda6
}

@media (min-width: 992px) {
    .uses-security-trigger .container:before {
        background-color: #00bda6
    }
}

.uses-security-trigger.right-side {
    background-position: left 20%
}

@media (min-width: 992px) {
    .uses-security-trigger.right-side .container:after {
        background-color: #00bda6
    }
}

#uses-monitoring-hero {
    background: transparent url(../img/uses/monitoring/uses-monitoring-hero.jpg) no-repeat 0 center;
    background-size: cover;
    color: #fff;
    min-height: 400px;
    padding-bottom: 20px;
    padding-top: 60px;
    position: relative;
    text-align: center;
    width: 100%
}

#uses-monitoring-hero .heading-large {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    width: 90%
}

@media (min-width: 768px) {
    #uses-monitoring-hero .heading-large {
        width: 70%
    }
}

@media (min-width: 1200px) {
    #uses-monitoring-hero .heading-large {
        width: 80%
    }
}

@media (min-width: 768px) {
    #uses-monitoring-hero:after {
        background: transparent url(../img/uses/uses-hero-shadow.png) no-repeat scroll center top/100% auto;
        bottom: -70px;
        content: '';
        display: block;
        height: 70px;
        left: 50%;
        margin-left: -298px;
        max-width: 100%;
        position: absolute;
        width: 595px
    }
}

.uses-monitoring-presence {
    background: transparent url("../img/uses/monitoring/uses-monitoring-presence-bg.jpg") no-repeat right 20%;
    background-size: cover
}

.uses-monitoring-presence .heading-container {
    background-color: #00bda6
}

@media (min-width: 992px) {
    .uses-monitoring-presence .container:before {
        background-color: #00bda6
    }
}

.uses-monitoring-presence.right-side {
    background-position: left 20%
}

@media (min-width: 992px) {
    .uses-monitoring-presence.right-side .container:after {
        background-color: #00bda6
    }
}

.uses-monitoring-moisture {
    background: transparent url("../img/uses/monitoring/uses-monitoring-moisture-bg.jpg") no-repeat right 20%;
    background-size: cover
}

.uses-monitoring-moisture .heading-container {
    background-color: #f9c038
}

@media (min-width: 992px) {
    .uses-monitoring-moisture .container:before {
        background-color: #f9c038
    }
}

.uses-monitoring-moisture.right-side {
    background-position: left 20%
}

@media (min-width: 992px) {
    .uses-monitoring-moisture.right-side .container:after {
        background-color: #f9c038
    }
}

.uses-monitoring-activity {
    background: transparent url("../img/uses/monitoring/uses-monitoring-activity-bg.jpg") no-repeat right 20%;
    background-size: cover
}

.uses-monitoring-activity .heading-container {
    background-color: #ec7b38
}

@media (min-width: 992px) {
    .uses-monitoring-activity .container:before {
        background-color: #ec7b38
    }
}

.uses-monitoring-activity.right-side {
    background-position: left 20%
}

@media (min-width: 992px) {
    .uses-monitoring-activity.right-side .container:after {
        background-color: #ec7b38
    }
}

.uses-monitoring-video {
    background: transparent url("../img/uses/monitoring/uses-monitoring-video-bg.jpg") no-repeat right 20%;
    background-size: cover
}

.uses-monitoring-video .heading-container {
    background-color: #625396
}

@media (min-width: 992px) {
    .uses-monitoring-video .container:before {
        background-color: #625396
    }
}

.uses-monitoring-video.right-side {
    background-position: left 20%
}

@media (min-width: 992px) {
    .uses-monitoring-video.right-side .container:after {
        background-color: #625396
    }
}

@media (min-width: 992px) {
    .uses-monitoring-presence {
        background-size: 90% auto
    }
}

@media (min-width: 992px) {
    .uses-monitoring-moisture {
        background-size: 70% auto
    }
}

.uses-monitoring-activity {
    background: none
}

.uses-monitoring-activity .text-container {
    background: transparent url(../img/uses/monitoring/uses-monitoring-activity-bg.jpg) no-repeat scroll right top/cover
}

.uses-monitoring-video {
    background: none
}

.uses-monitoring-video .text-container {
    background: transparent url(../img/uses/monitoring/uses-monitoring-video-bg.jpg) no-repeat scroll left center/cover
}

#uses-lighting-hero {
    background: transparent url(../img/uses/lighting-energy/uses-lighting-hero.jpg) no-repeat 0 center;
    background-size: cover;
    color: #fff;
    min-height: 400px;
    padding-bottom: 20px;
    padding-top: 60px;
    position: relative;
    text-align: center;
    width: 100%
}

#uses-lighting-hero .heading-large {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    width: 90%
}

@media (min-width: 768px) {
    #uses-lighting-hero .heading-large {
        width: 70%
    }
}

@media (min-width: 1200px) {
    #uses-lighting-hero .heading-large {
        width: 80%
    }
}

@media (min-width: 768px) {
    #uses-lighting-hero:after {
        background: transparent url(../img/uses/uses-hero-shadow.png) no-repeat scroll center top/100% auto;
        bottom: -70px;
        content: '';
        display: block;
        height: 70px;
        left: 50%;
        margin-left: -298px;
        max-width: 100%;
        position: absolute;
        width: 595px
    }
}

.uses-lighting-control {
    background: transparent url("../img/uses/lighting-energy/uses-lighting-control-bg.jpg") no-repeat right 20%;
    background-size: cover
}

.uses-lighting-control .heading-container {
    background-color: #f9c038
}

@media (min-width: 992px) {
    .uses-lighting-control .container:before {
        background-color: #f9c038
    }
}

.uses-lighting-control.right-side {
    background-position: left 20%
}

@media (min-width: 992px) {
    .uses-lighting-control.right-side .container:after {
        background-color: #f9c038
    }
}

.uses-energy-temperature {
    background: transparent url("../img/uses/lighting-energy/uses-energy-temperature-bg.jpg") no-repeat right 20%;
    background-size: cover
}

.uses-energy-temperature .heading-container {
    background-color: #00bda6
}

@media (min-width: 992px) {
    .uses-energy-temperature .container:before {
        background-color: #00bda6
    }
}

.uses-energy-temperature.right-side {
    background-position: left 20%
}

@media (min-width: 992px) {
    .uses-energy-temperature.right-side .container:after {
        background-color: #00bda6
    }
}

.uses-energy-appliances {
    background: transparent url("../img/uses/lighting-energy/uses-energy-appliances-bg.jpg") no-repeat right 20%;
    background-size: cover
}

.uses-energy-appliances .heading-container {
    background-color: #ec7b38
}

@media (min-width: 992px) {
    .uses-energy-appliances .container:before {
        background-color: #ec7b38
    }
}

.uses-energy-appliances.right-side {
    background-position: left 20%
}

@media (min-width: 992px) {
    .uses-energy-appliances.right-side .container:after {
        background-color: #ec7b38
    }
}

.uses-lighting-control {
    background: none
}

.uses-lighting-control .text-container {
    background: transparent url(../img/uses/lighting-energy/uses-lighting-control-bg.jpg) no-repeat scroll right center/cover
}

@media (min-width: 992px) {
    .uses-energy-appliances {
        background-position: right 45%;
        background-size: 82% auto
    }
}

#uses-convenience-hero {
    background: transparent url(../img/uses/convenience-entertainment/uses-convenience-hero.jpg) no-repeat 0 center;
    background-size: cover;
    color: #fff;
    min-height: 400px;
    padding-bottom: 20px;
    padding-top: 60px;
    position: relative;
    text-align: center;
    width: 100%
}

#uses-convenience-hero .heading-large {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    width: 90%
}

@media (min-width: 768px) {
    #uses-convenience-hero .heading-large {
        width: 70%
    }
}

@media (min-width: 1200px) {
    #uses-convenience-hero .heading-large {
        width: 80%
    }
}

@media (min-width: 768px) {
    #uses-convenience-hero:after {
        background: transparent url(../img/uses/uses-hero-shadow.png) no-repeat scroll center top/100% auto;
        bottom: -70px;
        content: '';
        display: block;
        height: 70px;
        left: 50%;
        margin-left: -298px;
        max-width: 100%;
        position: absolute;
        width: 595px
    }
}

.uses-convenience-talk {
    background: transparent url("../img/uses/convenience-entertainment/uses-convenience-talk-bg.jpg") no-repeat right 20%;
    background-size: cover
}

.uses-convenience-talk .heading-container {
    background-color: #ea4857
}

@media (min-width: 992px) {
    .uses-convenience-talk .container:before {
        background-color: #ea4857
    }
}

.uses-convenience-talk.right-side {
    background-position: left 20%
}

@media (min-width: 992px) {
    .uses-convenience-talk.right-side .container:after {
        background-color: #ea4857
    }
}

.uses-entertainment-tv {
    background: transparent url("../img/uses/convenience-entertainment/uses-entertainment-tv-bg.html") no-repeat right 20%;
    background-size: cover
}

.uses-entertainment-tv .heading-container {
    background-color: #0070c2
}

@media (min-width: 992px) {
    .uses-entertainment-tv .container:before {
        background-color: #0070c2
    }
}

.uses-entertainment-tv.right-side {
    background-position: left 20%
}

@media (min-width: 992px) {
    .uses-entertainment-tv.right-side .container:after {
        background-color: #0070c2
    }
}

.uses-convenience-coffee {
    background: transparent url("../img/uses/convenience-entertainment/uses-convenience-coffee-bg.jpg") no-repeat right 20%;
    background-size: cover
}

.uses-convenience-coffee .heading-container {
    background-color: #f9c038
}

@media (min-width: 992px) {
    .uses-convenience-coffee .container:before {
        background-color: #f9c038
    }
}

.uses-convenience-coffee.right-side {
    background-position: left 20%
}

@media (min-width: 992px) {
    .uses-convenience-coffee.right-side .container:after {
        background-color: #f9c038
    }
}

@media (min-width: 992px) {
    .uses-convenience-talk {
        background-size: 82% auto
    }
}

@media (min-width: 992px) {
    .uses-convenience-coffee {
        background-size: 91% auto
    }
}

.where-to-buy {
    padding: 60px 30px 30px;
    text-align: center
}

.where-to-buy .partners {
    border-bottom: 1px solid #eee;
    margin: 60px auto 40px;
    padding-bottom: 100px
}

@media (min-width: 992px) {
    .where-to-buy .partners {
        width: 75%
    }
}

.where-to-buy .logo {
    margin-bottom: 30px;
    max-width: 100%;
    width: 210px
}

.where-to-buy .available-country {
    font-size: 12px;
    margin-bottom: 30px
}

.where-to-buy .available-country .sprite {
    margin-left: 5px
}

@media (min-width: 768px) {
    .where-to-buy .available-country {
        margin-top: 10px
    }
}

.where-to-buy .coming-soon {
    font-size: 18px;
    padding: 24px 0;
    height: 72px
}

#works-with-hero {
    background: #ec7b38 url(../img/works-with/works-with-hero-bg.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    margin-bottom: 30px;
    position: relative
}

#works-with-hero .works-with-hero-wrapper {
    background: transparent url(../img/works-with-hero.png) no-repeat center;
    background-size: cover;
    margin: 0 auto;
    max-width: 992px;
    min-height: 400px;
    width: 100%
}

#works-with-hero .works-with-hero-wrapper:lang(en-GB) {
    background-image: url(../img/works-with/works-with-hero_uk.png)
}

#works-with-hero .heading-large {
    margin: 30px auto 220px;
    max-width: 320px
}

#works-with-hero .lead {
    font-size: 14px;
    font-weight: normal;
    margin: 20px auto;
    max-width: 450px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width: 768px) {
    #works-with-hero {
        margin-bottom: 60px
    }
    #works-with-hero .lead {
        font-size: 18px;
        max-width: none;
        width: 70%
    }
    #works-with-hero .heading-large {
        font-size: 50px;
        margin: 40px auto 280px;
        max-width: none;
        width: 100%
    }
}

@media (min-width: 992px) {
    #works-with-hero .lead {
        width: 55%
    }
}

#works-with-partners {
    border-bottom: 1px solid #eee;
    padding-bottom: 40px
}

#works-with-partners h2 {
    margin-top: 80px
}

#works-with-partners .partner-row {
    border-collapse: separate;
    border-spacing: 30px 0;
    margin: 0 auto
}

@media (min-width: 768px) {
    #works-with-partners .partner-row {
        margin-bottom: 30px
    }
}

@media (min-width: 992px) {
    #works-with-partners .partner-row {
        width: 90%
    }
}

#works-with-partners .partner {
    background: #f4f4f4;
    border: 1px solid #ece8e9;
    margin-bottom: 15px;
    padding: 0 0 10px
}

#works-with-partners .partner .partner-img {
    margin-bottom: 20px;
    width: 100%
}

#works-with-partners .partner .partner-logo {
    width: 154px;
    max-width: 100%
}

#works-with-partners .partner .product-name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px
}

#works-with-partners .partner .product-description {
    color: #999
}

#works-with-partners .partner .small {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 20px
}

#works-with-partners .partner p {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 992px) {
    #works-with-partners .partner hr,
    #works-with-partners .partner p {
        max-width: 80%
    }
}

@media (min-width: 1200px) {
    #works-with-partners .partner hr,
    #works-with-partners .partner p {
        max-width: 70%
    }
}

@media (min-width: 768px) {
    #works-with-partners .partner {
        display: table-cell;
        float: none;
        margin-bottom: 0;
        padding-bottom: 20px
    }
}


/*! 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;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    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/vendor/fancybox/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/vendor/fancybox/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/vendor/fancybox/blank.gif");
    -webkit-tap-highlight-color: transparent;
    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
}

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

.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/vendor/fancybox/fancybox_overlay.png")
}

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

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

.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;
    background: rgba(0, 0, 0, 0.8);
    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, 0.8)
}

@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/vendor/fancybox/fancybox_sprite%402x.png");
        background-size: 44px 152px
    }
    #fancybox-loading div {
        background-image: url("../img/vendor/fancybox/fancybox_loading%402x.gif");
        background-size: 24px 24px
    }
}


/*# sourceMappingURL=app.css.map */

.list-unstyled {
    padding-left: 15px;
    /* list-style: none; */
    line-height: 28px;
}

.thumbnail {
    border: 1px solid #ccc;
    padding: 10px;
	height: 232px;
    margin: 5px;
}

.thumbnail:HOVER {
    padding: 10px;
    margin: 5px;
    background: #F6F6F6;
}


/*********************************************
Call Bootstrap
*********************************************/

@import url("bootstrap/bootstrap.min.css");
@import url("bootstrap-override.css");
@import url("//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");

/*********************************************
Theme Elements
*********************************************/

.gold {
    color: #FFBF00;
}


/*********************************************
    PRODUCTS
*********************************************/

.product {
    border: 1px solid #dddddd;
    padding: 10px 0px 10px 50px;
    height: 524px;
    margin-left: 13px;
    margin-top: 10px;
}

.product>img {
    margin-top: 11px;
    max-width: 336px;
}

.product-rating {
    font-size: 20px;
    margin-bottom: 25px;
}

.product-title {
    font-size: 20px;
}

.product-desc {
    font-size: 14px;
}

.product-price {
    font-size: 22px;
}

.product-stock {
    color: #74DF00;
    font-size: 20px;
    margin-top: 10px;
}

.product-info {
    margin-top: 50px;
}


/*********************************************
    VIEW
*********************************************/

.content-wrapper {
    max-width: 1140px;
    background: #fff;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 10px;
    border: 0px;
    border-radius: 0px;
}

.container-fluid {
    max-width: 1140px;
    margin: 0 auto;
}

.view-wrapper {
    float: right;
    max-width: 70%;
    margin-top: 25px;
}

.container {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
}


/*********************************************
ITEM 
*********************************************/

.service1-items {
    padding: 0px 0 0px 0;
    float: left;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 321px;
    width: 130px;
}

.service1-item {
    height: 107px;
    width: 120px;
    display: block;
    float: left;
    position: relative;
    padding-right: 20px;
    border-right: 1px solid #DDD;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

.service1-item>img {
    max-height: 110px;
    max-width: 120px;
    opacity: 0.6;
    transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}

.service1-item>img:hover {
    cursor: pointer;
    opacity: 1;
}

.service-image-left {
    padding-right: 50px;
}

.service-image-right {
    padding-left: 50px;
}

.service-image-left>center>img,
.service-image-right>center>img {
    max-height: 155px;
}

#am {
    float: right;
    height: 69px;
    margin-right: -207px;
    margin-top: -22px;
}

#menu_pr {
    opacity: 1;
    width: 613px;
}

article.login,
article.register {
    max-width: 350px;
}

article.login p,
article.register p {
    font-size: 14px;
}

article.login input[type="text"],
article.login input[type="email"],
article.login input[type="password"],
article.register input[type="text"],
article.register input[type="email"],
article.register input[type="password"] {
    height: 38px;
}

article.login .heading,
article.register .heading {
    margin-bottom: 20px;
}

article.login .heading h1,
article.register .heading h1 {
    margin-bottom: 10px;
}

article.login .buttons,
article.register .buttons {
    margin-top: 35px;
}

article.login .buttons .login-btn,
article.login .buttons .register-btn,
article.register .buttons .login-btn,
article.register .buttons .register-btn {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.09);
    box-sizing: border-box;
    cursor: pointer;
    line-height: normal;
    margin: 0 auto;
    max-width: 275px;
    text-transform: uppercase;
    width: 350px;
}

article.login .buttons .login-btn.disabled,
article.login .buttons .register-btn.disabled,
article.register .buttons .login-btn.disabled,
article.register .buttons .register-btn.disabled {
    cursor: default;
    opacity: 0.65;
}

article.login .buttons .login-btn sup,
article.login .buttons .register-btn sup,
article.register .buttons .login-btn sup,
article.register .buttons .register-btn sup {
    font-size: 60%;
    margin-right: 2px;
    top: -6px;
}

article.login .buttons .login-btn a,
article.login .buttons .login-btn button,
article.login .buttons .register-btn a,
article.login .buttons .register-btn button,
article.register .buttons .login-btn a,
article.register .buttons .login-btn button,
article.register .buttons .register-btn a,
article.register .buttons .register-btn button {
    background: none repeat scroll 0 0 #00A0DC;
    display: block;
    font-family: "Swiss 721 W01 Medium";
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1.33333;
    outline: medium none;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 991px) {
    article.login .buttons .login-btn a,
    article.login .buttons .login-btn button,
    article.login .buttons .register-btn a,
    article.login .buttons .register-btn button,
    article.register .buttons .login-btn a,
    article.register .buttons .login-btn button,
    article.register .buttons .register-btn a,
    article.register .buttons .register-btn button {
        font-size: 16px;
        padding: 18px 20px;
    }
}

article.login .buttons .login-btn a:hover,
article.login .buttons .login-btn a:active,
article.login .buttons .login-btn a:focus,
article.login .buttons .login-btn button:hover,
article.login .buttons .login-btn button:active,
article.login .buttons .login-btn button:focus,
article.login .buttons .register-btn a:hover,
article.login .buttons .register-btn a:active,
article.login .buttons .register-btn a:focus,
article.login .buttons .register-btn button:hover,
article.login .buttons .register-btn button:active,
article.login .buttons .register-btn button:focus,
article.register .buttons .login-btn a:hover,
article.register .buttons .login-btn a:active,
article.register .buttons .login-btn a:focus,
article.register .buttons .login-btn button:hover,
article.register .buttons .login-btn button:active,
article.register .buttons .login-btn button:focus,
article.register .buttons .register-btn a:hover,
article.register .buttons .register-btn a:active,
article.register .buttons .register-btn a:focus,
article.register .buttons .register-btn button:hover,
article.register .buttons .register-btn button:active,
article.register .buttons .register-btn button:focus {
    background: none repeat scroll 0 0 #00BDA6;
    color: #FFFFFF;
    text-decoration: none;
}

article.login .buttons .login-btn a span,
article.login .buttons .login-btn button span,
article.login .buttons .register-btn a span,
article.login .buttons .register-btn button span,
article.register .buttons .login-btn a span,
article.register .buttons .login-btn button span,
article.register .buttons .register-btn a span,
article.register .buttons .register-btn button span {
    color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
}

article.login .buttons .login-btn a span:after,
article.login .buttons .login-btn button span:after,
article.login .buttons .register-btn a span:after,
article.login .buttons .register-btn button span:after,
article.register .buttons .login-btn a span:after,
article.register .buttons .login-btn button span:after,
article.register .buttons .register-btn a span:after,
article.register .buttons .register-btn button span:after {
    content: "›";
    margin-left: 10px;
}

article.login .buttons .login-btn a,
article.login .buttons .login-btn button,
article.login .buttons .register-btn a,
article.login .buttons .register-btn button,
article.register .buttons .login-btn a,
article.register .buttons .login-btn button,
article.register .buttons .register-btn a,
article.register .buttons .register-btn button {
    font-size: 22px;
}

article.login .buttons .login-btn span,
article.login .buttons .register-btn span,
article.register .buttons .login-btn span,
article.register .buttons .register-btn span {
    font-size: 16px;
    text-transform: uppercase;
}

article.login.checkout form,
article.register.checkout form {
    margin: 0 auto;
    width: 100%;
}

article.login.checkout .buttons .login-btn,
article.login.checkout .buttons .register-btn,
article.register.checkout .buttons .login-btn,
article.register.checkout .buttons .register-btn {
    max-width: 350px;
}

article.login.checkout .signup-cta,
article.register.checkout .signup-cta {
    margin-top: 10px;
    text-align: center;
}

article.guest.login .buttons {
    margin-top: 191px;
}

article.guest.register .buttons {
    margin-top: 240px;
}

#auth .divider {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 395px;
    margin: 0 auto;
    width: 1px;
}

#auth .braintree-logo {
    margin-top: 95px;
}

h4,
.h4 {
    font-size: 14px !important;
    text-align: center !important;
    font-weight: bold !important;
}

* {
    text-decoration: none;
    list-style: none;
}

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

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

img {
    border: none;
}

.header {
    height: 81px;
    background: #fff;
}

.header_b {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    height: 81px;
}

.header_logo {
    float: left;
    overflow: hidden;
    width: 157px;
    height: 58px;
    margin-top: 10px;
}

.header_logo img {
    height: 100%;
    width: 100%;
    float: left;
}

.menu-container {
    margin: 0 auto;
    float: right;
    /*	background: #e9e9e9;*/
}

.menu-container .active .menus_1 {
    color: #bf2821;
    border-top: 12px solid #bf2821;
}

.menu-mobile {
    display: none;
    height: 50px;
    width: 50px;
    overflow: hidden;
    float: right;
    position: relative;
}

.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
    color: #000;
    display: block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    top: 12px;
    background: #fff;
    left: 0px;
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    background: #fff;
    color: #333;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 0px;
    top: 9px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}

.menu>ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    /*	position: relative;*/
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu {
    float: left;
}

.menu>ul>li {
    float: left;
    /*	background: #e9e9e9;*/
    padding: 0;
    margin: 0;
}

.menu>ul>li .menus_1 {
    text-decoration: none;
    padding: 0px 23px;
    display: block;
    font-size: 13px;
    color: #111111;
    height: 69px;
    line-height: 62px;
    border-top: 12px solid #fff;
    font-family: verdana;
}

.menu>ul>li:hover .menus_1 {
    color: #bf2821;
    border-top: 12px solid #bf2821;
}

.menu>ul>li>.menus_2 {
    display: none;
    width: 100%;
    background: #ffffff;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    text-align: center;
    height: 44px;
}

.menu>ul>li>.menus_2>.menus_2b {
    display: table;
    height: 44px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.menu>ul>li>.menus_2:after {
    clear: both;
}

.menu>ul>li>.menus_2 a {
    padding: 0px 32px;
    line-height: 44px;
    font-size: 14px;
    color: #000000;
    font-family: arial;
    display: inline-block;
}

.menu>ul>li>.menus_2 a:hover {
    background: #bf2821;
    color: #fff;
}

.t_yuyan {
    width: 117px;
    height: 21px;
    overflow: hidden;
    display: block;
    float: right;
    margin-top: 33px;
    margin-left: 21px;
}

.t_yuyan a {
    display: block;
    width: 50%;
    float: left;
    line-height: 21px;
    text-align: center;
    color: #fff;
    font-size: 13px;
}

.t_yuyan.ac_en {
    background: url(../images/ac_en.png) no-repeat center;
}

.t_yuyan.ac_cn {
    background: url(../images/ac_cn.png) no-repeat center;
}

.header_b .logo {
    float: left;
    overflow: hidden;
    margin-top: 12px;
}

.top_banner {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.top_banner .top_banner_b {
    float: left;
    width: 100%;
}

.top_t_txt {
    height: 32px;
    line-height: 32px;
    left: 0px;
    width: 100%;
    position: absolute;
    color: #fff;
    z-index: 5;
    text-align: center;
    top: 50%;
    margin-top: -16px;
    overflow: hidden;
}

.top_t_txt img {
    height: 100%;
    width: auto;
    float: none;
}

.footer {
    overflow: hidden;
    background: #3e3e3e;
}

.footer_b {
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    margin-top: 40px;
    min-height: 200px;
    padding-bottom: 30px;
}

.footer_b_s {
    width: 267px;
    height: 40px;
    background: #fff;
    position: relative;
}

.footer_b_text {
    height: 40px;
    line-height: 40px;
    border: none;
    float: left;
    padding-left: 37px;
    width: 184px;
    float: left;
    background: url(../images/ss_ioc.png) no-repeat;
    background-position: 8px 9px;
    float: left;
    font-size: 14px;
}

.footer_l {
    overflow: hidden;
    float: left;
}

.footer_fx {
    float: left;
    overflow: hidden;
    height: 47px;
    margin-top: 35px;
}

.footer_fx a {
    height: 47px;
    width: 47px;
    display: block;
    float: left;
    margin-right: 23px;
    overflow: hidden;
    text-indent: -1000px;
}

.footer_fx .fb {
    background: url(../images/fb.png);
}

.footer_fx .wb {
    background: url(../images/wb.png);
}

.footer_fx .tt {
    background: url(../images/tt.png);
}

.footer_fx .em {
    background: url(../images/em.png);
}

.footer_b_submit {
    background: url(../images/ss.png) no-repeat center;
    height: 40px;
    width: 46px;
    border: none;
    overflow: hidden;
    text-indent: -1000px;
    float: left;
    border-radius: none;
}

.footer_b_submit input {
    height: 40px;
    width: 46px;
    float: left;
    border: none;
    background: none;
    text-indent: -1000px;
    cursor: pointer;
}

.footer_r {
    float: right;
}

.footer_li {
    overflow: hidden;
    float: left;
    margin-left: 40px;
}

.footer_li a {
    display: block;
    color: #ffffff;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    margin-bottom: 4px;
}

.footer_li .tops {
    font-size: 14px;
    margin-bottom: 17px;
}

.footer .cop {
    text-align: center;
    background: #323232;
    overflow: hidden;
    font-size: 12px;
    color: #cdcdcd;
    padding-bottom: 50px;
    padding-top: 38px;
}

.SlectBox,
.SlectBoxa {
    width: 422px;
    /*padding: 5px;*/
}


/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */

.SelectClass {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.SumoSelect>.optWrapper>.options>li {
    -moz-transition: 200ms ease;
    -webkit-transition: 200ms ease;
    transition: 200ms ease;
}

.SumoSelect>.optWrapper>.options>li label,
.SumoSelect>.CaptionCont {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.SumoSelect {
    display: inline-block;
    position: relative;
}

.SumoSelect>.CaptionCont {
    position: relative;
    border: 1px solid #e0e0e0;
    min-height: 54px;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
}

.SumoSelect>.CaptionCont>span {
    display: block;
    padding-right: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 54px;
    padding-left: 15px;
    font-size: 1.3em;
}


/*placeholder style*/

.SumoSelect>.CaptionCont>span.placeholder {
    color: #ccc;
    font-style: italic;
}

.SumoSelect>.CaptionCont>label {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 30px;
    /* background-color: #E0D8D8; */
}

.SumoSelect>.CaptionCont>label>i {
    background-image: url('../images/dowm_s.png');
    background-position: center center;
    width: 18px;
    height: 10px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    margin-right: 20px;
}

.SumoSelect>.optWrapper {
    top: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: -100;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
    border-radius: 3px;
}

.SumoSelect>.optWrapper.open {
    top: 55px;
    visibility: visible;
    opacity: 1;
    z-index: 1000;
}

.SumoSelect>.optWrapper>.options {
    list-style: none;
    display: block;
    padding: 0px;
    margin: 0px;
    overflow: auto;
    border-radius: 3px;
    /*Set the height of pop up here (only for desktop mode)*/
    max-height: 250px;
    /*height*/
}

.SumoSelect>.optWrapper.isFloating>.options {
    max-height: 100%;
}

.SumoSelect>.optWrapper>.options>li {
    padding: 4px 6px;
    border-bottom: 1px solid #F3F3F3;
    position: relative;
}

.SumoSelect>.optWrapper>.options>li:first-child {
    border-radius: 3px 3px 0px 0px;
}

.SumoSelect>.optWrapper>.options>li:last-child {
    border-bottom: none;
    border-radius: 0px 0px 3px 3px;
}

.SumoSelect>.optWrapper>.options>li:hover {
    background-color: #CBD0FF;
}

.SumoSelect>.optWrapper>.options>li label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.SumoSelect>.optWrapper>.options>li span {
    display: none;
}


/*Floating styles*/

.SumoSelect>.optWrapper.isFloating {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 90%;
    bottom: 0px;
    margin: auto;
    max-height: 90%;
}


/*Hover*/


/*.SumoSelect:hover > .CaptionCont > label {
	background-color: #F1F1F1;
}*/


/*disabled state*/

.SumoSelect>.optWrapper>.options>li.disabled {
    background-color: inherit;
}

.SumoSelect>.optWrapper>.options>li.disabled * {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */
    filter: alpha(opacity=50);
    /* Netscape */
    -moz-opacity: 0.5;
    /* Safari 1.x */
    -khtml-opacity: 0.5;
    /* Good browsers */
    opacity: 0.5;
}


/*styling for multiple select*/

.SumoSelect>.optWrapper.multiple>.options>li {
    padding-left: 35px;
}

.SumoSelect>.optWrapper.multiple>.options>li span {
    position: absolute;
    display: block;
    width: 30px;
    top: 0px;
    left: 0px;
    bottom: 0px;
}

.SumoSelect>.optWrapper.multiple>.options>li span i {
    background-image: url('http://graphics8.nytimes.com/packages/flash/business/20100325-FinancialTuneUp/gfx/checkbox.png');
    position: absolute;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 16px;
    height: 16px;
}

.SumoSelect>.optWrapper>.MultiControls {
    display: none;
    border-top: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.13);
    border-radius: 0px 0px 3px 3px;
}

.SumoSelect>.optWrapper.multiple.isFloating>.MultiControls {
    display: block;
    margin-top: 5px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls {
    display: block;
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p {
    padding: 6px;
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p {
    display: inline-block;
    cursor: pointer;
    padding: 12px;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p:hover {
    background-color: #f1f1f1;
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk {
    border-right: 1px solid #DBDBDB;
    border-radius: 0px 0px 0px 3px;
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnCancel {
    border-radius: 0px 0px 3px 0px;
}


/*styling for select on popup mode*/

.SumoSelect>.optWrapper.isFloating>.options>li {
    padding: 12px 6px;
}


/*styling for only multiple select on popup mode*/

.SumoSelect>.optWrapper.multiple.isFloating>.options>li {
    padding-left: 35px;
}

.SumoSelect>.optWrapper.multiple.isFloating {
    padding-bottom: 43px;
}


/*selected state*/

.SumoSelect>.optWrapper.multiple>.options>li.selected span i {
    background-image: url('https://cdn1.iconfinder.com/data/icons/Keyamoon-IcoMoon--limited/16/checkbox-checked.png');
}


/*disabled state*/

.SumoSelect.disabled {
    opacity: 0.7;
}

.SumoSelect.disabled>.CaptionCont>label {
    background-color: #F1F1F1;
}


/*styling for optgroups*/

.SumoSelect>.optWrapper>.options>li.optGroup {
    padding-left: 5px;
    text-decoration: underline;
}

@media screen and (max-width: 1060px) {
    .footer_b {
        display: table;
    }
    .footer_l {
        float: none;
    }
    .footer_b_s {
        float: left;
        margin-top: 4px;
    }
    .footer_fx {
        margin-top: 0px;
        margin-left: 15px;
        display: table;
    }
    .footer_r {
        float: none;
        margin-top: 30px;
    }
    .footer_li {
        overflow: hidden;
        float: left;
        margin-left: 0px;
        margin-right: 53px;
    }
    .footer_r .footer_li:last-child {
        margin-right: 0px;
    }
    .footer .cop {
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

@media only screen and (max-width: 959px) {
    .header {
        height: 50px;
    }
    .header_b {
        height: 50px;
        position: relative;
        z-index: 10;
    }
    .header_logo {
        width: 95px;
        height: 35px;
        position: absolute;
        left: 50%;
        margin-left: -46px;
        top: 5px;
        margin-top: 0px;
    }
    .menu-container {
        width: 100%;
        background: #fff;
    }
    .menu-mobile {
        display: block;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu>ul {
        display: none;
    }
    .menu>ul>li {
        width: 100%;
        float: none;
        display: block;
        position: relative;
    }
    .menu>ul>li .menus_1 {
        text-decoration: none;
        padding: 0px 23px;
        display: block;
        font-size: 15px;
        color: #111111;
        height: 50px;
        line-height: 50px;
        border-top: 4px solid #fff;
    }
    .menu-container .active .menus_1 {
        border-top: 4px solid #bf2821;
    }
    .menu>ul>li:hover .menus_1 {
        color: #bf2821;
        border-top: 4px solid #bf2821;
    }
    .menu>ul>li>ul {
        position: relative;
    }
    .menu>ul>li>ul.normal-sub {
        width: 100%;
        height: auto;
        padding: 12px 0px;
    }
    .menu>ul>li>.menus_2>li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu>ul>li>.menus_2>li:first-child {
        margin: 0;
    }
    .menu>ul>li>.menus_2>li>ul {
        position: relative;
    }
    .menu>ul>li>.menus_2>li>ul>li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
        background: #fff;
        top: 50px;
        z-index: 10;
        border-top: 2px solid #bf2821;
        position: absolute;
    }
    .menu>ul>li>.menus_2>li {
        line-height: 38px;
    }
    .menu>ul>li>.menus_2 {
        height: auto;
        position: relative;
    }
    .menu>ul>li>.menus_2>.menus_2b {
        height: auto;
        display: block;
    }
    .menu>ul>li>.menus_2 a {
        padding: 0px;
        line-height: 38px;
        font-size: 13px;
        color: #000000;
        font-family: arial;
        display: block;
        width: 100%;
        text-align: left;
        padding-left: 40px;
    }
    .menu {
        float: none;
        overflow: hidden;
    }
    .t_yuyan {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .footer_r {
        display: none;
    }
    .footer_b {
        min-height: auto;
    }
}

@media screen and (max-width: 640px) {
    .top_banner {
        height: 180px;
    }
    .top_banner .top_banner_b {
        height: 180px;
    }
    .top_t_txt {
        height: 26px;
        line-height: 26px;
        top: 50%;
        margin-top: -13px;
    }
    .footer_b_s {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .footer_fx {
        margin-top: 18px;
        margin-left: auto;
        float: none;
    }
    .footer .cop {
        padding: 15px;
    }
    .footer_b {
        min-height: inherit;
    }
    .footer_fx a:last-child {
        margin-right: 0px;
    }
    .footer_b {
        padding: 20px;
        margin: 0px auto;
    }
}

@media screen and (max-width: 480px) {
    .top_banner {
        height: 160px;
    }
    .top_banner .top_banner_b {
        height: 160px;
    }
    .top_t_txt {
        height: 22px;
        line-height: 22px;
        top: 50%;
        margin-top: -11px;
    }
}

#index_banner_phone {
    display: none;
}

.index_banner {
    overflow: hidden;
}

.index_banner .jssorb01 {
    position: absolute;
    bottom: 4% !important;
    left: 50% !important;
    width: auto !important;
    display: none;
}

.jssorb01.shows {
    display: block !important;
}

.index_banner .jssorb01 div,
.index_banner .jssorb01 div:hover,
.index_banner .jssorb01 .av {
    position: relative !important;
    width: 28px;
    height: 21px;
    background: url(../images/banner_a.png) no-repeat center center;
    overflow: hidden;
    cursor: pointer;
    left: auto !important;
    top: auto;
    float: left;
}

.index_banner .jssorb01 div {
    background: url(../images/banner_s.png) no-repeat center;
}

.index_banner .jssorb01 div:hover,
.index_banner .jssorb01 .av:hover {
    background: url(../images/banner_a.png) no-repeat center;
}

.index_banner .jssorb01 .av {
    background: url(../images/banner_a.png) no-repeat center;
}

.index2_b {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
}

.index2_l {
    float: left;
    width: 511px;
    overflow: hidden;
    height: 668px;
}

.index2_l .img {
    width: 490px;
    height: 490px;
    margin-top: 90px;
}

.index2_l .img img {
    height: 100%;
    width: 100%;
    float: left;
}

.index2_r {
    float: left;
    width: 474px;
    overflow: hidden;
    padding-left: 37px;
}

.index2_r .title {
    font-size: 45px;
    color: #111111;
    line-height: 60px;
    margin-top: 135px;
    overflow: hidden;
    margin-bottom: 13px;
}

.index2_r .title span {
    color: #bf2821;
}

.index2_r .txt {
    font-size: 14px;
    color: #3e3e3e;
    line-height: 26px;
    height: 156px;
    overflow: hidden;
}

.index2_r .gongneng {
    overflow: hidden;
}

.index2_r .gongneng_li {
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    color: #111111;
    min-width: 80px;
    margin-right: 10px;
    line-height: 30px;
    display: inline-block;
}

.index2_r .gongneng_li img {
    width: 50px;
    height: 50px;
}

#index2 .jssora05l {
    width: 39px;
    height: 70px;
    background: url(../images/index2_prev.png) no-repeat center;
    cursor: pointer;
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -35px;
    left: -50px;
}

#index2 .jssora05r {
    width: 39px;
    height: 70px;
    background: url(../images/index2_next.png) no-repeat center;
    cursor: pointer;
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -35px;
    right: -50px;
}

.index3 {
    height: 532px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}

.index3 .title {
    font-size: 44px;
    text-align: center;
    color: #fff;
    font-family: 'Myriad Pro';
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 60px;
}

.index3 .txt {
    font-size: 30px;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
    line-height: 38px;
    text-align: center;
    margin-bottom: 30px;
}

.index3 .txt2 {
    overflow: hidden;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 24px;
}

.index3 .img {
    text-align: center;
    margin-top: 35px;
    overflow: hidden;
}

.index3 .img img {
    margin: 10px 15px;
}


/*新闻列表*/

.new_list,
.new_list ul,
.new_list ul li,
.new_list .new_list_b {
    overflow: hidden;
}

.new_list {
    padding-bottom: 22px;
}

.new_list .new_list_b {
    max-width: 1024px;
    margin: 68px auto;
}

.new_list_b .img {
    width: 391px;
    height: 219px;
    overflow: hidden;
    border-width: 12px 11px;
    border-style: solid;
    float: left;
    margin-right: 58px;
}

.new_list_b .img img {
    width: 100%;
    height: 100%;
    float: left;
}

.new_list .cols1 .img {
    border-color: #f5f6f7;
}

.new_list .cols2 .img {
    border-color: #ffffff;
}

.new_list_b .title {
    color: #151515;
    font-size: 1.5em;
    font-family: arial;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.new_list_b .txt {
    color: #151515;
    font-size: 0.8em;
    line-height: 26px;
    height: 104px;
    overflow: hidden;
    margin-bottom: 26px;
}

.new_list_b .txt_b {
    color: #151515;
    font-size: 0.8em;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}

.new_list_b .txt_b .time {
    float: left;
    color: #151515;
    font-size: 0.8em;
}

.new_list_b .txt_b .more {
    width: 106px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    float: left;
    border: 1px solid #bf2821;
    border-radius: 6px;
    display: block;
    float: right;
    font-size: 0.7em;
    overflow: hidden;
}

.new_list_b .txt_b .more a {
    display: block;
    color: #bf2821;
}

.new_list .cols1 {
    background: #ffffff;
}

.new_list .cols2 {
    background: #f5f6f7;
}

.new_list .padds {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 33px;
    margin-bottom: 15px;
}

.new_list .padds a {
    width: 31px;
    height: 31px;
    display: block;
    text-align: center;
    line-height: 32px;
    font-size: 12px;
    color: #9e9e9e;
    border: 1px solid #aaaaaa;
    float: left;
    margin: 0px 7px;
}

.new_list .active,
.new_list a:hover {
    background: #be3030 !important;
    border: 1px solid #be3030 !important;
    color: #fff !important;
}


/*联系我们*/

.contact1 {
    overflow: hidden;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 102px;
}

.contact1_l {
    width: 530px;
    overflow: hidden;
    float: left;
    margin-right: 51px;
}

.tops_name {
    height: 55px;
    line-height: 55px;
    font-size: 1.47em;
    color: #000000;
    margin: 17px 0px;
}

.contact1_li {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.contact1_li em {
    height: 48px;
    width: 48px;
    display: block;
    float: left;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
}

.contact1_b {
    position: relative;
    float: left;
    overflow: hidden;
    max-width: 458px;
    background: #f7f7f7;
    margin-left: 0px
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 2px;
}

.contact1_t_l {
    width: 100px;
    padding-left: 15px;
    overflow: hidden;
    line-height: 26px;
    float: left;
    font-size: 0.9em;
}

.contact1_t_r {
    float: left;
    overflow: hidden;
    width: 320px;
    line-height: 26px;
    font-size: 0.9em;
    color: #000;
}

.contact1_r .txt {
    color: #707070;
    font-size: 0.86em;
    line-height: 22px;
    margin-bottom: 20px;
	text-align: center;
}

.contact1_r .tops_name {
    /*margin-bottom: 4px;*/
	    text-align: center;
}

.contact1_r_txt {
    margin-bottom: 20px;
    overflow: hidden;
    max-width: 410px;
}

.contact1_r_txt label {
    line-height: 38px;
    font-size: 0.86em;
    display: block;
}

.contact1_r textarea {
    height: 100%;
    width: 100%;
    border: none;
    background: none;
    font-size: 0.86em;
}

.contact1_r_textarea {
        height: 100px;
    border: 1px solid #898989;
    overflow: hidden;
    padding: 9px;
    margin-bottom: 8px;
}

.contact1_r_input {
    height: 37px;
    line-height: 37px;
    border: 1px solid #898989;
    overflow: hidden;
}

.contact1_r_input input {
    line-height: 37px;
    height: 37px;
    border: none;
	width: 100%;
    background: none;
    padding-left: 10px;
    font-size: 0.86em;
}

.contact1_r_input2 {
    width: 196px;
    float: left;
}

.contact1_r_input2 input {
    width: 180px;
}

.contact1_r_submit {
    overflow: hidden;
    width: 103px;
    height: 35px;
    border: 1px solid #0275d8;
    border-radius: 0px;
}

.contact1_r_submit input {
    width: 103px;
    height: 35px;
    text-align: center;
    border: none;
	background-color: #0275d8;
    color: #fff;
    
    cursor: pointer;
}

.contact1_r_txts {
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    margin-bottom: 10px;
}

.contact1_r_tt {
    line-height: 24px;
    width: 196px;
    float: left;
    font-size: 12px;
    color: #707070;
    overflow: hidden;
}

.contact1_r2 {
    margin-right: 14px;
}

.contact2 {
    overflow: hidden;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    min-height: 950px;
}

.contact2 .top {
    font-size: 1.5em;
    text-align: center;
    color: #000000;
    overflow: hidden;
    margin-bottom: 15px;
}

.contact2_set {
    overflow: hidden;
}

.contact2_set_top {
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    color: #000000;
    overflow: hidden;
    padding-left: 38px;
    background: url(../images/contact2_set_top.png) no-repeat;
    background-position: 5px 22px;
}

.solutions {
    overflow: hidden;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
    padding-bottom: 70px;
}

.solutions .title {
    text-align: center;
    font-size: 1.7em;
    color: #000000;
    overflow: hidden;
    margin-bottom: 22px;
}

.solutions .txt {
    font-size: 0.9em;
    text-align: center;
    color: #000000;
    font-weight: bold;
    overflow: hidden;
    margin-bottom: 40px;
}

.solutions .txt2 {
    font-size: 0.9em;
    text-align: center;
    color: #000000;
    line-height: 2em;
}

.solutions_li {
    overflow: hidden;
    padding-top: 57px;
}

.solutions_li1 {
    float: left;
    width: 25%;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    color: #000000;
    line-height: 1.7em;
    font-weight: bold;
    height: 180px;
}

.solutions_li1 img {
    width: 152px;
    height: 75px;
    margin-bottom: 28px;
}

.contact2_sets {
    height: 90px;
    width: 100%;
    margin-top: 15px;
    border-bottom: 1px solid #bf2821;
    padding-bottom: 25px;
    margin-bottom: 35px;
}

.contact2_sets .SumoSelect {
    float: left;
}

.contact2_sets .fg_or {
    float: left;
    height: 50px;
    width: 175px;
    text-align: center;
    color: #868686;
    line-height: 50px;
    font-size: 24px;
}

.contact2_set_ciya {
    background: #f9f9f9;
    overflow: hidden;
    margin-top: 10px;
    padding: 19px;
}

.contact2_set_ciya .imgs {
    width: 210px;
    overflow: hidden;
    /*border-top: 1px solid #acacac;*/
    background-repeat: no-repeat;
    background-position: center;
    height: 180px;
    /*background-color: #fff;*/
    background-size: 80%;
    /* margin-bottom: 20px; */
    margin-left: auto;
    margin-right: auto;
}

.contact2_set_ciya .fgs {
    background: #acacac;
    width: 1px;
    height: 220px;
    display: block;
    float: left;
    margin-top: 14px;
    margin-left: 23px;
    margin-right: 23px;
}

.contact2_set_ciya .imgs a {
    display: block;
    height: 100%;
    width: 100%;
}

.contact2_sea {
    overflow: hidden;
    margin-top: 15px;
    padding-left: 38px;
    margin-bottom: 22px;
}

.contact2_sea_txt {
    overflow: hidden;
    position: relative;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    min-height: 54px;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    cursor: pointer;
    width: 422px;
    float: left;
}

.contact2_sea_txt input {
    height: 54px;
    line-height: 54px;
    background: none;
    border: none;
    float: left;
    padding-left: 15px;
    font-size: 1.1em;
    width: 400px;
}

.contact2_sea_submit {
    overflow: hidden;
    float: left;
    width: 150px;
    height: 56px;
    float: left;
    background-color: #bf2821;
    background-image: url(../images/contact2_sea_submit.png);
    background-repeat: no-repeat;
    background-position: 15px 16px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.contact2_sea_submit input {
    width: 150px;
    height: 56px;
    line-height: 58px;
    color: #fff;
    text-indent: 20px;
    float: left;
    border: none;
    background: none;
    font-size: 1.1em;
}

.contact_ts {
    overflow: hidden;
    font-size: 14px;
    color: #af6d6d;
    padding-left: 38px;
}

.contact2_dowm {
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 16px;
}

.contact2_dowm_b {
    height: 1px;
    display: block;
    width: 100%;
    background: #b1b1b1;
    position: absolute;
    top: 22px;
    left: 0px;
    z-index: 1;
}

.contact2_dowm_t {
    height: 45px;
    line-height: 45px;
    width: 120px;
    background: #fff;
    text-align: center;
    font-size: 1.2em;
    color: #3a3a3a;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}

.contact2_dowm_sets {
    padding-left: 38px;
    border-bottom: none;
}

.contact2_dowm_sets .SumoSelect {
    margin-right: 58px;
}

.contact2_dowms {
    max-width: 948px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #e9e9e9;
    padding-top: 20px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 110px;
}

.contact2_dowms_l {
    float: left;
    overflow: hidden;
    margin-top: 20px;
}

.contact2_dowms_lt {
    overflow: hidden;
    height: 40px;
    width: 378px;
    margin-bottom: 35px;
}

.contact2_dowms_lt img {
    float: left;
    height: 32px;
    width: 32px;
    margin-right: 8px;
    margin-top: 4px;
    margin-left: 12px;
}

.contact2_dowms_lt span {
    font-size: 14px;
    color: #000000;
    line-height: 40px;
    float: left;
}

.contact2_dowms_lt .to_dowm {
    margin-top: 5px;
    height: 31px;
    line-height: 31px;
    width: 121px;
    border-radius: 8px;
    display: block;
    float: right;
    font-size: 14px;
    color: #fff;
    background-color: #c02b24;
    background-image: url(../images/dowm0.png);
    background-repeat: no-repeat;
    background-position: 25px 7px;
    text-align: center;
    padding-left: 20px;
}

.contact2_dowms_lt .to_dowm:hover {
    background-color: #000;
}

.contact2_dowms_r {
    float: right;
    width: 270px;
    height: 300px;
    border-left: 1px solid #cccccc;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.contact2_dowms_r img {
    height: 170px;
    width: 170px;
    margin-top: 30px;
    margin-bottom: 25px;
}

.contact2_dowms_r .name {
    font-size: 14px;
    color: #c02b24;
    margin-bottom: 12px;
}

.contact2_dowms_r .pir {
    font-size: 18px;
    color: #c02b24;
}

.index4 {
    overflow: hidden;
}

.index4_b {
    overflow: hidden;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.index4_li {
    float: left;
    overflow: hidden;
    width: 280px;
    height: 410px;
    position: relative;
}

.index4_li .img {
    width: 197px;
    height: 197px;
    background: url(../images/index4_1.png) no-repeat center;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 63px;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

.index4_li .img img {
    width: 150px;
    height: 150px;
    float: left;
    margin-top: 23px;
    margin-left: 23px;
}

.index4_li .title {
    text-align: center;
    font-size: 14px;
    color: #000000;
    margin-bottom: 15px;
}

.index4 .top {
    font-size: 24px;
    text-align: center;
    color: #000000;
    margin-top: 78px;
    margin-bottom: 82px;
}

.index4 .txt {
    font-size: 12px;
    text-align: center;
    color: #676666;
    line-height: 18px;
    /*	display: none;*/
    -webkit-transition: top 0.5s ease;
    -moz-transition: top 0.5s ease;
    -o-transition: top 0.5s ease;
    transition: top 0.5s ease;
    left: 0px;
    top: 600px;
    position: absolute;
}

.index4_li:hover .img {
    background: url(../images/index4_2.png) no-repeat center;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

.index4_li:hover .txt {
    /*	display: block;*/
    -webkit-transition: top 0.5s ease;
    -moz-transition: top 0.5s ease;
    -o-transition: top 0.5s ease;
    transition: top 0.5s ease;
    left: 0px;
    top: 310px;
}

.index_new {
    overflow: hidden;
    background: #343434;
}

.index_new .top {
    text-align: center;
    font-size: 45px;
    color: #ffffff;
    overflow: hidden;
    padding-top: 65px;
    padding-bottom: 60px;
}

.index_new_b {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
}

.index_new_l {
    width: 50%;
    overflow: hidden;
    height: 565px;
    float: left;
}

.index_new_l .img {
    width: 460px;
    height: 258px;
    overflow: hidden;
}

.index_new_l .img img {
    height: 100%;
    width: 100%;
    float: left;
}

.index_new_l .txt {
    overflow: hidden;
    padding-top: 31px;
}

.index_new_l .time {
    width: 46px;
    height: 46px;
    background: url(../images/n_time.png) no-repeat center;
    position: relative;
    float: left;
    overflow: hidden;
    margin-right: 28px;
}

.index_new_l .mon {
    font-size: 16px;
    position: absolute;
    color: #fff;
    left: 4px;
    top: 4px;
}

.index_new_l .day {
    font-size: 23px;
    position: absolute;
    color: #fff;
    right: 2px;
    bottom: -1px;
}

.index_new_l .title {
    float: left;
    height: 46px;
    line-height: 35px;
    font-size: 28px;
    color: #bf2821;
    background: url(../images/index_new_l_title.jpg) no-repeat bottom left;
    overflow: hidden;
    margin-bottom: 18px;
}

.index_new_l .txt2 {
    overflow: hidden;
}

.index_new_l .txt2 {
    overflow: hidden;
}

.index_new_l .txt2_1 {
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    padding-left: 77px;
    line-height: 24px;
    margin-bottom: 5px;
}

.index_new_l .txt2_2 {
    font-size: 12px;
    color: #fff;
    overflow: hidden;
    padding-left: 77px;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
    width: 380px;
}

.index_new_l .more {
    width: 115px;
    height: 33px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #bf2821;
    font-size: 12px;
    border-radius: 6px;
    margin-left: 77px;
    margin-top: 12px;
}

.index_new_l .more a {
    display: block;
    color: #bf2821;
}

.index_new_l .more:hover {
    background: #bf2821;
}

.index_new_l .more:hover a {
    color: #fff;
}

.index_new_l2 {
    float: right;
    width: 460px;
}

.video_tt {
    width: 198px;
    height: 142px;
    background: url(../images/video_b.png) no-repeat center;
    position: fixed;
    top: 45%;
    right: 30px;
    z-index: 10;
}

.video_tt img {
    width: 181px;
    height: 126px;
    margin-left: 8px;
    margin-top: 8px;
}

.video_tt .video_play {
    height: 71px;
    width: 71px;
    background: url(../images/video_play.png) no-repeat center;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    left: 50%;
    margin-left: -35px;
}

.video_close {
    width: 27px;
    height: 27px;
    cursor: pointer;
    background: url(../images/video_close.png) no-repeat center;
    top: -12px;
    left: -12px;
    position: absolute;
}

.abouts {
    overflow: hidden;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.abouts .top {
    text-align: center;
    font-size: 30px;
    color: #000000;
    line-height: 42px;
    overflow: hidden;
    padding-top: 73px;
}

.abouts .txts {
    text-align: center;
    font-size: 20px;
    color: #000000;
    line-height: 34px;
    overflow: hidden;
    padding-top: 34px;
}

.abouts .img_li_b {
    overflow: hidden;
    margin-top: 65px;
}

.abouts .img_li_b .img_li {
    float: left;
    overflow: hidden;
    width: 341px;
    height: 265px;
}

.abouts .img_li_b .img_li img {
    float: left;
    width: 100%;
    height: 100%;
}

.abouts2 {
    overflow: hidden;
    background: #f5f6f7;
}

.abouts2 .top {
    text-align: center;
    font-size: 27px;
    color: #000000;
    padding-top: 72px;
    padding-bottom: 60px;
    overflow: hidden;
}

.abouts2_li_b {
    max-width: 1440px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
}

.abouts2_li {
    overflow: hidden;
    width: 25%;
    float: left;
    padding-bottom: 60px;
}

.abouts2_li .nums {
    height: 55px;
    width: 55px;
    font-size: 26px;
    text-align: center;
    color: #c52f28;
    background: url(../images/abouts2.png) no-repeat center;
    line-height: 55px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.abouts2_li .title {
    text-align: center;
    font-size: 16px;
    color: #000000;
    margin-bottom: 8px;
    overflow: hidden;
}

.abouts2_li .txt {
    text-align: center;
    font-size: 14px;
    color: #696969;
    overflow: hidden;
    line-height: 24px;
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
}

.abouts3 {
    overflow: hidden;
    text-align: center;
    padding-top: 68px;
    padding-bottom: 45px;
}

.abouts3 .fonts1 {
    font-size: 26px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 10px;
}

.abouts3 .fonts2 {
    font-size: 31px;
    color: #000000;
    line-height: 36px;
}

.abouts3 .fontsimg {
    text-align: center;
    margin-top: 30px;
}

.abouts3 .fontsimg img {
    margin: auto 20px;
}

.abouts4 {
    overflow: hidden;
    height: 448px;
    background-repeat: no-repeat;
    background-position: center;
}

.abouts4 .top {
    font-size: 34px;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
    margin-top: 85px;
}

.about4_b {
    max-width: 600px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: 35px;
}

.about4s {
    display: inline-block;
    height: 50px;
    background: url(../images/about4s.png);
    line-height: 50px;
    min-width: 116px;
    padding-left: 14px;
    padding-right: 14px;
    color: #ffffff;
    font-size: 14px;
    margin: 8px 6px;
    text-align: center;
}

.abouts4 .txt {
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    line-height: 26px;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    margin-top: 40px;
}

.abouts5 {
    overflow: hidden;
    color: #000000;
    text-align: center;
    font-size: 24px;
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    margin-bottom: 70px;
    line-height: 46px;
}

.products {
    overflow: hidden;
}

.products_top {
    text-align: center;
    font-size: 38px;
    color: #000;
    padding-top: 44px;
    margin-bottom: 40px;
}

#slider1_container .slider1_container_li {
    height: 350px;
    width: 240px;
    overflow: hidden;
}

#slider1_container .active {
    background: url(../images/products_ac.png) no-repeat center;
}

#slider1_container .active .name {
    color: #bf2821;
}

#slider1_container .active .txt {
    color: #bf2821;
}

#slider1_container .active .more {
    color: #bf2821;
    border: 1px solid #bf2821;
}

.slider1_container_li .img {
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 5px;
}

.slider1_container_li .img img {
    height: 100%;
    width: 100%;
    float: left;
}

.slider1_container_li .name {
    text-align: center;
    font-size: 14px;
    color: #868686;
    overflow: hidden;
    margin-bottom: 10px;
}

.slider1_container_li .txt {
    font-size: 18px;
    color: #868686;
    text-align: center;
    overflow: hidden;
}

.slider1_container_li .more {
    width: 97px;
    height: 21px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border: 1px solid #b3b3b3;
    border-radius: 6px;
    margin-top: 13px;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    color: #868686;
}

.slider1_container_li .more a {
    display: block;
    color: #868686;
}

#slider1_container .jssora03l {
    width: 23px;
    height: 44px;
    overflow: hidden;
    background: url(../images/slider1_container_prev.png) no-repeat center;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -22px;
    cursor: pointer;
}

#slider1_container .jssora03r {
    width: 23px;
    height: 44px;
    overflow: hidden;
    background: url(../images/slider1_container_next.png) no-repeat center;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -22px;
    cursor: pointer;
}

.products_txt {
    overflow: hidden;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    margin-bottom: 30px;
}

.products_txt .img {
    float: left;
    width: 470px;
    height: 470px;
    overflow: hidden;
    margin-right: 15px;
    display: none;
}

.products_txt .img img {
    width: 90%;
    height: 90%;
    float: left;
    margin-top: 5%;
    margin-left: 5%;
}

.products_txt .top {
    font-size: 30px;
    color: #414141;
    overflow: hidden;
    margin-bottom: 5px;
    max-width: 502px;
}

.products_txt .name {
    font-size: 55px;
    color: #000000;
    overflow: hidden;
    margin-bottom: 15px;
    max-width: 502px;
}

.products_txt .txt {
    font-size: 14px;
    color: #414141;
    overflow: hidden;
    line-height: 30px;
    max-width: 502px;
}

.products_txt .txt2 {
    border-top: 1px solid #e6e6e6;
    overflow: hidden;
    padding-top: 35px;
    margin-top: 30px;
    padding-bottom: 30px;
    max-width: 502px;
}

.products_txt .txt2 img {
    float: left;
    margin-right: 25px;
    width: 80px;
}

.products_txt .txt2 .more {
    float: right;
    width: 123px;
    height: 37px;
    background: #be2821;
    border-radius: 8px;
    line-height: 37px;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
}

.products_txt .txt2 .more a {
    display: block;
    color: #fff;
}

.slider1_container2s {
    background: #fbfbfb;
    float: left;
    margin-top: 10px;
    max-width: 502px;
    margin-bottom: 30px;
}

#slider1_container2 .jssora03l {
    width: 17px;
    height: 33px;
    overflow: hidden;
    background: url(../images/slider1_container2_prev.png) no-repeat center;
    position: absolute;
    left: 0px;
    top: 50%;
    cursor: pointer;
}

#slider1_container2 .jssora03r {
    width: 17px;
    height: 33px;
    overflow: hidden;
    background: url(../images/slider1_container2_next.png) no-repeat center;
    position: absolute;
    right: 0px;
    top: 50%;
    cursor: pointer;
}

.Details {
    height: 58px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
}

.Detail_top {
    overflow: hidden;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.Detail_top .Detail_nav {
    font-size: 16px;
    line-height: 55px;
    text-align: center;
    color: #001111;
    cursor: pointer;
    float: left;
    padding: 0px 10px;
}

.Detail_top .Detail_nav span {
    display: block;
    padding-left: 70px;
    padding-right: 70px;
}

.Detail_top .active {
    color: #bf2821;
}

.Detail_top .active span {
    border-bottom: 3px solid #bf2821;
}

.Detail_tt {
    overflow: hidden;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 85px;
    display: none;
    min-height: 350px;
}

.Detail_tt img {
    max-width: 100%;
}

.case {
    overflow: hidden;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.case ul {
    overflow: hidden;
}

.case ul li {
    overflow: hidden;
    float: left;
    position: relative;
    width: 325px;
    height: 226px;
    margin-right: 24px;
    margin-bottom: 58px;
}

.case ul li .img {
    width: 325px;
    height: 226px;
    overflow: hidden;
}

.case ul li .img img {
    height: 100%;
    width: 100%;
}

.case ul li .txt_b {
    width: 325px;
    height: 226px;
    position: absolute;
    overflow: hidden;
    background: url(../images/txt_b.png);
    top: 186px;
    left: 0px;
    -webkit-transition: top 0.5s ease;
    -moz-transition: top 0.5s ease;
    -o-transition: top 0.5s ease;
    transition: top 0.5s ease;
}

.case ul li .txt_b .title {
    color: #fff;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding-left: 18px;
    padding-right: 18px;
}

.case ul li .txt_b .txt {
    color: #ffffff;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 26px;
    margin-top: 40px;
}

.case ul li:hover .txt_b {
    top: 0px;
    left: 0px;
    -webkit-transition: top 0.5s ease;
    -moz-transition: top 0.5s ease;
    -o-transition: top 0.5s ease;
    transition: top 0.5s ease;
}

.case ul li:hover .title {
    display: none;
}

.case ul li .txt_b .more {
    width: 105px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #bf2821;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

.case_top {
    text-align: center;
    font-size: 28px;
    color: #000000;
    margin-bottom: 45px;
    padding-top: 5px;
}

.Detail_tt2 table {
    background: white;
    border-collapse: collapse;
    margin: 1.25em 0 0;
    width: 100%;
}

.Detail_tt2 table tr,
.Detail_tt2 table th,
.Detail_tt2 table td {
    border: none;
    border-bottom: 1px solid #e4ebeb;
    font-size: .875rem;
}

.Detail_tt2 table th,
.Detail_tt2 table td {
    padding: 10px 12px;
    text-align: left;
}

.Detail_tt2 table th {
    background: #56a2cf;
    color: #ffffff;
    text-transform: uppercase;
}

.Detail_tt2 table tr td {
    /*  background: #eaf3f5;*/
    color: #999999;
    border-top: 1px solid #e6e6e6 !important;
    border-right: 1px solid #e6e6e6 !important;
}

.Detail_tt2 table tr:nth-of-type(2n+2) td {
    background: #ffffff;
}

.Detail_tt2 table.bt tfoot th,
.Detail_tt2 table.bt tfoot td,
.Detail_tt2 table.bt tbody td {
    font-size: .8125rem;
    padding: 0;
}

.Detail_tt2 table.bt tfoot th:before,
.Detail_tt2 table.bt tfoot td:before,
.Detail_tt2 table.bt tbody td:before {
    background: #ececec;
    color: #414141;
    margin-right: 10px;
    padding: 14px 10px !important;
}

.Detail_tt2 table.bt tfoot th .bt-content,
.Detail_tt2 table.bt tfoot td .bt-content,
.Detail_tt2 table.bt tbody td .bt-content {
    display: inline-block;
    padding: 14px 5px !important;
    font-size: 14px;
}

.Detail_tt2 table.bt tfoot th:first-of-type:before,
.Detail_tt2 table.bt tfoot th:first-of-type .bt-content,
.Detail_tt2 table.bt tfoot td:first-of-type:before,
.Detail_tt2 table.bt tfoot td:first-of-type .bt-content,
.Detail_tt2 table.bt tbody td:first-of-type:before,
.Detail_tt2 table.bt tbody td:first-of-type .bt-content {
    padding-top: 10px;
}

.Detail_tt2 table.bt tfoot th:last-of-type:before,
.Detail_tt2 table.bt tfoot th:last-of-type .bt-content,
.Detail_tt2 table.bt tfoot td:last-of-type:before,
.Detail_tt2 table.bt tfoot td:last-of-type .bt-content,
.Detail_tt2 table.bt tbody td:last-of-type:before,
.Detail_tt2 table.bt tbody td:last-of-type .bt-content {
    padding-bottom: 10px;
}

.Detail_tt2 table {
    width: 100%;
}

.table {
    margin: 30px 0;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #e0e0e0;
}

.table caption {
    color: #333;
    font-style: italic;
    font-size: 85%;
    line-height: 1;
    padding: 1em 0;
    text-align: center;
}

.table td,
.table th {
    border-left: 1px solid #e0e0e0;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: 0.5em 1em;
    font-weight: normal;
}

.table td:first-child,
.table th:first-child {
    border-left-width: 0;
}

.table thead,
.table tfoot {
    background-color: #f05050;
    color: #fff;
    text-align: left;
    vertical-align: bottom;
}

.table thead td,
.table tfoot td,
.table thead th,
.table tfoot th {
    border-color: #fff;
}

.table td {
    background-color: transparent;
}

.table_striped tr:nth-child(2n-1) td {
    background-color: #ececec;
}

.table_bordered td {
    border-bottom: 1px solid #e0e0e0;
}

.table_bordered tbody>tr:last-child>td,
.table_bordered thead>tr:last-child>td {
    border-bottom-width: 0;
}

.table_horizontal td,
.table_horizontal th {
    border-width: 0 0 1px 0;
    border-bottom: 1px solid #e0e0e0;
}

.table_horizontal tbody>tr:last-child>td,
.table_horizontal thead>tr:last-child>td {
    border-bottom-width: 0;
}

.Detail_tt2 table.bt thead,
.Detail_tt2 table.bt tbody th {
    display: none;
}

.Detail_tt2 table.bt tfoot th,
.Detail_tt2 table.bt tfoot td,
.Detail_tt2 table.bt tbody td {
    border: none;
    display: block;
    vertical-align: top;
}

.Detail_tt2 table.bt tfoot th:before,
.Detail_tt2 table.bt tfoot td:before,
.Detail_tt2 table.bt tbody td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 13%;
    display: inline-block;
    font-size: 14px;
    border-right: 1px solid #e6e6e6;
}

.Detail_tt2 table.bt tfoot th.bt-hide,
.Detail_tt2 table.bt tfoot td.bt-hide,
.Detail_tt2 table.bt tbody td.bt-hide {
    display: none;
}

.Detail_tt2 table.bt tfoot th .bt-content,
.Detail_tt2 table.bt tfoot td .bt-content,
.Detail_tt2 table.bt tbody td .bt-content {
    vertical-align: top;
}

.bt-wrapper.active {
    max-height: 310px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.news_title {
    text-align: center;
    font-size: 38px;
    color: #000;
    padding-top: 44px;
    margin-bottom: 40px;
}

.news_content {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    min-height: 300px;
}

.etalage,
.etalage_thumb,
.etalage_thumb_image,
.etalage_source_image,
.etalage_zoom_preview,
.etalage_icon,
.etalage_hint {
    display: none
}

.etalage,
.etalage ul,
.etalage li,
.etalage img,
.etalage_hint,
.etalage_icon,
.etalage_description {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none
}

.etalage,
.etalage_magnifier div,
.etalage_magnifier div img,
.etalage_small_thumbs ul,
ul .etalage_small_thumbs li,
.etalage_zoom_area div,
.etalage_zoom_img {
    position: relative
}

.etalage img,
.etalage li {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    user-drag: none;
    background: #fff;
}

.etalage,
.etalage_small_thumbs li {
    float: left
}

.etalage_right {
    float: right
}

.etalage li {
    position: absolute
}

.etalage img {
    vertical-align: bottom;
    max-width: none
}

.etalage_magnifier {
    cursor: default
}

.etalage_magnifier div,
.etalage_small_thumbs {
    overflow: hidden
}

.etalage_magnifier div img {
    display: none
}

.etalage_icon,
.etalage_hint {
    cursor: default;
    width: 0;
    height: 0;
    overflow: hidden
}

.etalage_small_thumbs li.vertical {
    float: none
}

.etalage_zoom_area {
    z-index: 996
}

.etalage_zoom_area div {
    overflow: hidden;
    z-index: 997
}

.etalage_zoom_preview {
    position: absolute;
    z-index: 998
}

.etalage_zoom_img,
.etalage_hint {
    z-index: 999
}

.etalage {
    direction: ltr
}

div.etalage_description {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999
}

div.etalage_description.rtl {
    direction: rtl;
    text-align: right
}

#examples {
    width: 470px;
    overflow: visible;
    height: 470px;
    float: left;
}

.etalage_small_thumbs {
    display: none;
}

.contact2_seta {
    width: 250px;
    height: 250px;
    overflow: hidden;
    border-top: 1px solid #acacac;
}

.contact2_seta a {
    width: 92px;
    height: 31px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    line-height: 31px;
    font-size: 12px;
    color: #bf2821;
    text-align: center;
    border: 1px solid #bf2821;
    border-radius: 8px;
}

.contact2_seta a:hover {
    color: #fff;
    background: #bf2821;
}

@media screen and (max-width: 1060px) {
    #examples {
        display: none;
    }
    .case {
        overflow: hidden;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
    .case li {
        margin-right: 24px !important;
    }
    .products_txt .img {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        display: block;
    }
    .products_txt_r {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    .abouts .img_li_b .img_li {
        width: 33.3%;
        height: auto;
    }
    .new_list .new_list_b {
        max-width: 1024px;
        margin: 40px 15px;
    }
    .new_list_b .img {
        margin-right: 25px;
        width: 321px;
        height: 180px;
    }
    .new_list_b .txt {
        margin-bottom: 0px;
    }
    .new_list_b .title {
        height: 65px;
        line-height: 65px;
    }
    .contact1 {
        max-width: 750px;
        margin-top: 20px;
    }
    .contact1_l {
        overflow: hidden;
        float: none;
        margin-right: 0px;
        width: auto;
    }
    .contact1_b {
        width: auto;
        float: none;
        margin-left: 60px;
    }
    .contact1_t_r {
        width: auto;
        float: none;
    }
    .contact1_r_txt {
        max-width: none;
    }
    .contact1_r2 {
        margin-right: 8%;
    }
    .contact1_r_input2 {
        width: 46%;
    }
    .contact1_r_input input {
        width: 100%;
        padding: 0px;
        text-indent: 15px;
    }
    .contact1_r_tt {
        line-height: 24px;
        width: 46%;
        float: left;
        font-size: 12px;
        color: #707070;
        overflow: hidden;
    }
    .solutions {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .solutions_li1 {
        width: 50%;
    }
    .solutions_li {
        padding-top: 40px;
    }
    .solutions .txt {
        margin-bottom: 30px;
    }
    .contact2 {
        padding: 30px 20px;
    }
    .SlectBox,
    .SlectBoxa {
        width: 300px;
        /* padding: 5px; */
    }
    .contact2_sets .fg_or {
        width: 120px;
    }
    .contact2_set_ciya .imgs {
        width: 100%;
        border: none;
    }
    .contact2_seta {
        width: 25%;
        border: none;
    }
    .contact2_set_ciya .fgs {
        display: none;
    }
    #index2 .jssora05l {
        width: 39px;
        height: 70px;
        background: url(../images/index2_prev.png) no-repeat center;
        cursor: pointer;
        position: absolute;
        display: block;
        top: 50%;
        margin-top: -35px;
        left: 30px;
    }
    #index2 .jssora05r {
        width: 39px;
        height: 70px;
        background: url(../images/index2_next.png) no-repeat center;
        cursor: pointer;
        position: absolute;
        display: block;
        top: 50%;
        margin-top: -35px;
        right: 30px;
    }
    .index4_li {
        width: 50%;
    }
    .index_new_l {
        width: 460px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .index_new_b {
        padding: 20px;
    }
    .index_new .top {
        padding-top: 50px;
        padding-bottom: 25px;
    }
}

@media screen and (max-width: 800px) {
    .products_top {
        text-align: center;
        font-size: 28px;
        color: #000;
        padding-top: 24px;
        margin-bottom: 20px;
    }
    .products_txt .img {
        width: 370px;
        height: 370px;
    }
    .products_txt .top {
        font-size: 25px;
    }
    .products_txt .name {
        font-size: 40px;
    }
    .abouts .top {
        text-align: center;
        font-size: 20px;
        color: #000000;
        line-height: 32px;
        overflow: hidden;
        padding-top: 40px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .abouts .txts {
        text-align: center;
        font-size: 14px;
        color: #000000;
        line-height: 26px;
        overflow: hidden;
        padding-top: 20px;
    }
    .abouts .img_li_b {
        overflow: hidden;
        margin-top: 25px;
    }
    .abouts2 .top {
        text-align: center;
        font-size: 19px;
        color: #000000;
        padding-top: 32px;
        padding-bottom: 30px;
        overflow: hidden;
    }
    .abouts2_li {
        overflow: hidden;
        width: 50%;
        float: left;
        padding-bottom: 60px;
    }
    .abouts2_li_b {
        padding-left: 20px;
        padding-right: 20px;
    }
    .abouts3 {
        overflow: hidden;
        text-align: center;
        padding-top: 38px;
        padding-bottom: 25px;
    }
    .abouts3 .fonts1 {
        font-size: 18px;
        color: #000000;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .abouts3 .fonts2 {
        font-size: 20px;
        color: #000000;
        line-height: 26px;
    }
    .abouts3 .fontsimg {
        text-align: center;
        margin-top: 20px;
    }
    .abouts3 .fontsimg img {
        width: 25%;
    }
    .abouts4 {
        height: auto;
        background-size: auto 100%;
    }
    .about4_b {
        margin-top: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .abouts4 .top {
        margin-top: 30px;
        font-size: 22px;
    }
    .abouts4 .txt {
        margin-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 15px;
        margin-top: 15px;
    }
    .about4s {
        display: block;
    }
    .abouts5 {
        overflow: hidden;
        color: #000000;
        text-align: center;
        font-size: 16px;
        max-width: 710px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        margin-bottom: 30px;
        line-height: 26px;
        padding: 0px 15px;
    }
    .new_list .new_list_b {
        margin: 30px 20px;
    }
    .new_list_b .title {
        height: 45px;
        line-height: 45px;
        margin-top: 5px;
    }
    .new_list_b .img {
        width: 391px;
        height: 219px;
        overflow: hidden;
        border-width: 12px 11px;
        border-style: solid;
        float: none;
        margin-right: auto;
        margin-left: auto;
    }
    .new_list_b .txt {
        color: #151515;
        font-size: 0.8em;
        line-height: 26px;
        max-height: 78px;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .contact2_seta {
        width: 50%;
        border: none;
    }
    .contact2_sets .SumoSelect {
        float: none;
    }
    .contact2_sets .fg_or {
        float: none;
        width: auto;
    }
    .contact2_sets {
        height: 180px;
    }
    .SumoSelect {
        display: block;
    }
    .SlectBox {
        width: 100%;
    }
    .contact2_dowm_sets .SumoSelect {
        margin-bottom: 30px;
    }
    .contact2_dowms_l {
        float: none;
        overflow: hidden;
        margin-top: 20px;
    }
    .contact2_dowms_lt {
        margin-left: auto;
        margin-right: auto;
        width: 450px;
    }
    .contact2_dowms_r {
        float: none;
        width: 450px;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
        border-left: 0px;
        border-top: 1px solid #cccccc;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .contact2_sea_txt {
        width: 330px;
    }
    .contact2_sea_txt input {
        width: 100%;
    }
    .index3 {
        height: auto;
    }
    .index3 .title {
        padding-top: 30px;
        padding-bottom: 10px;
        font-family: arial;
        font-size: 35px;
    }
    .index3 .txt {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 12px;
    }
    .index3 .txt2 {
        font-size: 14px;
        line-height: 18px;
    }
    .index3 .img {
        margin-top: 15px;
    }
    .index3 .img img {
        max-width: 30%;
    }
    .index3_b {
        padding: 20px;
        overflow: hidden;
    }
    .index4_li {
        width: 100%;
        float: none;
        height: auto;
        padding-bottom: 40px;
    }
    .index4_li .img {
        margin-bottom: 45px;
    }
    .index4_li .txt {
        display: block;
        position: relative;
        top: auto;
        left: auto;
    }
    .index4_li:hover .txt {
        display: block;
        position: relative;
        top: auto;
        left: auto;
    }
    .index4_li .img img {
        width: 150px;
        height: 150px;
        float: left;
        margin-top: 0px;
        margin-left: 0px;
    }
    .video_tt {
        display: none;
    }
    .index4 .top {
        font-size: 24px;
        text-align: center;
        color: #000000;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .index4_li .img {
        width: 150px;
        height: 150px;
        background: url(../images/index4_1.png) no-repeat center;
        background-size: 100% 100%;
        overflow: hidden;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
    }
    .products_txt {
        margin-top: 40px;
    }
    .case {
        overflow: hidden;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
    .case .img {
        width: 80% !important;
        height: auto !important;
        margin-left: auto;
        margin-right: auto;
    }
    .case ul li .txt_b {
        position: relative;
        top: 0px;
        background: none;
        width: 100%;
    }
    .case ul li .txt_b .title {
        color: #000;
        font-size: 16px;
        text-align: center;
    }
    .case ul li .txt_b .txt {
        color: #000;
        font-size: 14px;
        margin-top: 10px;
    }
    .case ul li:hover .title {
        display: block;
    }
    .case li {
        float: none !important;
        width: auto !important;
        height: auto !important;
        margin-right: 0px !important;
        margin-bottom: 30px !important;
    }
    .Detail_tt {
        margin-left: 15px;
        margin-right: 15px;
    }
    .Detail_tt2 .contact2_sets {
        height: auto;
        margin-top: 0px;
    }
    .Detail_tt2 .SlectBox {
        width: 99%;
    }
    .Detail_tt2 table.bt tfoot th:before,
    .Detail_tt2 table.bt tfoot td:before,
    .Detail_tt2 table.bt tbody td:before {
        content: attr(data-th) ": ";
        font-weight: bold;
        width: 100%;
        display: block;
        font-size: 14px;
        border-right: 1px solid #e6e6e6;
    }
    .Detail_tt2 table.bt tfoot th .bt-content,
    .Detail_tt2 table.bt tfoot td .bt-content,
    .Detail_tt2 table.bt tbody td .bt-content {
        display: block;
        padding: 14px 10px !important;
        font-size: 14px;
    }
    .Detail_tt2 table {
        border: 1px solid #e6e6e6;
    }
    .Detail_tt2 table tr td {
        border-right: 0px !important;
    }
    .txt2_img {
        overflow: hidden;
        margin: auto;
        display: table;
    }
    .products_txt .txt2 .more {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }
    .news_content {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media screen and (max-width: 640px) {
    #index_banner_phone {
        display: block;
    }
    #index_banner {
        display: none;
    }
    .Detail_top .Detail_nav {
        font-size: 14px;
        line-height: 55px;
        text-align: center;
        color: #001111;
        cursor: pointer;
        float: left;
        width: 50%;
        overflow: hidden;
        padding: 0px 0px;
    }
    .Detail_top .Detail_nav span {
        display: block;
        padding: 0px;
    }
    .contact1 {
        max-width: 400px;
        margin-top: 20px;
    }
    .tops_name {
        height: auto;
        line-height: 30px;
        font-size: 1.47em;
        color: #000000;
        padding: 15px 0px;
        margin: 17px 0px;
    }
    .contact2_sea {
        position: relative;
    }
    .contact2_sea_submit {
        position: absolute;
        right: 0px;
        top: 0px;
        overflow: hidden;
        float: left;
        width: 120px;
        height: 56px;
        float: left;
        background-color: #bf2821;
        background-image: url(../images/contact2_sea_submit.png);
        background-repeat: no-repeat;
        background-position: 8px 16px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .contact2_sea_txt {
        width: 100%;
        border: 1px solid #e0e0e0;
        border-radius: 10px;
    }
    .contact2_sea {
        padding-left: 0px;
    }
    .contact2_dowm_sets {
        padding-left: 0px;
    }
    .contact2_dowm_sets .SumoSelect {
        margin-right: 0px;
    }
    .contact2_dowms_lt {
        width: auto;
    }
    .contact2_dowms_r {
        width: auto;
        margin-bottom: 30px;
    }
    .contact2_sea_submit input {
        width: 120px;
        height: 56px;
        line-height: 58px;
        color: #fff;
        text-indent: 20px;
        float: left;
        border: none;
        background: none;
        font-size: 14px;
    }
    .contact_ts {
        padding-left: 0px;
    }
    .contact2_sea_txt input {
        font-size: 16px;
    }
    .contact2_dowms {
        margin-bottom: 30px;
    }
    #index2 .jssora05l {
        width: 39px;
        height: 70px;
        background: url(../images/index2_prev.png) no-repeat center;
        cursor: pointer;
        position: absolute;
        display: block;
        top: 50%;
        margin-top: -35px;
        left: 40px;
    }
    #index2 .jssora05r {
        width: 39px;
        height: 70px;
        background: url(../images/index2_next.png) no-repeat center;
        cursor: pointer;
        position: absolute;
        display: block;
        top: 50%;
        margin-top: -35px;
        right: 40px;
    }
    .index3 {
        height: auto;
        background-size: auto 100%;
    }
    .index4_li:hover .img {
        background: url(../images/index4_2.png) no-repeat center;
        background-size: 100%;
    }
    .index4_li .img img {
        width: 130px;
        height: 130px;
        margin: 10px;
    }
    .products_txt_r {
        padding: 0px 15px;
        overflow: hidden;
        display: block;
    }
    .products_txt .img {
        width: 220px;
        height: 220px;
    }
    .products_txt .top {
        font-size: 16px;
    }
    .products_txt .name {
        font-size: 30px;
    }
    .products_txt .txt {
        font-size: 13px;
    }
    .slider1_container2s {
        padding: 0px 15px;
        float: none;
        overflow: hidden;
    }
}

@media screen and (max-width: 480px) {
    .new_list_b .title {
        font-size: 1.3em;
    }
    .new_list_b .img {
        width: auto;
        height: auto;
        overflow: hidden;
        margin: 0px 15px;
        border-width: 12px 11px;
        border-style: solid;
        float: none;
        margin-right: auto;
        margin-left: auto;
    }
    .contact1 {
        max-width: none;
        margin: 20px;
    }
    .tops_name {
        margin: 0px;
    }
    .contact1_t_l {
        float: none;
    }
    .contact1_t_r {
        
		/* by pp */
		width: 100%!important;
    }
	.contact1_b {
    width: auto;
    float: none;
    margin-left: 0px!important;
}
    .solutions_li1 {
        width: 50%;
        float: left;
        height: auto;
        margin-bottom: 15px;
        height: 120px;
    }
    .solutions_li1 img {
        margin-bottom: 0px;
        width: 130px;
        height: 59px;
    }
    .contact2_set_ciya .imgs {
        width: 100%;
        border: none;
    }
    .index_new .top {
        padding-top: 35px;
        padding-bottom: 15px;
        font-size: 35px;
    }
    .index_new_l .img {
        width: 100%;
        height: auto;
    }
    .index_new_l {
        width: auto;
        height: auto;
        margin-bottom: 40px;
    }
    .index_new_l .txt2_2 {
        width: auto;
        padding-left: 0px;
        height: auto;
    }
    .index_new_l .txt2_1 {
        padding-left: 0px;
    }
    .index_new_l .more {
        margin-left: 0px;
    }
    .index_new_l .time {
        float: right;
        margin-right: 0px;
    }
    .index_new_l .txt {
        padding-top: 15px;
    }
    .index2_r .title {
        font-size: 55px;
    }
    .index2_r .txt {
        font-size: 35px;
        line-height: 40px;
        height: 200px;
    }
    .index2_r .gongneng_li img {
        width: 80px;
        height: 80px;
        margin-bottom: 10px;
    }
    .index2_r .gongneng_li {
        float: left;
        overflow: hidden;
        text-align: center;
        font-size: 22px;
        color: #111111;
        width: 128px;
        margin-right: 10px;
        line-height: 30px;
    }
    .index2_l .img {
        width: 430px;
        height: 430px;
        margin-top: 120px;
        margin-left: 60px;
    }
    .slider1_container_li .name {
        font-size: 19px;
    }
    .slider1_container_li .txt {
        display: none;
    }
    .slider1_container_li .more {
        display: none;
    }
    .slider1_container_li .img {
        margin-top: 80px;
    }
}

div.post .new-post .aligncenter,
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    max-width: 96%;
    padding: 8px;
    text-align: center;
}

.wp-caption.alignleft {
    margin: 0 10px 10px 0;
}

.wp-caption.alignright {
    margin: 0 0 10px 10px;
}

.wp-caption img {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.wp-caption p.wp-caption-text {
    font-size: 12px;
    margin: 0;
    padding: 0 4px 5px;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

img.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}

img.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}

#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 100%;
}

#wp-calendar a {
    display: block;
    font-weight: bold;
    text-decoration: none;
}

#wp-calendar a:hover {
    text-decoration: underline;
}

#wp-calendar caption {
    font: bold 13px Arial, sans-serif;
    text-decoration: none;
}

#wp-calendar td {
    color: #9f9f9f;
    padding: 3px 5px;
}

#wp-calendar td#today {
    font-weight: bold;
}

#wp-calendar th {
    font-style: normal;
    padding: 3px 5px;
    text-transform: capitalize;
}

#wp-calendar #prev a,
#wp-calendar #next a {
    font-size: 9pt;
}

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
}

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
}

.pagination {
    clear: both;
}

.wp-pagenavi {
    border-top: 1px solid #e2e2e2;
    clear: both;
    margin-bottom: 30px;
    padding-top: 13px;
    text-align: right;
}

.wp-pagenavi a,
.wp-pagenavi span {
    border: medium none !important;
    color: #666;
    font-size: 14px !important;
    font-weight: 400 !important;
    margin: 0 5px;
    text-decoration: none;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
    color: #999 !important;
}

.wp-pagenavi span.current,
.wp-pagenavi a:hover {
    color: #82c0c7 !important;
}

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

.et_pb_slides::after,
.et_pb_row::after,
.et_pb_row_inner::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.et_pb_slider .et_pb_slide {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
    display: none;
    float: left;
    list-style: outside none none;
    margin-right: -100%;
    position: relative;
    text-align: center;
    width: 100%;
}

.format-gallery .et_pb_slider .et_pb_slide {
    box-shadow: none;
}

.et_pb_slider .et_pb_slide,
.et_pb_section {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.et_pb_slider .et_pb_slide:first-child {
    display: list-item;
}

.et_pb_container {
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 2;
}

.et_pb_slide_description {
    animation-delay: 0.9s;
    animation-duration: 0.7s;
    animation-fill-mode: both;
    animation-name: fadeBottom;
    animation-timing-function: ease-in-out;
    padding: 210px 100px;
}

.et_pb_slider_full.et-pb-active-slide .et_pb_slide_descriptionwidth_off .et_pb_slide_description {
    padding: 185px 100px;
}

.et_pb_bg_layout_dark .et_pb_slide_description {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.et-pb-controllers {
    bottom: 20px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
}

.format-gallery .et-pb-controllers {
    bottom: 0;
}

.et-pb-controllers a {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 7px;
    display: inline-block;
    height: 7px;
    margin-right: 10px;
    text-indent: -9999px;
    width: 7px;
}

.et_pb_post .et-pb-controllers a {
    margin-bottom: 10px;
}

.et-pb-controllers a:last-child {
    margin-right: 0;
}

.et-pb-controllers .et-pb-active-control {
    background-color: #fff;
}

.et_pb_text {
    margin-bottom: 30px;
    width: 100%;
}

.et_pb_text p:last-of-type {
    padding-bottom: 0;
}

.et_pb_bg_layout_dark,
.et_pb_bg_layout_dark h1,
.et_pb_bg_layout_dark h2,
.et_pb_bg_layout_dark h3,
.et_pb_bg_layout_dark h4,
.et_pb_bg_layout_dark h5,
.et_pb_bg_layout_dark h6 {
    color: #fff !important;
}

.et_pb_text_align_left {
    text-align: center;
}

.et_pb_text_align_center {
    text-align: center;
}

.et_pb_text_align_right {
    text-align: right;
}

.et_pb_testimonial_old_layout,
.et_pb_testimonial_old_layout .et_pb_testimonial_description a {
    color: #666 !important;
}

.et_pb_slide_image {
    bottom: 0;
    position: absolute;
    width: 510px;
}

.et_pb_slide:first-child .et_pb_slide_image img {
    opacity: 0;
}

.et_pb_slide:first-child .et_pb_slide_image img.active {
    animation-delay: 0.6s;
    animation-duration: 0.7s;
    animation-fill-mode: both;
    animation-name: fadeLeft;
    animation-timing-function: ease-in-out;
    opacity: 1;
}

.et_pb_media_alignment_center .et_pb_slide_image {
    bottom: auto;
    top: 50%;
}

.et_pb_slide_image,
.et_pb_slide_video {
    animation-delay: 0.6s;
    animation-duration: 0.7s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}

.et_pb_slide_image {
    animation-name: fadeLeft;
}

.et_pb_slide_image img {
    vertical-align: bottom;
}

.et_pb_slide_with_image .et_pb_slide_description {
    float: right;
    padding-bottom: 200px;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 510px;
}

.et_pb_slide_description h2 {
    font-size: 39px;
    font-weight: 300;
}

.et_pb_slide_content {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 24px;
}

.et_pb_slide_content p:last-of-type {
    padding-bottom: 0;
}

.et_pb_bg_layout_dark .et_pb_slide_content {
    color: #fff;
}

a.et_pb_more_button {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    text-shadow: none;
}

.et_pb_section_parallax,
.et_pb_slider_parallax {
    overflow: hidden;
}

.et_parallax_bg {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}

.et_pb_section_parallax .et_pb_parallax_css,
.et_pb_slides .et_parallax_bg.et_pb_parallax_css {
    background-attachment: fixed;
}

.et_mobile_device .et_pb_slider_parallax .et_pb_slide,
.et_mobile_device .et_pb_section_parallax .et_pb_parallax_css,
.et_mobile_device .et_pb_slides .et_parallax_bg.et_pb_parallax_css {
    background-attachment: scroll;
}

.et_mobile_device .et-waypoint,
.et_mobile_device .et_pb_counter_amount {
    animation: 0s ease 0s normal none 1 running none !important;
    opacity: 1 !important;
}

.et_pb_slider_fullwidth_off {
    margin-bottom: 30px;
}

.et_pb_post .et_pb_slider {
    margin-bottom: 0;
}

.et_pb_slider_fullwidth_off .et_pb_container {
    width: 100% !important;
}

.et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_description {
    padding: 120px 60px 86px;
    text-align: center;
}

.et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_description {
    padding: 80px 60px;
}

.et_pb_column_2_3 .et_pb_slider_fullwidth_off .et_pb_slide_description {
    padding: 120px 60px;
}

.et_pb_column_3_4 .et_pb_slider_fullwidth_off .et_pb_slide_description {
    padding: 180px 60px;
}

.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_container {
    min-height: 170px;
}

.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_content,
.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_video {
    display: none;
}

.et_pb_column_1_4 .et_pb_slider_fullwidth_off h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_description,
.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description {
    padding: 35px 20px 75px;
    text-align: center;
    width: 185px;
}

.et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_slider_fullwidth_off .et_pb_slide_video {
    margin-left: 100px;
    width: 410px;
}

.et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description {
    padding-bottom: 145px;
    padding-right: 100px;
    padding-top: 145px;
    width: 409px;
}

.et_pb_column_3_4 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description {
    padding-left: 60px;
    padding-right: 60px;
    width: 307px;
}

.et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description {
    padding-left: 60px;
    padding-right: 60px;
    width: 390px;
}

.et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description,
.et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description {
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
    width: 200px;
}

.et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description {
    width: 249px;
}

.et_pb_column_2_3 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description {
    padding-left: 60px;
    padding-right: 60px;
    width: 260px;
}

.et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content,
.et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_more_button,
.et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_more_button,
.et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_video,
.et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_video,
.et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content,
.et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_more_button,
.et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_video {
    display: none;
}

.et_pb_column_2_3 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_2_3 .et_pb_slider_fullwidth_off .et_pb_slide_video {
    margin-left: 60px;
    width: 260px;
}

.et_pb_column_3_4 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_3_4 .et_pb_slider_fullwidth_off .et_pb_slide_video {
    margin-left: 60px;
    width: 308px;
}

.et_pb_column_3_4 .et_pb_slide_content,
.et_pb_column_1_2 .et_pb_slide_content,
.et_pb_column_1_3 .et_pb_slide_content,
.et_pb_column_1_4 .et_pb_slide_content,
.et_pb_column_2_3 .et_pb_slide_content {
    font-size: 16px;
}

.et_pb_column_3_4 .et_pb_slide_description h2,
.et_pb_column_2_3 .et_pb_slide_description h2,
.et_pb_column_1_2 .et_pb_slide_description h2 {
    font-size: 26px;
    font-weight: 500;
}

.et_pb_column_1_3 .et_pb_slide_description h2,
.et_pb_column_3_8 .et_pb_slide_description h2 {
    font-size: 22px;
    font-weight: 500;
}

ul.et_pb_social_media_follow {
    list-style-type: none;
    margin: 0 0 22px;
    padding: 0;
}

.et_pb_social_media_follow li {
    float: left;
    margin-bottom: 8px;
}

.et_pb_social_media_follow li a {
    display: block;
    float: left;
    margin-right: 8px;
    text-align: center;
    text-decoration: none;
}

.et_pb_social_media_follow li a.follow_button {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    border-radius: 3px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    line-height: 23px;
    margin-right: 25px;
    margin-top: 5px;
    padding: 0 12px;
    transition: all 0.3s ease 0s;
}

.et_pb_social_media_follow li a.follow_button:hover {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    color: rgba(0, 0, 0, 0.6);
}

.et_pb_social_media_follow.et_pb_bg_layout_dark li a.follow_button {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    color: rgba(255, 255, 255, 0.8);
}

.et_pb_social_media_follow.et_pb_bg_layout_dark li a.follow_button:hover {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    color: rgba(255, 255, 255, 1);
}

.et_pb_social_media_follow li a.icon {
    height: 32px;
    padding: 0;
    width: 32px;
}

.et_pb_social_media_follow li a.icon::before {
    color: rgba(255, 255, 255, 1);
    display: block;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    transition: color 0.3s ease 0s;
    width: 32px;
}

.et_pb_social_media_follow li a.icon:hover::before {
    color: rgba(255, 255, 255, 0.7);
}

.et_pb_social_media_follow li a.icon.rounded_rectangle {
    border-radius: 3px;
}

.et_pb_social_media_follow li a.icon.circle {
    border-radius: 100%;
}

li.et_pb_social_icon a span {
    display: none;
}

.et-social-facebook a.icon::before {
    content: "?";
}

.et-social-twitter a.icon::before {
    content: "?";
}

.et-social-google-plus a.icon::before {
    content: "?";
}

.et-social-pinterest a.icon::before {
    content: "?";
}

.et-social-linkedin a.icon::before {
    content: "?";
}

.et-social-tumblr a.icon::before {
    content: "?";
}

.et-social-instagram a.icon::before {
    content: "?";
}

.et-social-skype a.icon::before {
    content: "?";
}

.et-social-flikr a.icon::before {
    content: "?";
}

.et-social-myspace a.icon::before {
    content: "?";
}

.et-social-dribbble a.icon::before {
    content: "?";
}

.et-social-youtube a.icon::before {
    content: "?";
}

.et-social-vimeo a.icon::before {
    content: "?";
}

.et-social-rss a.icon::before {
    content: "?";
}

.et_pb_section {
    padding: 0;
    position: relative;
}

#main-content,
.et_pb_section {
    background-color: #fff;
}

.et_section_transparent,
.et_pb_pagebuilder_layout #main-content {
    background-color: transparent;
}

.et_pb_fullwidth_section {
    padding: 0;
}

.et_pb_fullwidth_section .et_pb_row {
    padding: 0;
}

.et_pb_fullwidth_header {
    padding: 50px 0;
}

.et_pb_fullwidth_header p {
    padding-bottom: 0;
}

.et_pb_inner_shadow {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.07) inset;
}

.et_pb_section_video {
    overflow: hidden;
}

.et_pb_section_video_bg {
    background-color: #222;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    visibility: visible;
    width: 100%;
}

.et_pb_section_video_bg .mejs-controls,
.et_pb_section_video_bg .mejs-overlay-play {
    display: none !important;
}

.et_pb_row {
    margin: 0 auto;
    padding: 30px 0 0;
    position: relative;
    width: 100%;
}

.et_pb_row_inner:nth-of-type(n+2) {
    padding-top: 30px;
}

.et_pb_row.et_pb_row_empty,
.et_pb_row_inner.et_pb_row_empty:nth-of-type(n+2) {
    display: none;
}

.et_pb_column {
    float: left;
    margin-right: 40px;
    margin-top: -36px;
}

.et_pb_column_4_4 {
    float: none;
    width: 100%;
}

.et_pb_column_1_2 {
    width: 43%;
}

.et_pb_column_1_3 {
    width: 29%;
}

.et_pb_column_1_4 {
    width: 22%;
}

.et_pb_column_2_3 {
    width: 700px;
}

.et_pb_column_3_4 {
    width: 795px;
}

.et_pb_column_3_8 {
    width: 367.5px;
}

.et_pb_row .et_pb_column:last-child {
    margin-right: 0;
}

.et_pb_space {
    border: medium none;
}

.et_pb_divider {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 30px;
}

.et_pb_preload>div,
.et_pb_preload .et_pb_section_video_bg {
    visibility: hidden;
}

.et_pb_preload {
    background: #464646 none repeat scroll 0 0 !important;
    position: relative;
}

.et_pb_preload::before {
    background: rgba(0, 0, 0, 0) url("images/preloader.gif") no-repeat scroll 0 0;
    border-radius: 32px;
    content: "";
    height: 32px;
    left: 50%;
    margin: -16px 0 0 -16px;
    position: absolute;
    top: 50%;
    width: 32px;
}

@media only screen and (max-width: 320px),
only screen and (max-device-width: 479px) {
    .static-page p {
        font-size: 18px;
        margin-bottom: 30px;
        padding: 5px;
        text-align: justify;		
    }
}


/*  PP */

							.bredcumb{position: absolute;
    top: 140px;
    background: rgba(159, 159, 159, 0.1) none repeat scroll 0% 0%;
    width: 73.9%;
    padding: 3px 20px 6px 0px;
    left: 208px;
    color: #fff;
    text-align: right;}
	.bredcumb a{color:#fff!important;}
		.cat_img{
		height: 332px;
		width: 100%;
		}
							.pagination ul li{ display: inline-block;}
							.pagination ul > li.myclass {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
    color: #999999;
    cursor: default;
    background-color: transparent;
}
.pagination ul > li.myclass:first-child {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}
.pagination ul > li.myclass:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;   
}
						
.pagination {
    display: inline-block; float:left; width:100%;
}

.pagination a {
    color: black;
	    background-color: #efefef;
    margin: 0px 10px 0px 10px;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination ul li .active {
    background-color: red!important;
    color: white;
}
.pagination  .disabled {
    display:none;
}
.pagination li.active a {
    color: #fff!important;
    background-color: #0275d8;
}
.pagination a:hover:not(.active) {background-color: #ddd;}

.fancybox-margin{
      margin-right:17px;
      }
	  
	  .backpack.dropzone {
      font-family: 'SF UI Display', 'Segoe UI';
      font-size: 15px;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 250px;
      height: 150px;
      font-weight: lighter;
      color: white;
      will-change: right;
      z-index: 2147483647;
      bottom: 20%;
      background: #333;
      position: fixed;
      user-select: none;
      transition: left .5s, right .5s;
      right: 0px;
      }
      .backpack.dropzone .animation {
        height: 80px;
        width: 250px;
        background: url("chrome-extension://lifbcibllhkdhoafpjfnlhfpfgnpldfl/assets/backpack/dropzone/hoverstate.png") left center;
      }
      .backpack.dropzone .title::before {
        content: 'Save to';
      }
      .backpack.dropzone.closed {
        right: -250px;
      }
      .backpack.dropzone.hover .animation {
        animation: sxt-play-anim-hover 0.91s steps(21);
        animation-fill-mode: forwards;
        background: url("chrome-extension://lifbcibllhkdhoafpjfnlhfpfgnpldfl/assets/backpack/dropzone/hoverstate.png") left center;
      }
      @keyframes sxt-play-anim-hover {
        from {
          background-position: 0px;
        }
        to {
          background-position: -5250px;
        }
      }
      .backpack.dropzone.saving .title::before {
        content: 'Saving to';
      }
      .backpack.dropzone.saving .animation {
        background: url("chrome-extension://lifbcibllhkdhoafpjfnlhfpfgnpldfl/assets/backpack/dropzone/saving_loop.png") left center;
        animation: sxt-play-anim-saving steps(59) 2.46s infinite;
      }
      @keyframes sxt-play-anim-saving {
        100% {
          background-position: -14750px;
        }
      }
      .backpack.dropzone.saved .title::before {
        content: 'Saved to';
      }
      .backpack.dropzone.saved .animation {
        background: url("chrome-extension://lifbcibllhkdhoafpjfnlhfpfgnpldfl/assets/backpack/dropzone/saved.png") left center;
        animation: sxt-play-anim-saved steps(20) 0.83s forwards;
      }
      @keyframes sxt-play-anim-saved {
        100% {
          background-position: -5000px;
        }
      }
	  
 #smartthings-site-header .navbar-right{
        margin-right: 7px !important;
      }