/*! * Bootstrap v2.3.2 * * Copyright 2013 Twitter, Inc * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. */
 .clearfix{
    *zoom:1;
}
.clearfix:before,.clearfix:after{
    display:table;
    content:"";
    line-height:0;
}
 .clearfix:after{
    clear:both;
}
 .hide-text{
    font:0/0 a;
    color:transparent;
    text-shadow:none;
    background-color:transparent;
    border:0;
}
 .input-block-level{
    display:block;
    width:100%;
    min-height:30px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
 article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{
    display:block;
}
 audio,canvas,video{
    display:inline-block;
    *display:inline;
    *zoom:1;
}
 audio:not([controls]){
    display:none;
}

 button,input,select,textarea{
    margin:0;
    font-size:100%;
    vertical-align:middle;
}
 button,input{
    *overflow:visible;
    line-height:normal;
}
 button::-moz-focus-inner,input::-moz-focus-inner{
    padding:0;
    border:0;
}
 button,html input[type="button"],input[type="reset"],input[type="submit"]{
    -webkit-appearance:button;
    cursor:pointer;
}
 label,select,button,input[type="button"],input[type="reset"],input[type="submit"],input[type="radio"],input[type="checkbox"]{
    cursor:pointer;
}
 input[type="search"]{
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    -webkit-appearance:textfield;
}
 input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{
    -webkit-appearance:none;
}
 textarea{
    overflow:auto;
    vertical-align:top;
}

 .btn{
    display:inline-block;
    *display:inline;
    *zoom:1;
    padding:4px 12px;
    margin-bottom:0;
    font-size:14px;
    line-height:20px;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    color:#333333;
    text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);
    background-color:#f5f5f5;
    background-image:-moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image:-webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image:-o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image:linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color:#e6e6e6 #e6e6e6 #bfbfbf;
    border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color:#e6e6e6;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border:1px solid #cccccc;
    *border:0;
    border-bottom-color:#b3b3b3;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    *margin-left:.3em;
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,.btn:focus,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{
    color:#333333;
    background-color:#e6e6e6;
    *background-color:#d9d9d9;
}
 .btn:active,.btn.active{
    background-color:#cccccc \9;
}
 .btn:first-child{
    *margin-left:0;
}
 .btn:hover,.btn:focus{
    color:#333333;
    text-decoration:none;
    background-position:0 -15px;
    -webkit-transition:background-position 0.1s linear;
    -moz-transition:background-position 0.1s linear;
    -o-transition:background-position 0.1s linear;
    transition:background-position 0.1s linear;
}
 .btn:focus{
    outline:thin dotted #333;
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px;
}
 .btn.active,.btn:active{
    background-image:none;
    outline:0;
    -webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
    box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
 .btn.disabled,.btn[disabled]{
    cursor:default;
    background-image:none;
    opacity:0.65;
    filter:alpha(opacity=65);
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
 .btn-large{
    padding:11px 19px;
    font-size:17.5px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}
 .btn-large [class^="icon-"],.btn-large [class*=" icon-"]{
    margin-top:4px;
}
 .btn-small{
    padding:2px 10px;
    font-size:11.9px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
 .btn-small [class^="icon-"],.btn-small [class*=" icon-"]{
    margin-top:0;
}
 .btn-mini [class^="icon-"],.btn-mini [class*=" icon-"]{
    margin-top:-1px;
}
 .btn-mini{
    padding:0 6px;
    font-size:10.5px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
 .btn-block{
    display:block;
    width:100%;
    padding-left:0;
    padding-right:0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
 .btn-block+.btn-block{
    margin-top:5px;
}
 input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{
    width:100%;
}
 .btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active{
    color:rgba(255, 255, 255, 0.75);
}
 .btn-primary{
    color:#ffffff;
    text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color:#006dcc;
    background-image:-moz-linear-gradient(top, #0088cc, #0044cc);
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image:-webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image:-o-linear-gradient(top, #0088cc, #0044cc);
    background-image:linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color:#0044cc #0044cc #002a80;
    border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color:#0044cc;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{
    color:#ffffff;
    background-color:#0044cc;
    *background-color:#003bb3;
}
 .btn-primary:active,.btn-primary.active{
    background-color:#003399 \9;
}
 .btn-warning{
    color:#ffffff;
    text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color:#faa732;
    background-image:-moz-linear-gradient(top, #fbb450, #f89406);
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image:-webkit-linear-gradient(top, #fbb450, #f89406);
    background-image:-o-linear-gradient(top, #fbb450, #f89406);
    background-image:linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
    border-color:#f89406 #f89406 #ad6704;
    border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color:#f89406;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled]{
    color:#ffffff;
    background-color:#f89406;
    *background-color:#df8505;
}
 .btn-warning:active,.btn-warning.active{
    background-color:#c67605 \9;
}
 .btn-danger{
    color:#ffffff;
    text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color:#da4f49;
    background-image:-moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image:-webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image:-o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image:linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    border-color:#bd362f #bd362f #802420;
    border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color:#bd362f;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]{
    color:#ffffff;
    background-color:#bd362f;
    *background-color:#a9302a;
}
 .btn-danger:active,.btn-danger.active{
    background-color:#942a25 \9;
}
 .btn-success{
    color:#ffffff;
    text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color:#5bb75b;
    background-image:-moz-linear-gradient(top, #62c462, #51a351);
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image:-webkit-linear-gradient(top, #62c462, #51a351);
    background-image:-o-linear-gradient(top, #62c462, #51a351);
    background-image:linear-gradient(to bottom, #62c462, #51a351);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    border-color:#51a351 #51a351 #387038;
    border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color:#51a351;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]{
    color:#ffffff;
    background-color:#51a351;
    *background-color:#499249;
}
 .btn-success:active,.btn-success.active{
    background-color:#408140 \9;
}
 .btn-info{
    color:#ffffff;
    text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color:#49afcd;
    background-image:-moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image:-webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image:-o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image:linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
    border-color:#2f96b4 #2f96b4 #1f6377;
    border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color:#2f96b4;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]{
    color:#ffffff;
    background-color:#2f96b4;
    *background-color:#2a85a0;
}
 .btn-info:active,.btn-info.active{
    background-color:#24748c \9;
}
 .btn-inverse{
    color:#ffffff;
    text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color:#363636;
    background-image:-moz-linear-gradient(top, #444444, #222222);
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image:-webkit-linear-gradient(top, #444444, #222222);
    background-image:-o-linear-gradient(top, #444444, #222222);
    background-image:linear-gradient(to bottom, #444444, #222222);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
    border-color:#222222 #222222 #000000;
    border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color:#222222;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,.btn-inverse:focus,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled]{
    color:#ffffff;
    background-color:#222222;
    *background-color:#151515;
}
 .btn-inverse:active,.btn-inverse.active{
    background-color:#080808 \9;
}
 button.btn,input[type="submit"].btn{
    *padding-top:3px;
    *padding-bottom:3px;
}
button.btn::-moz-focus-inner,input[type="submit"].btn::-moz-focus-inner{
    padding:0;
    border:0;
}
 button.btn.btn-large,input[type="submit"].btn.btn-large{
    *padding-top:7px;
    *padding-bottom:7px;
}
 button.btn.btn-small,input[type="submit"].btn.btn-small{
    *padding-top:3px;
    *padding-bottom:3px;
}
 button.btn.btn-mini,input[type="submit"].btn.btn-mini{
    *padding-top:1px;
    *padding-bottom:1px;
}
 .btn-link,.btn-link:active,.btn-link[disabled]{
    background-color:transparent;
    background-image:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
 .btn-link{
    border-color:transparent;
    cursor:pointer;
    color:#0088cc;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
 .btn-link:hover,.btn-link:focus{
    color:#005580;
    text-decoration:underline;
    background-color:transparent;
}
 .btn-link[disabled]:hover,.btn-link[disabled]:focus{
    color:#333333;
    text-decoration:none;
}
 
 
 @-webkit-keyframes progress-bar-stripes{
    from{
        background-position:40px 0;
    }
     to{
        background-position:0 0;
    }
}
@-moz-keyframes progress-bar-stripes{
    from{
        background-position:40px 0;
    }
     to{
        background-position:0 0;
    }
}
@-ms-keyframes progress-bar-stripes{
    from{
        background-position:40px 0;
    }
     to{
        background-position:0 0;
    }
}
@-o-keyframes progress-bar-stripes{
    from{
        background-position:0 0;
    }
     to{
        background-position:40px 0;
    }
}
@keyframes progress-bar-stripes{
    from{
        background-position:40px 0;
    }
     to{
        background-position:0 0;
    }
}

 .popover{
    position:absolute;
    top:0;
    left:0;
    z-index:1010;
    display:none;
    max-width:276px;
    padding:1px;
    text-align:left;
    background-color:#ffffff;
    -webkit-background-clip:padding-box;
    -moz-background-clip:padding;
    background-clip:padding-box;
    border:1px solid #ccc;
    border:1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    -webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow:0 5px 10px rgba(0, 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:normal;
    line-height:18px;
    background-color:#f7f7f7;
    border-bottom:1px solid #ebebeb;
    -webkit-border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
    border-radius:5px 5px 0 0;
}
.popover-title:empty{
    display:none;
}
 .popover-content{
    padding:9px 14px;
}
 .popover .arrow,.popover .arrow:after{
    position:absolute;
    display:block;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
}
 .popover .arrow{
    border-width:11px;
}
 .popover .arrow:after{
    border-width:10px;
    content:"";
}
 .popover.top .arrow{
    left:50%;
    margin-left:-11px;
    border-bottom-width:0;
    border-top-color:#999;
    border-top-color:rgba(0, 0, 0, 0.25);
    bottom:-11px;
}
.popover.top .arrow:after{
    bottom:1px;
    margin-left:-10px;
    border-bottom-width:0;
    border-top-color:#ffffff;
}
 .popover.right .arrow{
    top:50%;
    left:-11px;
    margin-top:-11px;
    border-left-width:0;
    border-right-color:#999;
    border-right-color:rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after{
    left:1px;
    bottom:-10px;
    border-left-width:0;
    border-right-color:#ffffff;
}
 .popover.bottom .arrow{
    left:50%;
    margin-left:-11px;
    border-top-width:0;
    border-bottom-color:#999;
    border-bottom-color:rgba(0, 0, 0, 0.25);
    top:-11px;
}
.popover.bottom .arrow:after{
    top:1px;
    margin-left:-10px;
    border-top-width:0;
    border-bottom-color:#ffffff;
}
 .popover.left .arrow{
    top:50%;
    right:-11px;
    margin-top:-11px;
    border-right-width:0;
    border-left-color:#999;
    border-left-color:rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after{
    right:1px;
    border-right-width:0;
    border-left-color:#ffffff;
    bottom:-10px;
}
 .modal-backdrop{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1040;
    background-color:#000000;
}
.modal-backdrop.fade{
    opacity:0;
}
 .modal-backdrop,.modal-backdrop.fade.in{
    opacity:0.8;
    filter:alpha(opacity=80);
}
 .modal{
    position:fixed;
    top:10%;
    left:50%;
    z-index:1050;
    width:560px;
    margin-left:-280px;
    background-color:#ffffff;
    border:1px solid #999;
    border:1px solid rgba(0, 0, 0, 0.3);
    *border:1px solid #999;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    -webkit-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip:padding-box;
    -moz-background-clip:padding-box;
    background-clip:padding-box;
    outline:none;
}
.modal.fade{
    -webkit-transition:opacity .3s linear, top .3s ease-out;
    -moz-transition:opacity .3s linear, top .3s ease-out;
    -o-transition:opacity .3s linear, top .3s ease-out;
    transition:opacity .3s linear, top .3s ease-out;
    top:-25%;
}
 .modal.fade.in{
    top:10%;
}
 .modal-header{
    padding:9px 15px;
    border-bottom:1px solid #eee;
}
.modal-header .close{
    margin-top:2px;
}
 .modal-header h3{
    margin:0;
    line-height:30px;
}
 .modal-body{
    position:relative;
    overflow-y:auto;
    max-height:400px;
    padding:15px;
}
 .modal-form{
    margin-bottom:0;
}
 .modal-footer{
    padding:14px 15px 15px;
    margin-bottom:0;
    text-align:right;
    background-color:#f5f5f5;
    border-top:1px solid #ddd;
    -webkit-border-radius:0 0 6px 6px;
    -moz-border-radius:0 0 6px 6px;
    border-radius:0 0 6px 6px;
    -webkit-box-shadow:inset 0 1px 0 #ffffff;
    -moz-box-shadow:inset 0 1px 0 #ffffff;
    box-shadow:inset 0 1px 0 #ffffff;
    *zoom:1;
}
.modal-footer:before,.modal-footer:after{
    display:table;
    content:"";
    line-height:0;
}
 .modal-footer:after{
    clear:both;
}
 .modal-footer .btn+.btn{
    margin-left:5px;
    margin-bottom:0;
}
 .modal-footer .btn-group .btn+.btn{
    margin-left:-1px;
}
 .modal-footer .btn-block+.btn-block{
    margin-left:0;
}
 .dropup,.dropdown{
    position:relative;
}
 .dropdown-toggle{
    *margin-bottom:-3px;
}
 .dropdown-toggle:active,.open .dropdown-toggle{
    outline:0;
}
 .caret{
    display:inline-block;
    width:0;
    height:0;
    vertical-align:top;
    border-top:4px solid #000000;
    border-right:4px solid transparent;
    border-left:4px solid transparent;
    content:"";
}
 .dropdown .caret{
    margin-top:8px;
    margin-left:2px;
}
 
 .close{
    float:right;
    font-size:20px;
    font-weight:bold;
    line-height:20px;
    color:#000000;
    text-shadow:0 1px 0 #ffffff;
    opacity:0.2;
    filter:alpha(opacity=20);
}
.close:hover,.close:focus{
    color:#000000;
    text-decoration:none;
    cursor:pointer;
    opacity:0.4;
    filter:alpha(opacity=40);
}
 button.close{
    padding:0;
    cursor:pointer;
    background:transparent;
    border:0;
    -webkit-appearance:none;
}
 .pull-right{
    float:right;
}
 .pull-left{
    float:left;
}
 .hide{
    display:none;
}
 .show{
    display:block;
}
 .invisible{
    visibility:hidden;
}
 .affix{
    position:fixed;
}
 .fade{
    opacity:0;
    -webkit-transition:opacity 0.15s linear;
    -moz-transition:opacity 0.15s linear;
    -o-transition:opacity 0.15s linear;
    transition:opacity 0.15s linear;
}
.fade.in{
    opacity:1;
}
 .collapse{
    position:relative;
    height:0;
    overflow:hidden;
    -webkit-transition:height 0.35s ease;
    -moz-transition:height 0.35s ease;
    -o-transition:height 0.35s ease;
    transition:height 0.35s ease;
}
.collapse.in{
    height:auto;
}
 @-ms-viewport{
    width:device-width;
}
.hidden{
    display:none;
    visibility:hidden;
}
 .visible-phone{
    display:none !important;
}
 .visible-tablet{
    display:none !important;
}
 .hidden-desktop{
    display:none !important;
}
 .visible-desktop{
    display:inherit !important;
}
 @media (min-width:768px) and (max-width:979px){
    .hidden-desktop{
        display:inherit !important;
    }
     .visible-desktop{
        display:none !important ;
    }
     .visible-tablet{
        display:inherit !important;
    }
     .hidden-tablet{
        display:none !important;
    }
}
@media (max-width:767px){
    .hidden-desktop{
        display:inherit !important;
    }
     .visible-desktop{
        display:none !important;
    }
     .visible-phone{
        display:inherit !important;
    }
     .hidden-phone{
        display:none !important;
    }
}
.visible-print{
    display:none !important;
}
 @media print{
    .visible-print{
        display:inherit !important;
    }
     .hidden-print{
        display:none !important;
    }
}
@media (max-width:767px){
    
     .modal{
        position:fixed;
        top:20px;
        left:20px;
        right:20px;
        width:auto;
        margin:0;
    }
    .modal.fade{
        top:-100px;
    }
     .modal.fade.in{
        top:20px;
    }
}

@media (max-width:480px){
    
     .modal{
        top:10px;
        left:10px;
        right:10px;
    }
     .modal-header .close{
        padding:10px;
        margin:-10px;
    }
     .carousel-caption{
        position:static;
    }
}
@media (min-width:768px) and (max-width:979px){
    
}
@media (min-width:1200px){
   
}
@media (max-width:979px){
    
}
