@charset "UTF-8";

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

*,
body {
    padding: 0
}

#overlay_section h1,
#overlay_section h2 {
    line-height: 60px;
    font-weight: 100;
    font-size: 38px;
    color: #005b7f;
    clear: both;
    text-align: center
}

.slick-slider,
body,
html {
    -webkit-tap-highlight-color: transparent
}

.entry-title,
.qtip-content,
pre,
table {
    word-wrap: break-word
}

.comment-list,
.contributors-list,
.media,
.media-body,
.related-posts,
.site-main {
    zoom: 1
}

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.2.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff?v=4.2.0) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.2.0) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-gittip:before {
    content: "\f184"
}

.fa-circle-thin:before {
    content: "\f1db"
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    outline: 0!important;
    border: none;
    color: transparent;
    text-decoration: none!important
}

.site-nav--scrollable-container::-webkit-scrollbar {
    display: none
}

button:focus {
    outline: 0!important
}

body {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

html,
html a {
    -webkit-font-smoothing: antialiased!important
}

input:focus {
    outline: 0;
    border: none
}

a img {
    border: 0
}

* {
    margin: 0
}

a,
a.active,
a:after,
a:focus,
a:hover,
a:visited {
    outline: 0;
    border: none;
    text-decoration: none
}

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

textarea {
    vertical-align: top
}

.comment-list:after,
.comment-list:before,
.contributors-list:after,
.contributors-list:before,
.related-posts:after,
.related-posts:before,
.site-main:after,
.site-main:before {
    display: table;
    content: ""
}

.comment-list:after,
.contributors-list:after,
.related-posts:after,
.site-main:after {
    clear: both
}

#overlay_section {
    padding: 85px 0 119px
}

#overlay_section h1 {
    letter-spacing: .6px;
    margin: 0;
    font-family: proxima-nova, sans-serif
}

#overlay_section .grid {
    position: relative;
    clear: both;
    margin: 73px 0 81px;
    list-style: none;
    float: left
}

#overlay_section h2 {
    letter-spacing: .4px;
    margin: 0;
    font-family: proxima-nova, sans-serif
}

.corporate-resources a h2,
.corporate-services a h2 {
    text-decoration: none;
    font-size: 32px;
    line-height: normal;
    letter-spacing: 2.2px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 auto;
    font-family: proxima-nova, sans-serif
}

#overlay_section h2 a {
    color: #005b7f;
    border-bottom: solid 1px #668ea4;
    text-decoration: none;
    display: inline-block;
    line-height: normal
}

#overlay_section h2 a:hover {
    color: #005b7f;
    text-decoration: none;
    opacity: .7
}

.site {
    z-index: 100;
    -moz-transition: -moz-transform .2s cubic-bezier(.2, .3, .25, .9);
    -o-transition: -o-transform .2s cubic-bezier(.2, .3, .25, .9);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.2, .3, .25, .9);
    transition: transform .2s cubic-bezier(.2, .3, .25, .9)
}

.right_content {
    position: absolute!important;
    bottom: 0;
    right: 0;
    padding-right: 0!important
}

.play_icon_desktop {
    display: block!important
}

.play_icon_mobile {
    display: none!important
}

#resource_service_section {
    overflow: hidden
}

.corporate-resources {
    position: relative;
    width: 50%;
    float: left;
    background-size: cover;
    text-align: center;
    height: auto
}

.corporate-resources img {
    width: 100%
}

.corporate-resources a {
    display: block
}

.corporate-resources a .corporate-resources-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(3, 58, 80, .8);
    z-index: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.corporate-resources a:hover .corporate-resources-overlay,
.corporate-services a .corporate-services-overlay {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.corporate-resources a h2 {
    color: #FFF;
    border-bottom: 1px solid #FFF;
    z-index: 999;
    display: inline-block;
    max-width: 203px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.corporate-resources a:hover .corporate-resources-overlay {
    transition: all .3s ease;
    opacity: .94
}

.corporate-resources a:hover h2 {
    color: #fff;
    border-bottom: solid 1px #fff
}

.corporate-services {
    position: relative;
    width: 50%;
    float: left;
    background-size: cover;
    text-align: center
}

.corporate-services img {
    width: 100%
}

.corporate-services a .corporate-services-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 108, 151, .88);
    z-index: 1;
    transition: all .3s ease
}

.corporate-services a {
    display: block
}

.corporate-services a h2 {
    color: #FFF;
    border-bottom: 1px solid #FFF;
    z-index: 999;
    display: inline-block;
    max-width: 164px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.corporate-services a:hover .corporate-services-overlay {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: .94
}

.corporate-services a:hover h2 {
    color: #fff;
    border-bottom: solid 1px #fff
}

.client-logo-slider {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .2);
    min-height: 139px
}

.page-cover__background .client-logo-slider img {
    position: static
}

.slideshow_container {
    margin-top: 43px!important
}

.slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image img {
    max-width: 141px!important;
    width: 100%!important;
    height: auto!important
}

.feature_client_slider_desktop {
    display: block
}

.feature_client_slider_ipad {
    display: none;
    padding: 38px 0 35px;
    overflow: hidden
}

.feature_client_slider_ipad ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.feature_client_slider_ipad ul li {
    width: 29%;
    text-align: center;
    margin: 0 2% 20px;
    float: left
}

.feature_client_slider_ipad ul li img {
    margin: 0 auto
}

#email_subscribe_section {
    min-height: 744px;
    position: relative
}

.email_subscribe_img_overlay {
    background: url(../../images/subscribe_overlay.png) left top;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

#footer_section,
#team_part,
.post-content,
.site-navigation-toggle {
    position: relative
}

#email_subscribe_section .subscribe_inner_content {
    margin: 211px auto 0;
    padding: 0 49px
}

#email_subscribe_section .subscribe_inner_content p {
    font-family: proxima-nova, sans-serif;
    font-size: 38px;
    color: #FFF;
    line-height: 60px;
    text-align: center;
    padding-bottom: 65px;
    font-weight: 100;
    margin: 0;
    letter-spacing: .2px
}

.subscribe_inner_content .subscribe-parent-div {
    margin: 0 auto;
    text-align: center;
    border: 2px solid #FFF;
    display: table;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

#email_subscribe_section .subscribe_inner_content input {
    background: none;
    color: #7c8084;
    font-style: italic;
    text-transform: capitalize;
    font-size: 26px;
    letter-spacing: 3.2px;
    border: none;
    padding: 0 10px 0 21px;
    line-height: 66px;
    font-weight: 100;
    font-family: proxima-nova, sans-serif
}

#email_subscribe_section .subscribe_inner_content input::-webkit-input-placeholder {
    color: #7c8084;
    font-style: italic;
    font-weight: 100;
    text-transform: uppercase
}

#email_subscribe_section .subscribe_inner_content input:-moz-placeholder {
    color: #7c8084;
    font-style: italic;
    font-weight: 100;
    text-transform: uppercase
}

#email_subscribe_section .subscribe_inner_content input::-moz-placeholder {
    color: #7c8084;
    font-style: italic;
    font-weight: 100;
    text-transform: uppercase
}

#email_subscribe_section .subscribe_inner_content input:-ms-input-placeholder {
    color: #7c8084;
    font-style: italic;
    font-weight: 100;
    text-transform: uppercase
}

#gf_2 .validation_error,
.email-subscribe .gform_wrapper .top_label .gfield_label {
    display: none!important
}

#email_subscribe_section .subscribe_inner_content button {
    background: #FFF;
    font-family: proxima-nova, sans-serif;
    color: #0D202A;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 3.5px;
    padding: 0 45px;
    border: none;
    line-height: 66px;
    min-width: 261px
}

#email_subscribe_section .subscribe_inner_content button:hover {
    opacity: .7
}

.subscribe-parent-div .gform_confirmation_message,
.subscribe_part .gform_confirmation_message {
    text-align: center;
    background: url(../../images/popup_window_border.png);
    border-radius: 3px;
    margin: 0;
    border: 0;
    padding: 10px
}

.email-subscribe .gform_confirmation_message .thankyou-message,
.subscribe-parent-div .gform_confirmation_message .thankyou-message {
    background: #FFF;
    padding: 25px 60px;
    opacity: .95;
    font-family: proxima-nova, sans-serif;
    line-height: 25px;
    font-size: 15px
}

.subscribe_part .gform_confirmation_message .thankyou-message {
    background: #FFF;
    padding: 25px;
    opacity: .95;
    font-family: proxima-nova, sans-serif;
    line-height: 25px;
    font-size: 15px
}

.email-subscribe .gform_confirmation_message .thankyou-message a,
.subscribe-parent-div .gform_confirmation_message .thankyou-message a,
.subscribe_part .gform_confirmation_message .thankyou-message a {
    color: #428bca
}

.email-subscribe .gform_confirmation_message .thankyou-message a:hover,
.subscribe-parent-div .gform_confirmation_message .thankyou-message a:hover,
.subscribe_part .gform_confirmation_message .thankyou-message a:hover {
    opacity: .7
}

.subscribe-parent-div .gform_confirmation_message .thankyou-message p {
    font-size: 16px!important;
    font-weight: 400!important;
    color: #686561!important;
    line-height: 20px!important;
    letter-spacing: .5px!important;
    margin-bottom: 28px!important;
    padding: 0!important
}

.subscribe-parent-div .gform_confirmation_message .thankyou-message p strong,
b {
    display: block
}

.email-subscribe .gform_confirmation_message .thankyou-message h6,
.subscribe-parent-div .gform_confirmation_message .thankyou-message h6,
.subscribe_part .gform_confirmation_message .thankyou-message h6 {
    font-size: 15px;
    font-weight: 600;
    color: #005B7F;
    font-style: italic;
    margin: 0;
    letter-spacing: .5px
}

.pp_inline h1 {
    margin: 0 0 25px;
    text-align: center;
    padding: 25px;
    background: #005B7F;
    color: #fff;
    font-family: proxima-nova, sans-serif;
    text-transform: uppercase;
    font-size: 32px
}

.pp_inline ul {
    padding: 25px 75px 0;
    line-height: 26px
}

.pp_inline ul li {
    list-style: inherit!important
}

.pp_inline ul li,
em,
p {
    color: #3B4144;
    font-size: 18px;
    font-weight: 100;
    letter-spacing: .5px;
    font-family: proxima-nova, sans-serif
}

.email-subscribe .gform_confirmation_message {
    text-align: center;
    background: url(../../images/popup_window_border.png);
    border-radius: 3px;
    margin: 0;
    border: 0;
    padding: 10px;
    max-width: 415px
}

.email-subscribe .gform_confirmation_message .thankyou-message-menu {
    background: #FFF;
    padding: 25px 40px;
    opacity: .95
}

.email-subscribe .gform_confirmation_message .thankyou-message-menu p {
    font-size: 16px!important;
    font-weight: 400!important;
    color: #686561!important;
    line-height: 20px!important;
    letter-spacing: .5px!important;
    margin-bottom: 28px!important;
    padding: 0!important;
    opacity: 1
}

#latest_twitter_widget-2 .latest-twitter-tweet a:hover,
.contact_part small a:hover,
.footer_social_icon_part li a:hover,
ul.footer_social_icons li a:hover {
    opacity: .7
}

.email-subscribe .gform_confirmation_message .thankyou-message-menu p strong,
b {
    display: block;
    margin: 0 0 10px
}

.email-subscribe .gform_confirmation_message .thankyou-message-menu h6 {
    font-size: 15px;
    font-weight: 600;
    color: #005B7F;
    font-style: italic;
    margin: 0;
    letter-spacing: .5px
}

#next_setup_section {
    padding: 141px 0 0;
    position: relative;
    background: #F3F3F3
}

#next_setup_section h1 {
    font-family: proxima-nova, sans-serif;
    font-size: 72px;
    text-align: center;
    font-weight: 600;
    padding-bottom: 138px;
    color: #033a50;
    line-height: 82px;
    letter-spacing: 0;
    margin: 0
}

#next_setup_section .left-div {
    float: left;
    padding-left: 45px;
    padding-bottom: 90px;
    padding-right: 7px
}

#next_setup_section .left-div h3 {
    font-family: proxima-nova, sans-serif;
    color: #005b7f;
    font-size: 34px;
    line-height: 69px;
    font-weight: 700;
    letter-spacing: .7px;
    margin: 0 0 3px;
    text-transform: uppercase
}

#next_setup_section .left-div p {
    font-family: proxima-nova, sans-serif;
    font-size: 20px;
    color: #3b4144;
    line-height: 34px;
    font-weight: 100;
    margin: 0;
    letter-spacing: .5px;
    padding-bottom: 28px
}

#next_setup_section .left-div p:nth-child(3) {
    padding: 0
}

.start-now-btn {
    font-family: proxima-nova, sans-serif;
    border: 0;
    letter-spacing: 3px;
    background: #2EB979;
    color: #FFF;
    font-size: 20px;
    padding: 4px 43px;
    text-transform: uppercase;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    line-height: 46px;
    font-weight: 600;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.start-now-btn:hover {
    background: #1c9560;
    color: #fff
}

#next_setup_section .right-div {
    display: block;
    float: right;
    width: 100%
}

.second-box .second-left-div {
    float: left;
    padding: 90px 2px 113px 52px
}

.second-box .second-left-div img {
    margin-bottom: 26px;
    max-width: 370px;
    width: 100%
}

.second-box .second-left-div p {
    font-family: proxima-nova, sans-serif;
    font-size: 20px;
    color: #3b4144;
    line-height: 34px;
    margin-bottom: 32px;
    letter-spacing: .3px;
    font-weight: 100;
    min-height: 102px
}

#team_part h1,
.second-box .training-btn {
    font-weight: 600;
    font-family: proxima-nova, sans-serif
}

.second-box .training-btn {
    border: 0;
    letter-spacing: 2.9px;
    background: #005B7F;
    color: #FFF;
    font-size: 20px;
    padding: 4px 73px;
    text-transform: uppercase;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    line-height: 46px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.second-box .training-btn1 {
    padding: 4px 70px
}

.second-box .training-btn:hover {
    background: #033f58;
    color: #fff
}

#team_part {
    padding: 118px 0 318px;
    background: url(../../images/teampart_bg.png) bottom center no-repeat #fff
}

#team_part h1 {
    font-size: 72px;
    text-align: center;
    padding-bottom: 102px;
    color: #005b7f;
    line-height: 82px;
    margin: 0;
    letter-spacing: .3px
}

.slider-testimonial .left .table-cell .max-width p {
    font-family: proxima-nova, sans-serif;
    line-height: 34px;
    font-size: 20px;
    font-weight: 100;
    margin: 0;
    letter-spacing: .5px
}

.slider-testimonial .left .table-cell .max-width cite .cite-name,
.slider-testimonial .left .table-cell .max-width cite .cite-position {
    line-height: 30px;
    font-size: 14px;
    font-weight: 600;
    margin: 0!important;
    letter-spacing: .5px;
    font-family: proxima-nova, sans-serif
}

#footer_section {
    padding: 121px 0;
    background: #033A4F
}

.twitter_widget_part {
    max-width: 555px;
    width: 49%;
    float: left;
    margin: 0;
    background: #03425b;
    padding: 5px 27px 1px
}

.twitter_widget_part h1 {
    line-height: 60px;
    color: #8ea8b2;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px;
    letter-spacing: 3.5px;
    font-family: proxima-nova, sans-serif
}

#latest_twitter_widget-2 .latest-twitter-tweet {
    line-height: 24px;
    color: #8ea8b2;
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 29px;
    letter-spacing: .7px;
    font-family: proxima-nova, sans-serif;
    border-left: solid 3px #1c719a;
    padding: 0 0 0 10px
}

#latest_twitter_widget-2 .latest-twitter-tweet a,
.contact_part h2,
.contact_part small {
    font-weight: 600;
    font-family: proxima-nova, sans-serif
}

#latest_twitter_widget-2 .latest-twitter-tweet a {
    line-height: 24px;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    letter-spacing: .5px
}

.footer_contact_part {
    max-width: 553px;
    width: 49%;
    float: right;
    margin: 0
}

.contact_part {
    width: 100%;
    float: left;
    margin: 0 0 27px;
    background: #03425b;
    padding: 5px 27px 23px 29px
}

.contact_part h2 {
    line-height: 60px;
    color: #8ea8b2;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 7px;
    letter-spacing: 3.5px
}

.contact_part p,
.contact_part small {
    line-height: 24px;
    letter-spacing: .5px;
    font-size: 16px
}

.contact_part small {
    color: #fff;
    display: block;
    margin: 0 0 11px
}

.contact_part small a {
    color: #fff;
    display: inline-block
}

.footer_social_icon_part li a,
ul.footer_social_icons li a {
    font-family: proxima-nova, sans-serif;
    display: block
}

.contact_part small span a {
    text-decoration: underline!important
}

.contact_part p {
    color: #8ea8b2;
    font-weight: 100;
    font-family: proxima-nova, sans-serif;
    max-width: 208px
}

.footer_social_icon_part {
    width: 100%;
    float: left
}

.footer_social_icon_part ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer_social_icon_part li {
    background: #105c80;
    width: 50%;
    max-width: 262px;
    float: left
}

.contact-form,
.entry-content,
.inside,
.page .comments-area,
.page .entry-footer,
.page .entry-meta,
.page .post-navigation,
.page-content,
.page-header,
.single .comments-area,
.single .entry-footer,
.single .entry-meta,
.single .post-navigation,
.stag-custom-widget-area .full-wrap .widgettitle,
.stag-custom-widget-area .widget:not(.full-wrap),
.stag-custom-widget-area .widget_text,
body[class*=page-id]:not(.page-template-current-php) .entry-header {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto
}

.footer_social_icon_part li a {
    overflow: hidden;
    line-height: normal;
    color: #a3b7c0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 2px;
    padding: 26px 0 25px 38px
}

.footer_social_icon_part li a img {
    float: left;
    margin: 0 33px 0 0
}

.footer_social_icon_part li:nth-child(2) {
    float: right;
    background: #1c719a
}

.footer_social_icon_part li:nth-child(2) a {
    padding: 23px 0 26px 35px
}

.footer_social_icon_part li:nth-child(2) a img {
    margin: 0 37px 0 0
}

ul.footer_social_icons {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.footer_social_icons li {
    float: left;
    margin-right: 30px;
    background: #005B7F;
    width: 33.3333%;
    height: auto
}

ul.footer_social_icons li a {
    font-size: 20px;
    text-decoration: none;
    color: #8EA8B2;
    font-weight: 600;
    letter-spacing: 3px;
    margin: 0;
    text-align: center;
    line-height: 330px
}

ul.footer_social_icons li:nth-child(3) {
    margin: 0
}

.entry-title,
table {
    font-family: raleway;
    word-break: break-word;
    letter-spacing: .1em
}

.email-subscribe .gform_wrapper div.validation_error,
.email-subscribe p,
.main-navigation li a {
    font-family: proxima-nova, sans-serif
}

@media screen and (max-width:970px) {
    .contact-form,
    .entry-content,
    .inside,
    .page .comments-area,
    .page .entry-footer,
    .page .entry-meta,
    .page .post-navigation,
    .page-content,
    .page-header,
    .single .comments-area,
    .single .entry-footer,
    .single .entry-meta,
    .single .post-navigation,
    .stag-custom-widget-area .full-wrap .widgettitle,
    .stag-custom-widget-area .widget:not(.full-wrap),
    .stag-custom-widget-area .widget_text,
    body[class*=page-id]:not(.page-template-current-php) .entry-header {
        padding-left: 20px;
        padding-right: 20px
    }
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    color: #fff
}

.site-header a {
    color: inherit
}

.header-normal .site-header,
.search-no-results .site-header {
    position: relative;
    color: #333
}

.custom-logo {
    display: inline-block;
    vertical-align: middle
}

.site-description {
    color: #fff
}

@media screen and (max-width:650px) {
    .site-description {
        display: none
    }
}

.site-branding {
    vertical-align: top;
    width: 135px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    height: 135px
}

.site-branding.tiny {
    width: 95px;
    height: 95px;
    transition: height .5s, width .5s
}

.site-branding img {
    width: 100%;
    height: 100%
}

.site-navigation-toggle {
    position: absolute;
    background: #005B7F;
    margin: 0 auto;
    width: 70px;
    top: 0;
    height: 70px;
    color: #fff;
    font-size: 42px;
    text-align: center
}

.site-navigation-toggle i {
    padding-top: 0;
    color: #fff;
    display: block;
    margin: 20px 0 0 19px;
    font-size: 0;
    height: 100%;
    background: url(../../images/menu_toggle.png) no-repeat
}

.site-nav-drawer-open .fa-bars:before,
.site-nav-drawer-open .fa-navicon:before,
.site-nav-drawer-open .fa-reorder:before {
    content: url(../../images/menu_close_icon.png) no-repeat!important
}

body.site-nav-drawer-open .site .menu-opener .site-navigation-toggle .fa-navicon {
    background: url(../../images/menu_close_icon.png) no-repeat!important;
    margin-top: 18px;
    margin-left: 18px
}

body.site-nav-drawer-open .site .menu-opener .site-navigation-toggle {
    position: relative
}

body.site-nav-drawer-open .site .menu-opener .site-navigation-toggle .fa-navicon::before {
    display: none
}

.site-navigation-toggle:hover {
    color: #fff
}

.navigation {
    list-style: none
}

ul.primary-menu {
    list-style: none;
    padding: 4px 0 0 87px;
    margin: 0
}

.main-navigation li {
    border-bottom: 1px solid #0c3c50;
    line-height: 70px
}

.main-navigation li a {
    color: #e2ecf1;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1.7px
}

.main-navigation li a:hover {
    opacity: .7;
    color: #fff;
    overflow: hidden;
    display: block
}

.main-navigation li:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.main-navigation li ul {
    list-style: 0;
    padding: 0;
    margin: 0
}

.main-navigation li ul li {
    font-weight: 100!important;
    padding-left: 35px;
    border-top: 1px solid #0c3c50
}

.main-navigation li ul li#menu-item-244 {
    max-height: 70px
}

.main-navigation li ul li#menu-item-244 a:hover {
    display: inline-block
}

.main-navigation li ul li a {
    font-size: 24px;
    font-weight: 100;
    letter-spacing: 2px
}

.email-subscribe {
    margin-top: 42px;
    padding: 11px 0 74px 86px;
    border-top: 1px solid #355d6d;
    border-bottom: 1px solid #355d6d
}

.email-subscribe p {
    letter-spacing: 1.5px;
    font-size: 16px;
    margin: 0;
    color: #FEFEFE;
    line-height: 69px;
    font-weight: 400;
    opacity: .15;
    padding-bottom: 3px
}

.email-subscribe .gform_wrapper div.validation_error {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
    border-top: none;
    border-bottom: none;
    padding: 0;
    display: none
}

.email-subscribe .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-top: 0;
    margin-bottom: 0!important;
    padding-left: 0!important
}

.email-subscribe .gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 0!important;
    padding: 0!important;
    border-top: none;
    border-bottom: none
}

.email-subscribe .gform_wrapper .top_label .gfield_description.validation_message,
.gform_wrapper .gfield_description.validation_message {
    padding: 5px 0 0!important;
    font-size: 15px
}

.email-subscribe .gform_wrapper .ginput_container+.gfield_description.validation_message {
    margin-top: 0
}

.email-subscribe .gform_wrapper .validation_message {
    color: #fff;
    font-weight: 400;
    letter-spacing: normal
}

.email-subscribe .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
    clear: both
}

.email-subscribe .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-top: 5px
}

.email-subscribe .gform_wrapper .top_label input.medium {
    width: 75%;
    max-width: 350px;
    border: 2px solid #FFF;
    height: 60px;
    font-size: 24px;
    padding: 0 25px;
    display: block;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 100;
    color: #6b7d87;
    letter-spacing: 3px;
    border-radius: 0!important
}

.email-subscribe button,
.email-subscribe input {
    height: 60px;
    width: 350px;
    letter-spacing: 3px;
    font-size: 24px;
    font-family: proxima-nova, sans-serif
}

.email-subscribe .gform_wrapper .top_label input.medium:focus {
    color: #6b7d87
}

.email-subscribe .gform_wrapper .top_label input::-webkit-input-placeholder {
    color: #6b7d87;
    font-style: italic;
    font-weight: 100
}

.email-subscribe .gform_wrapper .top_label input:-moz-placeholder {
    color: #6b7d87;
    font-style: italic;
    font-weight: 100
}

.email-subscribe .gform_wrapper .top_label input::-moz-placeholder {
    color: #6b7d87;
    font-style: italic;
    font-weight: 100
}

.email-subscribe .gform_wrapper .top_label input:-ms-input-placeholder {
    color: #6b7d87;
    font-style: italic;
    font-weight: 100
}

.email-subscribe input {
    background: none;
    border: 2px solid #FFF;
    padding: 0 25px;
    display: block;
    font-style: italic;
    font-weight: 100;
    color: #FFF
}

.email-subscribe button {
    background: #FFF;
    border: 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    color: #0d202a;
    font-weight: 600;
    margin: 28px 0 0
}

.social-icon {
    margin-top: 0;
    padding: 28px 0 70px 80px;
    margin-bottom: 30px
}

.lr-share-vertical-fix {
    top: 221px!important
}

.social-icon p {
    letter-spacing: 1.5px;
    font-size: 16px;
    margin: 0;
    color: #FEFEFE;
    line-height: 34px;
    font-weight: 400;
    font-family: proxima-nova, sans-serif;
    opacity: .15;
    padding-bottom: 22px
}

.social-icon a {
    background: #fff;
    text-align: center;
    margin: 0 15px 0 0;
    width: 60px;
    float: left;
    -webkit-transition: 1s all ease-in-out;
    -moz-transition: 1s all ease-in-out;
    -o-transition: 1s all ease-in-out;
    transition: 1s all ease-in-out
}

.phone_icon,
figure.effect-ming p {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    -moz-transition: opacity .35s, -moz-transform .35s;
    -o-transition: opacity .35s, -o-transform .35s;
    -ms-transition: opacity .35s, -ms-transform .35s
}

.social-icon a i {
    color: #023448;
    font-size: 40px;
    line-height: 60px;
    font-weight: 700
}

.social-icon a:hover {
    background: #023448
}

.social-icon a i:hover {
    color: #fff
}

.social-icon img {
    margin-right: 15px
}

.social-icon img:hover {
    opacity: .7
}

.site-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    outline: 0;
    background-color: #023448
}

.site-nav--scrollable-container {
    overflow: auto;
    padding: 0;
    width: 590px;
    -webkit-overflow-scrolling: touch;
    position: relative;
    height: 100%
}

.site-nav-transition .site-nav--scrollable-container {
    display: block
}

.site-nav-transition .site-nav__section,
.site-nav__section {
    background-color: #023448;
    border-bottom: 2px solid #023448;
    position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden
}

.site-nav__section:last-of-type {
    border: none;
    padding-bottom: 0
}

.site-nav a {
    color: #333
}

.site-nav a:hover {
    color: #000
}

.site-nav .widgettitle {
    letter-spacing: 1.9px;
    font-size: 16px;
    margin: 0;
    color: #48616e;
    padding-left: 87px;
    border-bottom: 1px solid #355D6D;
    line-height: 69px;
    font-weight: 400;
    font-family: proxima-nova, sans-serif
}

.site-nav .close-nav {
    right: 30px;
    font-size: 30px;
    cursor: pointer;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    background: red;
    -moz-user-select: none;
    width: 70px;
    z-index: 9999999999;
    display: none
}

.site-nav .sub-menu {
    margin-top: 0;
    margin-left: 0
}

.site-nav-transition #page {
    left: 0;
    position: absolute;
    overflow: hidden;
    width: 100%;
    z-index: 800
}

.site-nav-drawer-open #page {
    -moz-transform: translate(-590px, 0, 0);
    -ms-transform: translate(-590px, 0, 0);
    -webkit-transform: translate(-590px, 0, 0);
    transform: translate(-590px, 0, 0);
    -moz-transform: translate3d(-590px, 0, 0);
    -ms-transform: translate3d(-590px, 0, 0);
    -webkit-transform: translate3d(-590px, 0, 0);
    transform: translate3d(-590px, 0, 0)
}

.site-main {
    display: block
}

::-webkit-selection {
    background-color: #f3f4f5;
    color: #13171a;
    text-shadow: none
}

::selection {
    background-color: #f3f4f5;
    color: #13171a;
    text-shadow: none
}

img::selection {
    background-color: transparent
}

img::-moz-selection {
    background-color: transparent
}

embed,
iframe,
object,
video {
    max-width: 100%
}

.clear {
    clear: both
}

.page-cover {
    position: relative
}

.page-cover__background {
    min-height: 823px;
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover
}

.feature_overlay {
    background: url(../../images/feature_overlay.png) top left;
    position: absolute;
    height: 100%;
    width: 100%
}

.phone_icon {
    opacity: .9;
    background: #005b7f;
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 0;
    right: 0
}

.phone_icon img {
    opacity: 1!important;
    max-width: 51px!important;
    min-height: 0!important;
    height: auto!important;
    margin: 13px auto 0
}

.phone_icon i {
    font-size: 46px;
    color: #fff;
    line-height: 81px
}

.header-inner-content .btn,
.header-inner-content h1 {
    color: #FFF;
    font-family: proxima-nova, sans-serif
}

.header-inner-content {
    position: absolute;
    top: 120px;
    left: 0!important;
    right: 0;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    max-width: 794px
}

.header-inner-content h1 {
    font-size: 56px;
    line-height: 72px;
    line-height: 60px;
    font-weight: 700;
    padding-bottom: 25px;
    letter-spacing: .5px;
    margin: 0
}

.header-inner-content .btn {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 3px solid #00CBFF;
    background: url(../../images/here-arrow-mobile.png) 93% 50% no-repeat;
    width: 258px;
    height: 57px;
    padding: 0 23px;
    text-align: left;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 3px;
    display: block;
    margin: 0 auto;
    line-height: 51px
}

.header-inner-content .btn:hover {
    color: #FFF!important;
    background: url(../../images/here-arrow_hover1.png) 93% 50% no-repeat #00CBFF
}

.header-inner-content .btn:focus {
    color: #FFF!important
}

.header-inner-content .driver {
    width: 90px;
    height: 1px;
    background: #5f626c;
    margin: 40px 0 19px
}

.menu-opener,
.menu-opener:hover {
    background: #005b7f
}

.header-inner-content p {
    font-size: 32px;
    color: #FFF;
    line-height: 60px;
    font-weight: 100;
    letter-spacing: 1px;
    margin: 0;
    font-family: proxima-nova, sans-serif
}

.header-inner-content p span {
    font-size: 32px;
    color: #00BFFF;
    text-decoration: none;
    border-bottom: 3px solid #00bfff;
    font-weight: 700
}

.header-inner-content p span a {
    color: #00BFFF;
    text-decoration: none
}

.header-inner-content p span a:hover {
    color: #00BFFF;
    opacity: .7
}

figure.effect-ming p {
    font-size: 20px!important;
    font-weight: 100;
    line-height: 24px!important;
    text-align: center;
    text-transform: none;
    opacity: 0;
    transition: opacity .35s, transform .35s;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

.page-cover__background img {
    position: absolute;
    bottom: 33px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.second-box .second-right-div {
    border-left: 1px solid #CCC;
    padding-left: 84px
}

.second-box .col-md-6.right_training {
    padding-left: 0
}

#next_setup_section .setup-inner-content {
    border-bottom: 1px solid #CCC;
    overflow: hidden;
    position: relative
}

.menu-opener {
    cursor: pointer;
    height: 70px;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 70px
}

.btn,
.slick-slider {
    -webkit-user-select: none
}

.menu-opener.active {
    background: 0 0
}

.menu-opener a:focus,
.menu-opener a:hover {
    color: #fff;
    text-decoration: none
}

.menu-opener-inner {
    background: #fff;
    width: 33px;
    height: 6px;
    margin-left: 20px;
    margin-top: 31px
}

.menu-opener-inner::after,
.menu-opener-inner::before {
    background: #fff;
    content: '';
    display: block;
    width: 33px;
    height: 6px
}

.menu-opener-inner::before {
    -webkit-transform: translateY(-.75rem);
    -ms-transform: translateY(-.75rem);
    transform: translateY(-.75rem)
}

.menu-opener-inner::after {
    -webkit-transform: translateY(.25rem);
    -ms-transform: translateY(.25rem);
    transform: translateY(.25rem)
}

.menu-opener-inner.active {
    background: 0 0
}

.menu-opener-inner.active::before {
    -webkit-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg)
}

.menu-opener-inner.active::after {
    -webkit-transform: translateY(-.5rem) translateX(0) rotate(45deg);
    -ms-transform: translateY(-.5rem) translateX(0) rotate(45deg);
    transform: translateY(-.5rem) translateX(0) rotate(45deg)
}

.about_page .site-branding {
    width: 95px;
    height: 95px
}

.about_us {
    min-height: 348px;
    position: relative
}

.about_overlay {
    background: url(../../images/about_overlay.png) left top;
    position: absolute;
    height: 100%;
    width: 100%
}

.about_us_inner_content {
    padding: 132px 0 0
}

.about_us_inner_content h1 {
    font-family: proxima-nova, sans-serif;
    font-size: 72px;
    color: #FFF;
    font-weight: 600;
    line-height: 82px;
    letter-spacing: .5px;
    margin: 0;
    text-align: center
}

.about_author_content h2,
.mid_inner p {
    font-family: proxima-nova, sans-serif;
    letter-spacing: 0
}

#mid_content {
    padding: 53px 0 254px;
    background: url(../../images/teampart_bg.png) center bottom no-repeat #FFF;
    position: relative
}

.mid_inner {
    max-width: 748px;
    margin: 0 auto
}

.about_author {
    border-bottom: solid 1px #dde0e3;
    margin-bottom: 55px;
    float: left;
    width: 100%
}

.about_author_img {
    padding: 0 35px 32px 0;
    float: left;
    max-width: 243px;
    border-right: 1px solid #DDE0E3;
    margin: 0 37px 0 0;
    width: 33%
}

.about_author img {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    border: 10px solid #E6E6E6
}

.about_author_content h2 {
    font-size: 34px;
    color: #005B7F;
    line-height: 50px;
    font-weight: 100
}

.slider-active-arrow {
    height: 14px!important
}

.slider-active-arrow .container {
    height: 14px!important;
    background: url(../../images/active-arrow-ipad.png) -3px 0 no-repeat
}

.mid_inner p {
    font-size: 20px;
    color: #3b4144;
    line-height: 42px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 44px
}

.blog__inner_content h1,
.blog__inner_content p {
    font-family: proxima-nova, sans-serif;
    letter-spacing: .5px;
    text-align: center
}

.mid_inner p a {
    color: #3b4144;
    text-decoration: none;
    font-weight: 600;
    border-bottom: solid 1px #afb0b1
}

.search_dropdown_2 .select_box_2 ul li a.selecteddrop {
    color: #5fcf80;
    background: url(../../images/dropdown_checkbox_selected.png) 13px 12px no-repeat
}

.mid_inner p a:hover {
    opacity: .7
}

.blog_feature_part {
    min-height: 437px;
    position: relative
}

.blog_overlay {
    background: url(../../images/blog_overlay.png) left top;
    position: absolute;
    height: 100%;
    width: 100%
}

.blog__inner_content {
    text-align: center;
    padding: 144px 0 0
}

.blog__inner_content h1 {
    font-size: 72px;
    color: #FFF;
    font-weight: 600;
    line-height: 82px;
    margin: 0 0 7px
}

.blog__inner_content p {
    font-size: 20px;
    color: #00b7ff;
    font-weight: 100;
    line-height: normal;
    margin: 0;
    font-style: italic;
    text-decoration: none
}

.blog__inner_content a:hover {
    opacity: .7;
    color: #0580ac;
    text-decoration: none
}

.subscribe_part {
    margin: 28px auto;
    text-align: center;
    border: 2px solid #005b7f;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

.subscribe_part .input_text,
.subscribe_part .submit_btn {
    border: none;
    font-size: 18px;
    font-family: proxima-nova, sans-serif;
    text-transform: uppercase
}

.subscribe_part .input_text {
    background: none;
    color: #aac3cd;
    font-style: italic;
    letter-spacing: 2px;
    min-width: 349px;
    padding: 0 20px;
    font-weight: 100
}

.subscribe_part .submit_btn {
    background: #005b7f;
    color: #e4e6e7;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 0 36px;
    line-height: 49px;
    min-width: 156px
}

.search_part,
.search_part .resources_part_dropdown ul li {
    line-height: 62px
}

.subscribe_part .submit_btn:hover {
    opacity: .7;
    color: #e4e6e7
}

.page-template-template-blog .subscribe_part #gforms_confirmation_message_1 {
    margin: -28px auto 0
}

#mid_content_blog {
    padding: 53px 0 254px;
    background: url(../../images/teampart_bg.png) center bottom no-repeat #FFF
}

.blog_inner {
    max-width: 849px;
    margin: 0 auto
}

.search_part {
    border: 1px solid #ebebeb;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    margin: 0 0 60px
}

.search_part .resources_part_dropdown ul li .select_type a i,
.search_part .resources_part_dropdown ul li .select_type_1 a i {
    margin-top: 20px
}

.search_part input {
    background: url(../../images/blog_search_icon.jpg) 22px 20px no-repeat;
    color: #b2b2b2;
    font-size: 18px;
    letter-spacing: 1px;
    border: none;
    width: 35%;
    padding: 0 22px 0 62px;
    font-weight: 100;
    font-family: proxima-nova, sans-serif
}

.search_part_dropdown {
    float: right;
    padding: 0 22px 0 0
}

.blog_content {
    margin: 0 0 70px;
    text-align: center;
    padding: 0;
    border-bottom: solid 1px #e6e6e6
}

.blog_content h1 a {
    font-family: proxima-nova, sans-serif;
    font-size: 40px;
    color: #25292b;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: 0;
    margin: 0 auto;
    text-align: center;
    max-width: 646px
}

.blog_content small {
    font-family: proxima-nova, sans-serif;
    font-size: 12px;
    color: #777;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 1.2px;
    margin: 0 0 8px;
    text-align: center;
    text-transform: uppercase
}

.blog_content a,
.blog_content p {
    font-size: 18px;
    max-width: 646px;
    text-align: left;
    font-family: proxima-nova, sans-serif
}

.blog_content img {
    margin: 25px auto 21px
}

.blog_content p {
    color: #333;
    line-height: 36px;
    font-weight: 100;
    margin: 0 auto;
    letter-spacing: .3px;
    padding-bottom: 46px
}

.blog_content a {
    color: #005b7f;
    text-decoration: none;
    font-weight: 700;
    margin: 0 auto;
    letter-spacing: .5px
}

.blog_content a:hover {
    opacity: .7;
    text-decoration: none
}

.blog_inner .blog_content:nth-child(5) {
    border: none
}

.resources_feature_part {
    min-height: 437px;
    position: relative
}

.resources_overlay {
    background: url(../../images/resources_overlay.png) left top;
    position: absolute;
    height: 100%;
    width: 100%
}

.resources__inner_content {
    text-align: center;
    padding: 139px 0 0;
    max-width: 926px;
    margin: 0 auto
}

.resources__inner_content h1 {
    font-family: proxima-nova, sans-serif;
    font-size: 72px;
    color: #FFF;
    font-weight: 400;
    line-height: 82px;
    letter-spacing: .5px;
    margin: 0;
    text-align: center
}

.resources__inner_content p,
.resources_search_part input {
    font-weight: 100;
    font-family: proxima-nova, sans-serif
}

.resources__inner_content p {
    font-size: 34px;
    color: #5b99b2;
    line-height: 50px;
    letter-spacing: .5px;
    margin: 0;
    text-align: center
}

.resources_mid_content {
    padding: 57px 0 24px;
    background: #edeff0;
    border-top: solid 3px #fff;
    position: relative
}

.resources_inner {
    margin: 0 auto;
    max-width: 100%
}

.resources_search_content {
    margin: 0 0 60px
}

.resources_search_part {
    border-bottom: solid 3px #cdcdcd;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    line-height: 69px;
    margin: 0 0 60px;
    background: #fff
}

.resources_search_part input {
    background: url(../../images/resources_search_icon.png) 22px 23px no-repeat;
    color: #c7c7c7;
    width: 35%;
    font-size: 18px;
    letter-spacing: 1px;
    border: none;
    min-width: 344px;
    padding: 0 22px 0 64px
}

.search_part .resources_part_dropdown {
    float: right;
    padding: 0 24px 0 0;
    width: 60%
}

.resources_part_dropdown {
    float: right;
    padding: 0 33px 0 0;
    width: 60%
}

.search_dropdown .select_box ul,
.search_dropdown_1 .select_box_1 ul,
.search_dropdown_2 .select_box_2 ul {
    z-index: 9;
    top: 1px;
    width: auto;
    max-width: 250px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    list-style: none
}

.resources_part_dropdown ul {
    alignment-adjust: 0;
    padding: 0;
    list-style: none;
    float: right;
    margin: 0
}

.resources_part_dropdown ul li {
    float: left;
    line-height: 70px;
    margin: 0 0 0 34px
}

.search_dropdown .select_box,
.search_dropdown .select_type,
.search_dropdown ul {
    margin: 0;
    padding: 0
}

.search_dropdown .select_box {
    position: relative
}

.search_dropdown a,
.search_dropdown a:focus,
.search_dropdown a:visited {
    text-decoration: none;
    outline: 0
}

.search_dropdown .select_type a {
    text-align: right;
    color: #989898;
    font-size: 15px;
    letter-spacing: .5px;
    font-weight: 600;
    font-family: proxima-nova, sans-serif;
    text-decoration: none;
    display: block
}

.search_dropdown {
    cursor: pointer;
    min-width: 80px
}

.select_type a span {
    cursor: pointer;
    padding: 0 0 0 5px
}

.select_type a:hover {
    color: #989898;
    opacity: .7
}

.select_type a i {
    color: #989898;
    font-size: 24px;
    letter-spacing: .5px;
    font-weight: 400;
    text-align: right;
    float: right;
    display: block;
    margin-left: 6px;
    margin-right: 1px;
    margin-top: 23px
}

.search_dropdown .select_box ul {
    background: #fff;
    margin: 0;
    color: #fff;
    display: none;
    left: -38px;
    position: absolute;
    padding: 5px 0;
    border-radius: 4px;
    border: 2px solid #D4D9DD;
    min-width: 120px
}

.search_dropdown span.value {
    display: none
}

.search_dropdown .select_box ul li {
    line-height: normal
}

.search_dropdown .select_box ul li a {
    padding: 10px 20px 10px 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    color: #989898;
    font-size: 14px;
    letter-spacing: .5px;
    font-weight: 600;
    font-family: proxima-nova, sans-serif;
    text-decoration: none
}

.search_dropdown .select_box ul li a span.topic-color {
    color: #51B46D;
    font-size: 26px;
    line-height: 0;
    float: left;
    font-weight: 700;
    margin: 7px 5px 0 -3px
}

.select_type a span span.topic-color {
    color: #51B46D;
    font-size: 26px;
    line-height: 0;
    font-weight: 700;
    margin: 0 5px 0 0
}

.search_dropdown .select_box ul li a:hover {
    color: #5a6772;
    background: url(../../images/dropdown_checkbox_hover.png) 13px 12px no-repeat no-repeat #f9fafa
}

.search_dropdown .select_box ul li a.selecteddrop {
    color: #5fcf80;
    background: url(../../images/dropdown_checkbox_selected.png) 13px 12px no-repeat
}

.search_dropdown img.flag {
    border: none;
    vertical-align: middle;
    margin-left: 10px
}

.select_box ul li {
    margin: 0;
    float: none;
    line-height: 40px
}

.search_dropdown_1 .select_box_1,
.search_dropdown_1 .select_type_1,
.search_dropdown_1 ul {
    margin: 0;
    padding: 0
}

.search_dropdown_1 .select_box_1 {
    position: relative
}

.search_dropdown_1 a,
.search_dropdown_1 a:focus,
.search_dropdown_1 a:visited {
    color: #816c5b;
    text-decoration: none;
    outline: 0
}

.search_dropdown_1 .select_type_1 a {
    text-align: right;
    color: #989898;
    font-size: 15px;
    letter-spacing: .5px;
    font-weight: 600;
    font-family: proxima-nova, sans-serif;
    text-decoration: none;
    display: block
}

.search_dropdown_1 {
    cursor: pointer;
    min-width: 80px
}

.select_type_1 a span {
    cursor: pointer;
    padding: 0 0 0 5px
}

.select_type_1 a:hover {
    color: #989898;
    opacity: .7
}

.select_type_1 a i {
    color: #989898;
    font-size: 24px;
    letter-spacing: .5px;
    font-weight: 400;
    text-align: right;
    float: right;
    display: block;
    margin-left: 7px;
    margin-top: 23px
}

.search_dropdown_1 .select_box_1 ul {
    background: #fff;
    margin: 0;
    color: #fff;
    display: none;
    left: -31px;
    position: absolute;
    padding: 5px 0;
    border-radius: 4px;
    border: 2px solid #D4D9DD;
    min-width: 120px
}

.search_dropdown_1 span.value {
    display: none
}

.search_dropdown_1 .select_box_1 ul li {
    line-height: normal
}

.search_dropdown_1 .select_box_1 ul li a {
    padding: 10px 20px 10px 40px;
    display: block;
    color: #989898;
    font-size: 14px;
    letter-spacing: .5px;
    font-weight: 600;
    font-family: proxima-nova, sans-serif;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.search_dropdown_1 .select_box_1 ul li a:hover {
    color: #5a6772;
    background: url(../../images/dropdown_checkbox_hover.png) 13px 12px no-repeat no-repeat #f9fafa
}

.search_dropdown_1 img.flag {
    border: none;
    vertical-align: middle;
    margin-left: 10px
}

.search_dropdown_1 .select_box_1 ul li a.selecteddrop {
    color: #5fcf80;
    background: url(../../images/dropdown_checkbox_selected.png) 13px 12px no-repeat
}

.search_dropdown_2 .select_type_2 a,
.select_type_2 a i {
    color: #989898;
    display: block;
    text-align: right;
    letter-spacing: .5px
}

.select_box_1 ul li {
    margin: 0;
    float: none;
    line-height: 40px
}

.search_dropdown_2 .select_box_2,
.search_dropdown_2 .select_type_2,
.search_dropdown_2 ul {
    margin: 0;
    padding: 0
}

.search_dropdown_2 .select_box_2 {
    position: relative
}

.search_dropdown_2 a,
.search_dropdown_2 a:focus,
.search_dropdown_2 a:visited {
    text-decoration: none;
    outline: 0
}

.search_dropdown_2 .select_type_2 a {
    font-size: 15px;
    font-weight: 600;
    font-family: proxima-nova, sans-serif;
    text-decoration: none
}

.search_dropdown_2 {
    margin-right: 2px;
    cursor: pointer;
    min-width: 80px
}

.select_type_2 a span {
    cursor: pointer;
    padding: 0 0 0 5px
}

.select_type_2 a:hover {
    opacity: .7
}

.select_type_2 a i {
    font-size: 24px;
    font-weight: 400;
    float: right;
    margin-left: 5px;
    margin-top: 23px
}

.search_dropdown_2 .select_box_2 ul {
    margin: 0;
    background: #fff;
    color: #fff;
    display: none;
    left: -28px;
    position: absolute;
    padding: 5px 0;
    border-radius: 4px;
    border: 2px solid #D4D9DD;
    min-width: 120px
}

.search_dropdown_2 .select_box_2 ul li {
    line-height: normal
}

.search_dropdown_2 span.value {
    display: none
}

.search_dropdown_2 .select_box_2 ul li a {
    padding: 10px 20px 10px 40px;
    display: block;
    color: #989898;
    font-size: 14px;
    letter-spacing: .5px;
    font-weight: 600;
    font-family: proxima-nova, sans-serif;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.search_dropdown_2 .select_box_2 ul li a:hover {
    color: #5a6772;
    background: url(../../images/dropdown_checkbox_hover.png) 13px 12px no-repeat no-repeat #f9fafa
}

.search_dropdown_2 img.flag {
    border: none;
    vertical-align: middle;
    margin-left: 10px
}

.flagvisibility {
    display: none
}

.select_box_2 ul li {
    margin: 0;
    float: none;
    line-height: 40px
}

.resources_content {
    margin: 0 0 70px
}

.resources_content .tag_topics,
.resources_content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    display: flex;
    overflow: hidden
}

.resources_content ul li {
    float: left;
    margin: 0 0 30px;
    max-width: 360px;
    background: #fff;
    width: 32%;
    border-bottom: solid 3px #cdcdcd;
    position: relative
}

.resources_content ul li h1 {
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background: #005b7f;
    line-height: 55px;
    display: block;
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    text-align: right;
    padding: 0 22px;
    margin: 0;
    letter-spacing: .5px
}

.resources_content ul li h1 i {
    text-align: left;
    float: left;
    line-height: 55px;
    font-size: 24px;
    color: #fff
}

.resources_content ul li figure h2,
.resources_content ul li figure p {
    font-family: proxima-nova, sans-serif;
    color: #3b4144;
    text-decoration: none
}

.resources_content ul li figure h2 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: 700;
    margin: 0 0 15px
}

.resources_content ul li figure p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .5px;
    font-weight: 400;
    margin: 0 0 29px
}

.resources_content ul li a figure h2,
.resources_content ul li a h1,
.resources_content ul li figure a {
    font-family: proxima-nova, sans-serif;
    font-weight: 600
}

.resources_content ul li figure a {
    font-size: 13px;
    line-height: 22px;
    color: #005b7f;
    text-decoration: none;
    letter-spacing: 0;
    margin: 0 10px 0 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 3px;
    border-radius: 2px;
    border: 2px solid #ebebeb;
    padding: 5px 13px
}

.resources_content ul li a {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 0 0 22px
}

.resources_content ul li a h1 {
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background: #005b7f;
    line-height: 55px;
    display: block;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-align: right;
    padding: 0 22px;
    margin: 0;
    letter-spacing: .5px
}

.resources_content ul li a h1 i {
    text-align: left;
    float: left;
    line-height: 55px;
    font-size: 24px;
    color: #fff
}

.resources_content ul li a figure {
    padding: 27px 17px 26px 21px
}

.resources_content ul li a figure h2 {
    font-size: 20px;
    line-height: 26px;
    color: #3b4144;
    text-decoration: none;
    letter-spacing: 0;
    margin: 0 0 14px;
    min-height: 52px
}

.resources_content ul li .box_tag span a,
.resources_content ul li a figure p {
    font-family: proxima-nova, sans-serif;
    line-height: 22px;
    text-decoration: none
}

.resources_content ul li a figure p {
    font-size: 14px;
    color: #3b4144;
    letter-spacing: .2px;
    font-weight: 400;
    margin: 0 0 29px
}

.resources_content ul li .box_tag {
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 22px;
    left: 19px;
    right: 30px;
    height: 30px;
    z-index: 2;
    white-space: nowrap;
    transition: opacity .15s ease .15s
}

.resources_content ul li .box_tag span {
    float: left;
    width: auto;
    border: none;
    max-width: inherit;
    margin: 0;
    position: static
}

.resources_content ul li .box_tag span a {
    font-size: 13px;
    color: #005B7F;
    letter-spacing: 0;
    font-weight: 600;
    margin: 0 10px 0 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: 2px solid #EBEBEB;
    padding: 2px 13px
}

.blog_post__inner_content a,
.blog_post__inner_content h1 {
    letter-spacing: .5px;
    text-align: center;
    font-family: proxima-nova, sans-serif;
    line-height: normal
}

.resources_content ul li .box_tag span a:hover {
    opacity: .7;
    text-decoration: none
}

.light_green {
    background: #2eb979!important
}

.light_blue {
    background: #2684a9!important
}

.dark_green {
    background: #139163!important
}

.light_green_font_color {
    color: #2eb979!important
}

.light_blue_font_color {
    color: #2684a9!important
}

.resources_content ul li:nth-child(3n - 1) {
    margin-right: 30px;
    margin-left: 30px
}

.blog_post_feature_part {
    background: url(../../images/blog_post_feature.jpg) center 64%/cover no-repeat;
    min-height: 242px;
    position: relative
}

.blog_post_overlay {
    background: url(../../images/blog_post_overlay.png) left top;
    position: absolute;
    height: 100%;
    width: 100%
}

.blog_post__inner_content {
    text-align: center;
    padding: 94px 0 0
}

.blog_post__inner_content h1 {
    font-size: 32px;
    color: #FFF;
    font-weight: 600;
    margin: 0 0 6px
}

.blog_post__inner_content a {
    font-size: 16px;
    color: #00b7ff;
    font-weight: 100;
    margin: 0;
    text-decoration: none!important
}

.blog_post__inner_content a:hover {
    opacity: .7;
    color: #00b7ff;
    text-decoration: none!important
}

#mid_content_blog_post {
    background: #fff;
    padding: 84px 0 128px;
    position: relative
}

.blog_post_inner {
    max-width: 761px;
    margin: 0 auto
}

.blog_post_content {
    text-align: center
}

.blog_post_content h1 {
    font-family: proxima-nova, sans-serif;
    font-size: 48px;
    color: #25292b;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: 0;
    margin: 0 auto 4px;
    max-width: 646px
}

.blog_post_content small {
    font-family: proxima-nova, sans-serif;
    font-size: 12px;
    color: #777;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 1px;
    margin: 0 0 8px;
    text-transform: uppercase
}

.blog_post_content h2,
.blog_post_content p {
    font-family: proxima-nova, sans-serif;
    line-height: 32px;
    max-width: 646px
}

.blog_post_content small a {
    color: #777;
    text-decoration: none
}

.blog_post_content small a:hover {
    opacity: .7
}

.blog_post_devider {
    background: #005b7f;
    width: 74px;
    height: 3px;
    margin: 7px auto 75px
}

.blog_post_content img {
    margin: 25px auto 28px
}

.blog_post_content p {
    font-size: 18px;
    color: #333;
    font-weight: 100;
    margin: 0 auto;
    letter-spacing: .5px;
    padding-bottom: 22px;
    text-align: left
}

.blog_post_content p strong {
    font-weight: 600
}

.blog_post_content p em,
i {
    font-style: italic;
    color: #333
}

.blog_post_content p a {
    color: #005b7f;
    font-weight: 600;
    text-decoration: underline
}

.blog_post_content p a:hover {
    opacity: .7;
    text-decoration: none
}

.blog_post_content h2 {
    font-size: 26px;
    color: #333;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 auto 26px;
    text-align: left
}

.blog_post_content blockquote,
.blog_post_content blockquote p {
    font-family: proxima-nova, sans-serif;
    font-size: 24px;
    line-height: 40px;
    color: #2EB979;
    text-align: left;
    font-weight: 100;
    font-style: italic
}

.blog_post_content blockquote {
    border-left: 3px solid #2EB979;
    margin: 15px 0 40px;
    padding: 0 0 0 19px
}

.blog_post_content blockquote p {
    margin: 0;
    max-width: 100%;
    padding: 0
}

.blog_post_content h3,
.blog_post_content ol li {
    color: #333;
    font-family: proxima-nova, sans-serif;
    font-size: 18px
}

.blog_post_content h3,
.blog_post_content h4,
.blog_post_content ol,
.blog_post_content ul {
    max-width: 646px;
    text-align: left
}

.blog_post_content h3 {
    font-weight: 600;
    line-height: 32px;
    letter-spacing: .5px;
    margin: 0 auto 23px
}

.blog_post_content ul {
    padding: 0 0 0 43px;
    margin: 0 auto 25px
}

.blog_post_content ul li {
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    font-weight: 100;
    line-height: 32px;
    padding: 1px 0 0 8px
}

.blog_post_content ol {
    margin: 0 auto;
    font-weight: 700;
    counter-reset: li-counter;
    list-style: none;
    padding: 0 0 25px 11px
}

.blog_post_content ol li {
    padding-left: 39px;
    font-weight: 100;
    margin-bottom: 10px;
    position: relative;
    line-height: 32px
}

.blog_post_content h4,
.blog_post_content ol li::before {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    line-height: 32px;
    font-family: proxima-nova, sans-serif
}

.blog_post_content ol li::before {
    margin-bottom: 14px;
    content: counter(li-counter, decimal);
    counter-increment: li-counter;
    position: absolute;
    left: 16px
}

.blog_post_content h4 {
    letter-spacing: .5px;
    margin: 0 auto 53px;
    font-style: italic
}

#blog_subscribe_part {
    background: url(../../images/blog_subscribe_more.jpg) 0 100%/cover no-repeat;
    min-height: 419px;
    position: relative
}

.blog_subscribe_img_overlay {
    background: url(../../images/blog_subscribe_overlay.png) left top;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.blog_subscribe_inner_content {
    padding: 0;
    max-width: 917px;
    margin: 100px auto 0
}

.blog_subscribe_inner_content p {
    font-family: proxima-nova, sans-serif;
    font-size: 28px;
    color: #FFF;
    line-height: 45px;
    text-align: center;
    padding-bottom: 30px;
    font-weight: 100;
    margin: 0;
    letter-spacing: .5px
}

.blog_subscribe_inner_content p a {
    color: #FFF;
    text-decoration: underline
}

.blog_subscribe_inner_content p a:hover {
    opacity: .7
}

.blog_subscribes_part {
    margin: 28px auto;
    overflow: hidden;
    display: block!important;
    text-align: center;
    border: 2px solid #005b7f;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

.blog_subscribes_part input {
    background: 0 0;
    color: #aac3cd;
    font-style: italic;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    border: none;
    min-width: 343px;
    padding: 0 20px;
    font-weight: 100;
    font-family: proxima-nova, sans-serif
}

.blog_subscribes_part .submit_btn,
.product__inner_content h1 {
    font-family: proxima-nova, sans-serif;
    font-weight: 600
}

.blog_subscribes_part .submit_btn {
    background: #005b7f;
    font-style: normal;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 3px;
    padding: 0 16px;
    border: none;
    line-height: 49px;
    min-width: 195px
}

.product_feature_part {
    min-height: 440px;
    position: relative
}

.product_overlay {
    background: url(../../images/product_overlay.png) left top;
    position: absolute;
    height: 100%;
    width: 100%
}

.product__inner_content {
    text-align: center;
    padding: 137px 0 0;
    max-width: 900px;
    margin: 0 auto
}

.product__inner_content h1 {
    font-size: 72px;
    color: #FFF;
    letter-spacing: .5px;
    margin: 0 0 1px;
    text-align: center
}

.product__inner_content p,
.product_info_content p {
    font-family: proxima-nova, sans-serif;
    font-weight: 100
}

.product__inner_content p {
    font-size: 34px;
    color: #5b99b2;
    line-height: 50px;
    text-align: center;
    padding-bottom: 40px;
    margin: 0;
    letter-spacing: .5px
}

.page-id-362 .product__inner_content p {
    font-size: 31px
}

.product_info_content p,
.product_info_content small {
    font-size: 22px;
    line-height: 42px;
    letter-spacing: .5px
}

#mid_content_product {
    position: relative;
    background: #fff
}

.product_info_part {
    padding: 58px 0 100px
}

.product_info_content {
    text-align: center
}

.product_info_content img {
    margin: 0 auto 60px
}

.product_info_content p {
    color: #3B4144;
    max-width: 838px;
    margin: 0 auto;
    padding-bottom: 24px
}

#product_pace_part h1,
#product_pace_part p {
    font-family: proxima-nova, sans-serif;
    max-width: 770px;
    text-align: center
}

.product_info_content p strong {
    font-weight: 600
}

.product_info_content small {
    font-family: proxima-nova, sans-serif;
    color: #005b7f;
    font-weight: 600;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 25px;
    display: inline-block
}

.product_info_content a,
.product_play_content p {
    font-size: 23px;
    letter-spacing: 3.2px;
    text-decoration: none;
    color: #fff;
    font-weight: 600
}

.product_info_content a {
    background: #2eb979;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-family: proxima-nova, sans-serif;
    line-height: 63px;
    margin: 0 auto;
    padding: 0 52px;
    display: inline-block;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.product_info_content a:hover {
    text-decoration: none;
    background: #1c9560;
    color: #fff
}

.product_play_part {
    background: url(../../images/product_play.jpg) center 62%/cover no-repeat
}

.product_play_overlay {
    background: url(../../images/product_play_overlay.png) left top;
    position: absolute;
    height: 100%;
    width: 100%
}

.product_play_content {
    text-align: center;
    margin: 287px 0 0
}

.product_play_content img {
    margin: 0 auto 3px;
    display: inline-block
}

.product_play_content p {
    font-family: proxima-nova, sans-serif;
    line-height: 53px
}

.product_play_content p a {
    text-decoration: none;
    color: #fff
}

.product_play_content img:hover,
.product_play_content p a:hover {
    opacity: .7
}

#product_pace_part {
    background: #f2f2f2;
    padding: 135px 0 57px
}

#product_pace_part h1 {
    font-size: 72px;
    color: #005b7f;
    font-weight: 600;
    line-height: 82px;
    letter-spacing: 0;
    margin: 0 auto 38px
}

#product_pace_part p {
    font-size: 22px;
    color: #3b4144;
    line-height: 42px;
    font-weight: 100;
    margin: 0 auto;
    letter-spacing: .8px;
    padding-bottom: 22px
}

#more_esources_part h1,
.product_pace_content ul li a h6 {
    font-weight: 600;
    font-family: proxima-nova, sans-serif
}

.product_pace_content {
    margin: 81px 0 70px
}

.product_pace_content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}

.pp_inline .innerdiv ul li {
    height: auto!important
}

.product_pace_content ul li {
    float: left;
    margin: 0 0 39px;
    max-width: 260px;
    background: url(../../images/product_pace_bg.png) bottom left repeat-x #fff;
    width: 32%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
    overflow: hidden;
    text-align: center
}

.product_pace_content ul li a {
    height: 100%;
    display: block;
    padding: 36px 40px 34px
}

.product_pace_content ul li:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.product_pace_content ul li:hover:before {
    left: 0;
    right: 0
}

.product_pace_content ul li:nth-child(2n+1),
.product_pace_content ul li:nth-child(4n-2) {
    margin-right: 33px
}

.product_pace_content ul li a img {
    margin: 0 auto
}

.product_pace_content ul li a i {
    color: #2eb979;
    font-size: 60px
}

.product_pace_content ul li a h6,
.product_pace_content ul li a h6 a {
    text-decoration: none;
    color: #005b7f
}

.product_pace_content ul li a h6 {
    font-size: 18px;
    line-height: 30px;
    margin: 19px 0 0;
    letter-spacing: .3px
}

.product_pace_content ul li a h6 a:hover {
    text-decoration: none;
    color: #005b7f;
    opacity: .7
}

#more_esources_part {
    background: #005b7f;
    padding: 134px 0 70px;
    position: relative
}

#more_esources_part h1 {
    font-size: 72px;
    color: #fff;
    line-height: 82px;
    letter-spacing: .5px;
    margin: 0 auto 4px;
    text-align: center
}

.more_esources_devider {
    background: #1a6c8c;
    width: 117px;
    height: 3px;
    margin: 24px auto 109px
}

.more_esources_content {
    margin: 24px auto 100px;
    overflow: hidden;
    height: auto
}

.more_esources_content_img {
    max-width: 524px
}

.more_esources_content_img img {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 11px rgba(2, 48, 66, .3);
    -webkit-box-shadow: 0 0 11px rgba(2, 48, 66, .3);
    -o-box-shadow: 0 0 11px rgba(2, 48, 66, .3);
    -ms-box-shadow: 0 0 11px rgba(2, 48, 66, .3);
    box-shadow: 0 0 11px rgba(2, 48, 66, .3)
}

.col-md-6.more_esources_right_content {
    padding-right: 0;
    padding-left: 14px
}

.more_esources_right_content h6 {
    font-family: proxima-nova, sans-serif;
    font-size: 28px;
    color: #021b25;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    padding: 10px 0 5px
}

.more_esources_right_content p,
.more_esources_right_content ul li {
    font-family: proxima-nova, sans-serif;
    font-size: 20px;
    line-height: 36px
}

.more_esources_right_content p {
    color: #fff;
    font-weight: 100;
    margin: 0;
    letter-spacing: .2px;
    padding: 0 0 20px
}

.more_esources_right_content p a {
    color: #2eb979;
    text-decoration: underline!important;
    font-weight: 600
}

.more_esources_right_content p a:hover {
    color: #2eb979;
    text-decoration: underline;
    font-weight: 600;
    opacity: .7
}

.more_esources_right_content ul {
    padding: 0;
    margin: 0 0 0 19px
}

.more_esources_right_content ul li {
    font-weight: 100;
    padding: 0;
    color: #fff
}

.more_esources_right_content ul li a {
    color: #2eb979;
    text-decoration: underline;
    font-weight: 600
}

.more_esources_right_content ul li i,
em {
    font-style: italic;
    font-weight: 100
}

.more_esources_right_content ul li b,
strong {
    font-weight: 600!important
}

.testimonial_author_content h2,
.testimonial_author_content small {
    font-family: proxima-nova, sans-serif;
    font-weight: 100
}

#testimonial_part {
    background: url(../../images/teampart_bg.png) center bottom no-repeat #FFF;
    padding: 144px 0 282px
}

.testimonial_content {
    border-bottom: 1px solid #DDE0E3;
    margin: 0 auto 55px;
    max-width: 748px;
    overflow: hidden;
    min-height: 210px
}

.testimonial_author_img {
    padding: 0 35px 23px 0;
    float: left;
    margin: 0
}

.testimonial_author_img img {
    border-radius: 100%;
    border: 10px solid #E6E6E6;
    max-width: 207px
}

.testimonial_content .col-md-4 {
    padding-left: 0;
    max-width: 241px
}

.testimonial_content .col-md-8 {
    padding-right: 0;
    padding-left: 13px;
    border-left: 1px solid #DDE0E3
}

.testimonial_content .col-md-5 {
    padding-left: 0
}

.testimonial_content .col-md-7 {
    padding-right: 0;
    padding-left: 13px;
    border-left: 1px solid #DDE0E3
}

.testimonial_author_content {
    padding: 0 0 37px 22px;
    min-height: 125px
}

.testimonial_author_content h2 {
    font-size: 22px;
    color: #3b4144;
    line-height: 36px;
    letter-spacing: .5px;
    margin: 0;
    padding: 7px 0 23px
}

.testimonial_author_content small {
    font-size: 14px;
    color: #005b7f;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
    display: block
}

.testimonial_author_content small b,
strong {
    font-weight: 600
}

.testimonial_content_1 {
    border-bottom: 1px solid #DDE0E3;
    margin: 0 auto 55px;
    max-width: 748px;
    overflow: hidden
}

.testimonial_author_content_1 h2,
.testimonial_author_content_1 small {
    font-weight: 100;
    margin: 0;
    font-family: proxima-nova, sans-serif
}

.testimonial_author_img_1 {
    padding: 0 0 23px 23px;
    float: left
}

.testimonial_author_img_1 img {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    border: 10px solid #E6E6E6;
    max-width: 207px;
    max-height: 207px
}

.testimonial_content_1 .col-md-4 {
    padding-left: 0;
    max-width: 241px
}

.testimonial_content_1 .col-md-8 {
    padding-left: 0;
    padding-right: 13px;
    border-right: 1px solid #dde0e3
}

.testimonial_author_content_1 {
    padding: 0 17px 30px 0;
    min-height: 150px
}

.testimonial_author_content_1 h2 {
    font-size: 22px;
    color: #3b4144;
    line-height: 36px;
    letter-spacing: .5px;
    padding: 7px 0 23px
}

.testimonial_author_content_1 small {
    font-size: 14px;
    color: #005b7f;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block
}

.testimonial_author_content_1 small b,
strong {
    font-weight: 600
}

.product_index_part {
    min-height: 440px;
    position: relative
}

.product_index_overlay {
    background: url(../../images/product_index_overlay.png) left top;
    position: absolute;
    height: 100%;
    width: 100%
}

.product_index_inner_content {
    text-align: center;
    padding: 137px 0 0;
    max-width: 897px;
    margin: 0 auto
}

.product_index_inner_content h1 {
    font-family: proxima-nova, sans-serif;
    font-size: 72px;
    color: #FFF;
    font-weight: 600;
    letter-spacing: .5px;
    margin: 0 0 4px;
    text-align: center
}

.product_index_inner_content p {
    font-family: proxima-nova, sans-serif;
    font-size: 34px;
    color: #5B99B2;
    line-height: 50px;
    text-align: center;
    padding-bottom: 40px;
    font-weight: 100;
    margin: 0;
    letter-spacing: .3px
}

.product_index_intro_part {
    padding: 119px 0 109px
}

.product_intro_content {
    max-width: 1031px;
    margin: 0 auto
}

.product_intro_left_part a,
.product_intro_left_part p {
    font-family: proxima-nova, sans-serif;
    font-size: 30px;
    line-height: 52px;
    font-weight: 100;
    margin: 0;
    letter-spacing: .3px
}

.product_intro_left_part {
    max-width: 556px;
    padding: 8px 0 0
}

.product_intro_content .col-md-8 {
    padding-left: 0
}

.product_intro_left_part p {
    color: #3b4144;
    padding-bottom: 52px
}

.product_intro_left_part a {
    color: #2eb979;
    padding-bottom: 0
}

.product_intro_list ol li,
.product_intro_list ol li::before {
    line-height: 61px;
    font-size: 22px;
    font-family: proxima-nova, sans-serif
}

.product_intro_left_part a:hover {
    color: #2eb979;
    opacity: .7
}

.product_intro_content .col-md-4 {
    padding-right: 0;
    padding-left: 9px
}

.product_intro_list ol {
    margin: 0 auto;
    font-weight: 600;
    counter-reset: li-counter;
    list-style: none;
    max-width: 350px;
    text-align: left;
    padding: 0
}

.product_intro_list ol li {
    color: #005B7F;
    padding-left: 95px;
    font-weight: 600;
    margin-bottom: 4px;
    position: relative;
    background: #F2F2F2
}

.product_intro_list ol li::before {
    color: #FFF;
    font-weight: 600;
    content: counter(li-counter, decimal);
    counter-increment: li-counter;
    position: absolute;
    left: 0;
    background: #005B7F;
    text-align: center;
    min-width: 66px;
    margin: 0;
    border-right: solid 5px #fff
}

.product_intro_list ol li a {
    color: #005B7F;
    text-decoration: none;
    display: block;
    font-family: proxima-nova, sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 4px
}

.product_intro_list ol li a:hover {
    opacity: .7
}

.resources_arrow_down {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center
}

.resources_arrow_down i {
    color: #FFF;
    font-size: 62px;
    font-weight: 600;
    display: block;
    line-height: 0;
    padding: 7px 0 0
}

.resources_see_more {
    border: 0;
    float: left;
    background: #2EB979;
    margin: 9px 0 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

.resources_see_more a {
    font-family: proxima-nova, sans-serif;
    color: #FFF;
    font-size: 20px;
    padding: 0 54px;
    text-transform: uppercase;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    line-height: 54px;
    font-weight: 600;
    display: block;
    letter-spacing: 2.5px
}

.contact-form .gform_wrapper .top_label input,
.contact-form .gform_wrapper .top_label textarea {
    width: 100%!important;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 300;
    font-family: proxima-nova, sans-serif
}

.resources_see_more a:hover {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background: #1c9560;
    color: #fff
}

.more_esources_content.product_indexresource .col-md-6.more_esources_right_content {
    padding-right: 0;
    padding-left: 13px
}

#more_esources_part.how_get_it {
    background: #005B7F;
    padding: 135px 0 84px;
    position: relative
}

#testimonial_part.testimonial_contents {
    padding: 164px 0 282px
}

.second-box .second-left-div p:nth-child(3) {
    min-height: inherit
}

#contact-inner-content {
    padding: 85px 0 275px;
    background: url(../../images/teampart_bg.png) center bottom no-repeat #FFF;
    position: relative
}

.contact-form .gform_wrapper form {
    position: relative
}

.contact-form {
    background: #e9f0f3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 17px 65px 58px 66px;
    max-width: 734px;
    margin: 0 auto
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    max-width: 100%!important;
    margin-left: 0!important
}

.contact-form .gform_wrapper .top_label input {
    border: 2px solid #c5d5da;
    padding: 22px 15px 18px 31px!important;
    color: #b6c7cc;
    margin: 0 0 22px;
    position: relative
}

.contact-form .gform_wrapper .top_label input:focus {
    color: #105c80;
    border: 2px solid #105c80
}

.contact-form .gform_wrapper .top_label textarea {
    border: 2px solid #c5d5da;
    padding: 22px 15px 19px 34px;
    color: #b6c7cc;
    margin: 8px 0 26px;
    height: 162px
}

.contact-form .gform_wrapper .top_label textarea:focus {
    color: #105c80;
    border: 2px solid #105c80
}

.contact-form .gform_wrapper div.validation_error {
    color: #EF061F;
    position: absolute;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 0;
    border-top: 0 solid #790000;
    border-bottom: 0 solid #790000;
    padding: 0;
    top: -20px;
    font-family: proxima-nova, sans-serif
}

.contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-top: 0;
    margin-bottom: 15px!important;
    padding: 0!important;
    border-top: 0 solid #C89797;
    border-bottom: 0 solid #C89797;
    background-color: transparent;
    width: 100%
}

.contact-form .gform_wrapper .ginput_container+.gfield_description.validation_message {
    margin-top: 0;
    padding: 0!important;
    color: #EF061F;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
    border-top: 0 solid #790000;
    border-bottom: 0 solid #790000;
    font-family: proxima-nova, sans-serif;
    position: absolute;
    max-width: 550px
}

.contact-form .gform_wrapper .top_label .gfield_error .ginput_container {
    max-width: 100%
}

.contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required textarea,
.contact-form .gform_wrapper li.gfield_error input[type=text] {
    border: 2px solid #EF061F;
    margin: 0 0 6px
}

.contact-form .gform_wrapper .top_label input[type=submit] {
    background: #105c80;
    color: #fff;
    border-radius: 4px;
    font-size: 22px;
    font-weight: 600;
    width: 264px!important;
    margin: 0 auto;
    display: block;
    letter-spacing: 1.9px;
    padding: 14px 2px 14px 7px!important;
    border: 0;
    text-align: center;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

a.load_more_blog,
a.load_more_blog:focus {
    background: #105c80;
    color: #fff;
    border-radius: 3px;
    font-size: 20px;
    font-weight: 600;
    width: 300px!important;
    margin: 0 auto;
    display: block;
    letter-spacing: 2.9px;
    padding: 14px!important;
    border: 0;
    text-align: center;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    font-family: proxima-nova, sans-serif
}

#gform_confirmation_wrapper_3 span a,
#gforms_confirmation_message_3 span a,
#thank-you-message p a {
    border-bottom: 1px solid #005b7f;
    display: inline-block;
    font-family: proxima-nova, sans-serif
}

.contact-form .gform_wrapper .top_label input[type=submit]:hover,
a.load_more_blog:hover {
    background: #033f58;
    color: #fff
}

.contact-form .gform_wrapper .gform_footer {
    position: relative
}

.contact-form .gform_wrapper .gform_footer img {
    position: absolute;
    top: 34px;
    left: -53%;
    right: 0;
    margin: 0 auto
}

#gform_confirmation_wrapper_3 {
    text-align: center;
    padding: 77px 20px 6px
}

#gforms_confirmation_message_3:last-child {
    padding: 0
}

#gform_confirmation_wrapper_3 h1,
#gforms_confirmation_message_3 h1 {
    color: #033A50;
    font-size: 28px;
    line-height: normal;
    letter-spacing: 2.8px;
    font-weight: 600;
    font-family: proxima-nova, sans-serif;
    text-transform: uppercase;
    margin: 0 0 42px 2px
}

#gform_confirmation_wrapper_3 span,
#gforms_confirmation_message_3 span {
    color: #005B7F;
    font-weight: 100;
    font-size: 20px;
    line-height: 38px;
    font-family: proxima-nova, sans-serif;
    margin: 0;
    letter-spacing: .15px
}

#gform_confirmation_wrapper_3 span a,
#gforms_confirmation_message_3 span a {
    font-weight: 600;
    color: #005B7F;
    line-height: normal
}

#gform_confirmation_wrapper_3 span a:hover,
#gforms_confirmation_message_3 span a:hover,
#thank-you-message p a:hover {
    opacity: .7
}

#thank-you-message {
    background: #E9F0F3;
    border-radius: 4px;
    padding: 94px 96px 58px;
    max-width: 734px;
    margin: 85px auto 0;
    text-align: center;
    display: none
}

#thank-you-message h1 {
    color: #033a50;
    font-size: 28px;
    line-height: normal;
    letter-spacing: 2.8px;
    font-weight: 600;
    font-family: proxima-nova, sans-serif;
    text-transform: uppercase;
    margin: 0 0 41px 2px
}

#thank-you-message p {
    color: #005b7f;
    font-weight: 100;
    font-size: 20px;
    line-height: 38px;
    font-family: proxima-nova, sans-serif;
    margin: 0;
    letter-spacing: .15px
}

#thank-you-message p a {
    font-weight: 600;
    color: #005B7F
}

.contact-form .gform_wrapper .top_label .gfield_label .gfield_required,
.contact-form .gform_wrapper .top_label input#choice_3_6_0,
.contact-form .gform_wrapper .top_label input#choice_3_6_1,
.contact-form .gform_wrapper h3.gform_title {
    display: none
}

.contact-form #gform_wrapper_3 {
    margin: 0;
    max-width: 100%
}

.contact-form .gform_wrapper .ginput_container .gfield_checkbox label::before {
    content: "";
    display: block;
    position: absolute;
    width: 19px;
    height: 19px;
    left: 2px;
    top: 50%;
    margin-top: -10px;
    border: 2px solid #c5d5da;
    border-radius: 0;
    background: #FFF
}

.contact-form .gform_wrapper .ginput_container .gfield_checkbox label::after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 45%;
    left: 8px;
    margin-top: 0;
    background: #FFF;
    border-radius: 4px;
    transition: all .2s ease-in-out 0s
}

.contact-form .gform_wrapper .ginput_container .gfield_checkbox:checked+label::after {
    height: 10px;
    width: 13px;
    margin-top: -4px;
    left: 6px;
    background: url(../../images/check-box-img.jpg) top left no-repeat #fff
}

.contact-form .gform_wrapper .ginput_container .gfield_checkbox li {
    cursor: pointer;
    margin-bottom: 3px;
    margin-top: 1px;
    width: 125px;
    float: left
}

.contact-form .gform_wrapper .ginput_container .gfield_checkbox label {
    margin: 2px 0 0 30px;
    font-family: proxima-nova, sans-serif;
    color: #647f8a;
    font-size: 20px;
    font-weight: 400!important;
    letter-spacing: .8px;
    cursor: pointer
}

.contact-form .gform_wrapper label.gfield_label {
    font-family: proxima-nova, sans-serif;
    color: #647f8a;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .25px;
    margin: 20px 0 0 3px;
    line-height: normal
}

@media (-webkit-min-device-pixel-ratio:1.3),
(-o-min-device-pixel-ratio:2.6/2),
(min--moz-device-pixel-ratio:1.3),
(min-device-pixel-ratio:1.3),
(min-resolution:1.3dppx) {
    .logo img {
        width: 190px
    }
}

@media (min-width:1320px) {
    .section-client-testimonial .slider-testimonial .slick-prev {
        left: -66px;
        opacity: 1;
        top: 45.5%
    }
    .section-client-testimonial .slider-testimonial .slick-next {
        right: -66px;
        opacity: 1;
        top: 45.5%
    }
}

@media (min-width:1199px) {
    #overlay_section .col-md-12,
    #team_part .col-md-12 {
        padding: 0
    }
    .testimonial_content_1 .col-md-8 {
        width: 507px
    }
    ul.footer_social_icons li {
        max-width: 360px;
        margin-right: 30px;
        width: 33.3333%
    }
    #next_setup_section .container {
        padding: 0 25px
    }
    #next_setup_section .container .col-md-12 {
        padding: 0 5px
    }
    figure.effect-ming {
        max-width: 390px
    }
    .second-box,
    .setup-inner-content {
        margin: 0 auto
    }
}

@media (max-width:1199px) {
    .footer_social_icon_part li a,
    .footer_social_icon_part li:nth-child(2) a {
        padding: 26px 0 25px 20px
    }
    .footer_social_icon_part li a img,
    .footer_social_icon_part li:nth-child(2) a img {
        margin: 0 20px 0 0
    }
    .second-box .second-left-div p {
        min-height: 136px
    }
    .footer_social_icon_part li {
        width: 47%
    }
    .twitter_widget_part ul li {
        margin: 0 0 21px
    }
    #team_part .container .col-md-12 {
        padding: 0
    }
    .product_pace_content ul {
        max-width: 847px;
        margin: 0 auto
    }
    .product_pace_content ul li:nth-child(3n-1) {
        margin-right: 33px!important;
        margin-left: 33px
    }
    figure.effect-ming p {
        font-size: 17px!important
    }
    figure.effect-ming:hover p {
        padding: 16px 30px 0 25px!important
    }
    .product_pace_content ul li:nth-child(2n+1),
    .product_pace_content ul li:nth-child(4n-2) {
        margin-right: 0
    }
    .resources_content ul li:nth-child(2n - 1) {
        float: left;
        max-width: inherit;
        margin: 0 1.5% 26px 0;
        width: 48.5%
    }
    .resources_content ul li:nth-child(2n) {
        float: right;
        max-width: inherit;
        margin: 0 0 26px 1.5%;
        width: 48.5%
    }
    .resources_content ul li {
        width: 31.2%
    }
    .resources_content ul li .box_tag {
        right: 32px
    }
}

@media (min-width:1025px) {
    .backstretch,
    .backstretch img {
        width: 100%!important
    }
    .backstretch {
        position: fixed!important
    }
    body.home {
        overflow-x: hidden!important
    }
    ul.footer_social_icons li {
        margin-right: 2.5%;
        width: 31.3%;
        max-width: 360px
    }
    .section-client-testimonial .slider-testimonial {
        overflow: visible
    }
}

@media (max-width:1024px) {
    .corporate-resources a:hover h2,
    .corporate-services a:hover h2 {
        color: #fff;
        border-bottom: solid 1px #fff
    }
    #latest_twitter_widget-2 .latest-twitter-tweet a:hover,
    .contact_part small a:hover,
    .footer_social_icon_part li a:hover {
        opacity: 1
    }
    .corporate-services a:hover .corporate-services-overlay {
        opacity: .94
    }
    #gforms_confirmation_message_3 span a:hover,
    #thank-you-message p a:hover {
        opacity: 1
    }
    .corporate-resources a:hover .corporate-resources-overlay {
        opacity: .94
    }
    .resources_content ul li .box_tag span a:hover {
        opacity: 1!important;
        text-decoration: none
    }
    .social-icon img:hover {
        opacity: 1
    }
    #team_part .container {
        background: 0 0;
        width: 100%
    }
    .slider-testimonial .slick-next,
    .slider-testimonial .slick-prev {
        opacity: 1!important;
        top: 45.5%!important;
        width: 33px;
        height: 71px;
        background-repeat: none;
        background-size: 100% 100%
    }
    .blog_feature_part,
    .product_feature_part,
    .resources_feature_part {
        background-position: 0 89%!important
    }
    .second-box .training-btn {
        padding: 4px 70px
    }
    .second-box .second-left-div p:nth-child(3) {
        margin: 0
    }
    .blog__inner_content h1 {
        line-height: normal
    }
    figure.effect-ming h2 {
        padding-top: 22px!important;
        font-size: 16px!important
    }
    figure.effect-ming:hover h2 i {
        font-size: 56px;
        margin: 13px auto 0
    }
    #overlay_section .grid {
        margin: 65px 0 89px
    }
    .slider-testimonial .slick-next {
        right: 9px!important;
        background-image: url(../../images/team_slider_right_arrow_desktop.png)!important
    }
    .about_us_inner_content {
        padding: 107px 0 0
    }
    .about_us {
        min-height: 310px
    }
    .slider-testimonial .slick-prev {
        left: 9px!important;
        background-image: url(../../images/team_slider_left_arrow_desktop.png)!important
    }
    ul.footer_social_icons li a {
        line-height: 400px
    }
    .second-box .col-md-6 {
        padding-right: 18px
    }
    .header-inner-content {
        width: 98%
    }
    figure.effect-ming:hover figcaption {
        padding: 33px 28px!important
    }
    figure.effect-ming h2 {
        padding-bottom: 10px!important
    }
    .header-inner-content .driver {
        margin: 40px 0 17px
    }
    .page-cover__background img {
        bottom: 62px
    }
    .site-branding.tiny .custom-logo {
        width: 95px;
        height: 95px
    }
    .site-branding img {
        width: 130px;
        height: 100%
    }
    #overlay_section h1 {
        line-height: 60px;
        font-size: 36px;
        padding: 0 68px
    }
    #overlay_section {
        padding: 68px 0 81px
    }
    #overlay_section .container {
        padding: 0;
        width: 100%
    }
    #overlay_section .row {
        margin: 0
    }
    figure.effect-ming figcaption::before {
        top: 20px!important;
        right: 20px!important;
        bottom: 20px!important;
        left: 20px!important
    }
    figure.effect-ming p {
        font-size: 17px!important;
        font-weight: 100;
        letter-spacing: .1px!important;
        line-height: 22px!important;
        padding: 13px 33px 0 25px
    }
    #overlay_section .col-md-12 {
        padding: 0
    }
    #overlay_section h2 {
        padding: 0 11px
    }
    #email_subscribe_section .subscribe_inner_content {
        margin: 101px auto 0;
        padding: 0 16px
    }
    #email_subscribe_section {
        min-height: 622px
    }
    #email_subscribe_section .subscribe_inner_content p {
        padding-bottom: 64px
    }
    #next_setup_section {
        padding: 93px 0 0
    }
    #next_setup_section h1 {
        padding-bottom: 95px
    }
    #next_setup_section .left-div h3 {
        line-height: 42px;
        margin-bottom: 15px
    }
    #next_setup_section .container {
        margin: 0;
        width: 100%
    }
    #next_setup_section .container .col-md-12 {
        padding: 0
    }
    .right_content {
        right: 39px
    }
    #next_setup_section .left-div {
        padding-left: 93px;
        padding-right: 0;
        padding-bottom: 75px
    }
    .start-now-btn {
        padding: 4px 42.5px;
        margin-top: 25px
    }
    #next_setup_section .left-div p {
        padding-bottom: 0
    }
    .second-box .second-left-div {
        padding: 90px 2px 0 86px
    }
    .second-box .second-right-div {
        padding-left: 36px
    }
    .second-box .second-right-div p {
        padding-right: 36px
    }
    .second-box .second-right-div .training-btn {
        padding: 4px 71px;
        margin-bottom: 97px
    }
    #team_part h1 {
        font-weight: 600;
        padding-bottom: 72px
    }
    #team_part {
        padding: 77px 0 278px
    }
    #footer_section .container .col-md-12 {
        padding: 0 20.5px
    }
    .slide .left .blockquote .max-width {
        top: -17px!important;
        max-width: 410px
    }
    .slide hr {
        margin-bottom: 21px!important
    }
    .slide .btn {
        margin: 29px 0 0!important
    }
    .second-box .second-left-div p {
        margin-bottom: 32px
    }
    #team_part .container .col-md-12 .section-client-testimonials .slider-active-arrow .container {
        margin: 0;
        width: 100%;
        background: url(../../images/active-arrow-ipad.png) -26px 0 no-repeat
    }
    ul.footer_social_icons li {
        margin-right: 24px;
        width: 31.6%
    }
    #team_part .container .col-md-12 {
        padding: 0
    }
}

@media (min-width:993px) {
    .pp_inline .innerdiv {
        padding: 40px 0;
        margin: 0 auto;
        max-width: 400px
    }
    #pp_full_res .pp_inline ul p,
    .pp_inline ul,
    .pp_inline ul ul {
        padding: 10px 20px
    }
    .contact_part {
        min-height: 282px;
        padding: 30px 27px 23px 29px
    }
    .twitter_widget_part {
        min-height: 400px
    }
    .footer-inner-content .widget_latest_twitter_widget {
        padding: 25px 0 0
    }
}

@media (max-width:992px) {
    .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image img {
        width: 90%!important
    }
    .footer_social_icon_part li a img {
        margin: 0 auto;
        float: none;
        display: inline-block
    }
    .footer_social_icon_part li:nth-child(2) {
        float: right!important;
        margin-right: 0
    }
    .footer_social_icon_part li {
        width: 50%!important;
        min-height: 90px;
        max-width: 48.5%!important;
        text-align: center!important
    }
    .footer_social_icon_part li a {
        padding: 26px 0 22px 20px!important;
        line-height: 36px!important
    }
    .slider-testimonial .slick-next,
    .slider-testimonial .slick-prev {
        top: 59.5%!important
    }
    .resources_search_part input {
        width: auto
    }
    .resources_part_dropdown ul li {
        margin: 0 0 0 15px
    }
    .search_dropdown .select_type a,
    .search_dropdown_1 .select_type_1 a,
    .search_dropdown_2 .select_type_2 a {
        font-size: 13px
    }
    figure.effect-ming:hover p {
        padding: 2px 15px 16px!important
    }
    #email_subscribe_section .subscribe_inner_content .gform_body #input_1_1 {
        width: 57%!important
    }
    .footer_contact_part {
        max-width: inherit;
        width: 100%;
        float: left;
        margin: 40px 0 0
    }
    .twitter_widget_part {
        max-width: initial;
        width: 100%
    }
    .footer_social_icon_part li {
        margin: 0 20px 0 0
    }
    .footer_social_icon_part li:nth-child(2) a {
        padding: 26px 0 24px 20px
    }
    .about_us_inner_content h1 {
        line-height: normal
    }
    .search_dropdown_1 .select_box_1 ul {
        right: -36px;
        left: inherit
    }
    .product_index_inner_content p {
        font-size: 30px;
        line-height: 42px
    }
    .product_index_inner_content h1 {
        font-size: 60px
    }
    .testimonial_author_img_1 {
        padding: 0 0 23px 32px;
        max-width: 240px
    }
    .product_intro_left_part p {
        font-size: 22px;
        line-height: 44px;
        padding-bottom: 35px
    }
    .product_intro_left_part a {
        font-size: 22px;
        line-height: 43px
    }
    .product_intro_list ol li,
    .product_intro_list ol li::before {
        line-height: 52px
    }
    .testimonial_author_content h2,
    .testimonial_author_content_1 h2 {
        font-size: 20px;
        line-height: 32px
    }
    #more_esources_part {
        padding: 100px 0 30px
    }
    #more_esources_part h1 {
        font-size: 60px;
        line-height: 60px
    }
    .more_esources_devider {
        margin: 24px auto 90px
    }
    .more_esources_right_content h6 {
        font-size: 26px;
        line-height: 34px;
        padding: 5px 0 2px;
        margin: 0
    }
    .more_esources_right_content p,
    .more_esources_right_content ul li {
        font-size: 18px;
        line-height: 32px
    }
    .more_esources_right_content p {
        padding: 0 0 15px
    }
    .product__inner_content p {
        font-size: 30px;
        line-height: 42px
    }
    .product__inner_content h1 {
        font-size: 60px
    }
    .product_pace_content ul li:nth-child(3n-1) {
        margin-right: 25px!important;
        margin-left: 25px
    }
    .product_pace_content ul li {
        margin: 0 0 25px;
        width: 31%
    }
    .product_pace_content ul li a {
        padding: 28px 23px 34px
    }
    .search_part input {
        font-size: 14px
    }
    .resources_search_part input {
        min-width: initial;
        font-size: 14px
    }
    .resources_content ul li a figure {
        padding: 17px 13px 26px 14px
    }
    .resources_content ul li .box_tag {
        left: 13px;
        height: auto;
        bottom: 22px
    }
    .resources_content ul li .box_tag span {
        margin: 0
    }
    .resources_content ul li a figure h2 {
        margin: 0 0 9px;
        min-height: 52px
    }
    .resources_content ul li figure a {
        margin: 0 10px 10px 0;
        float: left
    }
    .right-div {
        max-width: 100%
    }
    .blog__inner_content h1 {
        font-size: 62px
    }
    .subscribe_part .input_text {
        min-width: 318px
    }
    .second-box .second-right-div .training-btn {
        margin-bottom: 0
    }
    .header-inner-content h1 {
        font-size: 62px;
        line-height: 72px
    }
    .header-inner-content {
        padding: 0 26px 0 0;
        width: 96%
    }
    #next_setup_section .left-div h3 {
        font-size: 30px
    }
    #next_setup_section .left-div p {
        font-size: 18px;
        line-height: 30px
    }
    #next_setup_section .left-div {
        padding-bottom: 50px;
        padding-left: 17px;
        padding-right: 20px
    }
    .right_content {
        right: 23px
    }
    #overlay_section h2 {
        padding: 0 30px
    }
    figure.effect-ming figcaption::before {
        top: 15px!important;
        right: 15px!important;
        bottom: 15px!important;
        left: 15px!important
    }
    figure.effect-ming p {
        font-size: 16px!important;
        line-height: 20px!important;
        padding: 0 20px!important
    }
    figure.effect-ming:hover h2 img {
        margin: 8px auto -10px!important;
        opacity: 1
    }
    figure.effect-ming:hover figcaption {
        padding: 22px 20px!important
    }
    figure.effect-ming h2 {
        padding-bottom: 0!important;
        margin-bottom: 5px!important
    }
    .second-box .second-left-div {
        padding: 90px 2px 70px 37px;
        max-width: 100%
    }
    .grid figure figcaption {
        padding: 0!important
    }
    #overlay_section h1 {
        padding: 0 50px
    }
    #email_subscribe_section .subscribe_inner_content button {
        padding: 0 13px;
        min-width: 213px
    }
    ul.footer_social_icons li {
        width: 30.6%
    }
}

@media (min-width:769px) and (max-width:900px) {
    .second-box .second-left-div img {
        max-height: 174px
    }
    .second-box .second-left-div p {
        min-height: 170px
    }
}

@media (max-width:768px) {
    .blog_post__inner_content a:active,
    .blog_post__inner_content a:focus,
    .blog_post__inner_content a:hover {
        color: #00b7ff!important
    }
    .second-box .second-left-div img {
        max-width: inherit
    }
    .footer_social_icon_part li {
        max-width: 48%!important
    }
    figure.effect-ming img {
        opacity: .7!important;
        -webkit-transform: scale(1)!important;
        transform: scale(1)!important;
        -webkit-transition: -webkit-transform .5s ease-in-out!important;
        transition: transform .5s ease-in-out!important;
        backface-visibility: hidden
    }
    .grid figure.effect-ming figcaption {
        background: 0 0!important;
        padding: 60px 60px 50px!important;
        z-index: 999!important
    }
    .grid figure.effect-ming figcaption::before {
        background: url(../../images/box_hover_overlay_bg.png) left top!important;
        box-shadow: 0 0 0 0 rgba(0, 91, 127, .7)
    }
    .grid figure.effect-ming h2 {
        opacity: 1!important;
        -webkit-transform: scale(.9)!important;
        -moz-transform: scale(.9)!important;
        -o-transform: scale(.9)!important;
        -ms-transform: scale(.9)!important;
        transform: scale(.9)!important
    }
    .grid figure.effect-ming h2 i {
        font-size: 64px!important;
        color: #fff!important;
        margin: 13px auto 3px!important;
        display: block!important;
        line-height: 35px!important
    }
    .grid figure.effect-ming p {
        padding: 2px 15px 16px!important
    }
    .grid figure.effect-ming:hover figcaption::before {
        box-shadow: 0 0 0 0 rgba(0, 91, 127, .7)!important
    }
    .grid figure.effect-ming figcaption::before,
    .grid figure.effect-ming p {
        opacity: 1!important;
        -webkit-transform: scale3d(1, 1, 1)!important;
        -moz-transform: scale3d(1, 1, 1)!important;
        -o-transform: scale3d(1, 1, 1)!important;
        -ms-transform: scale3d(1, 1, 1)!important;
        transform: scale3d(1, 1, 1)!important;
        color: #fff
    }
    .resources_search_part input {
        width: 31%;
        padding: 0 0 0 48px;
        background: url(../../images/resources_search_icon.png) 16px 24px no-repeat
    }
    .resources_part_dropdown ul li {
        margin: 0 0 0 15px
    }
    .resources_part_dropdown ul li:first-child {
        margin: 0
    }
    .search_dropdown .select_type a,
    .search_dropdown_1 .select_type_1 a,
    .search_dropdown_2 .select_type_2 a {
        font-size: 12px
    }
    #footer_section {
        padding: 100px 0
    }
    #email_subscribe_section .subscribe_inner_content input::-webkit-input-placeholder {
        color: #7c8084
    }
    #email_subscribe_section .subscribe_inner_content input:-moz-placeholder {
        color: #7c8084
    }
    #email_subscribe_section .subscribe_inner_content input::-moz-placeholder {
        color: #7c8084
    }
    #email_subscribe_section .subscribe_inner_content input:-ms-input-placeholder {
        color: #7c8084
    }
    #email_subscribe_section .subscribe_inner_content input {
        padding: 0 19px 0 12px
    }
    #email_subscribe_section .subscribe_inner_content .gform_body #input_1_1 {
        width: 55%!important;
        padding: 0 3px 0 12px
    }
    .subscribe_inner_content .subscribe-parent-div {
        width: 100%!important;
        max-width: 614px!important
    }
    .site-branding img {
        width: 135px
    }
    .more_esources_content .col-xs-12,
    .product_intro_content .col-xs-12 {
        width: 50%
    }
    .footer_social_icon_part li:nth-child(2) {
        margin: 0;
        float: right
    }
    .slider-testimonial .column {
        height: 404px!important
    }
    .slide.slick-slide .column.right.pull-right {
        height: 225px!important
    }
    .slider-active-arrow .container {
        background: url(../../images/active-arrow-ipad.png) -63px 0 no-repeat!important
    }
    .resources_see_more a {
        font-size: 18px;
        padding: 0 36px;
        line-height: 48px
    }
    .resources_see_more {
        margin: 5px 0 0
    }
    .product_index_inner_content p {
        font-size: 28px;
        line-height: 39px
    }
    .product_index_inner_content h1 {
        font-size: 50px
    }
    #product_pace_part p,
    .product_intro_left_part a,
    .product_intro_list ol li,
    .product_intro_list ol li::before {
        font-size: 20px
    }
    .product_index_part {
        min-height: 390px
    }
    .product_index_intro_part {
        padding: 90px 0 100px
    }
    .product_intro_left_part p {
        font-size: 20px;
        padding-bottom: 20px
    }
    .testimonial_content .col-xs-12 {
        width: 33.3333%
    }
    .testimonial_content .col-md-8.col-sm-8.col-xs-12 {
        width: 66.6667%
    }
    .testimonial_content_1 .col-xs-12 {
        width: 33.3333%
    }
    .testimonial_content_1 .col-md-8.col-sm-8.col-xs-12 {
        width: 66.6667%
    }
    #product_pace_part p {
        line-height: 36px;
        padding-bottom: 15px
    }
    #product_pace_part h1 {
        font-size: 50px;
        line-height: 70px;
        margin: 0 auto 20px
    }
    .product_pace_content {
        margin: 50px 0
    }
    .product_info_content a {
        font-size: 20px;
        line-height: 57px;
        padding: 0 40px
    }
    .product_play_part {
        min-height: 460px!important
    }
    .product_play_content {
        margin: 170px 0 0
    }
    .product_info_content p {
        font-size: 20px;
        line-height: 38px;
        padding-bottom: 15px
    }
    .product_info_content small {
        font-size: 20px;
        line-height: 38px;
        padding-bottom: 16px
    }
    .product_pace_content ul li {
        width: 30%;
        margin: 0 0 25px
    }
    .product_pace_content ul li a {
        padding: 20px 15px
    }
    .product_pace_content ul li a h6 {
        font-size: 16px;
        line-height: 26px;
        margin: 15px 0 0
    }
    .product__inner_content p {
        font-size: 28px;
        line-height: 39px
    }
    .product__inner_content h1 {
        font-size: 50px
    }
    .product_feature_part {
        min-height: 390px
    }
    .blog_post_content h1 {
        font-size: 40px;
        line-height: 45px
    }
    .blog_post_devider {
        margin: 0 auto 40px
    }
    .blog_post_content p {
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 15px
    }
    .blog_post_content h2 {
        font-size: 24px;
        line-height: 30px;
        margin: 0 auto 16px
    }
    .blog_post_content blockquote,
    .blog_post_content blockquote p {
        font-size: 22px;
        line-height: 35px
    }
    .blog_post_content blockquote {
        padding: 0 0 0 19px;
        margin: 25px 0 12px
    }
    .blog_post_content h3 {
        line-height: 30px;
        margin: 0 auto 15px
    }
    .blog_post_content ol li,
    .blog_post_content ol li::before,
    .blog_post_content ul li {
        font-size: 16px;
        line-height: 28px
    }
    .blog_post_content ul li {
        padding: 1px 0 0 6px
    }
    .blog_post_content ol {
        padding: 0 0 15px 11px
    }
    #mid_content_blog_post {
        padding: 45px 0 75px
    }
    .blog_post_content h4 {
        font-size: 17px;
        margin: 0 auto 35px
    }
    .blog_subscribe_inner_content p {
        font-size: 24px;
        line-height: 36px;
        padding-bottom: 34px
    }
    .blog_subscribe_inner_content {
        margin: 75px auto 0
    }
    #blog_subscribe_part {
        min-height: 375px
    }
    .blog_subscribes_part .submit_btn {
        font-size: 16px;
        padding: 0 15px;
        min-width: 175px
    }
    .blog_subscribes_part input {
        font-size: 16px;
        min-width: 280px;
        padding: 0 15px
    }
    .product_intro_left_part a:hover {
        color: #2eb979;
        opacity: 1
    }
    .mid_inner p a:hover,
    .more_esources_right_content p a:hover,
    .product_play_content img:hover,
    .product_play_content p a:hover,
    .select_type a:hover,
    .select_type_1 a:hover,
    .select_type_2 a:hover {
        opacity: 1!important
    }
    .resources_see_more a:hover {
        background: #2EB979
    }
    .slider-testimonial .slick-next,
    .slider-testimonial .slick-prev {
        width: 19px!important;
        height: 40px!important;
        background-repeat: none;
        top: 62.5%!important
    }
    .resources__inner_content h1 {
        font-size: 55px;
        line-height: 65px
    }
    .resources__inner_content p {
        font-size: 25px;
        line-height: 42px
    }
    .resources_feature_part {
        min-height: 380px
    }
    .resources__inner_content {
        padding: 125px 0 0
    }
    .resources_search_part {
        margin: 0 0 40px
    }
    .resources_content ul li figure h2 {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 10px
    }
    .resources_content ul li figure p {
        margin: 0 0 20px
    }
    .resources_content ul li figure {
        padding: 20px 10px
    }
    .blog__inner_content {
        padding: 132px 0 0
    }
    .blog_feature_part {
        min-height: 405px
    }
    .blog__inner_content h1 {
        font-size: 50px
    }
    .blog__inner_content a {
        font-size: 18px
    }
    .subscribe_part .submit_btn {
        padding: 0 25px;
        min-width: 156px
    }
    .subscribe_part .input_text {
        min-width: 290px
    }
    .blog_content h1 a {
        font-size: 34px;
        line-height: 50px
    }
    .blog_content img {
        margin: 20px auto
    }
    .blog_content p {
        padding-bottom: 35px
    }
    .blog_content {
        margin: 0 0 55px;
        padding: 0 0 67px
    }
    .about_us_inner_content {
        padding: 104px 0 0
    }
    .about_us_inner_content h1 {
        font-size: 60px
    }
    .about_us {
        min-height: 277px
    }
    .about_author_img {
        padding: 0 35px 25px 0
    }
    .about_author_content h2 {
        font-size: 30px;
        line-height: 42px
    }
    .about_author {
        margin-bottom: 40px
    }
    .mid_inner p {
        font-size: 18px;
        line-height: 32px;
        padding-bottom: 30px
    }
    #mid_content {
        padding: 67px 0 220px
    }
    .column.right.pull-right .table {
        margin: 0!important
    }
    .slider-testimonial .slick-next {
        background-image: url(../../images/team_slider_right_arrow_ipad.png)!important;
        right: 20px!important
    }
    .slider-testimonial .slick-prev {
        background-image: url(../../images/team_slider_left_arrow_ipad.png)!important;
        left: 20px!important
    }
    .phone_icon {
        display: none;
        width: 70px;
        height: 70px
    }
    .play_icon_desktop {
        display: none!important
    }
    .play_icon_mobile {
        display: block!important
    }
    ul.footer_social_icons li a {
        line-height: 284px
    }
    ul.footer_social_icons li:nth-child(3) a {
        line-height: 261px
    }
    .header-inner-content .btn {
        margin-left: auto;
        background: url(../../images/here-arrow-mobile.png) 93% 50% no-repeat!important
    }
    .header-inner-content p span a:hover {
        color: #00BFFF;
        opacity: 1
    }
    .subscribe-parent-div input#gform_submit_button_1:hover {
        opacity: 1!important
    }
    #latest_twitter_widget-2 .latest-twitter-tweet a:hover,
    .footer_social_icon_part li a:hover {
        opacity: 1
    }
    .start-now-btn:hover {
        background: #2EB979!important
    }
    .second-box .training-btn:hover {
        background: #005B7F!important
    }
    .footer_social_icon_part li:nth-child(2) a {
        padding: 26px 0 23px 20px
    }
    .main-navigation li a:hover {
        opacity: 1!important;
        color: #e2ecf1!important
    }
    .gform_wrapper .gform_footer input[type=submit]:hover {
        opacity: 1!important
    }
    .social-icon a i:hover {
        color: #023448
    }
    .header-inner-content {
        padding: 0 2px 0 0;
        width: 83%
    }
    #footer_section .container .col-md-12 {
        padding: 0 12px
    }
    ul.footer_social_icons li {
        margin-right: 27px;
        width: 47.9%;
        margin-bottom: 35px
    }
    ul.footer_social_icons li:nth-child(2) {
        margin-right: 0
    }
    ul.footer_social_icons li:nth-child(3) {
        margin-right: 0;
        width: 99.8%;
        margin-bottom: 55px
    }
    .right-div {
        max-width: 100%
    }
    #overlay_section .col-md-12,
    #overlay_section .container {
        padding: 0
    }
    .grid figure {
        width: 50%!important
    }
    .header-inner-content {
        padding-right: 0;
        position: absolute;
        top: 120px;
        left: 0;
        right: 0
    }
    .header-inner-content p {
        margin: 0 0 0 10px;
        font-size: 28px;
        line-height: 56px
    }
    .header-inner-content p span {
        font-size: 28px
    }
    .page-cover__background img {
        bottom: 42px
    }
    #overlay_section h1 {
        line-height: 56px;
        font-size: 32px;
        padding: 0 43px
    }
    #overlay_section {
        padding: 50px 0 94px
    }
    #overlay_section .grid {
        margin: 59px 0 88px
    }
    figure.effect-ming:hover figcaption {
        padding: 60px 60px 50px!important
    }
    figure.effect-ming h2 {
        background: 0 0!important;
        padding-bottom: 20px!important;
        font-size: 16px!important
    }
    #overlay_section h2 {
        line-height: 56px;
        font-size: 32px;
        padding: 0 58px
    }
    #email_subscribe_section .subscribe_inner_content p {
        font-size: 32px;
        line-height: 56px;
        padding-bottom: 41px
    }
    #email_subscribe_section .subscribe_inner_content {
        margin: 92px auto 0;
        padding: 0 22px
    }
    .phone_icon i {
        font-size: 50px;
        margin: 8px 0 0
    }
    figure.effect-ming figcaption::before {
        top: 19px!important;
        right: 23px!important;
        bottom: 19px!important;
        left: 23px!important
    }
    .header-inner-content h1 {
        font-size: 50px;
        line-height: 64px;
        padding-bottom: 24px
    }
    .header-inner-content .driver {
        margin: 40px 0 23px 10px
    }
    #email_subscribe_section {
        min-height: 574px
    }
    .second-box .second-left-div {
        min-height: 380px;
        padding: 69px 2px 0 27px
    }
    .second-box .second-right-div {
        border-left: 1px solid #ccc;
        padding-left: 36px;
        padding-right: 12px
    }
    .second-box .second-right-div .training-btn {
        margin-bottom: 61px
    }
    .second-box .col-md-6 {
        padding-right: 31px
    }
    .second-box .training-btn {
        padding: 4px 73px
    }
    #team_part h1 {
        padding-bottom: 20px;
        font-size: 62px;
        line-height: 72px
    }
    .slide .left .blockquote .max-width {
        top: -14px!important;
        max-width: 420px!important
    }
    #team_part {
        background-size: 94%;
        padding: 83px 0 234px
    }
    .slider-active-arrow {
        height: 21px!important
    }
    #team_part .container {
        background: 0 0
    }
    #team_part .container .col-md-12 .section-client-testimonials .slider-active-arrow .container {
        height: 21px!important;
        background: url(../../images/active-arrow-ipad_1.png) -65px 0 no-repeat!important
    }
    .section-client-list {
        padding: 0 0 21px
    }
    .second-box .second-left-div p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px
    }
    .second-box .second-right-div p {
        padding-right: 0
    }
    #next_setup_section .left-div h3 {
        margin-bottom: 8px
    }
    #next_setup_section h1 {
        font-size: 62px;
        padding-bottom: 57px
    }
    #next_setup_section {
        padding: 67px 0 0
    }
    .start-now-btn {
        margin-top: 22px
    }
    #next_setup_section .left-div {
        padding-left: 26px;
        padding-bottom: 51px
    }
    #next_setup_section .setup-inner-content {
        padding-bottom: 0
    }
}

@media (max-width:767px) {
    .contact-form .gform_wrapper div.validation_error,
    .feature_client_slider_desktop {
        display: none
    }
    #overlay_section h2 a:hover,
    .blog_content a:hover,
    .more_esources_right_content p a:hover,
    .product_info_content a:hover,
    .product_play_content img:hover,
    .product_play_content p a:hover,
    .resources_content ul li .box_tag span a:hover {
        opacity: 1!important
    }
    .contact-form .gform_wrapper .gform_footer img {
        left: -58%
    }
    .client-logo-slider {
        position: inherit;
        bottom: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0);
        min-height: 0
    }
    .slideshow_container .slideshow_content,
    .slideshow_container .slideshow_view .slideshow_slide,
    body .slideshow_container .slideshow_view {
        position: relative!important;
        overflow: hidden!important;
        height: auto!important
    }
    .feature_client_slider_ipad {
        display: block
    }
    .slideshow_container {
        margin-top: 0!important;
        margin-bottom: 0!important
    }
    .slideshow_container .slideshow_view .slideshow_slide {
        float: left!important;
        width: 32%!important;
        text-align: center;
        margin: 14px 2px
    }
    body .slideshow_container .slideshow_view {
        top: 0!important;
        left: 0;
        width: 0;
        display: none!important
    }
    .slideshow_container_style-light {
        height: auto!important
    }
    .slideshow_container .slideshow_view:nth-child(1) {
        opacity: 1!important;
        display: block!important
    }
    .search_dropdown_2 .select_box_2 ul {
        left: -64px
    }
    .search_part {
        line-height: 59px
    }
    .search_part .resources_part_dropdown ul li {
        line-height: 60px
    }
    .search_dropdown .select_box ul li,
    .search_dropdown_1 .select_box_1 ul li {
        line-height: normal!important
    }
    .search_dropdown .select_box ul {
        right: -26px;
        left: inherit
    }
    .search_dropdown_1 .select_box_1 ul {
        right: -25px
    }
    .testimonial_author_img {
        max-width: 230px
    }
    .testimonial_author_img_1 {
        padding: 0 16px 23px 20px;
        max-width: 230px;
        border-left: none
    }
    .testimonial_author_content_1 {
        padding: 0 17px 35px 0
    }
    .resources_content ul li {
        width: 31.2%
    }
    .search_dropdown .select_box ul li a:hover,
    .search_dropdown_1 .select_box_1 ul li a:hover,
    .search_dropdown_2 .select_box_2 ul li a:hover {
        color: #989898;
        background: 0 0!important
    }
    .resources_part_dropdown {
        padding: 0 17px 0 0;
        width: 61%
    }
    .resources_search_part {
        line-height: 59px
    }
    .resources_part_dropdown ul li {
        line-height: 60px
    }
    .select_type a i,
    .select_type_1 a i,
    .select_type_2 a i {
        margin-top: 17px
    }
    .blog_inner .search_part .select_type a i,
    .select_type_1 a i,
    .select_type_2 a i {
        margin-top: 18px!important
    }
    .resources_search_part input {
        width: 31%;
        padding: 0 0 0 40px;
        background: url(../../images/blog_search_icon.jpg) 13px 20px no-repeat;
        background-size: 18px 18px
    }
    .search_part .resources_part_dropdown {
        padding: 0 17px 0 0;
        width: 59%
    }
    .search_part input {
        width: 34%;
        background-size: 18px 18px!important;
        background: url(../../images/blog_search_icon.jpg) 13px 20px no-repeat;
        padding: 0 0 0 40px
    }
    .search_dropdown_1 .select_box_1 ul li a.selecteddrop {
        color: #5fcf80!important;
        background: url(../../images/dropdown_checkbox_selected.png) 13px 12px no-repeat!important
    }
    #overlay_section h2 a:hover {
        color: #005b7f;
        text-decoration: none
    }
    ul.footer_social_icons li {
        width: 47.5%
    }
    .second-box .col-xs-12,
    .setup-inner-content .col-xs-12 {
        width: 50%
    }
    figure.effect-ming p {
        padding: 0 12px!important
    }
    .second-box .second-left-div {
        padding: 90px 2px 0 20px
    }
    .second-box .training-btn {
        margin-bottom: 50px
    }
    #next_setup_section .left-div {
        padding-left: 20px
    }
    .second-box .second-right-div {
        padding-left: 29px;
        padding-right: 12px
    }
    .testimonial_author_img img,
    .testimonial_author_img_1 img {
        max-width: 190px
    }
}

@media (min-width:600px) and (max-width:767px) {
    li.slick-active .logo-barkbox img,
    li.slick-active .logo-barkbox img.activeimg {
        width: 100px;
        height: auto!important
    }
}

.menu-opener {
    z-index: 9999
}

@media (min-width:681px) {
    .menu-opener,
    .site-nav {
        -moz-transition: -moz-transform .2s cubic-bezier(.2, .3, .25, .9);
        -o-transition: -o-transform .2s cubic-bezier(.2, .3, .25, .9);
        -webkit-transition: -webkit-transform .2s cubic-bezier(.2, .3, .25, .9)
    }
    .site-nav-drawer-open .fa-bars:before,
    .site-nav-drawer-open .fa-navicon:before,
    .site-nav-drawer-open .fa-reorder:before {
        content: ''!important
    }
    body.site-nav-drawer-open .menu-opener .site-navigation-toggle .fa-navicon {
        background: url(../../images/menu_close_icon.png) no-repeat!important;
        margin-top: 18px;
        margin-left: 18px
    }
    .site-navigation-toggle {
        right: 0
    }
    .menu-opener {
        position: fixed;
        z-index: 9999;
        transform: translate3d(0, 0, 0);
        transition: transform .2s cubic-bezier(.2, .3, .25, .9)
    }
    body.site-nav-drawer-open .menu-opener {
        transform: translate3d(-590px, 0, 0);
        -webkit-transform: translate3d(-590px, 0, 0);
        -moz-transform: translate3d(-590px, 0, 0);
        -o-transform: translate3d(-590px, 0, 0)
    }
    .site-nav {
        -webkit-transform: translate3d(590px, 0, 0);
        transform: translate3d(590px, 0, 0);
        transition: transform .2s cubic-bezier(.2, .3, .25, .9)
    }
    .site-nav-transition .site-nav {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -moz-transition: -moz-transform .2s cubic-bezier(.2, .3, .25, .9);
        -o-transition: -o-transform .2s cubic-bezier(.2, .3, .25, .9);
        -webkit-transition: -webkit-transform .2s cubic-bezier(.2, .3, .25, .9);
        transition: transform .2s cubic-bezier(.2, .3, .25, .9)
    }
    body.site-nav-drawer-open {
        overflow: hidden!important
    }
    body.site-nav-drawer-open .site-navigation-toggle i {
        background: 0 0;
        margin: 20px 0 0 3px
    }
    body.site-nav-drawer-open .site-navigation-toggle {
        position: absolute;
        left: 0
    }
}

@media (max-width:680px) {
    .contact-form .gform_wrapper .gform_footer img {
        left: -80%
    }
    ##gform_confirmation_wrapper_3,
    #gforms_confirmation_message_3 {
        padding: 29px 0 0
    }
    #gform_confirmation_wrapper_3 h1,
    #thank-you-message h1 {
        margin: 0 0 20px 2px
    }
    #thank-you-message {
        padding: 60px 60px 58px
    }
    .contact-form .gform_wrapper div.validation_error {
        top: -10px
    }
    .header-inner-content h1 {
        padding-left: 5px;
        padding-right: 5px
    }
    .corporate-resources,
    .corporate-services {
        width: 100%
    }
    body.site-nav-drawer-open {
        background-color: #023448
    }
    body.site-nav-transition.site-nav-drawer-open #page {
        position: inherit;
        overflow: hidden
    }
    #overlay_section {
        background-color: #fff
    }
    body.site-nav-drawer-open .menu-opener {
        display: none
    }
    .site-nav__section:last-of-type {
        float: left;
        width: 100%
    }
    .site-nav-transition .site-nav {
        display: block;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -moz-transition: -moz-transform .2s cubic-bezier(.2, .3, .25, .9);
        -o-transition: -o-transform .2s cubic-bezier(.2, .3, .25, .9);
        -webkit-transition: -webkit-transform .2s cubic-bezier(.2, .3, .25, .9);
        transition: transform .2s cubic-bezier(.2, .3, .25, .9)
    }
    .site-nav {
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transition: -moz-transform .2s cubic-bezier(.2, .3, .25, .9);
        -o-transition: -o-transform .2s cubic-bezier(.2, .3, .25, .9);
        -webkit-transition: -webkit-transform .2s cubic-bezier(.2, .3, .25, .9);
        transition: transform .2s cubic-bezier(.2, .3, .25, .9);
        transform: translate3d(100%, 0, 0);
        background-color: transparent
    }
    figure.effect-ming:hover h2 i {
        margin: 13px auto 10px
    }
    .gform_wrapper .top_label .gfield_error {
        width: 100%!important
    }
    .email-subscribe .gform_wrapper .top_label input.medium {
        width: 350px
    }
    .subscribe-parent-div input#gform_submit_button_1 {
        padding: 0 20px!important;
        font-size: 18px!important;
        max-width: 200px!important
    }
    #email_subscribe_section .subscribe_inner_content .gform_body #input_1_1 {
        max-width: 59%!important;
        padding: 0 2px 0 4px;
        margin: 0;
        float: left;
        width: auto!important;
        min-width: initial!important
    }
    .subscribe_inner_content .subscribe-parent-div {
        width: 85%!important;
        max-width: 580px!important
    }
    .blog_search,
    .cat_search,
    .res_search {
        width: 100%!important;
        float: left!important
    }
    .resources_search_part {
        padding: 0 15px;
        border: none;
        float: left
    }
    .blog_search,
    .cat_search {
        width: 100%!important;
        float: none!important
    }
    .blog_inner .search_part input {
        width: 100%!important
    }
    .select_type a i,
    .select_type_1 a i,
    .select_type_2 a i {
        margin-top: 16px
    }
    .search_dropdown_2 {
        margin-right: 0
    }
    .product_index_inner_content p {
        font-size: 25px;
        line-height: 35px;
        padding: 0
    }
    .product_index_part {
        min-height: 360px
    }
    .product_index_inner_content h1 {
        font-size: 44px
    }
    .product_intro_list ol li,
    .product_intro_list ol li::before {
        line-height: 50px;
        font-size: 18px
    }
    .product_intro_left_part a,
    .product_intro_left_part p {
        font-size: 18px;
        line-height: 34px
    }
    .testimonial_author_content_1 h2 {
        font-size: 18px;
        line-height: 30px;
        padding: 3px 0 9px
    }
    .testimonial_content_1 .col-md-8.col-sm-8.col-xs-12 {
        padding-right: 10px
    }
    .testimonial_author_img_1 {
        max-width: 200px
    }
    .testimonial_author_content h2 {
        font-size: 18px;
        line-height: 30px;
        padding: 2px 0 9px
    }
    .testimonial_author_img {
        max-width: 200px;
        padding: 0 35px 0 0
    }
    .product__inner_content p {
        font-size: 25px;
        line-height: 35px;
        padding: 0
    }
    .product_play_part {
        min-height: 400px!important
    }
    .product_play_content {
        margin: 130px 0 0
    }
    #product_pace_part {
        padding: 80px 0 50px
    }
    #product_pace_part h1 {
        font-size: 42px;
        line-height: 60px;
        margin: 0 auto 15px
    }
    #product_pace_part p {
        font-size: 18px;
        line-height: 29px;
        padding-bottom: 10px
    }
    .product__inner_content h1 {
        font-size: 44px
    }
    .product_feature_part {
        min-height: 350px
    }
    .product_pace_content ul li:nth-child(2n-1) {
        float: left;
        max-width: inherit;
        margin: 0 13px 25px 0!important;
        width: 47%
    }
    .product_pace_content ul li:nth-child(2n) {
        float: right;
        max-width: inherit;
        width: 47%;
        margin: 0 0 25px 12px!important
    }
    .resources_content ul li:nth-child(n) {
        float: none;
        width: 100%;
        margin: 0 0 30px
    }
    .box_tag .tag_topics {
        justify-content: inherit!important
    }
    .search_part input {
        width: 100%;
        border-bottom: 1px solid #f0f2f4;
        font-size: 15px;
        font-weight: 600;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -o-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
        line-height: normal;
        margin: 0;
        background: url(../../images/blog_search_icon.jpg) 16px 20px no-repeat;
        padding: 20px 22px 18px 50px;
        background-size: 17px 17px!important
    }
    .search_part .search_dropdown .select_box ul,
    .search_part .search_dropdown_1 .select_box_1 ul {
        background: #fff
    }
    .search_part {
        border: 1px solid #cdcdcd;
        float: left;
        padding: 0 15px;
        width: 100%
    }
    .search_part .resources_part_dropdown ul li {
        margin: 0;
        border-bottom: 1px solid #f0f2f4;
        border-radius: 2px;
        line-height: 62px
    }
    .search_part .search_dropdown .select_box ul li,
    .search_part .search_dropdown_1 .select_box_1 ul li {
        border-bottom: 1px solid #EBEBEB!important;
        line-height: normal!important
    }
    .resources_part_dropdown ul {
        margin: 0;
        padding: 0;
        float: none
    }
    .resources_search_part input {
        background-size: 17px 17px!important;
        min-width: auto;
        border-bottom: 1px solid #f0f2f4;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        line-height: normal;
        height: 60px;
        width: 100%;
        background: url(../../images/blog_search_icon.jpg) 15px 20px no-repeat #fff;
        margin-bottom: 0;
        float: left;
        font-size: 14px;
        font-weight: 600;
        padding: 16px 22px 0 50px
    }
    .resources_part_dropdown {
        padding: 0!important;
        width: 100%!important
    }
    .search_part .resources_part_dropdown li:last-child {
        border: none
    }
    .resources_part_dropdown ul li {
        margin: 0;
        width: 100%;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        line-height: 60px;
        background: #fff;
        border-bottom: 1px solid #f0f2f4
    }
    .search_dropdown {
        width: 100%
    }
    .search_dropdown_1 .select_type_1 a {
        padding: 0 15px 0 10px;
        text-align: left
    }
    .search_dropdown .select_box ul li a,
    .search_dropdown_1 .select_box_1 ul li a,
    .search_dropdown_2 .select_box_2 ul li a {
        padding: 10px 20px 10px 40px;
        color: #333
    }
    .search_dropdown .select_type a,
    .search_dropdown_2 .select_type_2 a {
        padding: 0 15px 0 10px;
        text-align: left
    }
    .resources_content {
        float: left
    }
    .search_dropdown .select_type a {
        font-size: 13px
    }
    .search_dropdown .select_box ul {
        background: #CDCDCD;
        top: 7px;
        width: 100%;
        color: #333;
        left: 0;
        margin: 0;
        padding: 0;
        max-width: 100%
    }
    .select_box_1 ul li {
        border: none!important;
        margin: 0 0 1px;
        border-radius: 0
    }
    .select_box ul li {
        border: none!important;
        margin: 0 0 1px;
        border-radius: 0
    }
    .search_dropdown_2 .select_box_2 ul {
        margin: 0;
        padding: 0;
        left: 0;
        max-width: 100%;
        min-width: 100%;
        background: #CDCDCD
    }
    .select_box_2 ul li {
        border: none!important;
        margin: 0 0 1px;
        border-radius: 0
    }
    .search_dropdown_1 .select_box_1 ul {
        right: 0;
        left: 0;
        background: #CDCDCD;
        color: #FFF;
        top: 3px;
        width: 100%;
        padding: 0;
        margin: 0;
        max-width: 100%
    }
    .subscribe_part .submit_btn {
        padding: 0 20px;
        min-width: 144px
    }
    .subscribe_part .input_text {
        min-width: 273px
    }
    .blog__inner_content h1 {
        font-size: 46px
    }
    .about_us_inner_content {
        padding: 104px 0 0
    }
    .about_us_inner_content h1 {
        font-size: 50px
    }
    .about_us {
        min-height: 261px
    }
    .about_author_content h2 {
        font-size: 25px;
        line-height: 34px
    }
    .about_author_img {
        margin: 0 25px 0 0
    }
    .resources_content ul {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        display: block;
        -webkit-flex-flow: inherit;
        justify-content: inherit;
        width: 100%
    }
    ul.footer_social_icons li {
        width: 46.5%
    }
    ul.footer_social_icons li:nth-child(3) {
        width: 98.4%
    }
    .second-box .col-xs-12 {
        padding-left: 0
    }
    #overlay_section .grid {
        margin: 50px 0 60px!important
    }
    #overlay_section h1 {
        line-height: 46px;
        font-size: 28px;
        padding: 0 20px
    }
    .start-now-btn {
        margin-top: 20px;
        font-size: 17px;
        padding: 4px 30px
    }
    #next_setup_section .left-div p {
        font-size: 18px;
        line-height: 30px
    }
    #email_subscribe_section .subscribe_inner_content button {
        font-size: 22px;
        min-width: 200px
    }
    #overlay_section h2 {
        padding: 0 20px;
        line-height: 46px;
        font-size: 28px
    }
    .grid figure.effect-ming figcaption,
    figure.effect-ming:hover figcaption {
        padding: 29.5px 20px!important
    }
    figure.effect-ming h2 {
        padding-bottom: 10px!important
    }
    .site-nav .close-nav {
        font-size: 0;
        color: #fff;
        padding: 13px 0 0 15px;
        cursor: pointer;
        height: 70px;
        position: absolute;
        top: 0;
        left: 0;
        background: url(../../images/menu_close_icon.png) 16px 14px no-repeat #015B7E!important;
        width: 68px;
        z-index: 2147483647;
        display: block
    }
    #next_setup_section {
        padding: 50px 0 0
    }
    #next_setup_section .left-div h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px
    }
    #next_setup_section .left-div {
        padding-bottom: 30px;
        padding-left: 0
    }
    .second-box .second-left-div {
        padding: 50px 2px 0 15px
    }
    .second-box .training-btn {
        font-size: 17px;
        padding: 4px 30px;
        margin-bottom: 30px
    }
    .second-box .second-right-div .training-btn {
        padding: 4px 18px
    }
    #next_setup_section h1 {
        font-size: 50px;
        padding-bottom: 20px
    }
    body.site-nav-drawer-open #page #content #masthead .menu-opener {
        display: none
    }
    .site-nav {
        width: 100%
    }
    .site-nav-drawer-open #page {
        transform: translate3d(-100%, 0, 0)
    }
    .site-nav--scrollable-container {
        width: 100%;
        height: 100%
    }
    .second-box .second-left-div img {
        min-height: 0!important
    }
    .testimonial_author_img img {
        max-width: 160px
    }
    .testimonial_author_img_1 img {
        max-width: 154px
    }
    .contact-form .gform_wrapper .top_label input,
    .contact-form .gform_wrapper .top_label textarea {
        font-size: 11px
    }
}

@media (max-width:620px) {
    .footer_social_icon_part li {
        max-width: 100%!important;
        width: 100%!important;
        margin: 0 0 25px!important;
        text-align: left!important
    }
    .footer_social_icon_part li a img {
        margin: 0 10px!important;
        float: none!important;
        display: inline-block!important
    }
    .footer_social_icon_part li a {
        padding: 26px 20px 22px!important
    }
}

@media (max-width:580px) {
    .feature_client_slider_ipad ul li {
        width: 31.3%;
        text-align: center;
        margin: 0 1% 20px
    }
    .contact-form .gform_wrapper .gform_footer img {
        left: -100%
    }
    .grid figure.effect-ming h2 {
        padding-top: 10px!important
    }
    .grid figure.effect-ming h2 i {
        margin: 8px auto 6px!important
    }
    .resources_content ul li a figure p {
        margin: 0
    }
    .resources_content ul li .box_tag {
        position: relative
    }
    .resources_content ul li .box_tag span {
        margin: 0 0 5px
    }
    .about_us,
    .blog_feature_part,
    .blog_post_feature_part,
    .product_feature_part,
    .product_index_part,
    .resources_feature_part {
        background-size: 100% 100%
    }
    .blog_post_feature_part {
        background: url(../../images/blog_post_feature.jpg) no-repeat;
        background-size: 100% 100%
    }
    .email-subscribe .gform_confirmation_message {
        max-width: 352px
    }
    #email_subscribe_section .subscribe_inner_content .gform_body #input_1_1 {
        max-width: 53%!important;
        padding: 0 2px 0 8px
    }
    .blog_feature_part .subscribe_part #gform_submit_button_1 {
        padding: 0 14px!important;
        float: right;
        margin: 0!important;
        min-width: 123px
    }
    .blog_subscribe_inner_content .subscribe_part #gform_submit_button_1 {
        padding: 0 26px;
        line-height: 51px;
        min-width: 156px
    }
    .blog_subscribe_inner_content .subscribe_part .gform_body #input_1_1 {
        width: 53%
    }
    figure.effect-ming:hover h2 i {
        margin: 8px auto 6px!important
    }
    figure.effect-ming h2 {
        padding-top: 10px!important
    }
    .product_intro_list ol li,
    .product_intro_list ol li::before {
        line-height: 50px;
        font-size: 16px;
        min-width: 55px
    }
    .product_intro_list ol li {
        padding-left: 60px;
        padding-right: 5px
    }
    .testimonial_content .col-xs-12 {
        width: 100%!important;
        padding: 0 15px;
        max-width: 100%
    }
    .testimonial_content .col-md-8 {
        border-left: none
    }
    .product_intro_left_part a,
    .product_intro_left_part p {
        font-size: 16px;
        line-height: 32px
    }
    .testimonial_content_1 .col-md-8 {
        border-right: none;
        width: 100%!important;
        padding: 0 15px
    }
    .testimonial_author_img_1 {
        padding: 0;
        max-width: 100%;
        border-left: medium none;
        margin-bottom: 20px;
        float: none!important
    }
    .testimonial_content_1 .col-md-4 {
        float: none!important;
        margin: 0 auto;
        padding: 0 15px;
        max-width: 100%;
        width: 100%!important
    }
    .testimonial_author_img_1 img {
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto
    }
    .testimonial_author_img {
        max-width: 100%;
        margin: 0 auto 20px;
        float: none!important;
        border-right: medium none;
        padding: 0
    }
    .testimonial_author_img img {
        max-width: 100%;
        margin: 0 auto
    }
    .testimonial_author_content {
        padding: 0 0 16px 17px
    }
    .more_esources_content .col-xs-12 {
        width: 100%
    }
    #more_esources_part h1 {
        font-size: 40px;
        line-height: 46px
    }
    .more_esources_devider {
        margin: 24px auto 65px
    }
    .more_esources_right_content h6 {
        font-size: 24px;
        line-height: 30px
    }
    .more_esources_content_img {
        margin-bottom: 30px
    }
    .more_esources_right_content p,
    .more_esources_right_content ul li {
        font-size: 16px;
        line-height: 29px
    }
    .blog_post_content h1 {
        font-size: 36px;
        line-height: 40px
    }
    .blog_subscribes_part .submit_btn {
        padding: 0 15px;
        min-width: 142px
    }
    .blog_subscribe_inner_content p {
        font-size: 22px;
        line-height: 32px;
        padding-bottom: 30px
    }
    #blog_subscribe_part {
        min-height: 345px
    }
    .subscribe_part .input_text {
        min-width: 237px
    }
    .mid_inner p {
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 25px
    }
    #mid_content {
        padding: 67px 0 200px
    }
    .about_author_content h2 {
        font-size: 21px;
        line-height: 34px
    }
    .about_author_img {
        margin: 0 15px 0 0;
        padding: 0 14px 20px 0
    }
    ul.footer_social_icons li:nth-child(3) {
        width: 99.49%
    }
    #email_subscribe_section .subscribe_inner_content button {
        font-size: 18px;
        min-width: 40%;
        padding: 0 8px
    }
    figure.effect-ming h2 {
        padding-bottom: 0!important
    }
    figure.effect-ming p {
        font-size: 15px!important;
        padding: 0 10px!important
    }
    #email_subscribe_section .subscribe_inner_content p {
        font-size: 24px;
        line-height: 44px;
        padding-bottom: 30px
    }
    #email_subscribe_section .subscribe_inner_content {
        margin: 55px auto 0;
        padding: 0
    }
    #email_subscribe_section {
        min-height: 460px
    }
    .second-box .col-xs-12 {
        width: 100%;
        padding: 0
    }
    .second-box .training-btn {
        font-size: 20px;
        padding: 4px 73px;
        margin-bottom: 54px
    }
    .second-box .second-left-div {
        border-bottom: 1px solid #CCC;
        padding-left: 22px;
        padding-right: 22px;
        padding-top: 47px
    }
    .second-box .second-right-div .training-btn {
        font-size: 20px;
        padding: 4px 66.5px;
        margin-bottom: 79px
    }
    .second-box .second-right-div {
        border-bottom: none!important;
        border-left: none!important;
        padding-top: 48px!important
    }
    .second-box .second-left-div p {
        min-height: initial
    }
    #next_setup_section .right-div {
        float: none;
        text-align: center;
        margin: 39px 0 0
    }
    #next_setup_section .left-div {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0
    }
    #next_setup_section .setup-inner-content {
        border-bottom: medium none
    }
    .setup-inner-content .col-xs-12 {
        width: 100%
    }
    .right_content {
        border-bottom: 1px solid #CCC;
        position: static!important;
        bottom: 0;
        right: 0;
        padding-right: 0!important
    }
    #next_setup_section .right-div img {
        max-width: 82%;
        margin: 0 auto
    }
}

@media (max-width:480px) {
    .contact-form .gform_wrapper .top_label input,
    .contact-form .gform_wrapper .top_label input.medium,
    .contact-form .gform_wrapper .top_label textarea.medium,
    .contact-form form#gform_3 .field_description_below .ginput_container,
    .contact-form form#gform_3 .form_sublabel_below .gfield_contains_required .ginput_container {
        width: 100%!important
    }
    #contact-inner-content,
    #mid_content,
    #mid_content_blog {
        background: url(../../images/teampart_bg_mobile.png) bottom center no-repeat #fff
    }
    #gform_confirmation_wrapper_3 h1 {
        font-size: 20px;
        margin: 0 0 13px
    }
    #gform_confirmation_wrapper_3 span {
        font-size: 15px;
        line-height: 28px
    }
    #thank-you-message {
        padding: 60px 30px 58px
    }
    #thank-you-message h1 {
        font-size: 20px
    }
    #thank-you-message p {
        font-size: 16px;
        line-height: 32px
    }
    .contact-form {
        padding: 21px 30px 58px
    }
    .contact-form form#gform_3 .gfield_contains_required .gform_footer {
        padding: 0;
        margin: 0
    }
    .contact-form .gform_wrapper .top_label input[type=submit] {
        font-size: 18px;
        width: 200px!important
    }
    .contact-form .gform_wrapper .top_label input {
        padding: 16px 15px 14px!important;
        font-size: 10px;
        letter-spacing: .5px;
        margin: 0 0 5px
    }
    .contact-form .gform_wrapper .top_label textarea {
        font-size: 10px!important;
        height: 130px;
        padding: 16px 15px 19px
    }
    .contact-form .gform_wrapper label.gfield_label {
        font-size: 16px
    }
    .contact-form .gform_wrapper .ginput_container .gfield_checkbox label {
        margin: 0 0 0 30px;
        font-size: 16px
    }
    .contact-form .gform_wrapper .ginput_container .gfield_checkbox li {
        margin-top: 10px
    }
    .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image img {
        width: 60%!important
    }
    .slideshow_container .slideshow_view .slideshow_slide {
        width: 46%!important;
        margin: 20px 2%!important
    }
    .gform_wrapper input.gform_button.button,
    body .blog_subscribes_part .subscribe_part .gform_wrapper .ginput_container,
    body .blog_subscribes_part .subscribe_part .gform_wrapper .ginput_container input.medium,
    body .blog_subscribes_part.subscribe_part .gform_wrapper .ginput_container,
    body .gform_wrapper .ginput_container,
    body .gform_wrapper .ginput_container input.large,
    body .gform_wrapper .ginput_container input.medium,
    body .gform_wrapper .ginput_container input.small,
    body .gform_wrapper .ginput_container select.large,
    body .gform_wrapper .ginput_container select.medium,
    body .gform_wrapper .ginput_container select.small,
    body .gform_wrapper .ginput_container textarea.large,
    body .gform_wrapper .ginput_container textarea.medium,
    body .gform_wrapper .ginput_container textarea.small,
    body .gform_wrapper div.gf_page_steps,
    body .gform_wrapper div.gf_page_steps div,
    body .gform_wrapper div.ginput_complex,
    body .gform_wrapper input[type=submit] {
        width: 100%!important
    }
    .corporate-resources a h2 {
        max-width: 163px;
        font-size: 25px
    }
    .corporate-services a h2 {
        font-size: 25px;
        max-width: 132px
    }
    .second-box .second-left-div p:nth-child(3) {
        min-height: initial
    }
    .grid figure.effect-ming h2 i {
        margin: 2px auto 7px!important;
        font-size: 46px!important
    }
    .grid figure.effect-ming h2 {
        font-size: 15px!important;
        padding-top: 4px!important
    }
    .grid figure.effect-ming p {
        padding: 0 6px 6px!important
    }
    body .email-subscribe .gform_wrapper .ginput_container input.medium {
        width: 100%!important;
        max-width: 100%
    }
    .subscribe_part .gform_body #input_1_1 {
        border: 2px solid #005b7f!important;
        opacity: 1!important;
        margin: 0 auto 10px!important;
        display: block;
        float: none;
        line-height: 45px;
        padding: 0 12px!important;
        font-size: 18px!important
    }
    .header-inner-content {
        top: 149px
    }
    .email-subscribe .gform_confirmation_message {
        max-width: 82%;
        margin: 0 auto
    }
    .email-subscribe .gform_confirmation_message .thankyou-message-menu p {
        font-size: 13px!important;
        margin-bottom: 19px!important
    }
    .email-subscribe .gform_confirmation_message .thankyou-message-menu {
        padding: 18px 20px
    }
    .email-subscribe .gform_confirmation_message .thankyou-message-menu h6 {
        font-size: 13px
    }
    #footer_section {
        padding: 75px 0
    }
    .subscribe-parent-div .gform_confirmation_message .thankyou-message p {
        font-size: 13px!important;
        margin-bottom: 19px!important
    }
    .subscribe-parent-div .gform_confirmation_message .thankyou-message {
        padding: 18px 20px
    }
    .subscribe-parent-div .gform_confirmation_message .thankyou-message h6 {
        font-size: 13px
    }
    figure.effect-ming:hover h2 i {
        margin: 2px auto 7px!important;
        font-size: 46px!important
    }
    .footer_social_icon_part li {
        width: 100%;
        margin: 0 0 20px;
        max-width: 100%
    }
    .subscribe_inner_content .subscribe-parent-div {
        width: 100%!important;
        max-width: 100%!important
    }
    #email_subscribe_section .subscribe_inner_content .gform_body #input_1_1 {
        max-width: 95%!important;
        float: none!important;
        margin: 0 auto 19px!important;
        min-width: 95%!important;
        font-size: 26px!important;
        display: block;
        padding: 11px 10px;
        height: 66px;
        line-height: normal
    }
    .subscribe_inner_content .subscribe-parent-div .gform_wrapper .gform_footer {
        float: none!important
    }
    .subscribe-parent-div input#gform_submit_button_1 {
        padding: 0 20px!important;
        max-width: 95%!important;
        float: none!important;
        font-size: 26px!important;
        line-height: 70px!important;
        margin: 0 auto!important;
        display: block;
        height: auto!important
    }
    body .subscribe-parent-div .gform_wrapper .ginput_container {
        width: 100%!important
    }
    body .gform_wrapper input[type=submit],
    body .subscribe-parent-div .gform_wrapper input.gform_button.button {
        width: 100%!important;
        border-radius: 3px!important
    }
    .blog_feature_part .blog__inner_content #gform_submit_button_1 {
        font-size: 16px!important;
        width: 100%!important;
        min-width: initial!important;
        float: left!important
    }
    .blog_feature_part .blog__inner_content .gform_body #input_1_1 {
        font-size: 16px!important;
        width: 100%!important;
        padding: 0 10px!important;
        border-radius: 3px;
        line-height: normal!important
    }
    .slide.slick-slide .column.right.pull-right {
        height: 200px!important
    }
    .slider-testimonial .slick-next,
    .slider-testimonial .slick-prev {
        top: 58.3%!important
    }
    .resources_see_more a {
        font-size: 16px;
        padding: 0 34px;
        line-height: 48px
    }
    .product_index_inner_content p {
        font-size: 20px;
        line-height: 30px
    }
    .product_index_inner_content h1 {
        font-size: 35px
    }
    .product_intro_content .col-xs-12 {
        width: 100%;
        padding: 0
    }
    #testimonial_part.testimonial_contents {
        padding: 140px 0 150px
    }
    .testimonial_content .col-xs-12 {
        width: 100%
    }
    .product_intro_list ol {
        max-width: 100%
    }
    .product_intro_list {
        margin-top: 35px
    }
    .testimonial_author_img img,
    .testimonial_author_img_1 img {
        margin: 0 auto
    }
    .product_intro_list ol li {
        padding-left: 90px
    }
    .testimonial_content_1 .col-md-8.col-sm-8.col-xs-12 {
        padding-right: 10px;
        width: 100%
    }
    .testimonial_author_content_1 {
        padding: 0 0 30px;
        border-right: none
    }
    .testimonial_content_1 .col-xs-12 {
        width: 100%
    }
    .testimonial_author_img_1 {
        max-width: 100%;
        border-left: medium none;
        float: none
    }
    .testimonial_author_img {
        max-width: 100%;
        display: block;
        float: none
    }
    .testimonial_content .col-md-8.col-sm-8.col-xs-12 {
        width: 100%
    }
    .testimonial_author_content {
        border-left: none;
        padding: 0
    }
    .testimonial_content {
        margin: 0 auto 40px;
        padding-bottom: 25px
    }
    #more_esources_part h1 {
        font-size: 34px;
        line-height: 40px
    }
    #more_esources_part,
    #more_esources_part.how_get_it {
        padding: 60px 0 15px
    }
    .more_esources_devider {
        margin: 20px auto 50px
    }
    #product_pace_part h1 {
        font-size: 32px;
        line-height: 47px;
        margin: 0 auto 3px
    }
    #product_pace_part p {
        font-size: 17px;
        line-height: 27px;
        padding-bottom: 0
    }
    .product_pace_content {
        margin: 30px 0 20px
    }
    .product_info_content img {
        margin: 0 auto 25px
    }
    .product_play_content p {
        font-size: 20px;
        line-height: 40px
    }
    .product_play_content img {
        margin: 0 auto;
        max-width: 70px
    }
    .product_play_part {
        min-height: 290px!important
    }
    .product_play_content {
        margin: 100px 0 0
    }
    .product_info_content p {
        font-size: 16px;
        line-height: 30px;
        padding-bottom: 10px
    }
    .product_info_content small {
        font-size: 16px;
        line-height: 30px;
        padding-bottom: 15px
    }
    .product_info_content a {
        font-size: 15px;
        line-height: 48px;
        padding: 0 25px
    }
    .product_info_part {
        padding: 50px 0 80px
    }
    .product_pace_content ul {
        max-width: 262px;
        margin: 0 auto
    }
    .product__inner_content p {
        font-size: 20px;
        line-height: 30px;
        padding: 0
    }
    .product__inner_content h1 {
        font-size: 35px
    }
    .product_pace_content ul li:nth-child(2n) {
        float: right;
        max-width: inherit;
        width: 100%;
        margin: 0 0 25px!important
    }
    .product_pace_content ul li:nth-child(2n-1) {
        float: left;
        margin: 0 0 25px!important;
        width: 100%;
        max-width: 260px
    }
    .blog_subscribe_inner_content p {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 25px
    }
    #blog_subscribe_part {
        min-height: 420px
    }
    .blog_post_feature_part {
        min-height: 220px
    }
    .blog_post_content h1 {
        font-size: 28px;
        line-height: 34px;
        margin: 0 auto
    }
    #mid_content_blog_post {
        padding: 40px 0 60px
    }
    .blog_post_content p {
        font-size: 15px;
        line-height: 26px
    }
    .blog_post_content h2 {
        font-size: 20px;
        line-height: 29px;
        margin: 0 auto 15px
    }
    .blog_post_content blockquote,
    .blog_post_content blockquote p {
        font-size: 20px;
        line-height: 32px
    }
    .blog_post_content blockquote {
        padding: 0 0 0 19px;
        margin: 15px 0
    }
    .blog_post_content img {
        margin: 20px auto
    }
    .blog_post_content h3 {
        font-size: 17px;
        line-height: 30px
    }
    .blog_post_content ul {
        padding: 0 0 0 30px
    }
    .blog_post_content ol {
        padding: 0 0 15px
    }
    .blog_post_content ol li::before {
        left: 15px
    }
    .blog_subscribes_part .submit_btn {
        padding: 0 12px;
        min-width: 100px;
        font-size: 15px;
        width: 40%
    }
    .blog_subscribes_part input {
        font-size: 15px;
        min-width: 150px;
        padding: 0 12px;
        width: 58.7%
    }
    .resources__inner_content h1 {
        font-size: 40px;
        line-height: 50px
    }
    .resources__inner_content p {
        font-size: 20px;
        line-height: 32px
    }
    .resources__inner_content {
        padding: 105px 0 0
    }
    .resources_feature_part {
        min-height: 330px
    }
    .blog_feature_part {
        min-height: 380px
    }
    .blog__inner_content h1 {
        font-size: 30px
    }
    .search_part input {
        min-width: 100%
    }
    .blog_content h1 a {
        font-size: 28px;
        line-height: 36px
    }
    .search_part {
        margin: 0 0 40px
    }
    .subscribe_part .input_text {
        min-width: 203px;
        padding: 0 14px;
        font-size: 16px
    }
    .subscribe_part .submit_btn {
        padding: 0 16px;
        min-width: 104px;
        font-size: 16px
    }
    .subscribe_part {
        margin: 15px auto 0;
        border: none
    }
    .blog_content {
        margin: 0 0 40px;
        padding: 0 0 55px
    }
    #mid_content_blog {
        padding: 53px 0 120px
    }
    .about_author_img {
        width: 100%;
        margin-left: auto;
        border: none;
        margin-right: auto;
        float: none;
        padding: 0
    }
    .about_us {
        min-height: 240px
    }
    .about_us_inner_content {
        padding: 106px 0 0
    }
    .about_us_inner_content h1 {
        font-size: 36px
    }
    .site-branding.tiny .custom-logo {
        width: 90px;
        height: 90px
    }
    .about_author_content {
        float: left
    }
    #mid_content {
        padding: 67px 0 90px
    }
    #contact-inner-content {
        padding: 85px 0 160px
    }
    #team_part .container .col-md-12 .section-client-testimonials .slider-active-arrow .container,
    .slider-active-arrow .container {
        height: 19px!important;
        background: url(../../images/active-arrow-mobile.png) -120px 0 no-repeat!important
    }
    #team_part,
    #testimonial_part {
        background: url(../../images/teampart_bg_mobile.png) bottom center no-repeat #fff
    }
    .slide hr {
        margin-bottom: 18px!important;
        margin-top: 18px!important
    }
    .slider-testimonial .column {
        height: auto
    }
    .slider-testimonial .column.left.pull-left {
        height: 409px!important
    }
    .slider-active-arrow {
        height: 21px!important
    }
    .slide .btn {
        margin: 16px 0 0!important
    }
    .slider-testimonial .left .table-cell .max-width p {
        line-height: 32px;
        font-size: 18px
    }
    .slide .left .blockquote .max-width {
        top: 41px!important;
        padding-left: 35px;
        padding-right: 35px
    }
    .slide .left blockquote {
        vertical-align: inherit!important
    }
    #overlay_section {
        padding: 56px 0 55px
    }
    .start-now-btn {
        margin-top: 31px;
        font-size: 20px;
        padding: 4px 43px
    }
    figure.effect-ming h2 {
        font-size: 16px!important;
        font-weight: 700!important
    }
    #next_setup_section .left-div h3 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 21px
    }
    figure.effect-ming figcaption::before {
        top: 15px!important;
        right: 15px!important;
        bottom: 15px!important;
        left: 15px!important
    }
    figure.effect-ming:hover p {
        padding: 0 6px 6px!important
    }
    figure.effect-ming:hover h2 {
        font-size: 15px!important
    }
    figure.effect-ming h2 {
        padding-top: 0!important
    }
    .site-branding,
    .site-branding.tiny {
        width: 90px!important;
        height: 90px!important
    }
    #overlay_section .grid {
        margin: 65px 0 45px!important;
        float: none!important;
        overflow: hidden
    }
    ul.footer_social_icons li a {
        line-height: 284px
    }
    ul.footer_social_icons li {
        margin-right: 0;
        width: 100%!important;
        margin-bottom: 34px
    }
    ul.footer_social_icons li:nth-child(3) {
        margin-bottom: 64px
    }
    #team_part h1 {
        padding-bottom: 28px;
        font-size: 42px
    }
    #team_part {
        padding: 57px 0 133px
    }
    #testimonial_part {
        padding: 140px 0 150px
    }
    .second-box .col-xs-12 {
        width: 100%;
        padding: 0
    }
    .second-box .training-btn {
        font-size: 20px;
        padding: 4px 73px;
        margin-bottom: 54px
    }
    .second-box .second-left-div {
        border-bottom: 1px solid #CCC;
        padding-left: 22px;
        padding-right: 22px;
        padding-top: 47px
    }
    .second-box .second-right-div .training-btn {
        font-size: 20px;
        padding: 4px 66.5px;
        margin-bottom: 79px
    }
    .second-box .second-right-div {
        border-bottom: none!important;
        border-left: none!important;
        padding-top: 48px!important
    }
    figure.effect-ming p {
        font-size: 15px!important;
        padding: 0 9px!important
    }
    figure.effect-ming:hover h2 img {
        margin: 0 auto!important
    }
    figure.effect-ming h2 {
        padding-bottom: 0!important;
        margin-bottom: 0!important
    }
    #overlay_section h2 {
        padding: 0 20px;
        line-height: 32px;
        font-size: 22px
    }
    #overlay_section h1 {
        line-height: 32px;
        font-size: 22px;
        padding: 0 29px
    }
    .header-inner-content .driver {
        display: none
    }
    .header-inner-content p {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 21px;
        margin-left: 0
    }
    .header-inner-content p span {
        font-size: 24px
    }
    .page-cover__background img {
        bottom: 51px
    }
    .header-inner-content .btn:hover {
        background: url(../../images/here-arrow-mobile.png) 93% 50% no-repeat #00CBFF
    }
    .header-inner-content h1 {
        font-size: 36px;
        line-height: 45px;
        padding: 25px
    }
    .header-inner-content {
        left: 0!important;
        padding: 0 1px 0 0;
        width: 100%
    }
    ul.primary-menu {
        padding: 4px 0 0 22px
    }
    .email-subscribe {
        padding: 11px 0 74px 22px
    }
    .header-inner-content .btn {
        margin-bottom: 44px;
        margin-left: auto;
        width: 204px;
        height: 46px;
        padding: 0 15px;
        line-height: 41px;
        font-size: 18px;
        background: url(../../images/here-arrow-mobile.png) 95% 50% no-repeat!important;
        background-size: 14px 19px!important
    }
    .social-icon {
        padding: 28px 0 70px 22px
    }
    .email-subscribe button,
    .email-subscribe input {
        width: 300px
    }
    #next_setup_section h1 {
        font-size: 42px;
        padding-bottom: 20px;
        line-height: 52px
    }
    #email_subscribe_section {
        min-height: initial
    }
    #email_subscribe_section .subscribe_inner_content {
        margin: 0 auto;
        padding: 61px 0 90px
    }
    #email_subscribe_section .subscribe_inner_content input {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        font-size: 20px;
        width: 278px;
        border: 2px solid #FFF;
        line-height: 66px;
        padding: 0 15px
    }
    #email_subscribe_section .subscribe_inner_content p {
        padding-bottom: 29px;
        font-size: 22px;
        line-height: 32px
    }
    #email_subscribe_section .subscribe_inner_content button {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        margin-top: 19px;
        width: 278px;
        border: 2px solid #FFF;
        font-size: 20px
    }
    .subscribe_inner_content .subscribe-parent-div {
        border: none;
        display: block;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0
    }
    #next_setup_section .right-div {
        float: none;
        text-align: center;
        margin: 39px 0 0
    }
    #next_setup_section .left-div {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0
    }
    #next_setup_section .setup-inner-content {
        border-bottom: medium none
    }
    .setup-inner-content .col-xs-12 {
        width: 100%
    }
    .right_content {
        border-bottom: 1px solid #CCC;
        position: static!important;
        bottom: 0;
        right: 0;
        padding-right: 0!important
    }
    #next_setup_section .right-div img {
        max-width: 82%;
        margin: 0 auto
    }
}

@media (max-width:400px) {
    .product_feature_part,
    .product_index_part {
        min-height: 335px
    }
    .feature_client_slider_ipad ul li {
        width: 46%;
        margin: 0 2% 20px
    }
    .grid figure.effect-ming figcaption {
        padding: 28.5% 20px 28%!important
    }
    .grid figure.effect-ming h2 i {
        font-size: 53px!important
    }
    .grid figure.effect-ming h2 {
        font-size: 16px!important
    }
    .slick-slide img {
        max-width: 160px;
        height: auto!important
    }
    .slider-testimonial .slick-prev {
        left: 12px!important;
        background-size: 100% 100%
    }
    .slider-testimonial .slick-next {
        right: 12px!important;
        background-size: 100% 100%
    }
    figure.effect-ming figcaption::before {
        top: 16px!important;
        right: 21px!important;
        bottom: 16px!important;
        left: 21px!important
    }
    .blog_feature_part .blog__inner_content #gform_submit_button_1 {
        font-size: 14px!important;
        width: 100%!important
    }
    figure.effect-ming:hover h2 {
        font-size: 16px!important
    }
    figure.effect-ming:hover h2 i {
        font-size: 53px!important
    }
    figure.effect-ming:hover p {
        padding: 0 12px 6px!important
    }
    #overlay_section h2 {
        padding: 0 10px
    }
    .blog_feature_part .blog__inner_content .gform_body #input_1_1 {
        font-size: 14px!important
    }
    .subscribe_part {
        width: 97%!important
    }
    .product_index_intro_part {
        padding: 55px 0 80px
    }
    .product_index_inner_content p {
        font-size: 17px;
        line-height: 28px
    }
    .product_index_inner_content h1 {
        font-size: 28px
    }
    .product__inner_content p {
        font-size: 17px;
        line-height: 28px
    }
    .product__inner_content h1 {
        font-size: 28px
    }
    .blog_subscribe_inner_content p {
        font-size: 16px;
        line-height: 28px
    }
    .blog_subscribe_inner_content {
        margin: 60px auto 0
    }
    #blog_subscribe_part {
        min-height: 420px
    }
    .blog_post_content h1 {
        font-size: 24px;
        line-height: 30px
    }
    .blog_post_content p {
        font-size: 14px
    }
    .blog_post_content h2 {
        font-size: 18px;
        line-height: 26px;
        margin: 0 auto 12px
    }
    .blog_post_content blockquote,
    .blog_post_content blockquote p {
        font-size: 17px;
        line-height: 28px
    }
    .blog_post_content blockquote {
        margin: 15px 0 20px
    }
    .blog_post_content ol li,
    .blog_post_content ol li::before,
    .blog_post_content ul li {
        font-size: 14px;
        line-height: 24px
    }
    .blog_post_content ul li {
        padding: 1px 0 6px 6px
    }
    .blog_post_content ul {
        margin: 0 auto 20px
    }
    .blog_post_content ol li {
        padding-left: 33px
    }
    .blog_post_content h4 {
        font-size: 16px;
        margin: 0 auto 25px
    }
    .resources_content ul li figure {
        padding: 25px 15px
    }
    .resources_content ul li figure a {
        margin: 0 10px 20px 0;
        float: left
    }
    .subscribe_part .input_text {
        min-width: 0;
        padding: 0 10px;
        font-size: 14px;
        float: left;
        width: 56%;
        line-height: 49px
    }
    .subscribe_part .submit_btn {
        padding: 0 10px;
        min-width: 0;
        font-size: 14px;
        width: 44%
    }
    .blog_content p {
        font-size: 15px;
        line-height: 32px;
        padding-bottom: 25px
    }
    .blog_content {
        margin: 0 0 30px;
        padding: 0 0 46px
    }
    .blog__inner_content h1 {
        font-size: 30px
    }
    figure.effect-ming p {
        font-size: 15px!important;
        padding: 0 31px!important
    }
    #next_setup_section h1 {
        padding-bottom: 35px
    }
    #next_setup_section .right-div img {
        max-width: 95%
    }
    .second-box .second-left-div img {
        margin-bottom: 18px
    }
    .second-box .second-left-div p {
        margin-bottom: 17px
    }
    .second-box .second-left-div {
        padding-top: 70px
    }
    #next_setup_section {
        padding: 76px 0 0
    }
    #overlay_section h1 {
        padding: 0 20px
    }
    .grid figure {
        width: 100%!important
    }
    figure.effect-ming h2 {
        font-size: 16px!important
    }
    figure.effect-ming:hover figcaption {
        padding: 28.5% 20px 28%!important
    }
}

.table,
label {
    max-width: 100%
}

@media (max-width:360px) {
    .contact-form {
        padding: 3px 15px 30px
    }
    #thank-you-message {
        padding: 40px 20px 43px
    }
    .footer_social_icon_part li a img {
        margin: 0 6px!important;
        width: 32px!important
    }
    .footer_social_icon_part li a {
        padding: 26px 10px 22px!important
    }
    #more_esources_part h1 {
        font-size: 30px;
        line-height: 36px
    }
    #more_esources_part {
        padding: 50px 0 10px
    }
    .more_esources_right_content h6 {
        font-size: 22px;
        line-height: 26px
    }
    .more_esources_right_content p,
    .more_esources_right_content ul li {
        font-size: 15px;
        line-height: 28px
    }
    .product_info_content p,
    .product_info_content small {
        font-size: 15px;
        line-height: 25px
    }
    .product_info_part {
        padding: 50px 0 60px
    }
    .email-subscribe input {
        width: 81.9%
    }
    .site-nav .close-nav {
        height: 70px;
        width: 68px
    }
    .blog_subscribes_part .submit_btn {
        width: 43%;
        font-size: 14px
    }
    .blog_subscribes_part input {
        width: 55.5%;
        font-size: 14px
    }
    .email-subscribe button {
        width: 81.9%
    }
    .site-nav .widgettitle {
        text-align: center
    }
    .main-navigation li a,
    .main-navigation li ul li a {
        font-size: 20px
    }
}

.single .hubspot_data img:hover {
    opacity: .7
}

.page-id-357 .more_esources_devider {
    display: none
}

#at4-share {
    top: 290px!important
}

.page-template-page-templatestemplate-product-single-online-php .at4-share-outer .at4-share-btn,
.page-template-page-templatestemplate-sales-training-php .at4-share-outer .at4-share-btn,
.page-template-template-about .at4-share-outer .at4-share-btn,
.page-template-template-blog #at4-share .at-share-btn,
.page-template-template-contact .at4-share-outer .at4-share-btn,
.page-template-template-product-category .at4-share-outer .at4-share-btn,
.page-template-template-product-single .at4-share-outer .at4-share-btn,
.page-template-template-product-single-with-tab-slider .at4-share-outer .at4-share-btn,
.page-template-template-resource .at4-share-outer .at4-share-btn,
body.page-template-template-home .at4-share-outer .at4-share-btn {
    display: none!important
}

.wistia_popover_overlay {
    width: 100%!important
}

.blog_content p a.more-link {
    display: block;
    text-align: center;
    margin-top: 84px
}

.gfield.field_admin_only,
.gfield_checkbox li input[type=checkbox] {
    display: none
}

.error404 .mid_inner {
    margin-top: 150px;
    text-align: center
}

.error404 .mid_inner p {
    padding-bottom: 0
}

.error404 .mid_inner p a {
    display: inline-block
}


/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

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

a {
    background-color: transparent
}

hr {
    -webkit-box-sizing: content-box
}

button,
input,
optgroup,
select,
textarea {
    color: inherit
}

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

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }
    *,
    :after,
    :before {
        color: #000!important;
        text-shadow: none!important;
        background: 0 0!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999
    }
    thead {
        display: table-header-group
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    select {
        background: #fff!important
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
}

.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-success.active,
.btn-success:active,
.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-danger,
.open>.dropdown-toggle.btn-default,
.open>.dropdown-toggle.btn-info,
.open>.dropdown-toggle.btn-primary,
.open>.dropdown-toggle.btn-success,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.dropdown-menu,
.modal-content,
.popover {
    -webkit-background-clip: padding-box
}

.glyphicon-eur:before,
.glyphicon-euro:before {
    content: "\20ac"
}

.img-thumbnail {
    -o-transition: all .2s ease-in-out
}

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

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

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

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

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container-lg .container-fluid:after,
.container-lg .container:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.grid-list-item.clearfix,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after,
.slick-track:after {
    clear: both
}

kbd {
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}

.popover,
.tooltip {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400
}

.row {
    margin-left: -15px
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-striped>tbody>tr:nth-child(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

.form-control {
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

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

.checkbox,
.radio {
    position: relative
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute
}

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

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

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

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

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

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

.form-group-lg .form-control,
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

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

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle,
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),
.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-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0
}

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

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

.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 {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

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

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

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

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

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

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

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

.btn {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

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

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

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

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

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

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

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

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

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

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

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

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

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

.fade {
    -o-transition: opacity .15s linear
}

.collapse {
    visibility: hidden
}

.collapse.in {
    visibility: visible
}

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

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

.collapsing {
    -o-transition-timing-function: ease;
    -o-transition-duration: .35s;
    -o-transition-property: height, visibility
}

.dropdown-menu {
    text-align: left
}

.fa-fw,
.fa-li,
.fa-stack-1x,
.fa-stack-2x,
.nav-justified>li>a,
.nav-tabs.nav-justified>li>a,
.slick-dots {
    text-align: center
}

.dropdown-menu-right {
    left: auto
}

.dropdown-menu-left {
    left: 0
}

.dropdown-header {
    white-space: nowrap
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px
    }
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

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

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

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px
}

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

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

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

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

.tab-content>.tab-pane {
    visibility: hidden
}

.tab-content>.active {
    visibility: visible
}

.navbar-collapse {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

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

.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

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

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

.navbar-brand>img {
    display: block
}

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

.progress-bar-striped,
.progress-striped .progress-bar,
.progress-striped .progress-bar-success {
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .navbar-form .form-control-static,
    .navbar-form .form-group {
        display: inline-block
    }
    .navbar-form .control-label,
    .navbar-form .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }
    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-radius: 4px 4px 0 0
}

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

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #e7e7e7
}

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

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

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

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

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

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

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

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

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px
}

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

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding: 48px 0
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }
    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    -o-transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
    margin-left: auto
}

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

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

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress-bar {
    -o-transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-striped .progress-bar-info,
.progress-striped .progress-bar-warning {
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-striped .progress-bar-danger {
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group {
    margin-bottom: 20px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group,
.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.list-group-item:first-child {
    border-top-right-radius: 4px
}

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

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

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

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

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

.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: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,
.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 {
    color: inherit
}

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

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.list-group+.panel-footer,
.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

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

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

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

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

.modal.fade .modal-dialog {
    -o-transform: translate(0, -25%)
}

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

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

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

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

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

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

.tooltip.in {
    opacity: .9
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.tooltip.top {
    margin-top: -3px
}

.tooltip.right {
    margin-left: 3px
}

.tooltip.bottom {
    margin-top: 3px
}

.tooltip.left {
    margin-left: -3px
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    margin-bottom: -5px
}

.tooltip.top-right .tooltip-arrow {
    left: 5px;
    margin-bottom: -5px
}

.tooltip.bottom-left .tooltip-arrow {
    right: 5px;
    margin-top: -5px
}

.tooltip.bottom-right .tooltip-arrow {
    left: 5px;
    margin-top: -5px
}

.popover {
    font-size: 14px;
    line-height: 1.42857143
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.carousel-inner>.item {
    -o-transition: .6s ease-in-out left
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000
    }
    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-control.left {
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%)
}

.carousel-control.right {
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%)
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px
}

.carousel-indicators li {
    background-color: transparent
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

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

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

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

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

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

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

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

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.slick-slider {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    left: 0;
    top: 0
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    z-index: 9999
}

.slick-next:before,
.slick-prev:before {
    font-size: 20px;
    line-height: 1;
    color: #fff
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    padding: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.fa,
.fa-stack {
    display: inline-block
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.ui-slider-left-arrow.edge div,
.ui-slider-right-arrow.edge div {
    opacity: .25
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2013 Daniel Eden
*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        -ms-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        -ms-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0%,
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

@keyframes pulse {
    0%,
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        -ms-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0%,
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

@keyframes rubberBand {
    0%,
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        -ms-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        -ms-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        -ms-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        -ms-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        -ms-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        -ms-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        -ms-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        -ms-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        -ms-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        -ms-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        -ms-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0%,
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

@keyframes tada {
    0%,
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0%,
    100% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

@keyframes wobble {
    0%,
    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {
    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        -ms-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        -ms-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        -ms-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

.bounceOut,
.flipOutX {
    -webkit-animation-duration: .75s
}

@-webkit-keyframes bounceInDown {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        -ms-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        -ms-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        -ms-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        -ms-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        -ms-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        -ms-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        -ms-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        -ms-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        -ms-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        -ms-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        -ms-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        -ms-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        -ms-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        -ms-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    animation-duration: .75s
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        -ms-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -ms-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        -ms-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -ms-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        -ms-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -ms-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -ms-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -ms-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        /* opacity: 0; */
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        /* opacity: 1; */
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        /* opacity: 0; */
        -webkit-transform: translate3d(-2000px, 0, 0);
        -ms-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        /* opacity: 1; */
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        /* opacity: 0; */
        -webkit-transform: translate3d(2000px, 0, 0);
        -ms-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
       /*  opacity: 1; */
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -ms-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -ms-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -ms-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -ms-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -ms-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        -ms-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

.flipInY,
.flipOutX {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    animation-duration: .75s;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        -ms-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        -ms-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        -ms-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        -ms-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        -ms-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0, 0, 1, 45deg);
        transform: rotate(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0, 0, 1, 45deg);
        -ms-transform: rotate(0, 0, 1, 45deg);
        transform: rotate(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        -ms-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        -ms-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        -ms-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        -ms-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        -ms-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        -ms-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}


/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-stack,
.icon-circle .fa,
.icon-type,
.media-reward .media-body,
.media-testimonial .media-body,
.page-product .media .media-body,
.photo-bg .table-cell-logo,
.popover-connect .btn .icon,
.price-block .price-header h4 {
    vertical-align: middle
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before,
.fa-genderless:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.qtip {
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;
    max-width: 280px;
    min-width: 50px;
    font-size: 10.5px;
    line-height: 12px;
    direction: ltr;
    box-shadow: none;
    padding: 0
}

.qtip-content,
.qtip-titlebar {
    position: relative;
    overflow: hidden
}

.qtip-content {
    padding: 5px 9px;
    text-align: left
}

.qtip-titlebar {
    padding: 5px 35px 5px 10px;
    border-width: 0 0 1px;
    font-weight: 700
}

.qtip-titlebar+.qtip-content {
    border-top-width: 0!important
}

.qtip-close {
    position: absolute;
    right: -9px;
    top: -9px;
    z-index: 11;
    cursor: pointer;
    outline: 0;
    border: 1px solid transparent
}

.qtip-titlebar .qtip-close {
    right: 4px;
    top: 50%;
    margin-top: -9px
}

* html .qtip-titlebar .qtip-close {
    top: 16px
}

.qtip-icon .ui-icon,
.qtip-titlebar .ui-icon {
    display: block;
    text-indent: -1000em;
    direction: ltr
}

.qtip-icon,
.qtip-icon .ui-icon {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none
}

.qtip-icon .ui-icon {
    width: 18px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    text-indent: 0;
    font: normal 700 10px/13px Tahoma, sans-serif;
    color: inherit;
    background: -100em -100em no-repeat
}

#qtip-overlay,
#qtip-overlay div {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.qtip-default {
    border: 1px solid #F1D031;
    background-color: #FFFFA3;
    color: #555
}

.qtip-default .qtip-titlebar {
    background-color: #FFEF93
}

.qtip-default .qtip-icon {
    border-color: #CCC;
    background: #F1F1F1;
    color: #777
}

.qtip-default .qtip-titlebar .qtip-close {
    border-color: #AAA;
    color: #111
}

.qtip .qtip-tip {
    margin: 0 auto;
    overflow: hidden;
    z-index: 10
}

.qtip .qtip-tip,
x:-o-prefocus {
    visibility: hidden
}

.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
    position: absolute;
    color: #123456;
    background: 0 0;
    border: 0 dashed transparent
}

.qtip .qtip-tip canvas {
    top: 0;
    left: 0
}

.qtip .qtip-tip .qtip-vml {
    behavior: url(#default#VML);
    display: inline-block;
    visibility: visible
}

#qtip-overlay {
    position: fixed
}

#qtip-overlay.blurs {
    cursor: pointer
}

#qtip-overlay div {
    position: absolute;
    background-color: #000;
    opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

.stagger-1 {
    -webkit-animation-delay: .25s;
    -moz-animation-delay: .4s;
    -ms-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s
}

.stagger-2 {
    -webkit-animation-delay: .5s
}

.stagger-3 {
    -webkit-animation-delay: .75s
}

.stagger-4 {
    -webkit-animation-delay: 1s
}

@-webkit-keyframes simple_fade {
    0% {
        opacity: 0;
        bottom: -50px
    }
    100% {
        opacity: 1;
        bottom: -15px
    }
}

@keyframes simple_fade {
    0% {
        opacity: 0;
        bottom: -50px
    }
    100% {
        opacity: 1;
        bottom: -15px
    }
}

.simple_fade {
    -webkit-animation-name: simple_fade;
    animation-name: simple_fade;
    -webkit-animation-duration: .65s
}

@-webkit-keyframes simple_bounce {
    0% {
        opacity: 0;
        bottom: -60px
    }
    50% {
        bottom: 0
    }
    75% {
        bottom: -4px
    }
    100% {
        opacity: 1;
        bottom: 0
    }
}

.simple_bounce {
    -webkit-animation-name: simple_bounce;
    -webkit-animation-duration: .4s
}

@font-face {
    font-family: FontAwesome;
    src: url(/assets/fonts/font-awesome/fontawesome-webfont.eot?v=4.2.0);
    src: url(/assets/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.2.0) format("embedded-opentype"), url(/assets/fonts/font-awesome/fontawesome-webfont.woff?v=4.2.0) format("woff"), url(/assets/fonts/font-awesome/fontawesome-webfont.ttf?v=4.2.0) format("truetype"), url(/assets/fonts/font-awesome/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

ol,
ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

blockquote {
    border: none
}

body.career-page h4 {
    margin: 1em 0!important;
    font-weight: 600!important
}

body.success-center article h1 {
    margin-bottom: .5em!important
}

body.success-center article h2 {
    margin: .75em 0
}

a.read-more {
    font-family: open-sans, sans-serif;
    font-weight: 600;
    font-size: 14px;
    font-size: 1.4rem
}

a.read-more:after {
    content: 'â–¸';
    display: inline-block;
    margin-left: 3px
}

a.read-more-purple {
    color: #9264CD
}

a.read-more-orange {
    color: #F27448
}

a.read-more-green {
    color: #12B67A
}

iframe[name=google_conversion_frame] {
    height: 0!important;
    width: 0!important;
    line-height: 0!important;
    font-size: 0!important;
    margin-top: -13px;
    float: left
}

.mobile-view .navbar-default {
    position: relative;
    padding: 0!important
}

.mobile-view .navbar-brand {
    position: relative;
    margin: 0 auto!important;
    left: auto;
    right: auto;
    display: block
}

.mobile-view .nav.navbar-nav {
    background: rgba(54, 61, 71, .94);
    padding: 20px;
    margin: 0 -15px;
    border-bottom: solid 6px rgba(54, 61, 71, .5)
}

.mobile-view .navbar-default .navbar-nav>.open>a,
.mobile-view .navbar-default .navbar-nav>.open>a:focus,
.mobile-view .navbar-default .navbar-nav>.open>a:hover {
    background: 0 0;
    color: #fff
}

.mobile-view .jumbotron-product {
    padding: 122px 0 40px!important;
    text-align: center;
    height: auto
}

.mobile-view .jumbotron-product .icon {
    display: none
}

.mobile-view .jumbotron-product .jumbotron-body {
    width: 100%
}

.mobile-view .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff
}

.mobile-view .navbar-collapse {
    margin: 0;
    width: 100%;
    position: relative;
    z-index: 999;
    border: none!important;
    box-shadow: none!important;
    font-family: proxima-nova, sans-serif
}

.mobile-view .navbar-collapse li {
    display: block
}

.mobile-view .navbar-collapse .navbar-text,
.mobile-view .navbar-collapse li>a {
    color: #fff
}

.mobile-view .navbar-collapse li>a:focus,
.mobile-view .navbar-collapse li>a:hover {
    color: #fff;
    opacity: .7
}

.mobile-view .jumbotron {
    margin-top: -70px
}

.mobile-view .jumbotron.jumbotron-default {
    padding: 120px 0 40px
}

.mobile-view .jumbotron.jumbotron-default h1 {
    font-size: 40px
}

.mobile-view .navbar-toggle {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
    z-index: 9999;
    background: #009ddc;
    color: #fff
}

.mobile-view .navbar-toggle .icon-bar {
    color: #fff;
    background: #fff
}

.mobile-view .navbar-toggle:focus,
.mobile-view .navbar-toggle:hover {
    background: #10bbff
}

.mobile-view .section-header h2 {
    font-size: 28px
}

.mobile-view .section-header h2 .icon {
    display: none
}

.mobile-view #easily-scale-and-grow .section-header:after {
    margin-bottom: 2em
}

.navbar-default {
    background: 0 0;
    border: none;
    position: absolute;
    width: 100%;
    padding-top: 45px;
    z-index: 2
}

.navbar-no-hero {
    position: relative;
    padding-bottom: 25px;
    background: #333a42;
    border-radius: 0;
    margin-bottom: 0
}

@media (max-width:768px) {
    .mobile-view .navbar-collapse.collapse.in {
        display: block!important;
        width: 100%
    }
    .mobile-view .navbar-collapse.collapse.in li {
        display: block;
        float: none!important
    }
    .mobile-view .navbar-collapse.collapse.in .nav.navbar-nav {
        width: 100%;
        float: none
    }
    .mobile-view .navbar-collapse.collapse.in .container {
        width: 100%
    }
    .navbar-toggle {
        display: block!important
    }
}

@media (min-width:769px) {
    .navbar-default .navbar-nav>li>a {
        padding: 10px 30px;
        text-transform: uppercase;
        color: rgba(255, 255, 255, .8);
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1em;
        letter-spacing: .05em;
        transition: all .2s ease;
        font-family: proxima-nova, sans-serif;
        font-weight: 600
    }
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:hover {
        color: #fff
    }
    .navbar-left {
        margin-left: -15px
    }
    .navbar-right {
        margin-right: -15px
    }
    .navbar-right>li:last-child>a {
        padding-right: 0;
        margin-left: -10px
    }
    .navbar-left>li:first-child>a {
        padding-left: 0
    }
    .navbar-nav .first a {
        padding-left: 0!important
    }
    .navbar-nav .last a {
        padding-right: 0!important
    }
}

.navbar-brand {
    position: absolute;
    top: 22px;
    text-align: center;
    width: 200px;
    left: 50%;
    right: 50%;
    margin: 0 0 0 -118px!important
}

.navbar-toggle {
    z-index: 100
}

@media (min-width:768px) {
    .navbar-default .navbar-nav>li>a {
        padding: 10px 15px
    }
}

@media (min-width:960px) {
    .navbar-default .navbar-nav>li>a {
        padding: 10px 20px
    }
}

@media (min-width:1270px) {
    .navbar-default .navbar-nav>li>a {
        padding: 10px 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .navbar-collapse.collapse {
        display: none!important
    }
}

@media only screen and (max-width:767px) {
    .navbar-toggle {
        margin-top: -37px
    }
}

[role=contentinfo] {
    background: #333a42;
    color: #878B91
}

[role=contentinfo] .section-footer {
    padding: 4.7em 0 4em
}

[role=contentinfo] h4 {
    font-family: proxima-nova;
    font-weight: 600;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: .088em;
    color: #D8DCDD;
    margin-bottom: 1.2em
}

.section-news .article-title,
.section-news a {
    font-family: open-sans, sans-serif;
    font-weight: 600
}

[role=contentinfo] li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    line-height: 3rem
}

[role=contentinfo] .desk-address {
    color: #E6E8E9!important;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 2em 0 0
}

[role=contentinfo] .contact-street-address,
[role=contentinfo] .contact-telephone {
    display: block
}

[role=contentinfo] .contact-email a {
    color: #009ddc
}

[role=contentinfo] .footer-meta {
    padding: 2em 0
}

[role=contentinfo] .footer-meta #copyright {
    padding: 0;
    margin: 0
}

[role=contentinfo] .footer-meta .pull-right {
    float: none!important
}

[role=contentinfo] .footer-meta #social-links.list-inline li {
    margin: 0 0 0 3px
}

#legal.list-inline li [role=contentinfo] .footer-meta:after {
    content: '|';
    display: inline-block;
    opacity: .3
}

[role=contentinfo] .footer-meta:last-child:after {
    display: none
}

[role=contentinfo] .footer-meta a {
    color: #878B91
}

.section-blue .section-title,
.section-blue dl dd,
.section-blue p,
[role=contentinfo] .footer-meta a:hover,
dl .section-blue dd {
    color: #fff
}

@media (min-width:1200px) {
    [role=contentinfo] .footer-meta .pull-right {
        float: right!important
    }
    #copyright,
    #legal {
        padding-top: 6px!important
    }
    .section-features .bucket {
        max-width: 260px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section-footer {
        padding: 3em 0
    }
    [role=contentinfo] .address {
        text-align: center
    }
    [role=contentinfo] .address img {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0
    }
    [role=contentinfo] .desk-address {
        display: inline-block;
        width: 100%;
        margin-top: 1em
    }
}

@media only screen and (max-width:767px) {
    .section-footer {
        padding: 3em 0
    }
    .link-group {
        margin-bottom: 2em
    }
}

@media (max-width:1199px) {
    #copyright,
    #legal,
    #social-links {
        text-align: center!important
    }
}

.icon-circle,
.jumbotron-default,
.jumbotron-homepage,
.logo-lg-asana,
.logo-lg-hotel-tonight,
.logo-lg-munchery,
.logo-lg-one-kings-lane,
.logo-lg-soundcloud,
.popover-resources a,
.section-client-list li,
.slide .left .blockquote,
.slide .photo-bg {
    text-align: center
}

.section-light-gold {
    background: #fcfaf5;
    padding: 3em 0
}

.section-blue {
    background: #009ddc;
    color: #fff
}

.section-blue-gray {
    background: #373f48;
    color: #878B91
}

.section-blue-gray a {
    color: #878B91;
    transition: color .25s ease
}

.section-blue-gray a:hover,
.section-dark-grey .section-header h2,
.section-dark-grey .text-block-default h3 {
    color: #fff
}

.section-gray,
.section-grey {
    background: 0 0;
    border-bottom: 5px solid #BEBEBE
}

.section-dark-grey {
    background: #3A4047
}

.section-dark-grey .section-header:after {
    background: #585D63
}

.section-dark-grey .text-block-default dl dd,
.section-dark-grey .text-block-default p,
dl .section-dark-grey .text-block-default dd {
    color: #9EA1A5
}

.section-geometric {
    background: url(//webassets.desk.com/assets/img/backgrounds/geometric@1x.jpg) top center no-repeat #253C4C;
    background-size: cover!important
}

.section-geometric.v2 {
    background-image: url(//webassets.desk.com/assets/img/backgrounds/geometric-v2@1x.jpg)
}

.section-geometric .section-header h2,
.section-geometric .text-block-default h3 {
    color: #fff
}

.section-geometric .text-block-default dl dd,
.section-geometric .text-block-default p,
dl .section-geometric .text-block-default dd {
    color: #CBC1EA
}

.section-geometric a {
    color: #F27448
}

.section-news {
    padding: 2em 0
}

.section-news .label {
    position: relative;
    top: -2px
}

.section-news dl dd,
.section-news p,
dl .section-news dd {
    display: inline-block;
    margin: 0
}

.section-news a {
    color: #009ddc
}

.section-news a:hover {
    color: #0283B6
}

.section-news .article-title {
    color: #2F363F
}

.section.section-cta .lead,
.section.section-education .lead {
    font-size: 16px;
    font-family: open-sans, sans-serif;
    font-weight: 400
}

.section-news .article-excerpt {
    color: #81878c
}

.section-features {
    padding: 4.79em 0 6.15em
}

@media (min-width:1600px) {
    .section-features .col-lg-3 {
        padding-left: 45px!important;
        padding-right: 45px!important
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
    .section-features {
        padding: 2.25em 0 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section-features {
        padding: 2.25em 0 0
    }
}

@media only screen and (max-width:767px) {
    .section-news .label.label-purple {
        margin-bottom: 1em!important
    }
    .section-features {
        padding: 2em 0 .5em
    }
}

.section.section-education {
    padding: 5.85em 0 6.8em
}

.section.section-education .lead {
    max-width: 45%;
    margin: 1.25em auto 6.15em;
    line-height: 30px;
    color: #81878C
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
    .section.section-education {
        padding: 3em 0
    }
    .section.section-education .lead {
        max-width: 80%;
        margin-bottom: 2em
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section.section-education {
        padding: 3em 0
    }
    .section.section-education .lead {
        max-width: 80%;
        margin-bottom: 2em
    }
}

@media only screen and (max-width:767px) {
    .section.section-education {
        padding: 2em 0
    }
    .section.section-education .lead {
        max-width: 100%;
        margin-bottom: 2em
    }
}

.section.section-cta {
    padding: 6.4em 0 5em
}

.section.section-cta .lead {
    font-size: 1.6rem;
    opacity: .7;
    margin: .8em 0 1.8em
}

.section.section-cta .btn {
    text-transform: uppercase;
    font-size: 15px;
    font-size: 1.5rem
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
    .section.section-cta {
        padding: 4em 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .section.section-cta {
        padding: 3em 0
    }
}

@media only screen and (max-width:767px) {
    .section.section-cta {
        padding: 2em 0
    }
}

#help-customers-faster {
    padding: 1.1em 0 4.35em
}

#help-customers-faster .section-header .icon-xs.icon-meter {
    top: 13px;
    margin-right: 15px
}

#make-better-decisions {
    padding: 1.4em 0 7.1em;
    overflow: hidden
}

#make-better-decisions .section-header:after {
    margin-bottom: 6.3em
}

#make-better-decisions .section-header .icon-xs.icon-chart {
    top: 12px;
    margin-right: 15px
}

#make-better-decisions .text-block-default {
    margin-bottom: 2.55em
}

@media (min-width:1200px) {
    #help-customers-faster .bucket {
        max-width: 260px
    }
    #make-better-decisions .text-block-default:first-child {
        margin-top: 12px
    }
    #make-better-decisions .text-block-default .bucket {
        max-width: 340px
    }
}

#make-better-decisions .text-block-default:last-child {
    margin-bottom: 0
}

#make-better-decisions .col-lg-8 img {
    max-width: inherit!important
}

#help-customers-help-themselves {
    padding: 1.2em 0 4.85em
}

#help-customers-help-themselves .section-header .icon.icon-life-saver {
    top: 13px;
    margin-right: 15px
}

#help-customers-help-themselves .section-header:after {
    background: rgba(255, 255, 255, .2);
    margin-bottom: 6.27em
}

#help-customers-help-themselves .text-block-default {
    margin-bottom: 2.56em
}

#help-customers-help-themselves .text-block-default h3 {
    font-size: 21.21px;
    font-size: 2.121rem;
    margin-bottom: .85em
}

@media (min-width:1200px) {
    #help-customers-help-themselves .text-block-default:first-child {
        margin-top: 10px
    }
    #help-customers-help-themselves .text-block-default .bucket {
        max-width: 340px
    }
}

#help-customers-help-themselves .col-lg-8 {
    padding-right: 6.6%
}

#help-customers-help-themselves .col-lg-8 img {
    max-width: inherit!important;
    position: relative
}

@media (min-width:992px) {
    #help-customers-help-themselves .col-lg-8 img {
        right: 200px
    }
}

@media (min-width:1250px) {
    #help-customers-help-themselves .col-lg-8 img {
        right: 80px
    }
}

#easily-scale-and-grow {
    padding: 1.3em 0 .45em
}

#easily-scale-and-grow .section-header .icon.icon-buildings {
    top: 12px;
    margin-right: 15px
}

#easily-scale-and-grow .section-header:after {
    margin-bottom: 4.8em
}

#easily-scale-and-grow #billing-facts {
    padding-bottom: 1.5em
}

#easily-scale-and-grow .col-lg-12.text-center {
    padding-top: 2.3em;
    padding-bottom: 6.3em;
    font-size: 12px
}

#easily-scale-and-grow .billing-terms {
    font-size: 15px;
    color: #81878C;
    padding-bottom: 1.1em!important
}

#easily-scale-and-grow .billing-terms .text {
    display: inline-block;
    margin-top: 0;
    font-size: 15px
}

@media (min-width:1200px) {
    #easily-scale-and-grow .bucket {
        max-width: 350px
    }
}

.aligncenter,
.alignleft,
.alignright {
    margin-bottom: 1em
}

.alignleft {
    float: left;
    margin-right: 30px
}

.alignright {
    float: right;
    margin-left: 30px
}

.aligncenter {
    display: table;
    margin-left: auto;
    margin-right: auto
}

.article.article-single .img-feature {
    float: left;
    margin-right: 30px
}

@media (min-width:768px) {
    #easily-scale-and-grow .billing-terms {
        border-top: solid 1px #E6E8E8
    }
    #easily-scale-and-grow .billing-terms .text {
        margin-top: 16px
    }
    .article.article-single .img-feature img {
        width: 200px!important;
        height: auto!important
    }
}

@media (min-width:960px) {
    .article.article-single .img-feature img {
        width: 400px!important;
        height: auto!important
    }
}

@media only screen and (max-width:767px) {
    .article.article-single .img-feature img {
        width: 100px!important;
        height: auto!important
    }
}

.article .article-categories {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .186em;
    font-weight: 600;
    font-family: proxima-nova;
    margin-bottom: .25em
}

.article.article-blog {
    margin-bottom: 60px!important
}

.article.article-blog h2.article-title {
    font-size: 24px;
    color: #2F363F;
    font-weight: 400;
    margin-bottom: .25em
}

.article.article-blog h2.article-title a {
    color: #2F363F
}

.article.article-blog h1.article-title {
    font-size: 42px;
    font-weight: 100;
    margin-bottom: .15em
}

.article.article-blog .article-meta {
    font-size: 18px;
    font-family: proxima-nova
}

.breadcrumb,
.btn,
.text-block-default h3 {
    font-family: proxima-nova, sans-serif
}

.article.article-blog .media-body {
    width: 100%
}

.article.article-blog .media-right {
    padding-left: 35px
}

@media only screen and (max-width:767px) {
    .article.article-blog .media-right {
        padding-left: 10px
    }
    .article.article-blog .thumbnail,
    .article.article-blog .thumbnail-excerpt {
        width: 50px!important;
        height: auto!important
    }
}

.article.article-blog .thumbnail,
.article.article-blog .thumbnail-excerpt {
    border: none;
    padding: 0;
    height: auto!important
}

.article.article-blog .thumbnail-excerpt {
    max-width: 140px;
    display: inline-block
}

#email-newsletter .input-group {
    margin-bottom: 1em
}

#article-author-related {
    border: 1px solid #E6E6E6;
    background: #FCFCFC;
    margin-bottom: 2.5em
}

#article-author-related .padding {
    padding: 35px;
    color: #fff
}

#article-author-related h3 {
    font-size: 20px;
    margin-bottom: .5em
}

#article-author-related .media-left {
    padding-right: 20px
}

.article-related-links {
    background: #009ddc;
    color: #fff
}

.article-related-links a,
.article-related-links dl dd,
.article-related-links p,
dl .article-related-links dd {
    color: #fff
}

.page.inner-page [role=main],
.page.page-inner [role=main] {
    padding: 3em 1em
}

.container-overflow {
    overflow: hidden
}

.container-overflow #page-content {
    padding-right: 60px;
    padding-top: 61px;
    padding-bottom: 40px
}

.col-lg-20 {
    width: 20%
}

@media (min-width:992px) {
    .container-overflow #page-content {
        border-right: solid 1px #e6e6e6
    }
    main .container,
    main.container {
        width: 865px
    }
}

@media (min-width:1200px) {
    main .container,
    main.container {
        width: 865px
    }
}

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

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

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

@media (min-width:1250px) {
    .container-lg .container {
        width: 1200px
    }
}

@media (min-width:1300px) {
    #help-customers-help-themselves .col-lg-8 img {
        right: 0
    }
    .container-lg .container {
        width: 1270px
    }
}

@media (min-width:1600px) {
    #help-customers-help-themselves .col-lg-8 img {
        right: -40px
    }
    .container-lg .container {
        width: 1440px
    }
}

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

.btn {
    -webkit-transition: background .2s ease
}

.btn-uppercase {
    text-transform: uppercase
}

.btn-no-border {
    border: none
}

.btn-lg {
    letter-spacing: .05em
}

.btn-lg.btn-round {
    padding: 13px 41px
}

.btn-round {
    border-radius: 100px
}

.btn-outline {
    border: 2px solid transparent;
    background: 0 0;
    text-transform: capitalize;
    transition: border .2s ease
}

.btn-outline-default {
    border-color: #fff;
    border-color: rgba(255, 255, 255, .3);
    color: #fff
}

.btn-outline-default:active,
.btn-outline-default:focus,
.btn-outline-default:hover {
    border-color: #fff;
    color: #fff
}

.btn-outline.btn-lg {
    font-size: 16px;
    font-size: 1.6rem
}

.btn.btn-success {
    background: #17bd80;
    border-color: #17bd80
}

.btn.btn-success:hover {
    background: #1DD08E
}

.btn.btn-primary {
    background: #009DDC;
    border-color: #009DDC
}

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

.btn.btn-info {
    background: #8056B6;
    border-color: #8056B6
}

.btn.btn-info:active,
.btn.btn-info:hover {
    background: #8d68be;
    border-color: #8d68be
}

.breadcrumb {
    background: 0 0;
    margin: 0;
    font-size: 15px
}

.section-breadcrumbs {
    background: #f9f9f9;
    padding: 15px 0
}

.breadcrumb a {
    color: #81878C
}

.breadcrumb .fa {
    opacity: .6;
    margin-right: 5px
}

.breadcrumb .active {
    font-weight: 600
}

.icon-circle {
    background: #4C5259;
    color: #fff;
    width: 36px;
    height: 36px;
    display: table;
    border-radius: 300px;
    -webkit-transition: all .35s ease
}

.icon-caret,
.slider-client-nav .logo span {
    transition: opacity .35s ease
}

.icon-circle .fa {
    display: table-cell;
    font-size: 20px
}

.icon-circle-twitter:hover {
    background: #55ACEE
}

.icon-circle-facebook:hover {
    background: #3B5998
}

.icon-circle-google:hover {
    background: #D21A10
}

.icon-circle-linkedin:hover {
    background: #0079B8
}

.icon,
.logo,
.logo span {
    background-repeat: none;
    position: relative
}

.icon {
    background-image: url(//webassets.desk.com/assets/img/sprites-ui@1x.png)
}

.icon-support-doc {
    background-position: -436px -193px;
    width: 19px;
    height: 24px
}

.icon-phone {
    display: block;
    background-position: -26px -266px;
    width: 38px;
    height: 38px;
    top: -14px
}

.icon-phone:hover {
    background-position: -106px -266px
}

.icon-popover {
    display: inline-block;
    width: 48px;
    height: 42px
}

.icon-caret,
.icon-microphone {
    width: 12px;
    display: inline-block
}

.icon.icon-blog {
    background-position: -101px -105px
}

.icon.icon-articles {
    background-position: -22px -104px
}

.icon.icon-customers {
    background-position: -181px -108px
}

.icon-microphone {
    height: 16px;
    background-position: -279px -117px
}

.icon-caret {
    height: 6px;
    background-position: -359px -122px;
    margin-left: 3px;
    opacity: .5;
    top: -2px
}

a:hover .icon-caret {
    opacity: 1
}

.icon-play-video {
    width: 28px;
    height: 28px;
    background-position: -431px -111px;
    display: inline-block
}

.icon-feature {
    display: block;
    width: 60px;
    height: 60px
}

.icon-meter {
    background-position: -16px -16px
}

.icon-chart {
    background-position: -95px -15px
}

.icon-life-saver {
    background-position: -175px -15px
}

.icon-buildings {
    background-position: -255px -12px
}

.icon-feature.icon-xs {
    display: inline-block;
    width: 49px;
    height: 49px
}

.icon-xs.icon-meter {
    background-position: -341px -20px
}

.icon-xs.icon-chart {
    background-position: -421px -20px
}

.icon-xs.icon-life-saver {
    background-position: -501px -20px
}

.icon-xs.icon-buildings {
    background-position: -581px -20px
}

.icon-ebook {
    display: block;
    width: 128px;
    height: 167px
}

.icon-social,
.icon-type,
.logo,
.logo span {
    display: inline-block
}

.icon-ebook-purple {
    background-position: -21px -347px
}

.icon-ebook-orange {
    background-position: -181px -347px
}

.icon-ebook-green {
    background-position: -341px -347px
}

.icon-social {
    width: 36px;
    height: 36px
}

.icon-twitter {
    background-position: -27px -187px
}

.icon-twitter:hover {
    background-position: -107px -187px
}

.icon-facebook {
    background-position: -187px -187px
}

.icon-facebook:hover {
    background-position: -267px -187px
}

.icon-type {
    width: 48px;
    height: 48px
}

.icon-type-video,
.icon-type-webinar {
    background-position: -21px -181px
}

.icon-type-e-book {
    background-position: -102px -183px
}

.icon-type-infographic {
    background-position: -181px -181px
}

.icon-type-slideshare {
    background-position: -261px -181px
}

.icon-type-article {
    background-position: -342px -183px
}

.logo span,
.logo-soundcloud {
    display: block
}

.logo span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2) {
    .icon {
        background-image: url(//webassets.desk.com/assets/img/sprites-ui@2x.png);
        background-size: 650px 540px
    }
    .logo,
    .logo span {
        background-image: url(//webassets.desk.com/assets/img/sprites-logos@2x.png);
        background-size: 2079px 380px
    }
}

.logo-lg-asana,
.logo-lg-hotel-tonight,
.logo-lg-munchery,
.logo-lg-one-kings-lane,
.logo-lg-soundcloud,
.logo-munchery,
.logo-soundcloud {
    background: 0 0!important
}

.logo-munchery {
    width: 124px;
    height: 66px
}

.logo-munchery span {
    width: 124px;
    height: 60px
}

.logo-hotel-tonight,
.logo-hotel-tonight span {
    width: 133px;
    height: 38px
}

.logo-asana,
.logo-asana span {
    width: 124px;
    height: 75px
}

.logo-soundcloud,
.logo-soundcloud span {
    width: 100%;
    height: 78px
}

.logo-one-kings-lane {
    width: 124px;
    height: 56px
}

.logo-one-kings-lane span {
    width: 118px;
    height: 42px
}

.logo-lg-one-kings-lane img {
    margin: 0 auto
}

.logo-barkbox {
    width: 152px;
    height: 85px;
    overflow: hidden;
    background: 0 0;
    margin-top: 11px
}

li.slick-active .logo-barkbox img {
    display: block;
    margin: 0 auto;
    max-width: 125px
}

li.slick-active.active-slide .logo-barkbox img {
    display: none
}

.slick-slide img {
    overflow: hidden!important;
    width: auto;
    height: 85px;
    max-width: auto!important
}

li.slick-active .logo-barkbox img.activeimg {
    display: none;
    width: 152px;
    max-width: auto!important;
    height: 85px
}

li.slick-active.active-slide .logo-barkbox img.activeimg {
    display: block;
    max-width: auto!important;
    width: 152px;
    height: 85px
}

li.slick-active .logo-one-kings-lane img {
    display: block;
    margin: 0 auto
}

li.slick-active .logo-one-kings-lane img.activeimg,
li.slick-active.active-slide .logo-one-kings-lane img {
    display: none
}

li.slick-active.active-slide .logo-one-kings-lane img.activeimg {
    display: block
}

.logo-barkbox span {
    width: 110px;
    height: 23px
}

.logo-lg-barkbox {
    background: 0 0!important;
    text-align: center
}

.text-block-default {
    margin-bottom: 4.17em
}

.text-block-default h3 {
    font-size: 19px;
    font-size: 1.972rem;
    margin-bottom: .95em;
    font-weight: 600
}

.text-block-default dl dd,
.text-block-default p,
dl .text-block-default dd {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 25px;
    line-height: 2.5rem;
    margin-bottom: 1em
}

.text-block-icon .icon {
    margin-right: 24px
}

.text-block-icon h3 {
    font-size: 18px;
    line-height: 28px;
    font-family: open-sans, sans-serif;
    font-weight: 400;
    width: 90%;
    margin: .1em 0 1.4em
}

.ebook h4.media-heading,
.jumbotron h1 {
    font-family: proxima-nova, sans-serif;
    font-weight: 600
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
    .text-block-icon {
        margin-bottom: 2em
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .text-block-icon {
        margin-bottom: 2em
    }
}

@media only screen and (max-width:767px) {
    .logo-barkbox {
        width: 100px;
        height: 90px!important
    }
    .slick-slide img,
    li.slick-active .logo-barkbox img.activeimg,
    li.slick-active.active-slide .logo-barkbox img.activeimg {
        width: 100px;
        height: auto!important
    }
    li.slick-active .logo-barkbox img {
        max-width: 125px
    }
    li.slick-active.active-slide .logo-barkbox img {
        display: none
    }
    .slick-slide img {
        max-width: auto!important
    }
    .text-block-icon {
        margin-bottom: 2em
    }
    .text-block-icon h3 {
        margin-bottom: .5em;
        font-size: 23px;
        line-height: 1.25em
    }
    .text-block-icon dl dd,
    .text-block-icon p,
    dl .text-block-icon dd {
        margin-bottom: 0
    }
}

.ebook .pull-left {
    margin-right: 4rem
}

.ebook h4.media-heading {
    font-size: 13px;
    font-size: 1.3rem;
    color: #A2A8AE;
    text-transform: uppercase;
    margin: .65em 0 1em;
    letter-spacing: .093em
}

.ebook dl dd,
.ebook p,
dl .ebook dd {
    color: #2F363F;
    font-size: 16px;
    font-size: 1.6rem
}

.ebook .read-more {
    font-size: 14px
}

@media (min-width:1600px) {
    .ebook {
        width: 35%
    }
    .ebook:last-child {
        width: 30%
    }
    .ebook .media-body {
        max-width: 180px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .ebook .media-object {
        margin-bottom: 1em
    }
}

@media only screen and (max-width:767px) {
    .ebook {
        margin-bottom: 2em
    }
    .ebook .pull-left {
        margin-right: 20px
    }
}

.jumbotron {
    background: -o-radial-gradient(center, ellipse cover, #8454c3 50%, #1d71c7 100%);
    background: -ms-radial-gradient(center, ellipse cover, #8454c3 50%, #1d71c7 100%);
    background: radial-gradient(ellipse at bottom right, #8454c3 50%, #1d71c7 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#8454c3', endColorstr='#1d71c7', GradientType=1)
}

.jumbotron h1 {
    font-size: 44px;
    line-height: 56px;
    padding-bottom: .49em
}

.jumbotron dl dd.lead,
.jumbotron p.lead,
dl .jumbotron dd.lead {
    font-family: open-sans, sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 32px;
    color: #fff;
    opacity: .6;
    padding-bottom: 1em
}

.label.label-blue,
.label.label-purple,
.page-header h2,
h1.page-heading,
h2.page-heading,
h3.page-heading {
    font-family: proxima-nova, sans-serif
}

.jumbotron .btn {
    position: relative;
    z-index: 2
}

.jumbotron-fade-bottom,
.jumbotron-fade-top {
    display: table;
    width: 100%;
    position: absolute;
    margin: auto;
    z-index: 1
}

@media only screen and (max-width:767px) {
    .jumbotron h1 {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 1.25em
    }
    .jumbotron dl dd.lead,
    .jumbotron p.lead,
    dl .jumbotron dd.lead {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.35em
    }
}

.jumbotron-fade-bottom {
    max-width: 1448px;
    height: 96px;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, .1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, .1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, .1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, .1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, .1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, .1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#1a000000', GradientType=0)
}

.jumbotron-fade-top {
    height: 252px;
    top: 0;
    background: url(../../assets/img/backgrounds/jumbotron-top-gradient.png) top left repeat-x
}

.jumbotron-homepage {
    background: url(//webassets.desk.com/assets/img/jumbotron/home@1x.jpg) top center no-repeat #253C4C;
    background-size: cover!important;
    height: 810px;
    padding: 221px 0 0;
    overflow: hidden;
    position: relative
}

.jumbotron-homepage .animated {
    position: relative;
    display: block
}

.jumbotron-homepage .photo.photo-ipad {
    background: url(//webassets.desk.com/assets/img/jumbotron/home/ipad.png) top center no-repeat;
    width: 720px;
    height: 351px;
    display: block;
    position: relative;
    bottom: -15px;
    left: 0;
    margin: 0 auto
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .jumbotron-homepage .photo.photo-ipad {
        background: url(//webassets.desk.com/assets/img/jumbotron/home/ipad@2x.png) top center no-repeat;
        background-size: 720px 351px
    }
}

@media (min-width:1600px) {
    .jumbotron-homepage {
        background-size: contain
    }
}

@media (min-width:992px) {
    .jumbotron-homepage h1 {
        font-size: 52px;
        line-height: 60px;
        padding-bottom: .5em
    }
    .jumbotron-homepage .lead {
        margin-bottom: 23px
    }
    .jumbotron-homepage .btn-lg.btn-round {
        padding: 15px 41px
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
    .jumbotron-homepage {
        height: auto;
        padding: 175px 0 330px;
        margin: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .jumbotron-homepage {
        height: auto;
        padding: 145px 0 0;
        margin: 0
    }
    .jumbotron-homepage h1 {
        font-size: 40px;
        line-height: 50px
    }
}

@media only screen and (max-width:767px) {
    .jumbotron-homepage {
        height: auto;
        padding: 110px 0 20px;
        margin: 0
    }
    .jumbotron-homepage dl dd.lead,
    .jumbotron-homepage p.lead,
    dl .jumbotron-homepage dd.lead {
        padding-bottom: 0
    }
}

.jumbotron-default {
    background: url(//webassets.desk.com/assets/img/jumbotron/default@1x.jpg) top center no-repeat #253C4C;
    background-size: cover!important;
    padding: 222px 0 110px;
    overflow: hidden;
    position: relative
}

.jumbotron-default .container {
    max-width: 940px
}

.jumbotron-default h1 {
    font-size: 48px;
    letter-spacing: .02em;
    padding-bottom: .65rem
}

.jumbotron-default .lead {
    font-size: 16px;
    font-size: 1.6rem
}

.jumbotron-default.jumbotron-success-center {
    background-image: url(//webassets.desk.com/assets/img/jumbotron/success-center.jpg?v2)
}

.jumbotron-geometric {
    background: url(//webassets.desk.com/assets/img/backgrounds/geometric@1x.jpg) top center no-repeat #253C4C;
    background-size: cover!important;
    height: 660px;
    padding: 220px 0 0;
    overflow: hidden;
    position: relative
}

.jumbotron-geometric.jumbotron-product {
    padding-top: 182px
}

.jumbotron-geometric.jumbotron-product .jumbotron-body {
    display: inline-block
}

.jumbotron-geometric.jumbotron-product .h1 {
    padding-bottom: .56em
}

.jumbotron-geometric.jumbotron-product dl dd.lead,
.jumbotron-geometric.jumbotron-product p.lead,
dl .jumbotron-geometric.jumbotron-product dd.lead {
    padding-bottom: 1.2em;
    line-height: 32px;
    line-height: 3.2rem
}

.jumbotron-geometric.jumbotron-product .btn-round {
    padding: 15px 41px 16px
}

.jumbotron-geometric.jumbotron-product .btn-link {
    color: #fff;
    padding: 0;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: .08em;
    margin-top: .86em;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    font-weight: 800!important
}

.jumbotron-geometric.jumbotron-product .btn-link .icon {
    position: relative;
    top: 8px;
    margin-right: 10px
}

.jumbotron-geometric.jumbotron-product .photo.photo-devices {
    background: url(//webassets.desk.com/assets/img/jumbotron/product/devices.png) top center no-repeat;
    width: 1255px;
    height: 548px;
    display: block;
    position: relative;
    top: -41px;
    left: -30px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .jumbotron-geometric.jumbotron-product .photo.photo-devices {
        background: url(//webassets.desk.com/assets/img/jumbotron/product/devices@2x.png) top center no-repeat;
        background-size: 1255px 548px
    }
}

@media (min-width:992px) {
    .jumbotron-geometric.jumbotron-product h1 {
        font-size: 46px;
        line-height: 56px
    }
    .jumbotron-geometric.jumbotron-product .col-lg-5,
    .jumbotron-geometric.jumbotron-product .col-lg-7 {
        width: 50%
    }
}

@media (min-width:1200px) {
    .jumbotron-geometric.jumbotron-product .col-lg-5 {
        width: 50%;
        max-width: 485px
    }
}

.wayfinder-default {
    background: #E6E8E9;
    padding: 2em 0;
    color: #373f48
}

.wayfinder-default dl dd.lead,
.wayfinder-default p.lead,
dl .wayfinder-default dd.lead {
    margin-bottom: 0;
    padding-bottom: 0
}

.label.label-blue,
.label.label-purple {
    background: #8056b6;
    text-transform: uppercase;
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.3em;
    padding: .4em .6em;
    border-radius: 2px;
    letter-spacing: .15em;
    margin: 0 1em 0 0;
    text-indent: 1px;
    font-weight: 600
}

.label.label-blue {
    background: #009DDC
}

.page-header {
    border: none;
    padding: 0
}

.page-header.filter {
    padding: 0 0 2em;
    border-bottom: solid 1px #E6E6E6;
    margin-bottom: 2.89em
}

.page-header h2 {
    font-size: 36px;
    color: #2F363F;
    font-weight: 400
}

h1.page-heading,
h2.page-heading,
h3.page-heading {
    font-weight: 400
}

.carousel.carousel-indicators-below .carousel-indicators {
    bottom: 0;
    left: auto;
    width: 100%;
    padding: 25px 0 10px;
    margin: 0 auto;
    position: relative
}

.carousel.carousel-indicators-below .carousel-indicators li {
    border-color: #878B91;
    width: 15px;
    height: 15px;
    margin: 0 2px
}

.carousel.carousel-indicators-below .carousel-indicators .active {
    background: #009DDC;
    border-color: #009DDC
}

.table {
    display: table;
    margin: 0!important
}

.table-cell {
    display: table-cell
}

.max-width {
    max-width: 450px;
    display: block;
    margin: 0 auto
}

.section-client-list {
    padding: 0;
    overflow: hidden;
    position: relative;
    z-index: 10;
    margin-top: -14px
}

.section-client-list .slick-slider {
    margin-bottom: 0
}

.section-client-list li {
    cursor: pointer;
    border-right: 1px solid #FFF;
    line-height: 95px;
    z-index: 0!important;
    padding-left: 0!important;
    padding-right: 0!important;
    padding-top: 14px
}

.table-logo {
    width: 100%;
    margin: 0;
    height: 56px
}

.section-client-list li .table {
    margin: 0;
    line-height: 69px;
    height: 69px;
    background: #E6E6E6;
    padding-bottom: 0
}

.photo-bg .table-cell-logo {
    background: url(../../images/box_hover_overlay_bg.png) left top
}

.logo .logo-soundcloud,
.logo .logo-soundcloud span {
    background: 0 0!important
}

.slider-client-nav .active-slide .logo span {
    opacity: 1!important
}

.slider-active-arrow {
    position: absolute;
    width: 100%;
    bottom: 0;
    overflow: hidden
}

.slider-active-arrow .container:after,
.slider-active-arrow .container:before {
    position: absolute;
    width: 100%;
    height: 14px;
    background: #fafafa;
    left: -100%;
    content: '';
    display: block
}

.slider-active-arrow .container:after {
    left: auto!important;
    right: -100%
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
    .slider-active-arrow .container {
        background-position: -79px 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .slider-active-arrow .container {
        background-position: -83px 0
    }
}

@media only screen and (max-width:767px) {
    .slider-active-arrow .container {
        background-position: -96px 0
    }
}

.section-client-testimonial {
    position: relative
}

.slider-testimonial {
    margin: 0;
    background: #2F363F;
    overflow: hidden
}

.slider-testimonial .slick-next,
.slider-testimonial .slick-prev {
    width: 33px;
    height: 71px;
    background-repeat: none;
    opacity: .8;
    top: 43.5%
}

.slider-testimonial .slick-next {
    background-image: url(../../images/team_slider_right_arrow.png)
}

.slider-testimonial .slick-prev {
    background-image: url(../../images/team_slider_left_arrow.png);
    left: 30px
}

.slider-testimonial .slick-next {
    right: 30px;
    left: auto
}

.slider-testimonial .slick-next:hover,
.slider-testimonial .slick-prev:hover {
    opacity: 1
}

.slider-testimonial .slick-next:before,
.slider-testimonial .slick-prev:before {
    display: none
}

.slider-testimonial .slick-slide {
    -webkit-transition: opacity .5s linear;
    -moz-transition: opacity .5s linear;
    -ms-transition: opacity .5s linear;
    -o-transition: opacity .5s linear;
    transition: opacity .5s linear;
    width: 100%
}

.slider-testimonial .column {
    width: 50%;
    display: block;
    height: 422px;
    float: left
}

.slider-testimonial .column.right {
    padding: 0;
    height: 422px
}

.slide .left .blockquote {
    width: 100.1%;
    height: 100%;
    margin: 0 auto
}

.slide .left .blockquote .max-width {
    position: relative;
    top: -16px
}

.slide .left blockquote {
    max-width: 475px;
    vertical-align: middle;
    opacity: 0;
    transition: all 1s ease;
    transition-delay: .25s;
    border-left: none;
    margin: 0;
    padding: 0
}

.slide.slick-active blockquote {
    opacity: 1
}

.slide dl dd,
.slide p,
dl .slide dd {
    color: #fff;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 46px;
    line-height: 4.6rem;
    margin-bottom: 1.22em;
    font-weight: 400
}

.slide .btn,
.slide cite {
    font-weight: 600;
    font-family: proxima-nova, sans-serif;
    color: #fff
}

.slide hr {
    width: 175px;
    height: 1px;
    border: none;
    background: 0 0;
    border-top: solid 1px rgba(255, 255, 255, .25);
    margin: 32px auto 22px
}

.slide cite {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: .015em
}

.slide .cite-name,
.slide .cite-position {
    display: block;
    margin-bottom: .9em
}

.slide .cite-position {
    margin-bottom: 2.5em
}

.slide .btn {
    border-radius: 2px;
    padding: 1px 42.5px;
    border: 2px solid rgba(255, 255, 255, .3);
    line-height: 32px;
    font-size: 15px;
    margin: 29px 0 0;
    letter-spacing: 2px;
    background: 0 0;
    transition: border .2s ease 0s;
    -webkit-transition: border .2s ease 0s;
    -moz-transition: border .2s ease 0s;
    -o-transition: border .2s ease 0s;
    -ms-transition: border .2s ease 0s
}

.slide .btn:focus {
    color: #fff
}

.slide .btn:hover {
    color: #fff;
    border: 2px solid #fff!important;
    background: 0 0;
    opacity: 1
}

.slide .photo-bg {
    width: 100%;
    height: 100%;
    background-size: cover
}

.slider-slide-21 .table-cell .max-width .btn,
.slider-slide-24 .table-cell .max-width .btn,
.slider-slide-26 .table-cell .max-width .btn,
.slider-slide-28 .table-cell .max-width .btn,
.slider-slide-30 .table-cell .max-width .btn {
    border: 2px solid rgba(255, 255, 255, .3)
}

span.logo.logo-lg-munchery img {
    max-width: 250px;
    width: 100%;
    height: auto!important
}

.slide .photo-bg .logo {
    opacity: 0;
    transition: all 1s ease;
    transition-delay: .25s
}

.slide.slick-active .logo {
    opacity: 1
}

#slide-munchery .photo-bg {
    background-image: url(../images/team_1.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2) {
    #slide-munchery .photo-bg {
        background: url(//webassets.desk.com/assets/img/photo-munchery@2x.jpg) center left no-repeat
    }
}

#slide-munchery .left .blockquote {
    background: #005b7f
}

#slide-hotel-tonight .photo-bg {
    background: url(//webassets.desk.com/assets/img/photo-hotel-tonight@1x.jpg) bottom left no-repeat;
    background-size: cover
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2) {
    #slide-hotel-tonight .photo-bg {
        background: url(//webassets.desk.com/assets/img/photo-hotel-tonight@2x.jpg) bottom left no-repeat
    }
}

#slide-hotel-tonight .left .blockquote {
    background: #482B62
}

#slide-asana .photo-bg {
    background: url(//webassets.desk.com/assets/img/photo-asana@1x.jpg) top left no-repeat;
    background-size: cover
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2) {
    #slide-asana .photo-bg {
        background: url(//webassets.desk.com/assets/img/photo-asana@2x.jpg) bottom right no-repeat
    }
}

#slide-asana .left .blockquote {
    background: #1E8AD2
}

#slide-soundcloud .photo-bg {
    background: url(//webassets.desk.com/assets/img/photo-soundcloud@1x.jpg) top left no-repeat;
    background-size: cover
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2) {
    #slide-soundcloud .photo-bg {
        background: url(//webassets.desk.com/assets/img/photo-soundcloud@2x.jpg) center left no-repeat
    }
}

#slide-soundcloud .left .blockquote {
    background: #F50
}

.slide .table-logo {
    background: url(../images/slider-image.jpg) top left no-repeat;
    background-size: cover!important
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2) {
    #slide-one-kings-lane .photo-bg {
        background: url(//webassets.desk.com/assets/img/photo-one-kings-lane@2x.jpg) bottom right no-repeat
    }
}

#slide-one-kings-lane .left .blockquote {
    background: #198C58
}

#slide-barkbox .photo-bg {
    background: url(//webassets.desk.com/assets/img/photo-barkbox@1x.jpg) top left no-repeat;
    background-size: cover
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2) {
    #slide-barkbox .photo-bg {
        background: url(//webassets.desk.com/assets/img/photo-barkbox@2x.jpg) center left no-repeat
    }
}

#slide-barkbox .left .blockquote {
    background: #4BB5E2
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .slider-testimonial .column {
        width: 100%!important;
        height: 405px
    }
    .slider-testimonial .column.right {
        height: auto
    }
    .slide dl dd,
    .slide p,
    dl .slide dd {
        color: #fff;
        font-size: 22px;
        line-height: 1.25em
    }
    .slider-testimonial .slick-next,
    .slider-testimonial .slick-prev {
        top: 65%
    }
    .slider-testimonial .slick-prev {
        left: 15px
    }
    .slider-testimonial .slick-next {
        right: 15px
    }
    .slide .left blockquote {
        margin: 0!important;
        width: 100%!important
    }
}

.slider-testimonial .slick-prev img {
    display: block
}

.slider-testimonial .slick-next img {
    display: none
}

@media only screen and (max-width:1024px) {
    .slider-testimonial .slick-prev {
        left: 20px;
        background-image: inherit!important
    }
    .slider-testimonial .slick-next {
        right: 20px;
        background-image: inherit!important
    }
    .slider-testimonial .slick-next img,
    .slider-testimonial .slick-prev img {
        width: 100%;
        display: block
    }
}

.popover-grey .qtip-tip canvas,
.popover.popover-grey>.arrow:after {
    display: none
}

@media only screen and (max-width:767px) {
    .slider-testimonial .column {
        width: 100%!important;
        height: 405px
    }
    .slider-testimonial .column.right {
        height: auto
    }
    .slider-testimonial .slick-next,
    .slider-testimonial .slick-prev {
        top: 60%
    }
    .slider-testimonial .slick-prev {
        left: 20px
    }
    .slider-testimonial .slick-next {
        right: 20px
    }
    .slide dl dd,
    .slide p,
    dl .slide dd {
        font-size: 2rem;
        line-height: 2.6rem
    }
    .slide .left .blockquote {
        margin: 0!important;
        width: 100%!important
    }
    .max-width {
        max-width: 420px!important
    }
}

@media only screen and (min-width:320px) and (max-width:480px) {
    .slider-active-arrow .container {
        height: 19px!important;
        background: url(../images/active-arrow-mobile.png) -120px 0 no-repeat!important
    }
    .slide .blockquote {
        margin: 0!important;
        width: 100%!important
    }
    .slide .max-width {
        max-width: 310px!important
    }
}

.slick-slide {
    opacity: 1!important
}

.slick-active {
    z-index: 9999!important
}

.slider-testimonial .left {
    position: relative;
    overflow: hidden
}

.slider-testimonial .right {
    overflow: hidden
}

@-webkit-keyframes slide_in {
    0% {
        opacity: 1;
        right: -100%
    }
    100% {
        opacity: 1;
        right: 0
    }
}

@-webkit-keyframes slide_out {
    0% {
        opacity: 1;
        left: 0
    }
    100% {
        opacity: 1;
        left: -100%
    }
}

.slider-testimonial .slick-slide.slick-active .left .blockquote {
    -webkit-animation: slide_in .35s 1;
    position: relative
}

.slider-testimonial .slick-slide.slick-active .right .photo-bg {
    -webkit-animation: slide_in .35s 1;
    position: relative;
    z-index: 100000;
    margin: 0
}

.slider-testimonial .slick-slide .right .photo-bg {
    -webkit-animation: slide_out .35s 1;
    position: relative
}

@-webkit-keyframes slides {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes slidess {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.slider-testimonial .slick-slide .right .text {
    font-size: 300px;
    color: #fff;
    opacity: 1
}

.slider-testimonial .slick-active .right .text {
    -webkit-animation: slides .25s 1;
    -webkit-animation-delay: .8s;
    opacity: 1
}

.popover-grey {
    background: #373f48;
    background: rgba(54, 61, 71, .94);
    border: none;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .2)
}

.popover-grey .qtip-tip,
.popover.popover-grey>.arrow {
    border-bottom-color: #373f48;
    border-width: 6px
}

.popover-grey .qtip-tip {
    background: rgba(54, 61, 71, .94);
    border: solid transparent;
    height: 0;
    width: 0;
    pointer-events: none;
    border-color: rgba(54, 61, 71, 0);
    border-bottom-color: rgba(54, 61, 71, .94);
    border-width: 10px
}

.popover-resources {
    min-width: 375px
}

.popover-contact {
    width: 100px
}

.qtip-default .hidden {
    display: block!important;
    visibility: visible!important
}

.popover-resources a {
    border-right: solid 1px #4A5159;
    padding: 5px 0!important;
    margin: 10px 0;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: open-sans, sans-serif;
    font-weight: 400;
    color: #fff;
    opacity: .7;
    transition: all .35s ease
}

.media-story .media-heading,
.media-story .type .type-text,
.popover-connect .divider .text,
.popover-connect .phone-number {
    font-family: proxima-nova, sans-serif
}

.img-thumbnail,
.thumbnail {
    -webkit-transition: all .2s ease-in-out
}

.popover-resources a:hover {
    opacity: 1
}

.popover-resources li:last-child a {
    border: none
}

.popover-resources .text {
    display: block;
    width: 100%;
    margin: 10px 0 0
}

.popover-connect {
    min-width: 158px;
    text-align: center!important
}

.popover-connect .tt-content {
    text-align: center;
    padding: 10px 0
}

.popover-connect .phone-number {
    color: #fff!important;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: .015em;
    font-weight: 400
}

.popover-connect .divider {
    color: rgba(255, 255, 255, .3);
    margin-top: .1em;
    margin-bottom: .6em;
    display: block;
    width: 100%;
    position: relative
}

.popover-connect .divider .text {
    display: inline-block;
    position: relative;
    background: #333B44;
    z-index: 2;
    padding: 0 1em;
    font-size: 10px;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 400
}

.popover-connect .divider:after {
    border-bottom: solid 1px #485057;
    content: '';
    width: 100%;
    display: block;
    position: absolute;
    top: 10px
}

.popover-connect .btn .icon {
    margin-right: 10px;
    top: -1px
}

.media-with-border {
    padding-bottom: 1.5em;
    margin-bottom: 2.5em!important;
    border-bottom: solid 1px #eee
}

.media.media-reward {
    margin-bottom: 2em
}

.media-reward .media-body {
    width: 100%
}

.media-reward .media-left {
    padding-right: 40px
}

.media-reward .media-right {
    padding-left: 40px
}

.media-testimonial {
    border-bottom: solid 1px #eee;
    padding: 0 0 2.5em;
    margin: 2.5em 0
}

.media-testimonial:last-child {
    border-bottom: none
}

.media-testimonial img {
    min-width: 200px;
    max-width: 200px
}

.media-testimonial dl dd,
.media-testimonial p,
dl .media-testimonial dd {
    font-size: 1.6rem
}

.media-testimonial dl dd:after,
.media-testimonial dl dd:before,
.media-testimonial p:after,
.media-testimonial p:before,
dl .media-testimonial dd:after,
dl .media-testimonial dd:before {
    content: '"';
    display: inline-block
}

.media-testimonial cite {
    margin: 2em 0 0;
    display: block;
    font-size: 14px;
    font-size: 1.4rem
}

.media-testimonial cite:before {
    content: '-';
    display: inline-block
}

.price-block .price-description:after,
.section-divider:after,
.section-header:after {
    content: ''
}

.media-story {
    margin-bottom: 3em
}

.media-story .type {
    width: 130px;
    height: 150px;
    background: #FCFCFB;
    border: 1px solid #E6E6E6;
    text-align: center;
    position: relative;
    padding: 0;
    overflow: hidden
}

.media-story .media-left {
    padding-right: 30px
}

.media-story .type .type-icon {
    color: #18C489;
    font-size: 60px;
    padding: 15px 0
}

.media-story .type .type-text {
    position: absolute;
    color: #fff;
    width: 100%;
    bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 0;
    font-weight: 600
}

.media-story .media-heading {
    font-size: 18px;
    line-height: 26px;
    color: #2F363F;
    font-weight: 400
}

.media-story .media-heading a {
    color: #2F363F
}

.media-story .media-body {
    font-size: 14px;
    line-height: 24px;
    color: #81878C
}

.type-infographic .type-text {
    background: #E97443
}

.type-slideshare .type-text {
    background: #A26DE6
}

.type-video .type-text,
.type-webinar .type-text {
    background: #18C489
}

.type-article .type-text {
    background: #D96EAE
}

.type-e-book .type-text {
    background: #009DDC
}

.page-product .media {
    margin-bottom: 60px
}

.page-product .media .media-left .thumbnail.thumbnail-lg,
.page-product .media .media-right .thumbnail.thumbnail-lg {
    min-width: 100px;
    max-width: 400px
}

.page-product .media .media-left {
    padding-right: 60px
}

.page-product .media .media-right {
    padding-left: 60px
}

.page-product .media h3 {
    font-size: 1.2em;
    color: #009ddc;
    margin-bottom: .5em;
    font-weight: 600
}

.price-block .price-header h4,
.section-title {
    color: #2F363F;
    font-family: proxima-nova, sans-serif;
    font-weight: 600
}

.page-product .media h3 .fa {
    margin-right: 5px;
    opacity: .5
}

.page-product .media h2 {
    margin-bottom: .35em;
    font-size: 2.5em;
    font-weight: 600
}

@media only screen and (max-width:767px) {
    .page-product .media-left,
    .page-product .media-right {
        width: 100%;
        display: table;
        padding: 0!important
    }
    .page-product .media-left .thumbnail,
    .page-product .media-right .thumbnail {
        max-width: 100%!important
    }
}

.section-header {
    text-align: center
}

.section-header h2 {
    font-size: 38px;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    margin: 1em 0 .94em;
    position: relative
}

.section-header:after {
    display: inline-block;
    clear: both;
    height: 3px;
    width: 64px;
    background: rgba(0, 0, 0, .1);
    position: relative;
    margin-bottom: 4.8em
}

.section-title {
    font-size: 36px;
    line-height: 44px
}

@media (min-width:992px) {
    #pricing-table.nudge {
        margin-top: 68px
    }
    #seo-main {
        border-right: solid 1px #E6E6E6;
        width: 63.6%
    }
}

#seo-main .col-lg-10 {
    padding-top: 40px;
    max-width: 1068px
}

@media (min-width:1350px) {
    #seo-main .col-lg-10 {
        width: 83.33333333%
    }
}

@media (min-width:1200px) {
    #seo-main .col-lg-10 {
        width: 97.7%
    }
}

.price-block {
    text-align: center;
    margin-bottom: 1em
}

@media (min-width:992px) {
    #seo-main .col-lg-10 {
        padding-top: 61px;
        padding-right: 80px;
        padding-bottom: 61px
    }
    #seo-sidebar {
        width: 36.4%
    }
    #seo-sidebar .module>.col-lg-8 {
        max-width: 318px
    }
    .price-block {
        margin-bottom: 0
    }
}

.price-block .price-block-wrap {
    border: 1px solid #E3E6E6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .03);
    border-radius: 5px;
    padding: 0 0 34px
}

@media (min-width:1200px) {
    .price-block .price-block-wrap {
        margin: 0 auto;
        max-width: 350px
    }
}

.price-block .price-header {
    position: relative;
    border-bottom: solid 1px #E8EBEB;
    margin-bottom: 1em;
    display: table;
    width: 100%;
    height: 90px
}

.price-block .price-header h4 {
    display: table-cell;
    font-size: 21px;
    font-size: 2.1rem
}

.price-block .price-description {
    position: relative;
    margin-bottom: 2em;
    padding: 20px;
    line-height: 25px;
    line-height: 2.5rem
}

.price-block .price-description:after {
    display: block;
    width: 60px;
    height: 2px;
    background: #E8EBEB;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: -10px
}

.price-block .price-alert {
    background: #18C485;
    padding: 4px 0 3px;
    font-size: 13px;
    margin: 0 0 2.4em;
    color: #fff;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-family: proxima-nova, sans-serif;
    font-weight: 400
}

.price-block .price,
.price-block-features .pricing-feature h5,
.price-block-features .pricing-feature h6 {
    color: #2F363F;
    font-family: proxima-nova, sans-serif
}

.price-block .price {
    font-size: 50px;
    font-size: 5rem;
    margin: 24px 0 0;
    font-weight: 500;
    line-height: 1em
}

.price-block .price sup {
    font-size: 24px;
    position: relative;
    top: -18px;
    font-family: proxima-nova, sans-serif;
    font-weight: 600
}

.price-block .price sub {
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    top: 0
}

.price-block .price-terms {
    margin-bottom: 1.4em
}

@media (min-width:992px) {
    .price-block.price-block-popular {
        margin-top: -28px
    }
}

.price-block.price-block-popular .price-header {
    border: none;
    margin: 0;
    height: 83px
}

.price-block.price-block-popular .price {
    margin: -5px 0 0
}

.price-block-features {
    margin-top: 1em
}

.price-block-features .pricing-feature {
    display: block
}

@media (min-width:992px) {
    .price-block-features {
        margin: 48px 10px 51px
    }
    .price-block-features .pricing-feature {
        margin-bottom: 1.5em;
        padding-bottom: 1em
    }
}

.price-block-features .pricing-feature h5 {
    font-weight: 600;
    margin-bottom: 55px;
    font-size: 19px;
    line-height: 28px;
    position: relative
}

.price-block-features .pricing-feature h5:after {
    display: block;
    width: 60px;
    height: 2px;
    background: #E8EBEB;
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: -31px
}

.price-block-features .pricing-feature h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 34px;
    line-height: 3.4rem
}

.price-block-features .pricing-feature li {
    font-size: 15px;
    font-weight: 600;
    line-height: 34px;
    line-height: 3.4rem
}

.price-block-features .tooltip-pricing {
    color: #009DDC;
    cursor: pointer;
    font-family: proxima-nova, sans-serif;
    font-weight: 600
}

.section-divider {
    text-align: center;
    padding: 2em 0;
    margin: 1.65em 0 2.5em
}

.section-divider:after {
    border-top: solid 1px #EAEAEA;
    width: 100%;
    display: block;
    position: relative;
    top: -9px
}

.section-divider .text {
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 0 1.5em;
    color: #81878C;
    font-size: 12px
}

.ekko-lightbox .modal-backdrop.in {
    opacity: .7
}

.ekko-lightbox .close {
    color: #fff;
    text-shadow: none;
    opacity: 1
}

.ekko-lightbox .modal-dialog {
    max-width: 900px!important
}

.ekko-lightbox .modal-header {
    border: none
}

.ekko-lightbox .modal-body {
    padding: 0;
    margin: 0
}

.ekko-lightbox .modal-content {
    background: 0 0;
    box-shadow: none;
    border: none
}

.ekko-lightbox iframe {
    height: 536px
}

.panel .panel-heading {
    background: #009DDC;
    color: #fff;
    font-family: proxima-nova, sans-serif;
    font-weight: 600
}

.panel-legacy .panel-heading {
    text-align: center
}

.panel-legacy img {
    margin: 0 auto;
    padding: 10px 0 20px
}

.thumbnail {
    position: relative
}

.thumbnail .fa-search-plus {
    position: absolute;
    bottom: 8px;
    left: 10px;
    background: #fff;
    padding: 4px;
    border-radius: 500px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    color: #333
}

.listing .article-title a,
.module h3,
.module li a {
    color: #2F363F
}

.module h3 {
    font-size: 42px;
    font-weight: 100;
    padding: 0;
    font-family: proxima-nova, sans-serif;
    text-transform: capitalize;
    margin: 0 0 .5em
}

@media (min-width:992px) {
    .module h3 {
        font-size: 13px!important;
        margin: 0 0 2em;
        letter-spacing: .186em;
        font-weight: 600;
        text-transform: uppercase
    }
}

.listing .meta,
.module dl dd:last-child,
.module p:last-child,
dl .module dd:last-child {
    margin-bottom: 0
}

.module {
    padding: 0 0 50px;
    position: relative
}

@media (min-width:992px) {
    .module {
        padding: 50px 0 50px 35px
    }
    .module:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: -15px;
        width: 1000%;
        height: 1px;
        background: #e6e6e6
    }
    .module:first-child {
        padding-top: 59px
    }
    .module:last-child:after {
        display: none!important;
        visibility: hidden
    }
}

.module li {
    font-size: 16px;
    line-height: 32px
}

.listing .article-title {
    font-size: 16px;
    line-height: 28px;
    color: #2F363F;
    font-family: proxima-nova, sans-serif;
    font-weight: 400
}

.listing .meta {
    color: #81878C;
    font-size: 14px
}

.listing li {
    margin-bottom: 1em
}

body.modal-open {
    overflow: inherit;
    padding-right: inherit!important
}

.modal#modal-helpcenter .modal-header {
    background: #674397;
    text-align: center;
    border-radius: 4px 4px 0 0
}

.modal#modal-helpcenter .modal-header h4 {
    color: #fff;
    padding: 15px 0
}

.modal#modal-helpcenter .modal-body {
    width: 100%;
    background: #fff;
    padding: 30px 40px
}

.modal#modal-helpcenter .modal-body dl dd:last-child,
.modal#modal-helpcenter .modal-body p:last-child,
dl .modal#modal-helpcenter .modal-body dd:last-child {
    margin-bottom: 0
}

.modal#modal-helpcenter .modal-footer {
    width: 100%;
    background: #ebeded;
    text-align: center;
    border-top: none;
    padding: 26px 0;
    border-radius: 0 0 4px 4px
}

.modal#modal-helpcenter .modal-container {
    margin: 250px auto;
    width: 50%
}

.article-seo ol,
.article-seo ul,
.career-page article ol,
.career-page article ul,
.success-center article ol,
.success-center article ul {
    margin-left: 1.25em
}

.article-seo ol li,
.article-seo ul li,
.career-page article ol li,
.career-page article ul li,
.success-center article ol li,
.success-center article ul li {
    list-style-type: disc;
    line-height: 2em!important;
    margin-bottom: .125em
}

.article-seo ol li,
.career-page article ol li,
.success-center article ol li {
    list-style-type: decimal
}

.success-center article img {
    margin-bottom: 1.5em;
    max-width: 100%
}

.media-customer-testimonial {
    margin: 1.25em!important
}

.story-library,
.support-library {
    margin-bottom: 3em
}

@media only screen and (max-width:767px) {
    .media-customer-testimonial .media-left {
        padding: 0;
        width: 100%;
        display: block
    }
}

.slick-loading .slick-list {
    background: 0 0!important
}

.article.article-blog {
    border-bottom: solid 1px #E6E6E6
}

.article.article-blog:last-child {
    border-bottom: none!important
}

.link.link-download {
    font-weight: 600
}

.link.link-download:before {
    display: inline-block;
    color: #2F363F;
    font-family: FontAwesome;
    font-weight: 100;
    margin-right: 5px;
    content: "\f016"
}

.email-subscribe .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.link.link-download-pdf:before,
.media-suppport a,
.nav-pills.nav-pills-desk li,
.page-divider h3,
.table-careers {
    font-family: proxima-nova, sans-serif
}

.link.link-download-pdf:before {
    content: "PDF";
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    background: #009ddc;
    color: #fff;
    padding: 0 5px;
    border-radius: 2px;
    line-height: 1.5em;
    position: relative;
    top: -1px
}

.container-xs-height {
    display: table;
    padding-left: 0;
    padding-right: 0
}

.row-xs-height {
    display: table-row
}

.col-xs-height {
    display: table-cell;
    float: none
}

@media (min-width:768px) {
    .container-sm-height {
        display: table;
        padding-left: 0;
        padding-right: 0
    }
    .row-sm-height {
        display: table-row
    }
    .col-sm-height {
        display: table-cell;
        float: none
    }
    #list-apps .thumbnail {
        min-height: 295px
    }
}

@media (min-width:992px) {
    .container-md-height {
        display: table;
        padding-left: 0;
        padding-right: 0
    }
    .row-md-height {
        display: table-row
    }
    .col-md-height {
        display: table-cell;
        float: none
    }
}

@media (min-width:1200px) {
    .container-lg-height {
        display: table;
        padding-left: 0;
        padding-right: 0
    }
    .row-lg-height {
        display: table-row
    }
    .col-lg-height {
        display: table-cell;
        float: none
    }
}

.col-top {
    vertical-align: top
}

.col-middle {
    vertical-align: middle
}

.col-bottom {
    vertical-align: bottom
}

.col-lg-9#blog-listing {
    padding-top: 3em
}

.story-library {
    border-bottom: solid 1px #E6E6E6
}

.single .article header {
    margin-bottom: 2em
}

.mobile-view.page-seo .col-lg-9 {
    padding: 0 20px
}

.page-customer .well h3,
.page-customer .well h4,
.page-customer .well ul li {
    margin-bottom: .5em
}

.page-customer ul ul {
    padding: 10px 0 0 20px;
    position: relative
}

.page-customer ul ul li {
    line-height: 1.6em;
    margin-bottom: 0
}

.page-customer ul ul li:before {
    content: 'âœ�?';
    display: inline-block;
    position: absolute;
    left: 0;
    color: #17bd80
}

.pager.pager-success-center {
    border-top: solid 1px #E6E6E6;
    border-bottom: solid 1px #E6E6E6;
    padding: 2em 0;
    margin-bottom: 3em
}

.page-heading.page-heading-underline {
    border-bottom: 1px solid #eee;
    padding-bottom: 1em;
    margin-top: 3em;
    margin-bottom: 5em
}

.media-leader {
    margin-bottom: 3em
}

.media-leader h2 {
    font-weight: 600;
    margin-bottom: .25em
}

.media-leader h5 {
    font-size: 18px;
    opacity: .7;
    margin-bottom: 1em
}

.media-leader .read-more {
    font-size: 16px
}

.media-leader .media-left img,
.media-leader .media-right img {
    max-width: 300px
}

.media-leader .media-left {
    padding-right: 40px
}

.media-leader .media-right {
    padding-left: 40px
}

.nav-pills.nav-pills-desk {
    margin: 1em 0 3em;
    padding: 0;
    list-style: circle
}

.nav-pills.nav-pills-desk li {
    margin-bottom: .375em;
    float: none;
    display: block;
    list-style: circle;
    font-size: 16px;
    line-height: 28px;
    color: #2F363F;
    font-weight: 400
}

.nav-pills.nav-pills-desk a {
    padding: 0;
    color: #2F363F;
    border-radius: 0;
    display: inline-block
}

.nav-pills.nav-pills-desk>li>a:focus,
.nav-pills.nav-pills-desk>li>a:hover {
    background: #fff;
    opacity: .6
}

.nav-pills.nav-pills-desk>li.active>a,
.nav-pills.nav-pills-desk>li.active>a:focus,
.nav-pills.nav-pills-desk>li.active>a:hover {
    background: #fff;
    color: #009ddc;
    border-bottom: solid 1px #c3eeff
}

.box.box-blue {
    display: table;
    width: 54px;
    height: 54px
}

.box.box-blue .table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.media-suppport a {
    color: #2F363F;
    font-size: 18px
}

.media-suppport .media-left {
    padding-right: 20px
}

.story-library .pull-right .text {
    color: #2F363F;
    font-size: 15px;
    margin-right: 10px;
    margin-top: 2px;
    vertical-align: middle
}

#sort-listing .btn {
    border-radius: 300px;
    width: 220px;
    text-align: left;
    font-weight: 100;
    font-size: 15px;
    color: #81878C;
    border-color: #D6DADD
}

#sort-listing .btn .caret {
    position: absolute;
    right: 15px;
    top: 14px
}

#sort-listing .dropdown-menu {
    min-width: 220px
}

.success-story header .media {
    margin: 3em 0
}

.success-story header .media .media-left {
    padding-right: 40px
}

.success-story header blockquote dl dd,
.success-story header blockquote p,
dl .success-story header blockquote dd {
    font-size: 34px;
    font-family: proxima-nova, sans-serif;
    font-weight: 100;
    line-height: 1.1em;
    color: #2F363F;
    position: relative;
    margin-bottom: .25em!important
}

.success-story header blockquote dl dd:before,
.success-story header blockquote p:before,
dl .success-story header blockquote dd:before {
    content: "â€œ";
    left: -25px;
    top: 10px;
    display: inline-block;
    position: absolute;
    opacity: .5;
    font-size: 60px
}

.success-story header blockquote cite {
    font-size: 18px
}

.success-story header blockquote cite:before {
    content: '';
    display: none
}

.success-story .well {
    border: none;
    box-shadow: none
}

.box.box-blue {
    background: #009ddc;
    border-radius: 3px
}

.box.box-blue .icon {
    display: inline-block;
    vertical-align: bottom
}

.page-heading {
    margin-bottom: 3em
}

.page-heading h2 {
    font-size: 42px;
    font-weight: 100
}

.grid-list-item .thumbnail img {
    padding: 0 0 5px;
    margin: 0;
    border-bottom: solid 1px #eee
}

.grid-list-item .thumbnail .caption {
    padding: 15px 20px
}

.grid-list-item .thumbnail .caption h3 {
    margin-bottom: .25em;
    line-height: 1em;
    font-weight: 600;
    font-size: 20px
}

.grid-list-item .thumbnail .caption dl dd,
.grid-list-item .thumbnail .caption p,
dl .grid-list-item .thumbnail .caption dd {
    margin-bottom: 0;
    line-height: 1em;
    font-size: 13px;
    font-size: 1.3rem
}

.grid-list-item .thumbnail:hover {
    border: 1px solid #009ddc
}

@media (min-width:992px) {
    #list-apps .thumbnail {
        min-height: 335px
    }
}

@media (min-width:1200px) {
    #list-apps .thumbnail {
        min-height: 290px
    }
}

@media (min-width:1250px) {
    #list-apps .thumbnail {
        min-height: 315px
    }
}

#list-apps .subheading {
    line-height: 1.3em
}

.page-divider {
    background: #39434E;
    margin: 2.05em 0 0;
    padding: 2.65em 0 2.6em;
    border: none;
    text-align: center
}

@media (min-width:991px) {
    .page-divider {
        text-align: left
    }
}

.page-divider .page-heading {
    margin: 0
}

.page-divider h3 {
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    margin-bottom: .12em
}

.page-divider dl dd.lead,
.page-divider p.lead,
dl .page-divider dd.lead {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    opacity: .7;
    color: #fff
}

.page-divider .btn {
    text-transform: uppercase;
    letter-spacing: .133em;
    font-weight: 600
}

.page-divider .media {
    display: inline-block;
    text-align: center
}

.page-divider .media .media-right {
    display: block;
    vertical-align: middle;
    margin-top: 15px
}

@media (min-width:992px) {
    .page-divider .media {
        text-align: left
    }
    .page-divider .media .media-right {
        padding-left: 40px;
        margin-top: 0;
        display: table-cell
    }
}

.module.module-sidebar .nav-pills.nav-pills-desk {
    margin: 0
}

dl dt {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #2F363F;
    margin-bottom: .98em
}

.article-seo .article-header h1 {
    font-size: 38px;
    letter-spacing: .02em;
    margin-bottom: .5em
}

.article-seo .article-header .lead {
    margin-bottom: 2em
}

.page-style-guide .section {
    margin-bottom: 3em
}

.article-blog .page-heading h2,
.page-inner [role=main] .page-heading h2 {
    font-size: 36px;
    font-weight: 100
}

.article-blog li,
.page-inner [role=main] li {
    font-size: 15px;
    line-height: 26px
}

.article-blog h1,
.page-inner [role=main] h1 {
    margin-bottom: .375em;
    font-size: 40px
}

.article-blog h2,
.page-inner [role=main] h2 {
    margin-bottom: .5em;
    font-size: 30px
}

.article-blog h3,
.page-inner [role=main] h3 {
    font-size: 26px;
    margin-bottom: .5em;
    font-weight: 600
}

.article-blog h3.with-icon,
.page-inner [role=main] h3.with-icon {
    font-size: 18px!important
}

.article-blog h4,
.page-inner [role=main] h4 {
    font-size: 20px;
    margin-bottom: .5em;
    font-weight: 800
}

.article-blog h5,
.page-inner [role=main] h5 {
    font-size: 16px;
    margin-bottom: .75em;
    font-weight: 800
}

.article-blog dl dd,
.article-blog ol,
.article-blog p,
.article-blog ul,
.page-inner [role=main] dl dd,
.page-inner [role=main] ol,
.page-inner [role=main] p,
.page-inner [role=main] ul,
dl .article-blog dd,
dl .page-inner [role=main] dd {
    margin-bottom: 1.75em
}

#app-carousel .carousel-indicators {
    padding: 0 0 20px
}

#app-carousel .item .table {
    display: table;
    height: 400px;
    width: 100%
}

#app-carousel .item .table-cell {
    display: table-cell;
    background: #f9f9f9;
    height: 400px;
    vertical-align: middle;
    text-align: center
}

#app-carousel .item .table-cell img {
    width: auto!important;
    height: auto;
    padding: 0 10px;
    max-height: 360px;
    display: inline-block
}

@media only screen and (max-width:767px) {
    #app-carousel .item .table,
    #app-carousel .item .table-cell {
        height: 300px
    }
}

.table-careers {
    font-size: 16px
}

.table-careers>tbody>tr>td,
.table-careers>tbody>tr>th,
.table-careers>tfoot>tr>td,
.table-careers>tfoot>tr>th,
.table-careers>thead>tr>td,
.table-careers>thead>tr>th {
    padding: 14px;
    border-top: 1px solid #eee
}

@media (min-width:1025px) and (max-width:1199px) {
    .slider-active-arrow .container {
        background: url(../images/active-arrow-ipad.png) -28px 0 no-repeat
    }
}

@media (max-width:992px) {
    #team_part .container .col-md-12 .section-client-testimonials .slider-active-arrow .container {
        background: url(../images/active-arrow-ipad.png) 7.4% 0 no-repeat
    }
}

@media (max-width:768px) {
    .slide .btn:hover {
        color: #fff;
        border: 2px solid rgba(255, 255, 255, .3)!important;
        background: 0 0
    }
    .section-client-list {
        margin-top: -21px
    }
    .section-client-list li {
        padding-top: 21px
    }
    .logo-barkbox {
        height: 82px
    }
    .section-client-list li .table {
        line-height: 60px;
        height: 60px
    }
}

hr,
img {
    border: 0
}

@media (max-width:767px) {
    #team_part .container .col-md-12 .section-client-testimonials .slider-active-arrow .container {
        background: url(../images/active-arrow-ipad_1.png) 8.8% 0 no-repeat!important
    }
}

@media (max-width:680px) {
    #team_part .container .col-md-12 .section-client-testimonials .slider-active-arrow .container {
        background: url(../images/active-arrow-ipad_1.png) -83px no-repeat!important
    }
    .logo-barkbox {
        width: 144px
    }
}

@media (max-width:599px) {
    #team_part .container .col-md-12 .section-client-testimonials .slider-active-arrow .container {
        background: url(../images/active-arrow-ipad.png) 4% 0 no-repeat!important;
        height: 14px!important
    }
    .section-client-list li {
        padding-top: 14px
    }
    .logo-barkbox {
        height: 83px;
        width: 145px
    }
    .section-client-list li .table {
        line-height: 60px;
        height: 50px
    }
}

@media (max-width:480px) {
    .section-client-list {
        margin-top: -21px
    }
    .logo-barkbox {
        width: 137px
    }
}

body,
figure {
    margin: 0
}

@media (max-width:400px) {
    #team_part .container .col-md-12 .section-client-testimonials .slider-active-arrow .container {
        background: url(../images/active-arrow-ipad.png) -72px 0 no-repeat!important;
        height: 14px!important
    }
    .section-client-list li .table {
        line-height: 44px;
        height: 50px
    }
    .logo-barkbox {
        height: 90px;
        overflow: hidden
    }
}


/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: 0 0
}

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

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0
}

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

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    -ms-interpolation-mode: bicubic;
    vertical-align: middle
}

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

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

pre,
textarea {
    overflow: auto
}

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

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

.glyphicon,
address,
cite {
    font-style: normal
}

.cd-tabs-navigation a,
.glyphicon {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

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

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

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-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

td,
th {
    padding: 0
}

@media print {
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }
    * {
        text-shadow: none!important;
        color: #000!important;
        background: 0 0!important;
        box-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999
    }
    thead {
        display: table-header-group
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    select {
        background: #fff!important
    }
    .navbar {
        display: none
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
}

.btn,
.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-warning.active,
.btn-warning:active,
.btn.active,
.btn:active,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover,
.form-control,
.navbar-toggle,
.open .dropdown-toggle.btn-danger,
.open .dropdown-toggle.btn-default,
.open .dropdown-toggle.btn-info,
.open .dropdown-toggle.btn-primary,
.open .dropdown-toggle.btn-warning {
    background-image: none
}

.img-thumbnail,
body {
    background-color: #fff
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333
}

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

a {
    color: #428bca;
    text-decoration: none
}

a:focus,
a:hover {
    color: #2a6496;
    text-decoration: underline
}

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

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

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

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

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    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
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    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: 400;
    line-height: 1;
    color: #999
}

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

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

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

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 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: 200;
    line-height: 1.4
}

dt,
label {
    font-weight: 700
}

address,
blockquote .small,
blockquote footer,
blockquote small,
dd,
dt,
pre {
    line-height: 1.42857143
}

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

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

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-muted {
    color: #999
}

.text-primary {
    color: #428bca
}

a.text-primary:hover {
    color: #3071a9
}

.text-success {
    color: #3c763d
}

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

.text-info {
    color: #31708f
}

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

.text-warning {
    color: #8a6d3b
}

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

.text-danger {
    color: #a94442
}

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

.bg-primary {
    color: #fff;
    background-color: #428bca
}

a.bg-primary:hover {
    background-color: #3071a9
}

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

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

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

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

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

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

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

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

pre code,
table {
    background-color: transparent
}

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

dl,
ol,
ul {
    margin-top: 0
}

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

address,
dl {
    margin-bottom: 20px
}

ol,
ul {
    margin-bottom: 10px
}

.list-inline {
    margin-left: -5px
}

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

dd {
    margin-left: 0
}

@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
    }
    .container {
        width: 750px
    }
}

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

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

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

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    color: #999
}

legend,
pre {
    display: block;
    color: #333
}

blockquote .small:before,
blockquote footer: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
}

code,
kbd {
    padding: 2px 4px;
    font-size: 90%
}

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

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

blockquote:after,
blockquote:before {
    content: ""
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

pre {
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    word-break: break-all;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    border-radius: 0
}

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

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

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

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-right: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: 0
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: 0
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: 0
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: 0
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: 0
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: 0
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    max-width: 100%
}

th {
    text-align: left
}

.table {
    width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

@media (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset,
legend {
    padding: 0;
    border: 0
}

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

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

label {
    display: inline-block;
    margin-bottom: 5px
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none
}

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

.form-control,
output {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    display: block
}

input[type=file] {
    display: block
}

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

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

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

output {
    padding-top: 7px
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

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

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

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

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

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

textarea.form-control {
    height: auto
}

input[type=date] {
    line-height: 34px
}

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

.checkbox,
.radio {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px
}

.checkbox label,
.radio label {
    display: inline;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    float: left;
    margin-left: -20px
}

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

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

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

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

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.has-feedback {
    position: relative
}

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

.has-feedback .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center
}

.collapsing,
.dropdown,
.glyphicon {
    position: relative
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
    .form-inline .checkbox,
    .form-inline .form-control,
    .form-inline .form-group,
    .form-inline .radio {
        display: inline-block;
        vertical-align: middle
    }
    .form-inline .control-label,
    .form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .checkbox,
    .form-inline .radio {
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        float: none;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
    .form-horizontal .control-label {
        text-align: right
    }
}

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

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

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

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

.form-horizontal .form-control-static {
    padding-top: 7px
}

.btn,
.input-group-addon {
    font-weight: 400;
    text-align: center
}

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

.btn {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

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

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

.btn.active,
.btn:active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

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

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

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

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

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

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary .badge {
    color: #428bca;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439
}

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

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

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

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

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

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

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512
}

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

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

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

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

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

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

.btn-link {
    color: #428bca;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0
}

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

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

.btn-link:focus,
.btn-link:hover {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent
}

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

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

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

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

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

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

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

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

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.caret,
.glyphicon {
    display: inline-block
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    top: 1px;
    font-family: 'Glyphicons Halflings';
    font-weight: 400;
    line-height: 1
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.caret {
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown-toggle:focus {
    outline: 0
}

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

.dropdown-header,
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    line-height: 1.42857143
}

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

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

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

.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 {
    clear: both;
    font-weight: 400;
    color: #333;
    white-space: nowrap
}

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

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

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

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

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

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0
}

.dropdown-menu-left {
    right: auto
}

.dropdown-header {
    font-size: 12px;
    color: #999
}

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

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

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

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

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

.modal,
.modal-backdrop {
    bottom: 0;
    right: 0;
    left: 0;
    top: 0
}

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

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

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

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

.btn-group-vertical>.btn:focus,
.btn-group>.btn:focus {
    outline: 0
}

.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>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

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

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

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

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

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

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

.btn-lg .caret {
    border-width: 5px 5px 0
}

.dropup .btn-lg .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>.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
}

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

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    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-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%
}

[data-toggle=buttons]>.btn>input[type=checkbox],
[data-toggle=buttons]>.btn>input[type=radio] {
    display: 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-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.33;
    border-radius: 6px
}

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

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

.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: 3px
}

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

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

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

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

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn: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;
    line-height: 1;
    color: #555;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    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-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    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:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    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:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

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

.nav>li>a {
    padding: 10px 15px
}

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

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

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

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

.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.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

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

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

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

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

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    margin-right: 0;
    border-radius: 4px
}

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

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

.nav-pills>li {
    float: left
}

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

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

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

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

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

.nav-justified {
    width: 100%
}

.nav-justified>li>a {
    margin-bottom: 5px
}

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

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

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

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover {
        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: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

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

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

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
    .navbar-header {
        float: left
    }
    .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-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.media,
.media-body,
.modal-open,
.progress {
    overflow: hidden
}

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

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

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

.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: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

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

@media (min-width:768px) {
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
    .navbar-fixed-bottom,
    .navbar-fixed-top,
    .navbar-static-top {
        border-radius: 0
    }
    .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: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px
}

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

.breadcrumb>li,
.pagination {
    display: inline-block
}

.navbar-nav {
    margin: 7.5px -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 .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

.progress-striped .progress-bar,
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: -15px
    }
    .navbar-left {
        float: left!important
    }
    .navbar-right {
        float: right!important
    }
}

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

@media (min-width:768px) {
    .navbar-form .checkbox,
    .navbar-form .form-control,
    .navbar-form .form-group,
    .navbar-form .radio {
        display: inline-block;
        vertical-align: middle
    }
    .navbar-form .control-label,
    .navbar-form .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0
    }
    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        float: none;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-form.navbar-right:last-child {
        margin-right: -15px
    }
}

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

.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 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

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

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

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

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

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

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

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

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

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

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

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

.navbar-default .navbar-toggle {
    border-color: #ddd
}

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

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

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

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555
}

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

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

.navbar-default .navbar-link:hover {
    color: #333
}

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

.navbar-inverse .navbar-brand {
    color: #999
}

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

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
    color: #999
}

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

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

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

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

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    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:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff
}

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

.navbar-inverse .navbar-link {
    color: #999
}

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

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #999
}

.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pager li,
.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #428bca;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.badge,
.label {
    font-weight: 700;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

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

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #999;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    color: #fff;
    border-radius: .25em
}

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

.label:empty {
    display: none
}

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

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

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: gray
}

.label-primary {
    background-color: #428bca
}

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

.label-success {
    background-color: #5cb85c
}

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

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

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

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

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

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

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

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    color: #fff;
    background-color: #999;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.media-object,
.thumbnail {
    display: block
}

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

.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

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

.nav-pills>.active>a>.badge,
a.list-group-item.active>.badge {
    color: #428bca;
    background-color: #fff
}

.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    background-color: #eee
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.alert,
.thumbnail {
    margin-bottom: 20px
}

.alert .alert-link,
.close {
    font-weight: 700
}

.container .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }
    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
    margin-right: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #428bca
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px
}

.list-group,
.media-list {
    padding-left: 0
}

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

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

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

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

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

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.close,
.list-group-item>.badge {
    float: right
}

.progress-striped .progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-striped .progress-bar-info,
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media,
.media .media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-heading {
    margin: 0 0 5px
}

.media>.pull-left {
    margin-right: 10px
}

.media>.pull-right {
    margin-left: 10px
}

.media-list {
    list-style: none
}

.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-left-radius: 4px
}

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

.list-group-item>.badge+.badge {
    margin-right: 5px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-heading>.dropdown .dropdown-toggle,
.panel-title,
.panel-title>a {
    color: inherit
}

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

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

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-title,
.panel>.list-group,
.panel>.table,
.panel>.table-responsive,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-title {
    margin-top: 0;
    font-size: 16px
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel-group .panel-heading,
.panel>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

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

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    overflow: hidden
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #428bca
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #428bca
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #428bca
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ebccd1
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.carousel-caption,
.carousel-control {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

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

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

.modal-content,
.popover {
    background-clip: padding-box
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

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

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

.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, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    z-index: 1040;
    background-color: #000
}

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

.carousel-control,
.modal-backdrop.in {
    filter: alpha(opacity=50)
}

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

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

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

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

.popover,
.tooltip,
.tooltip-arrow {
    position: absolute
}

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

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

.modal-footer .btn+.btn {
    margin-bottom: 0
}

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

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

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

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

.tooltip {
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}

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

.tooltip.top {
    padding: 5px 0
}

.tooltip.right {
    padding: 0 5px
}

.tooltip.bottom {
    padding: 5px 0
}

.tooltip.left {
    padding: 0 5px
}

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

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

.tooltip.top .tooltip-arrow {
    left: 50%;
    margin-left: -5px
}

.tooltip.top-left .tooltip-arrow {
    left: 5px
}

.tooltip.top-right .tooltip-arrow {
    right: 5px
}

.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,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-width: 0 5px 5px;
    border-bottom-color: #000;
    top: 0
}

.tooltip.bottom .tooltip-arrow {
    left: 50%;
    margin-left: -5px
}

.tooltip.bottom-left .tooltip-arrow {
    left: 5px
}

.tooltip.bottom-right .tooltip-arrow {
    right: 5px
}

.popover {
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    white-space: normal
}

.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;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 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
}

.carousel,
.carousel-inner {
    position: relative
}

.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, .25);
    bottom: -11px
}

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

.popover.left>.arrow:after,
.popover.right>.arrow:after {
    content: " ";
    bottom: -10px
}

.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, .25)
}

.popover.right>.arrow:after {
    left: 1px;
    border-left-width: 0;
    border-right-color: #fff
}

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

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

.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, .25)
}

.popover.left>.arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff
}

.carousel-inner {
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    font-size: 20px;
    color: #fff;
    text-align: center
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0), color-stop(rgba(0, 0, 0, .0001) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0), color-stop(rgba(0, 0, 0, .5) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:focus,
.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.grid figure figcaption,
.grid figure figcaption>a,
.img_overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.carousel-caption .btn,
.text-hide {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row: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
}

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

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    background-color: transparent;
    border: 0
}

.hidden {
    visibility: hidden!important
}

.affix {
    position: fixed
}

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

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

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

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

@media (min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
    .hidden-lg {
        display: none!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
    }
}

.visible-print {
    display: none!important
}

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

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 33.3333%;
    height: auto;
    text-align: center;
    cursor: pointer;
    margin: 0
}

.grid figure img {
    position: relative;
    display: block;
    max-width: 100%;
    opacity: .8
}

.grid figure figcaption {
    color: #fff;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.grid figure figcaption::after,
.grid figure figcaption::before {
    pointer-events: none
}

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0
}

.grid figure h2 {
    word-spacing: -.15em;
    font-weight: 300
}

.grid figure h2 span {
    font-weight: 800
}

.grid figure h2,
.grid figure p {
    margin: 0
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%
}

.img_overlay {
    background: #005b7f
}

figure.effect-ming img {
    opacity: .9;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    backface-visibility: hidden;
    -webkit-transform: scale(1.12);
    transform: scale(1.12)
}

figure.effect-ming figcaption::before {
    position: absolute;
    top: 20px;
    right: 24px;
    bottom: 19px;
    left: 23px;
    border: 1px solid #FFF;
    background: rgba(0, 91, 127, 1);
    box-shadow: 0 0 0 30px rgba(0, 91, 127, .1);
    content: '';
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    -moz-transition: opacity .35s, -webkit-transform .35s;
    -o-transition: opacity .35s, -webkit-transform .35s;
    -ms-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: scale3d(1.4, 1.4, 1);
    -moz-transform: scale3d(1.4, 1.4, 1);
    -o-transform: scale3d(1.4, 1.4, 1);
    -ms-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1)
}

figure.effect-ming h2 {
    background: url(../../images/overlay_devider.png) bottom left repeat-x;
    padding-bottom: 17px;
    opacity: 0;
    color: #fff!important;
    font-size: 18px!important;
    font-weight: 700!important;
    letter-spacing: 3px!important;
    -webkit-transition: -webkit-transform .35s;
    -moz-transition: -webkit-transform .35s;
    -o-transition: -webkit-transform .35s;
    -ms-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

figure.effect-ming h2 img {
    margin: 0 auto;
    opacity: 1
}

figure.effect-ming:hover h2 {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    opacity: 1
}

figure.effect-ming:hover h2 img {
    margin: 15px auto -10px;
    opacity: 1
}

figure.effect-ming:hover p {
    padding: 16px 33px 0 25px;
    font-size: 20px;
    font-weight: 100;
    letter-spacing: .4px;
    line-height: 20px;
    text-align: center
}

figure.effect-ming:hover h2 i {
    font-size: 46px;
    color: #fff;
    margin: 13px auto 3px;
    display: block;
    line-height: 35px
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
    opacity: 1;
    color: #fff;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

figure.effect-ming:hover figcaption {
    background: url(../../images/box_hover_overlay_bg.png) left top;
    padding: 59px 35px 45px 36px;
    z-index: 999
}

figure.effect-ming:hover img {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    backface-visibility: hidden
}

figure.effect-ming:hover figcaption .phone_icon {
    opacity: 0;
    display: none;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    -moz-transition: opacity .35s, -moz-transform .35s;
    -o-transition: opacity .35s, -o-transform .35s;
    -ms-transition: opacity .35s, -ms-transform .35s
}

figure.effect-ming:hover figcaption::before {
    background: rgba(0, 42, 58, .7);
    box-shadow: 0 0 0 30px rgba(0, 91, 127, .7);
    opacity: 1
}

#lean_overlay,
.lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
    left: 0
}

.lean_overlay {
    opacity: .6
}

.popupContainer {
    position: absolute;
    height: auto;
    background: #FFF;
    left: 0;
    z-index: 101;
    right: 0;
    margin: 0 auto;
    width: 50%
}

.popupContainer .popupBody iframe {
    width: 100%!important
}

.btn {
    padding: 10px 20px;
    background: #F4F4F2
}

.btn:hover {
    background: #E4E4E2
}

.popupHeader .modal_close {
    position: absolute;
    right: 0;
    top: -30px;
    cursor: pointer;
    color: #fff;
    font-size: 20px
}

.popupHeader .modal_close:hover {
    opacity: .7
}

.popupBody {
    padding: 20px
}

.subscribe-parent-div .gform_wrapper {
    max-width: 100%;
    overflow: hidden;
    width: 100%
}

.subscribe-parent-div .gfield_label {
    display: none!important
}

.subscribe_inner_content .subscribe-parent-div {
    width: 88%;
    max-width: 690px
}

.subscribe_inner_content .subscribe-parent-div .gform_wrapper .gform_footer {
    float: right;
    padding: 0;
    margin: 0
}

.gform_body #input_1_1 {
    width: 62%;
    margin-right: 26.5px;
    float: left
}

#email_subscribe_section .subscribe_inner_content .gform_body #input_1_1 {
    width: 62.3%;
    margin-right: 26.5px
}

.site-nav--scrollable-container .email-subscribe .gform_body #input_1_1::-webkit-input-placeholder {
    color: #FFF;
    opacity: .3;
    font-style: italic;
    font-weight: 100
}

.site-nav--scrollable-container .email-subscribe .gform_body #input_1_1:-moz-placeholder {
    color: #FFF;
    opacity: .3;
    font-style: italic;
    font-weight: 100
}

.site-nav--scrollable-container .email-subscribe .gform_body #input_1_1::-moz-placeholder {
    color: #FFF;
    opacity: .3;
    font-style: italic;
    font-weight: 100
}

.site-nav--scrollable-container .email-subscribe .gform_body #input_1_1:-ms-input-placeholder {
    color: #FFF;
    opacity: .3;
    font-style: italic;
    font-weight: 100
}

.email-subscribe .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
    background: #FFF;
    border: 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    color: #0d202a;
    font-weight: 600;
    margin: 28px 0 0;
    letter-spacing: 3px;
    font-size: 24px;
    font-style: normal;
    text-transform: uppercase
}

.blog_feature_part .blog__inner_content .gform_body #input_1_1,
.email-subscribe .gform_body #input_1_1 {
    background: none;
    font-style: italic;
    font-weight: 100;
    font-family: proxima-nova, sans-serif
}

.email-subscrib .gform_wrapper .gform_footer input.button {
    opacity: .7
}

.email-subscribe .gform_body #input_1_1 {
    width: 73.4%;
    margin-right: 26.5px;
    float: left;
    color: #FFF;
    letter-spacing: 3px;
    display: block;
    padding: 0 25px 0 22px;
    font-size: 24px
}

.blog_feature_part .blog__inner_content .gform_body #input_1_1 {
    color: #aac3cd;
    opacity: 1;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    border: none;
    min-width: inherit;
    padding: 0 12px;
    height: 49px;
    margin-right: 0
}

.blog_feature_part .blog__inner_content #gform_submit_button_1 {
    border-radius: 0;
    background: #005b7f;
    font-family: proxima-nova, sans-serif;
    color: #e4e6e7;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 3px;
    margin: 0;
    border: none;
    line-height: 49px;
    text-align: center;
    width: 36%;
    float: right;
    padding: 0
}

.subscribe-parent-div .gform_wrapper .gform_footer {
    float: left;
    clear: none
}

.subscribe-parent-div input#gform_submit_button_1 {
    font-style: normal;
    float: right;
    background: #FFF!important;
    padding: 1.5px 51px 0 47px;
    font-family: proxima-nova, sans-serif;
    color: #0D202A;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 3.5px;
    border: none;
    line-height: 66px;
    height: 66px;
    opacity: 1;
    margin: 0;
    border-radius: 0;
    max-width: 258.2px
}

.contact-programme-part a.contact-programme-btn:hover,
.subscribe-parent-div input#gform_submit_button_1:hover {
    opacity: .7
}

#email_subscribe_section .subscribe_inner_content .gform_body #input_1_1 {
    max-width: 100%;
    margin: 0;
    float: left
}

.subscribe-parent-div .ginput_container,
.subscribe-parent-div body .gform_wrapper label.gfield_label+div.ginput_container {
    margin-top: 0
}

.subscribe-parent-div .ginput_container {
    margin-top: 0!important
}

.subscribe-parent-div .gform_wrapper .gform_heading {
    margin-bottom: 0
}

.subscribe-parent-div .gform_wrapper {
    margin: 0
}

.blog_inner .search_part input {
    width: auto
}

.resources_search_part,
.search_part {
    display: inline-block;
    width: 100%
}

#pagination_gif,
.fade_background,
.search_part #loading {
    display: none;
    position: absolute
}

.blog_search,
.cat_search,
.res_search {
    width: 35%;
    float: left
}

.fade_background {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    top: 0;
    z-index: 2
}

.search_part #loading {
    width: 120px;
    right: 0;
    top: 15px;
    z-index: 3
}

.resources_search_part #loading {
    position: absolute;
    right: -25px;
    top: 18px;
    display: none;
    z-index: 3
}

#pagination_gif {
    left: 0;
    right: 0;
    margin: 30px auto 0;
    width: 50px
}

.single .blog_post_content blockquote p {
    font-family: proxima-nova, sans-serif;
    font-size: 24px;
    line-height: 40px;
    color: #2eb979;
    font-weight: 300;
    padding: 0 0 0 19px;
    font-style: italic;
    text-align: left;
    margin: 47px 0 9px
}

.single .blog_post_content ul li {
    list-style: inherit
}

.product_play_part {
    min-height: 691px;
    position: relative
}

.more_esources_right_content ul li {
    list-style: disc
}

.testimonial_content_1 .col-md-4 {
    float: right
}

.subscribe_part {
    width: 88%;
    max-width: 630px;
    float: none;
    overflow: hidden!important;
    display: inline-block
}

.subscribe_part .gfield_label {
    display: none!important
}

.email-subscribe .validation_error,
.subscribe-parent-div .validation_error,
.subscribe_part .validation_error {
    display: none
}

.subscribe_part .gform_wrapper {
    margin: 0;
    max-width: 100%
}

.subscribe_part .gform_wrapper .gform_heading {
    width: 100%;
    margin-bottom: 0
}

.subscribe_part .ginput_container {
    margin-top: 0!important
}

.subscribe_part .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
    clear: none
}

.cd-tabs-navigation:after,
.cd-tabs:after {
    content: "";
    clear: both
}

.subscribe_part .gform_body #input_1_1 {
    background: none;
    color: #FFF;
    font-style: italic;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 2px;
    margin: 0;
    border: none;
    min-width: inherit;
    padding: 6px 12px;
    font-weight: 100;
    font-family: proxima-nova, sans-serif;
    width: 58.4%
}

.subscribe_part #gform_submit_button_1 {
    margin: 0;
    border-radius: 0;
    background: #005b7f;
    font-family: proxima-nova, sans-serif;
    color: #e4e6e7;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 0 35px;
    border: none;
    line-height: 49px;
    min-width: 156px;
    float: right
}

.subscribe_part .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-top: 0;
    margin-bottom: 0!important;
    padding-left: 0!important
}

.subscribe_part .gform_wrapper li.gfield.gfield_error {
    background-color: transparent;
    margin-bottom: 0!important;
    padding: 0!important;
    border-top: 0;
    border-bottom: 0
}

.subscribe_part .gfield.gfield_error.gfield_contains_required.field_sublabel_below.field_description_below #input_1_1 {
    width: 62.5%
}

.subscribe_part .subscribe_part .gfield.gfield_error.gfield_contains_required.field_sublabel_below.field_description_below .gform_body #input_1_1 {
    padding: 6px 12px
}

.subscribe-parent-div .gfield_description.validation_message,
.subscribe_part .gfield_description.validation_message {
    margin-top: 0!important;
    padding: 0;
    width: 190px;
    color: #fff;
    letter-spacing: normal;
    position: absolute;
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    font-weight: 700
}

.subscribe-parent-div .gfield_description.validation_message {
    bottom: -35px
}

.subscribe_part .gfield_description.validation_message {
    bottom: 0
}

.subscribe-parent-div .gform_ajax_spinner,
.subscribe_part .gform_ajax_spinner {
    position: absolute;
    bottom: -25px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center
}

.subscribe-parent-div .gfield.gfield_error.gfield_contains_required.field_sublabel_below.field_description_below {
    margin-top: 0;
    margin-bottom: 0!important;
    background-color: transparent;
    padding: 0!important;
    border: 0
}

.subscribe-parent-div .gfield.gfield_error.gfield_contains_required.field_sublabel_below.field_description_below #input_1_1 {
    width: 64.6%
}

#gform_wrapper_2 .gfield_error #input_2_1 {
    width: 100%
}

.email-subscribe .gfield_description.validation_message {
    margin-top: 0!important;
    padding: 0;
    color: #fff;
    font-weight: 700;
    letter-spacing: normal;
    position: absolute;
    font-family: proxima-nova, sans-serif;
    width: 190px;
    font-size: 16px
}

@media(min-width:740px) {
    .single.single-post .subscribe_part .gform_body #input_1_1 {
        width: 65.1%
    }
}

@media(max-width:768px) {
    .subscribe_part .gfield.gfield_error.gfield_contains_required.field_sublabel_below.field_description_below #input_1_1 {
        width: 52%
    }
    .popupContainer {
        width: 80%
    }
    .single.single-post .subscribe_part .gform_body #input_1_1 {
        width: 56.1%
    }
}

@media(max-width:580px) {
    .blog__inner_content .subscribe_part,
    .blog_subscribes_part.subscribe_part {
        display: table;
        overflow: visible
    }
    .gform_wrapper form {
        position: relative
    }
    .subscribe-parent-div .gform_wrapper {
        overflow: visible
    }
    .home .gform_footer.top_label img {
        position: absolute;
        top: 70px
    }
    .gfield_error #input_2_1,
    body .blog_subscribes_part.subscribe_part .gform_wrapper .top_label .gfield_error,
    body .subscribe-parent-div .gform_wrapper .top_label .gfield_error {
        width: 100%!important
    }
    .subscribe-parent-div .gfield_description.validation_message,
    .subscribe_part .gfield_description.validation_message {
        bottom: 58px;
        font-size: 12px;
        margin-bottom: 8px
    }
    .home .subscribe-parent-div .gfield_description.validation_message,
    .home .subscribe_part .gfield_description.validation_message {
        bottom: 0;
        top: 60px
    }
    .subscribe_part .gfield.gfield_error.gfield_contains_required.field_sublabel_below.field_description_below #input_1_1 {
        width: 52%
    }
    .blog__inner_content .subscribe_part .gfield_description.validation_message {
        bottom: 0;
        top: 42px
    }
    .gform_footer.top_label img {
        position: absolute;
        top: 52px
    }
    .site-nav--scrollable-container .gform_footer.top_label img {
        position: absolute;
        right: 30px;
        top: 65px
    }
    .blog_subscribes_part.subscribe_part .gfield_description.validation_message {
        bottom: 0;
        top: 44px
    }
    .subscribe_inner_content .subscribe-parent-div .gform_wrapper .gform_footer {
        margin: 0
    }
}

@media(max-width:480px) {
    .email-subscribe .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
        bottom: 63px!important
    }
    .blog_subscribes_part.subscribe_part .gfield_description.validation_message {
        top: 37px
    }
    .blog_subscribes_part.subscribe_part .gform_footer.top_label img {
        position: absolute;
        top: 45px
    }
    ul.gform_fields li.gfield_error .gfield_description.validation_message {
        width: 97%!important;
        bottom: 45px!important
    }
    .home .email_subscribe_section ul.gform_fields li.gfield_error .gfield_description.validation_message {
        bottom: 56px!important;
        left: 8px
    }
    .home .subscribe-parent-div .gfield_description.validation_message,
    .home .subscribe_part .gfield_description.validation_message {
        left: 10px
    }
    .blog_feature_part .blog__inner_content #gform_submit_button_1 {
        margin-top: 14px!important
    }
    .contact-form .gform_wrapper .ginput_container+.gfield_description.validation_message {
        position: inherit
    }
}

ul.gform_fields li.gfield_error .gfield_description.validation_message {
    width: 50%;
    margin-left: 0!important
}

.slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box {
    opacity: 0
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    line-height: 0
}

.ui-slider-tabs {
    min-height: 565px
}

.ui-slider-tabs-list-wrapper {
    position: relative;
    width: 100%;
    font-family: Arial, sans-serif;
    margin: 0 0 -1px
}

#howcan_whatarmy .howcan_ul_li ul li,
#howcan_whatarmy h2 {
    text-align: center;
    font-family: proxima-nova, sans-serif
}

.ui-slider-tabs-list-wrapper.bottom {
    margin: -1px 0 0
}

.ui-slider-tabs-list-container {
    overflow: hidden;
    width: 68%;
    max-width: 770px;
    margin: 0 auto 82px!important;
    border: 2px solid #005b7f;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.ui-slider-tabs-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.ui-slider-tabs-list li a {
    display: block;
    text-decoration: none;
    color: #005b7f;
    text-align: center;
    height: auto!important;
    margin: 0
}

.ui-slider-tabs-list li.selected {
    color: #fff;
    background: #005b7f
}

.ui-slider-tabs-list-wrapper.bottom .ui-slider-tabs-list li.selected {
    border-top-color: #fff;
    border-bottom-color: #cfcfcf
}

.ui-slider-tabs-list li.selected a {
    cursor: pointer;
    color: #fff!important;
    background: #005B7F
}

.ui-slider-tabs-list li:first-of-type {
    border-left: 0 solid #cfcfcf!important
}

.ui-slider-tabs-content-container {
    position: relative;
    z-index: 1;
    height: auto!important;
    overflow: visible!important
}

.ui-slider-tab-content {
    position: absolute;
    display: none;
    top: 0;
    left: 0
}

.ui-slider-left-arrow,
.ui-slider-left-arrow.edge:hover,
.ui-slider-right-arrow,
.ui-slider-right-arrow.edge:hover {
    display: block;
    position: absolute;
    height: auto!important
}

.ui-slider-left-arrow div,
.ui-slider-right-arrow div {
    background-repeat: no-repeat;
    background-position: center center;
    height: inherit
}

.ui-slider-left-arrow {
    left: 0;
    top: 0;
    box-shadow: 2px 0 1px rgba(0, 0, 0, .06);
    border-top-left-radius: 4px;
    display: none!important
}

.ui-slider-left-arrow div {
    background-image: url(../img/leftArrow.png)
}

.ui-slider-left-arrow.edge {
    box-shadow: none;
    cursor: default;
    display: none!important
}

.ui-slider-tabs-list-wrapper.bottom .ui-slider-left-arrow {
    border-top-left-radius: 0;
    border-bottom-left-radius: 4px
}

.ui-slider-right-arrow {
    top: 0;
    right: 0;
    box-shadow: -2px 0 1px rgba(0, 0, 0, .06);
    border-top-right-radius: 4px;
    display: none!important
}

.ui-slider-right-arrow div {
    background-image: url(../img/rightArrow.png)
}

.ui-slider-right-arrow.edge {
    box-shadow: none;
    cursor: default
}

.ui-slider-tabs-list-wrapper.bottom .ui-slider-right-arrow {
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px
}

.ui-slider-tabs-indicator-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center
}

.ui-slider-tabs-indicator {
    width: 10px;
    height: 10px;
    background-image: url(../img/indicator.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 3px;
    cursor: pointer
}

.ui-slider-tabs-leftPanelArrow,
.ui-slider-tabs-rightPanelArrow {
    position: absolute;
    top: 160px!important;
    width: 28px;
    height: 58px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    filter: alpha(opacity=1)
}

.ui-slider-tabs-indicator.selected {
    background-image: url(../img/indicatorActive.png)
}

.ui-slider-tabs-leftPanelArrow {
    left: 0;
    background-image: url(../img/slider-tab-left-arrow.png);
    opacity: 1;
    -moz-opacity: 1
}

.ui-slider-tabs-rightPanelArrow {
    right: 0;
    background-image: url(../img/slider-tab-right-arrow.png);
    opacity: 1;
    -moz-opacity: 1
}

.ui-slider-tabs-leftPanelArrow.showOnHover,
.ui-slider-tabs-rightPanelArrow.showOnHover {
    opacity: 0;
    display: none
}

.ui-slider-tabs-content-container:hover .ui-slider-tabs-leftPanelArrow.showOnHover,
.ui-slider-tabs-content-container:hover .ui-slider-tabs-rightPanelArrow.showOnHover {
    opacity: .5;
    display: inline-block
}

.ui-slider-tabs-content-container .ui-slider-tabs-leftPanelArrow.showOnHover:hover,
.ui-slider-tabs-content-container .ui-slider-tabs-leftPanelArrow:hover,
.ui-slider-tabs-content-container .ui-slider-tabs-rightPanelArrow.showOnHover:hover,
.ui-slider-tabs-content-container .ui-slider-tabs-rightPanelArrow:hover {
    opacity: 1
}

@media (max-width:1250px) {
    .ui-slider-tabs-leftPanelArrow {
        left: -20px!important
    }
    .ui-slider-tabs-rightPanelArrow {
        right: -20px!important
    }
}

@media screen and (max-width:1199px) {
    .ui-slider-tabs-leftPanelArrow {
        left: -30px!important
    }
    .ui-slider-tabs-rightPanelArrow {
        right: -30px!important
    }
    .ui-slider-tabs {
        min-height: 615px
    }
}

@media screen and (max-width:1024px) {
    .ui-slider-tabs-leftPanelArrow {
        background-size: 20px 38px;
        left: -10px!important
    }
    .ui-slider-tabs-rightPanelArrow {
        background-size: 20px 38px;
        right: -10px!important
    }
}

@media screen and (max-width:992px) {
    .ui-slider-tabs-leftPanelArrow {
        left: -17px!important
    }
    .ui-slider-tabs-rightPanelArrow {
        right: -17px!important
    }
    .ui-slider-tabs {
        min-height: 950px
    }
}

@media screen and (max-width:768px) {
    .ui-slider-tabs {
        min-height: 970px
    }
    .ui-slider-tabs-leftPanelArrow {
        left: 0!important
    }
    .ui-slider-tabs-rightPanelArrow {
        right: 0!important
    }
}

@media screen and (max-width:680px) {
    .ui-slider-tabs {
        min-height: 1095px
    }
}

@media screen and (max-width:580px) {
    .ui-slider-tabs-leftPanelArrow {
        left: -14px!important
    }
    .ui-slider-tabs-rightPanelArrow {
        right: -14px!important
    }
}

@media screen and (max-width:480px) {
    .howcan_leftimage {
        width: 90%;
        margin: 0 auto
    }
}

#howcan_whatarmy .col-md-5 {
    padding-right: 10px
}

#howcan_whatarmy {
    padding: 59px 0 164px
}

@-moz-document url-prefix() {
    .page-template-page-templatestemplate-sales-training-php #howcan_whatarmy {
        padding: 59px 0 257px
    }
}

#howcan_whatarmy.onsite-page-tab-slider {
    padding: 81px 0 164px;
    background: #f2f2f2
}

#howcan_whatarmy.onsite-page-tab-slider .ui-slider-tabs {
    min-height: 688px
}

#howcan_whatarmy.onsite-page-tab-slider .howcan_driver {
    margin: 0 0 27px
}

#howcan_whatarmy h2 {
    font-size: 36px;
    margin: 0;
    font-weight: 700;
    color: #000;
    padding-bottom: 63px;
    text-transform: uppercase
}

#howcan_whatarmy .howcan_ul_li {
    text-align: center;
    width: 62%;
    margin: 0 auto 79px;
    border: 2px solid #e96232;
    overflow: hidden
}

#howcan_whatarmy .howcan_ul_li ul {
    margin: 0;
    padding: 0
}

#howcan_whatarmy .howcan_ul_li ul li {
    list-style: none;
    font-size: 18px;
    color: #e96232;
    line-height: 50px;
    width: 33.333%;
    float: left;
    font-weight: 600;
    border-right: 2px solid #e96232
}

#howcan_whatarmy .howcan_ul_li ul li:last-child {
    border-right: 0
}

#howcan_whatarmy .howcan_ul_li ul li a {
    color: #e96232;
    text-decoration: none;
    display: block
}

#howcan_whatarmy .howcan_ul_li ul li.active {
    background: #e96232;
    color: #fff
}

#howcan_whatarmy .howcan_ul_li ul li.active a {
    color: #fff
}

#howcan_whatarmy .howcan_driver {
    width: 173px;
    height: 3px;
    background: #005b7f;
    margin: 0 0 37px
}

.howcan_rightcontent {
    padding-left: 13px
}

#howcan_whatarmy .howcan_rightcontent h3 {
    font-size: 24px;
    color: #3b4144;
    font-weight: 300;
    font-family: proxima-nova, sans-serif;
    line-height: 44px;
    padding-bottom: 22px;
    margin: -9px 0 0
}

.howcan_content ul li,
.slider-tab-left-list-item ul li {
    font-family: proxima-nova, sans-serif;
    font-size: 16px
}

.howcan_content {
    float: left
}

.howcan_content ul {
    padding: 0;
    margin: 0
}

.howcan_content ul li {
    color: #3a7e99;
    margin: 0 0 25px;
    list-style: none;
    background: url(../img/slider-tab-list-icon.png) 0 5px no-repeat;
    padding-left: 21px;
    display: block
}

.slider-tab-left-list-item {
    margin: 16px 0 0
}

.slider-tab-left-list-item ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.slider-tab-left-list-item ul li {
    float: right;
    padding: 0 0 0 22px;
    letter-spacing: 1.4px;
    width: 33%;
    background: #e1e1e1;
    border-bottom: solid 3px #005b7f;
    margin: 0 0 0 2px;
    color: #005b7f;
    font-weight: 400;
    line-height: 54px;
    text-transform: uppercase
}

.cd-tabs-navigation a,
.contact-programme-part a.contact-jhon-btn,
.contact-programme-part a.contact-programme-btn {
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    text-transform: uppercase
}

.slider-tab-left-list-item ul li img {
    margin: -4px 7px 0 0
}

.slider-tab-left-list-item ul li:last-child {
    margin: 0
}

.contact-programme-part {
    margin: 10px 0 0;
    float: left
}

@-moz-document url-prefix() {
    .contact-programme-part {
        margin: -7px 0 0
    }
}

.contact-programme-part a.contact-jhon-btn {
    background: #31ba7b;
    color: #FFF;
    font-size: 20px;
    padding: 0 20px;
    line-height: 55px;
    display: block;
    letter-spacing: 2.5px;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.page-template-template-sales-training .contact-programme-part a.contact-programme-btn {
    margin-left: 0!important
}

.contact-programme-part a.contact-programme-btn {
    background: #FFF;
    border: 2px solid #125A7E;
    color: #125A7E;
    font-size: 20px;
    padding: 0 20px;
    line-height: 51px;
    display: block;
    letter-spacing: 2.5px;
    float: left;
    margin-left: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

.contact-programme-part a.contact-jhon-btn:hover {
    background: #1c9560;
    color: #fff
}

@media (max-width:1199px) {
    .contact-programme-part a.contact-jhon-btn {
        padding: 0 15px;
        font-size: 15px
    }
    .contact-programme-part a.contact-programme-btn {
        font-size: 15px;
        padding: 0 15px;
        margin-left: 10px
    }
    .slider-tab-left-list-item ul li {
        padding: 0 0 0 7px;
        font-size: 15px;
        width: 32.8%
    }
    .slider-tab-left-list-item ul li img {
        margin: -4px 4px 0 0
    }
    .slider-tab-left-list-item {
        margin: 8px 0 0
    }
    #howcan_whatarmy .howcan_rightcontent h3 {
        font-size: 22px;
        line-height: 40px
    }
    .howcan_content ul li {
        margin: 0 0 16px;
        background: url(../img/slider-tab-list-icon.png) 0 5px no-repeat
    }
}

@media (max-width:1024px) {
    .contact-programme-part a.contact-jhon-btn:hover,
    .contact-programme-part a.contact-programme-btn:hover {
        opacity: 1
    }
}

@media (max-width:992px) {
    #howcan_whatarmy.onsite-page-tab-slider .ui-slider-tab-content,
    .ui-slider-tab-content {
        position: static!important
    }
    .slider-tab-left-list-item {
        margin: 8px auto 0;
        max-width: 450px
    }
    .slider-tab-left-list-item ul li {
        padding: 0 0 0 20px;
        width: 33%
    }
    .howcan_rightcontent {
        padding-left: 0;
        margin-top: 70px
    }
    #howcan_whatarmy .howcan_ul_li {
        text-align: center;
        width: 85%
    }
    .howcan_leftimage img {
        margin: 0 auto
    }
}

@media (max-width:768px) {
    .ui-slider-tab-content {
        width: 100%!important
    }
    #howcan_whatarmy {
        padding: 105px 0 96px
    }
    #howcan_whatarmy h2 {
        font-size: 30px;
        padding-bottom: 49px
    }
    #howcan_whatarmy .howcan_ul_li ul li {
        font-size: 16px;
        line-height: 42px
    }
    #howcan_whatarmy .howcan_rightcontent ul li {
        background-position: 0 12%
    }
    .howcan_leftimage img {
        margin: 0 auto
    }
}

@media (max-width:680px) {
    .row .ui-slider-tab-content {
        margin: 0 auto!important
    }
    #howcan_whatarmy .howcan_ul_li ul li.active {
        width: 100%
    }
    #howcan_whatarmy .howcan_ul_li ul li {
        width: 100%;
        border-right: 0;
        border-top: 2px solid #e96232
    }
    #howcan_whatarmy .howcan_ul_li ul li:first-child {
        border-top: 0
    }
    .ui-slider-tabs-list-container {
        width: 84%
    }
}

@media (max-width:580px) {
    .contact-programme-part a.contact-programme-btn {
        margin-left: 2px;
        padding: 0 7px;
        font-size: 13px
    }
    .contact-programme-part a.contact-jhon-btn {
        padding: 0 7px;
        font-size: 13px
    }
}

@media (min-width:320px) and (max-width:480px) {
    .contact-programme-part a.contact-jhon-btn,
    .contact-programme-part a.contact-programme-btn {
        padding: 0 10px;
        font-size: 15px;
        text-align: center;
        width: 100%
    }
    .contact-programme-part a.contact-programme-btn {
        margin-left: 0;
        margin-top: 15px
    }
    .slider-tab-left-list-item ul li {
        padding: 0 12px;
        width: 100%;
        text-align: center;
        font-size: 14px
    }
    .slider-tab-left-list-item ul li img {
        margin: 0 4px 0 0;
        max-width: 17px
    }
    .ui-slider-tabs-list-container {
        width: 100%
    }
    .row .ui-slider-tab-content {
        margin: 0 auto!important;
        position: static!important
    }
    #howcan_whatarmy {
        padding: 55px 0 96px
    }
    #howcan_whatarmy h2 {
        line-height: 30px;
        padding: 0 50px 35px;
        font-size: 24px
    }
    .howcan_leftimage img {
        margin: 0 auto
    }
    .howcan_rightcontent {
        padding: 0
    }
    #howcan_whatarmy .howcan_rightcontent h3 {
        font-size: 21px;
        line-height: 30px;
        padding-bottom: 15px
    }
    #howcan_whatarmy .howcan_driver {
        margin: 0 0 30px
    }
    #howcan_whatarmy .howcan_rightcontent ul li {
        font-size: 14px;
        margin: 0 0 10px;
        font-weight: 600;
        background-position: 0 18%;
        background-size: 4%;
        line-height: 25px
    }
    .ui-slider-tabs-leftPanelArrow,
    .ui-slider-tabs-rightPanelArrow {
        background-size: 54%
    }
    #howcan_whatarmy .col-md-5,
    #howcan_whatarmy .col-md-7 {
        padding: 0
    }
}

@media (max-width:400px) {
    .ui-slider-tabs-list li,
    .ui-slider-tabs-list li a {
        height: 50px!important;
        line-height: 50px!important
    }
}

.cd-tabs {
    position: relative;
    width: 100%
}

.cd-tabs:after {
    display: table
}

.cd-tabs::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 50px;
    z-index: 1;
    pointer-events: none;
    background: -webkit-linear-gradient(right, #f8f7ee, rgba(248, 247, 238, 0));
    background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s
}

.cd-tabs nav,
.cd-tabs-navigation a {
    position: relative;
    text-align: center
}

.no-cssgradients .cd-tabs::after {
    display: none
}

.cd-tabs.is-ended::after {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s
}

.cd-tabs-navigation li:last-child {
    border-right: 0 none
}

.cd-tabs nav {
    -webkit-overflow-scrolling: touch;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    float: none;
    background: 0 0;
    box-shadow: none;
    width: 62%;
    margin: 0 auto 79px;
    border: 2px solid #E96232;
    overflow: hidden
}

.cd-tabs-navigation {
    width: 360px
}

.cd-tabs-navigation:after {
    display: table
}

.cd-tabs-navigation li {
    float: left;
    width: 50%;
    height: auto!important
}

.cd-tabs-navigation a {
    text-decoration: none;
    display: block;
    height: 79px;
    width: 100%;
    font-size: 22px;
    color: #E96232;
    letter-spacing: 1.1px;
    line-height: 79px
}

.cd-tabs-navigation a::before {
    margin-top: -10px;
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -10px;
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url(../img/vicons.svg);
    background-repeat: no-repeat
}

.no-touch .cd-tabs-navigation a:hover {
    color: #005b7f;
    transition: background-color .2s ease 0s, color .2s ease 0s
}

.cd-tabs-navigation a[data-content=inbox]::before {
    background-position: 0 0
}

.cd-tabs-navigation a[data-content=new]::before {
    background-position: -20px 0
}

.cd-tabs-navigation a[data-content=gallery]::before {
    background-position: -40px 0
}

.cd-tabs-navigation a[data-content=store]::before {
    background-position: -60px 0
}

.cd-tabs-navigation a[data-content=settings]::before {
    background-position: -80px 0
}

.cd-tabs-navigation a[data-content=trash]::before {
    background-position: -100px 0
}

.cd-tabs-navigation a[data-content=inbox].selected::before {
    background-position: 0 -20px
}

.cd-tabs-navigation a[data-content=new].selected::before {
    background-position: -20px -20px
}

.cd-tabs-navigation a[data-content=gallery].selected::before {
    background-position: -40px -20px
}

.cd-tabs-navigation a[data-content=store].selected::before {
    background-position: -60px -20px
}

.cd-tabs-navigation a[data-content=settings].selected::before {
    background-position: -80px -20px
}

.cd-tabs-navigation a[data-content=trash].selected::before {
    background-position: -100px -20px
}

@media (max-width:1199px) {
    .cd-tabs nav {
        margin: 0 auto 79px;
        overflow: hidden;
        width: 62%
    }
    .cd-tabs-navigation a {
        font-size: 18px;
        line-height: 60px
    }
}

@media (max-width:992px) {
    .cd-tabs nav {
        margin: 0 auto 79px;
        overflow: hidden;
        width: 85%
    }
}

@media (max-width:768px) {
    .cd-tabs nav {
        width: 85%
    }
    .cd-tabs-navigation {
        width: 100%!important;
        margin: 0;
        list-style: none;
        padding: 0
    }
    .cd-tabs-navigation li {
        line-height: 42px;
        font-size: 16px;
        height: 42px
    }
}

@media (max-width:680px) {
    .cd-tabs nav {
        width: 85%;
        margin: 0 auto 46px
    }
    .cd-tabs-navigation li {
        float: left;
        width: 100%;
        border-right: 0 none
    }
    .cd-tabs-navigation li:first-child {
        border-top: 0 none
    }
}

@media only screen and (min-width:768px) {
    .cd-tabs::after {
        display: none
    }
    .cd-tabs-navigation {
        width: 100%!important;
        float: left;
        margin: 0;
        list-style: none;
        padding: 0
    }
    .cd-tabs-navigation a {
        height: 100%;
        width: 100%
    }
    .cd-tabs-navigation a::before {
        top: 22px
    }
    .cd-tabs-content {
        min-height: 480px
    }
}

@media only screen and (min-width:960px) {
    .cd-tabs-navigation {
        list-style: none;
        padding: 0;
        margin: 0
    }
}

.cd-tabs-content {
    background: #fff
}

.cd-tabs-content li {
    display: none
}

.cd-tabs-content li.selected {
    display: block;
    -webkit-animation: cd-fade-in .5s;
    -moz-animation: cd-fade-in .5s;
    animation: cd-fade-in .5s
}

.cd-tabs-content li p {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.6;
    color: #8493bf;
    margin-bottom: 2em
}

@media only screen and (min-width:960px) {
    .cd-tabs-content {
        min-height: 0
    }
    .cd-tabs-content li p {
        font-size: 16px;
        font-size: 1rem
    }
}

@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes cd-fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes cd-fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@media (max-width:480px) {
    .ui-slider-tabs-list li.selected,
    .ui-slider-tabs-list li.selected a {
        color: #fff;
        outline: 0
    }
    .ui-slider-tabs-list li:hover {
        outline: 0
    }
    .no-touch .cd-tabs-navigation a:hover {
        transition: none!important;
        outline: 0
    }
    .ui-slider-tabs-list li:focus,
    .ui-slider-tabs-list li:visited {
        background: 0 0!important;
        outline: 0
    }
    .cd-tabs.is-ended::after,
    .cd-tabs::after {
        -webkit-transition: none;
        -moz-transition: none;
        transition: none
    }
    .cd-tabs-content li.selected {
        display: block;
        -webkit-animation: none;
        -moz-animation: none;
        animation: none
    }
    .no-touch .cd-tabs-navigation a:focus,
    .no-touch .cd-tabs-navigation a:visited {
        background: 0 0!important;
        outline: 0
    }
    .no-touch .cd-tabs-navigation a:after {
        background: red!important;
        outline: 0
    }
}