.page-links a span,
a {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s
}

.tab-content #messages li:before,
body {
    font-family: Roboto, sans-serif
}

.comment-content a,
body {
    word-wrap: break-word
}

#social ul li,
.tab-content li,
.tab-content ul li,
.widget ul li {
    list-style: none
}

.clear:after,
.comment-content:after,
.entry-content:after,
.lw-n .lw-n-description,
.page-links,
.site-content:after,
.site-footer:after,
.site-header:after {
    clear: both
}

body {
    color: #6B6B6B;
    line-height: 1.7;
    font-size: 14px
}

a {
    color: #1FA67A;
    text-decoration: none;
    transition: all .2s
}

a:focus,
a:hover {
    color: #333;
    text-decoration: none
}

a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1FA67A
}

.h1,
h1 {
    font-size: 32px
}

.h2,
h2 {
    font-size: 28px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 16px
}

.h6,
h6 {
    font-size: 14px
}

img {
    height: auto;
    max-width: 100%
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

select {
    width: 250px;
    border: 1px solid #DCE4EC;
    background-color: #FFF;
    height: 30px;
    padding: 5px
}

input[type=checkbox],
input[type=radio] {
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=search],
input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
    color: #666;
    border: 1px solid #E8E8E8;
    border-radius: 3px
}

input[type=search]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
    color: #111
}

input[type=search],
input[type=text],
input[type=email],
input[type=url],
input[type=password] {
    padding: 3px
}

textarea {
    overflow: auto;
    padding-left: 3px;
    vertical-align: top;
    width: 100%
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important
}

.screen-reader-text:active,
.screen-reader-text:focus,
.screen-reader-text:hover {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
    content: '';
    display: table
}

.hentry {
    margin: 0 0 1.5em
}

.byline,
.updated {
    display: none
}

.group-blog .byline,
.single .byline {
    display: inline;
    margin-right: 0
}

.entry-content,
.entry-summary,
.page-content {
    margin: 1.5em 0 0
}

.page-links {
    margin: 0 0 1.5em
}

#content {
    margin-top: 40px;
    margin-bottom: 40px
}

.entry-meta a {
    font-size: 13px;
    color: #6B6B6B
}

#main .page-header {
    margin-top: 0
}

.entry-meta .fa {
    font-size: 14px;
    margin-right: 3px;
    color: #1FA67A
}

.entry-meta span {
    margin-right: 10px
}

.entry-title {
    font-size: 32px;
    color: #444
}

.entry-title a {
    color: #444
}

.entry-title a:hover {
    color: #666
}

.btn.btn-default.read-more {
    float: right;
    border: 1px solid #E8E8E8;
    color: #1FA67A;
    background-color: transparent;
    margin-top: 10px
}

.btn.btn-default.read-more:hover {
    color: #FFF;
    background-color: #1FA67A
}

.search .btn.btn-default.read-more {
    float: none
}

hr.section-divider {
    border-color: #E8E8E8;
    margin-top: 50px;
    margin-bottom: 50px
}

.page-links span {
    display: inline-block;
    color: #fff;
    background-color: #1FA67A;
    border-radius: 4px;
    padding: 2px 10px;
    margin-left: 2px
}

.page-links a span {
    background-color: inherit;
    border: 1px solid #E8E8E8;
    color: #1FA67A;
    transition: all .2s
}

.page-links a:hover span {
    background-color: #1FA67A;
    border: 1px solid #1FA67A;
    color: #fff
}

.archive .format-aside .entry-title,
.blog .format-aside .entry-title {
    display: none
}

.comment-content img.wp-smiley,
.entry-content img.wp-smiley,
.page-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block
}

.wp-caption-text {
    text-align: center
}

.wp-caption .wp-caption-text {
    margin: .8075em 0
}

.site-main .gallery {
    margin-bottom: 1.5em
}

.site-main .gallery a img {
    border: none;
    height: auto;
    max-width: 90%
}

.widget select,
embed,
iframe,
object {
    max-width: 100%
}

.site-main .gallery dd {
    margin: 0
}

.widget {
    margin: 0 0 1.5em
}

.widget_search .search-submit {
    display: none
}

.widget>ul>li,
li.recentcomments {
    border-bottom: 1px solid #EEE;
    position: relative;
    display: block;
    padding: 10px 0
}

.widget ul {
    padding: 10px
}

.widget-title {
    border-bottom: 1px solid #eee
}

.widget ul.nav.nav-tabs {
    padding: 0
}

#secondary .widget_archive ul li:before,
#secondary .widget_categories ul li:before,
#secondary .widget_recent_comments ul li:before {
    font-family: Roboto, sans-serif;
    margin-right: 10px
}

#secondary .widget_archive ul li:before {
    content: '\f073'
}

#secondary .widget_categories ul li:before {
    content: '\f115'
}

#secondary .widget_recent_comments ul li:before,
.tab-content #messages li:before {
    content: '\f0e5'
}

.tab-content .tab-thumb {
    margin-right: 8px;
    padding-top: 5px;
    float: left;
    line-height: 0;
    width: 60px;
    height: 60px
}

.tab-content li {
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
    margin: 0 0 8px;
    padding: 0 0 6px
}

.tab-content .tab-entry {
    display: block;
    font-size: 14px
}

.tab-content>.active {
    border: 1px solid #E8E8E8;
    border-top: none
}

.tab-content ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.tab-comment {
    font-size: 18px;
    padding: 0 10px
}

.nav-tabs>li>a {
    border-bottom-color: transparent;
    text-transform: uppercase
}

.tab-content i {
    font-size: 12px
}

.tab-thumb.thumbnail {
    margin-bottom: 5px
}

.tab-content #messages li:before {
    float: left;
    padding-right: 10px;
    font-size: 20px;
    color: #1FA67A
}

.btn-default,
.label-default {
    background-color: #1FA67A;
    border-color: #1FA67A
}

#image-navigation .nav-next a:hover,
#image-navigation .nav-previous a:hover,
.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #1b926c;
    border-color: #1b926c
}

.btn.btn-default {
    color: #FFF
}

.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

#infinite-handle span {
    display: block;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 12px;
    background: 0 0;
    border: 1px solid #E8E8E8;
    color: #1FA67A;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

#infinite-handle span:hover {
    background-color: #1FA67A;
    color: #fff
}

.woocommerce #infinite-handle {
    display: none
}

.woocommerce div.product form.cart .variations label {
    color: #6B6B6B;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 8px
}

.site-branding {
    margin-top: 20px;
    margin-bottom: 20px
}

.site-description {
    color: #777;
    font-weight: 200;
    font-size: 16px
}

.page-template-page-homepage-php .carousel {
    margin-top: -20px;
    margin-bottom: 20px
}

.more-link,
.site-main [class*=navigation] a {
    border: 1px solid #E8E8E8;
    padding: 6px 12px;
    border-radius: 4px;
    display: block
}

.more-link:hover,
.site-main [class*=navigation] a:hover {
    color: #fff;
    background: #1FA67A;
    text-decoration: none
}

.more-link {
    float: right;
    margin: 10px 0
}

.site-main [class*=navigation] {
    margin: 0 0 1.5em;
    overflow: hidden
}

[class*=navigation] .nav-previous {
    float: left
}

[class*=navigation] .nav-next {
    float: right;
    text-align: right
}

.navbar.navbar-default {
    background-color: #fff;
    font-weight: 200;
    margin-bottom: 0;
    margin-top: -2px;
    border-bottom: 1px solid #eee
}

.navbar-default .navbar-nav>li>a {
    color: #999;
    line-height: 30px
}

.navbar>.container .navbar-brand {
    color: #1FA67A;
    font-size: 24px;
    margin: 8px 0
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    border-right: none;
    border-left: none
}

.navbar {
    border-radius: 0
}

.navbar-default {
    border: none
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #1FA67A
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #999
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    border-left: 1px solid rgba(0, 0, 0, .1)
}

.dropdown-menu>li>a {
    padding: 14px 20px;
    color: #999
}

.dropdown-menu,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    border: none
}

.dropdown-menu>.active>a,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a {
    background-color: #1FA67A;
    color: #fff
}

.dropdown-menu .divider {
    background-color: rgba(0, 0, 0, .1)
}

.navbar-nav>li>.dropdown-menu {
    padding: 0
}

.navbar-nav>li>a {
    padding-top: 18px;
    padding-bottom: 18px
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent
}

.nav.navbar-nav {
    float: right
}

@media (max-width:767px) {
    .nav.navbar-nav {
        float: none
    }
}

#respond {
    background-color: transparent!important;
    box-shadow: none!important;
    padding: 0!important
}

#respond p.comment-notes,
#respond>p,
p.logged-in-as {
    margin-bottom: 10px
}

p.logged-in-as {
    padding-bottom: 0
}

.comment-list {
    margin-bottom: 40px!important;
    margin-left: 0!important;
    padding-left: 0
}

.comment .comment-body {
    background-color: #fff;
    margin: 2em 0 0;
    overflow: hidden;
    padding: 25px 25px 25px 116px;
    position: relative;
    border: 1px solid #E8E8E8;
    border-radius: 4px
}

.comment-list li.comment>div img.avatar,
.vcard .avatar {
    position: absolute;
    left: 29px;
    top: 29px
}

.comment-list .children {
    margin-left: 0!important;
    padding-left: 40px;
    border-left: 1px solid #E8E8E8;
    background-repeat: no-repeat;
    background-position: left 20px
}

#comment-form-title {
    font-size: 24px;
    padding-bottom: 10px
}

.comment-metadata {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 10px
}

.comment-reply-link {
    float: right
}

.form-allowed-tags code {
    word-wrap: break-word;
    white-space: inherit
}

.comment-respond label {
    display: block;
    font-weight: 400
}

.comment-respond .required {
    color: #C7254E
}

#image-navigation .nav-next a,
#image-navigation .nav-previous a {
    padding: 5px 20px;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    display: block
}

#footer-area #social ul li,
#footer-area .site-info nav ul li {
    border-bottom: none
}

#image-navigation .nav-next a:hover,
#image-navigation .nav-previous a:hover {
    background-color: #1FA67A;
    color: #fff
}

#image-navigation .nav-next,
#image-navigation .nav-previous {
    margin: 10px 0
}

#footer-area {
    background-color: #313233;
    color: #CCC;
    font-size: 12px
}

#footer-area a {
    color: #ccc
}

#footer-area .footer-widget-area {
    padding: 40px 0 20px;
    overflow: hidden
}

#footer-area ul li {
    border-bottom: 1px solid #444
}

#footer-area .tab-content>.active {
    border: none
}

#footer-area .nav-tabs>li.active>a,
#footer-area .nav-tabs>li.active>a:focus,
#footer-area .nav-tabs>li.active>a:hover {
    background-color: transparent
}

#footer-area .tab-content .tab-entry {
    font-size: inherit
}

#footer-area .widgettitle {
    font-size: 18px;
    color: inherit;
    margin-top: 0
}

#footer-area .widget ul li {
    padding: 10px 0;
    list-style: none
}

.footer-nav.nav>li {
    position: relative;
    display: inline-table
}

.footer-nav.nav {
    float: left;
    margin-bottom: 2px
}

.copyright {
    margin-top: 10px;
    float: right;
    text-align: right
}

#social,
.cfa,
.lw-h .lw-h-title {
    text-align: center
}

#colophon {
    background-color: #1F1F1F;
    padding: 10px 0;
    border-top: 1px solid #3A3A3A
}

.site-info a {
    color: #777
}

.site-info a:hover {
    color: #999
}

#footer-area a:hover {
    color: #fff
}

.site-info {
    color: #999;
    font-size: 12px
}

.footer-nav.nav>li>a:hover {
    background-color: transparent
}

.scroll-to-top {
    background: #3B3B3B;
    background: rgba(0, 0, 0, .4);
    color: #FFF;
    bottom: 4%;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 0;
    z-index: 999;
    font-size: 16px;
    padding: 2px 10px;
    border-radius: 4px;
    -webkit-transition: background-color .1s linear;
    -moz-transition: background-color .1s linear;
    -o-transition: background-color .1s linear;
    transition: background-color .1s linear
}

.scroll-to-top:hover {
    background: #1FA67A;
    opacity: .8
}

@media (max-width:768px) {
    .pull-left,
    .pull-right {
        float: none!important
    }
    .copyright,
    .site-info {
        text-align: center
    }
    .copyright,
    .footer-nav.nav {
        float: none
    }
    .flex-caption {
        display: none
    }
    .navbar>.container .navbar-brand {
        margin: 0
    }
    .navbar-default .navbar-nav>li>a {
        line-height: 20px;
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.top-bar {
    border-bottom-color: #E8E8E8
}

.social-icon {
    font-size: 32px;
    margin: 6px;
    color: #E8E8E8
}

.cfa-button a,
.cfa-text {
    color: #fff
}

#social {
    top: 0;
    position: relative
}

#social ul li {
    display: inline-block;
    padding: 0 10px
}

#social ul {
    margin-bottom: 0;
    padding: 0
}

.fa-googleplus:before {
    content: "\f0d5"
}

@media (max-width:992px) {
    #social,
    .site-branding {
        text-align: center
    }
    #social {
        top: 0;
        float: none
    }
}

.cfa {
    padding: 30px 0;
    background: #1FA67A;
    overflow: hidden
}

.cfa-text {
    font-size: 22px;
    display: block;
    padding-top: 10px
}

.cfa-button {
    background-color: transparent;
    color: #fff;
    padding: 15px 30px;
    border-color: #fff
}

.cfa-button:hover {
    background-color: #fff;
    color: #1FA67A
}

.cfa-button:hover a {
    color: #1FA67A
}

.btn-butc2a { 
  color: #ffffff !important; 
  background-color: #E87105 !important; 
  border-color: #2D477D;
  padding: 0px 20px 1px 20px !important;
  margin-top: 25px;
  line-height:30px !important; 
} 
 
.btn-butc2a:hover, 
.btn-butc2a:focus, 
.btn-butc2a:active, 
.btn-butc2a.active, 
.open .dropdown-toggle.btn-butc2a { 
  color: #ffffff !important; 
  background-color: #ED9238 !important; 
  border-color: #2D477D; 
} 


.btn-butc2a.active,
.btn-butc2a:active,
.open .dropdown-toggle.btn-butc2a {
    background-image: none
}

.btn-butc2a.disabled,
.btn-butc2a.disabled.active,
.btn-butc2a.disabled:active,
.btn-butc2a.disabled:focus,
.btn-butc2a.disabled:hover,
.btn-butc2a[disabled],
.btn-butc2a[disabled].active,
.btn-butc2a[disabled]:active,
.btn-butc2a[disabled]:focus,
.btn-butc2a[disabled]:hover,
fieldset[disabled] .btn-butc2a,
fieldset[disabled] .btn-butc2a.active,
fieldset[disabled] .btn-butc2a:active,
fieldset[disabled] .btn-butc2a:focus,
fieldset[disabled] .btn-butc2a:hover {
    background-color: #E87105;
    border-color: #2D477D
}

.btn-butc2a .badge {
    color: #E87105;
    background-color: #fff
}

.navbar-brand {
    padding-top: 22px;
    padding-bottom: 22px
}

.lw-h {
    padding: 20px 0
}

.lw-h .lw-h-title {
    margin-top: 10px
}

.lw-h .lw-h-next,
.lw-h .lw-h-prev {
    width: 100%;
    margin-bottom: 10px
}

.lw-h .lw-h-next .fa,
.lw-h .lw-h-prev .fa {
    font-size: 2em;
    padding: 0 6px;
    display: block
}

.lw-h .lw-h-next {
    text-align: right
}

.lw-h .lw-h-prev {
    text-align: left
}

.lw-h .lw-h-next-label,
.lw-h .lw-h-prev-label {
    display: block;
    line-height: 1.2
}

.lw-c {
    background-color: #f2f9fa;
    padding: 50px 0
}

.lw-c article {
    margin-bottom: 50px
}

.lw-c article p {
    font-size: 17px;
    line-height: 30px;
    color: #404040;
    margin-bottom: 30px
}

.lw-c article p:first-of-type:first-letter {
    font-size: 60px;
    line-height: 60px;
    display: block;
    float: left;
    margin: 0 5px 0 0
}

.lw-fi {
    margin-bottom: 50px
}

.lw-fi .lw-fi-hint {
    text-align: center;
    font-style: italic;
    opacity: .5;
    margin-top: 10px
}

.lw-fi .lw-fi-container {
    margin: 0 auto;
    max-width: 546px;
    position: relative;
    cursor: col-resize
}

.lw-fi .lw-fi-container .lw-fi-page {
    transition: transform .15s linear
}

.lw-fi .lw-fi-container .lw-fi-page img {
    width: 100%
}

.lw-fi .lw-fi-container .lw-fi-page-front {
    position: relative;
    z-index: 1;
    transform: rotateY(0);
    transition-delay: .15s
}

@media (min-width:970px) {
    .lw-fi .lw-fi-container .lw-fi-page-front {
        transition-delay: .65s
    }
}

.lw-fi .lw-fi-container .lw-fi-page-back {
    position: absolute;
    top: 0;
    z-index: 0;
    transform: rotateY(90deg);
    transition-delay: 0s
}

@media (min-width:970px) {
    .lw-fi .lw-fi-container .lw-fi-page-back {
        transition-delay: .5s
    }
}

.lw-n {
    position: relative;
    padding: 15px;
    margin-bottom: 50px;
    border: 2px dashed rgba(232, 113, 5, .5);
    background-color: #fff;
    border-radius: 4px
}

@media (max-width:969px) {
    .lw-fi .lw-fi-container.hover .lw-fi-page-front {
        transform: rotateY(90deg);
        transition-delay: 0s
    }
    .lw-fi .lw-fi-container.hover .lw-fi-page-back {
        transform: rotateY(0);
        transition-delay: .15s
    }
    .lw-n {
        width: auto!important
    }
}

@media (min-width:970px) {
    .lw-fi .lw-fi-container:hover .lw-fi-page-front {
        transform: rotateY(90deg);
        transition-delay: 0s
    }
    .lw-fi .lw-fi-container:hover .lw-fi-page-back {
        transform: rotateY(0);
        transition-delay: .15s
    }
    .lw-n.affix {
        position: fixed;
        top: 148px
    }
}

.modal,
.modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.lw-n .well {
    background: #fafafa;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .15), 0 5px 5px rgba(0, 0, 0, .15);
    border: none;
    margin-bottom: 0
}

.lw-n .lw-n-title {
    font-size: 20px;
    margin-top: 7px
}

.lw-n .lw-n-avatar,
.lw-n .lw-n-avatar2 {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid orange;
    width: 80px;
    height: 80px;
    margin: 0 10px 10px 0;
    float: left
}

.lw-n .lw-n-avatar {
    background-image: url(http://ola.lerni.us/wp-content/uploads/2016/07/zdjecie.png);
    background-position-x: -9px
}

.lw-n .lw-n-avatar2 {
    background-image: url(http://ola.lerni.us/wp-content/uploads/2016/07/ww-01.png);
    background-position-x: -1px
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 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
    }
}