/* 
    Document   : Common styles
    Created on : 13.12.‎2011, ‏‎16:44:22
    Author     : Jaroslav Ascaria Svoboda
    Description:
        Common styles
*/

html {
    font-family: Arial, Tahoma, sans-serif;
    font-size:13px;
    line-height:1.6;
}

h2 {
    margin:23px 0px 13px;
    padding:0px;
    font-size:15px;
    line-height:20px;
    color:#831b21;
}    

h1,
div.drops h2,
div.right-col h2,
div.fac-reviews.narrow h2,
div.fac-events h2,
div.partners h2,
div.footer h2,
div.fac-box h2,
div.rate-form h2,
div.section h2 {
    margin:0px 0px 15px;
    padding:10px 0px;
    font-family:Exo,Arial;
    font-size:19px;
    font-weight:600;
    line-height:24px;
    text-transform:uppercase;
    color:#831b21;
    border-bottom:2px dotted #7d7d7d;
}

/* h2 vice link */
h2 a.more {
    height:24px;
    font-family:Arial !important;
    font-size:12px;
    line-height:24px;
    text-decoration:none;
    white-space:nowrap;
    color:#888 !important;
    display:block;
    float:right;
}
h2 a.more em {
    width:14px;
    height:14px;
    margin:4px 0px 0px 7px;
    background:url('../images/base-sprites.png') -386px -55px no-repeat;
    display:block;
    float:right;
    overflow:hidden;
}

img
{border-width:0px;}

input,
select,
textarea
{font-family: Arial, Tahoma, sans-serif;
 font-size:12px;
 line-height:1.6;
 -moz-box-sizing:content-box;
 -khtml-box-sizing:content-box;
 box-sizing:content-box;}

.fleft {
    float:left;
}
.fright {
    float:right;
}

#ajax-spinner,
#ajax-spinner-bg
{position:fixed;
 display:none;
 cursor:progress;}
#ajax-spinner
{z-index:11;
 top:50%;
 left:50%;
 width:14px;
 height:14px;
 background:url('../images/spinner.gif') no-repeat center center;
 overflow:hidden;}
#ajax-spinner-bg
{z-index:10;
 top:0px;
 left:0px;
 width:100%;
 height:100%;
 background:#000;
 overflow:hidden;}

.js-loading-spinner {
    width:14px;
    height:14px;
    margin:25px auto;
    padding:0px;
    background:transparent url('../images/spinner.gif') no-repeat center center;
    display:block;
    overflow:hidden;
    float:none;
}

div.flash
{margin:15px 0px;
 padding:15px;
 font-weight:normal;}
div.flash.info
{color:#333;
 background:#e6f5fd;
 border:1px solid #b2c8ff;}
div.flash.success
{color:#fff;
 background:#08a000;
 border:1px solid #49816e;}
div.flash.warning
{color:#333;
 background:#fcf2a5;
 border:1px solid #edbf06;}
div.flash.error
{color:#fff;
 background:#fb1800;
 border:1px solid #ff8e8e;}
div.flash .close
{width:15px;
 text-decoration:none;
 background:url('../images/admin/icon_cross.png') center center no-repeat;
 display:block;
 float:right;}

div.flash p
{margin:0px;
 padding:0px;}

a[target="_blank"]
{padding-right:12px;
 background:transparent url('../images/link.png') no-repeat right 2px;}

div.hull div.fac-reklama-top {
    width: 100%;
    text-align: center;
    background:#831b21;
}
div.hull div.fac-reklama-top div:first-child{
    margin: auto;
}
div.fac-reklama {
    margin:0px 0px 20px;
    text-align:center;
}
div.fac-reklama a[target="_blank"]
{
    padding-right:0px;
    background:none;
}
div.hull div.fac-reklama-top div.fac-reklama {
    margin:0px;
}
div.right-col div.fac-reklama {
    margin:15px 0px 2px;
}

div.right-col div.fb-right {
    margin:0px 0px 15px;
}

/*forcamping*/
.tom_cleaner {
    width: 100%;
    /* height: 1px; */
    clear: both;
}
.equip-container h2 {
    margin: 0px 0px 15px;
    padding: 10px 0px;
    font-family: Exo,Arial;
    font-size: 19px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    color: #831b21;
    border-bottom: 2px dotted #7d7d7d;
}
div.right-col div.equip-container {
    margin: 15px 0px 2px;
}
.equip {
    padding: 1px 0px;
    background-color: #fff;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.equip-item {
    padding:20px 0px;
    border-bottom: 1px solid #e5e5e5;
}
.equip a[target="_blank"] {
    padding-right: 0px; 
    background: none; 
}
.eq-left {
    width: 174px;
}

.eq-title {
    font-weight: bold;
}

.eq-img {
    width: 85px;
    text-align: center;
}

.eq-img a {
    display: block;
    width: 85px;
    height: 90px;
    line-height: 90px;
}

.eq-img a img {
    max-height: 100%;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.eq-price {
    margin: 4px 0 0 0;
}

.eq-price strong {
    color: #062a5c;
    font-size: 16px;
    margin-right: 8px;
}

.eq-price span {
    font-size: 13px;
    color: #4d4d4d;
    text-decoration: line-through;
}

.equip form {
    padding: 0px 0px 20px 0 !important;
}
.equip input[type='text'] {
    display: inline-block;
    border: 1px solid #dedede;
    height: 28px;
    line-height: 28px;
    padding: 0;
    width: 179px;
    font-size: 14px;
    color: #666;
}
.equip input[type='submit'] {
    margin-top: 14px;
    border: none;
    display: inline-block;
    background: #bad05d;
    height: 28px;
    line-height: 28px;
    padding: 0;
    width: 100%;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}
.equip form label {
    color: #000;
    margin-right: 12px;
}
.equip-body p {
    margin: 10px 0 !important;
    text-align: center;
}
.equip form p.red {
    font-weight: bold;
    color: #ff0000;
    font-size: 16px;
}
.equip-item .detail:hover {
    background-position: bottom;
}

.equip .complet {
    padding: 10px;
    text-align: center;
    font-size: 13px;
}
.equip form {
    background: transparent !important;
}

.equip h3 {
    width: 0px;
    height: 0px;
    margin: 21px 0px 0px 30px;
    padding: 36px 0px 0px 175px;
    background: url('../images/pribalte-si-s-sebou.png') left top no-repeat;
    overflow: hidden;
}
.equip a {
    outline: none;
    color: #218a43;
    text-decoration: underline;
}

.equip a:hover {
    text-decoration: underline;
    color: #062A5C;
}

.equip .detail {
    height: 35px;
    line-height: 35px;
    background: url(../images/button-dokempu.png) top repeat-x;
    color: #fff; /* text color */
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0,0,0,.4); /* drop shadow */
    text-decoration: none;
    padding: 0 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.4); /* drop shadow */
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4); /* drop shadow */
    box-shadow: 0 1px 1px rgba(0,0,0,.4); /* drop shadow */
    display: inline-block;
}

.equip .detail:hover {
    background: url(../images/button-dokempu-hover.png) top repeat-x;
    color: #fff; /* text color */
    text-decoration: none;
} 

/**/

.cleaner
{height:0px;
 display:block;
 overflow:hidden;
 clear:both;
 float:none;}
.heighter {
    height:1px;
    overflow:hidden;
}

.css-hide {
    display:none !important;
}

.hider .hider-container {
    overflow:hidden;
}
.hider .hider-container .hider-content {
}
.hider .hider-para {
    margin:10px 0px 0px;
    text-align:right;
}
.hider .hider-showhide {
    /*background:Red;*/
}

.defaulttabs,
.hidden-tabs {
    display:none;
}

.warningTextareaInfo,
.originalTextareaInfo {
    position:absolute;
    height:18px;
    margin-top:-18px;
    line-height:18px;
    font-size:12px;
    text-align:right;
    color:#000;
}
.warningTextareaInfo {
    color:#f00;
}

/** jQuery Dialog */

.common-dialog .ui-widget-header {
    display:none;
}
.hide-dialog {
    display:none;
}
.hide-dialog.ui-dialog-content {
    display:block;
}
.dialog-icon-close {
    width:16px;
    height:16px;
    margin:8px 1px 0px 0px;
    background:url('../images/gray-close.png');
    display:block;
    float:right;
}


/** Buttons */
.buttons {
    padding:10px 0px 5px;
    text-align:center;
}
.button {
    padding:3px 13px;
    font-size:12px;
    text-decoration:none;
    text-transform:uppercase;
    cursor:pointer;
    color:#333;
    background-color:#f0f0f0;
    background-image:-o-linear-gradient(bottom, #eee 1%, #fff 99%);
    background-image:-moz-linear-gradient(bottom, #eee 1%, #fff 99%);
    background-image:-ms-linear-gradient(bottom, #eee 1%, #fff 99%);
    background-image:-webkit-linear-gradient(bottom, #eee 1%, #fff 99%);
    background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0.01, #eee), color-stop(0.99, #fff));
    background-image:linear-gradient(bottom, #eee 1%, #fff 99%);
    border:1px solid #ddd;
    outline:none;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
a.button {
    padding:4px 13px;
    white-space:nowrap;
}
a.button:hover {
    color:#333;
}
.buttons .button {
    width:150px;
    margin:0px 10px;
    font-size:14px;
    line-height:18px;
    display:inline-block;
}
a.button .button-img {
    vertical-align:middle;
    margin:-2px 5px 2px -2px;
}


.textinput {
    padding:4px 6px;
    font-size:12px;
    color:#333;
    background-color:#fff;
    border:1px solid #ddd;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}

/** share it */

div.share-it {
    margin:15px 0px;
    padding:4px 0px 7px;
    border:1px solid #bbb;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -moz-box-shadow:0px 0px 4px 3px #ccc;
    -webkit-box-shadow:0px 0px 4px 3px #ccc;
    box-shadow:0px 0px 4px 3px #ccc;
}
div.share-it p {
    margin:0px;
    padding:0px;
    text-align:center;
}
div.share-it p input {
    width:90%;
    margin:5px 0px 0px;
    border:1px solid #ddd;
    padding:4px 3px;
    text-align:center;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}

/** Squares */

div.square {
    width:50px;
    height:50px;
    background:transparent url('../images/base-sprites.png') no-repeat;
}
div.square a,
div.square strong,
div.square a span {
    color:#fff;
    display:block;
    overflow:hidden;
}
div.square a,
div.square strong {
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
}
div.square a span {
    width:0px;
    height:0px;
}

div.square.l-info {
    background-position:-307px -106px;
}

div.square.plus {
    background-position:-1px -106px;
}
div.square.plus:hover {
    background-position:-1px -157px;
}
div.square.key {
    background-position:-52px -106px;
}
div.square.key:hover {
    background-position:-52px -157px;
}
div.square.googleplus {
    background-position:-103px -106px;
}
div.square.googleplus:hover {
    background-position:-103px -157px;
}
div.square.facebook {
    background-position:-154px -106px;
}
div.square.facebook:hover {
    background-position:-154px -157px;
}
div.square.android {
    background-position:-205px -106px;
}
div.square.android:hover {
    background-position:-205px -157px;
}
div.square.apple {
    background-position:-256px -106px;
}
div.square.apple:hover {
    background-position:-256px -157px;
}

/**
 * Responsive addition
 */

@media screen and (max-width:790px) {
    div.hull div.fac-reklama-top {
        width:100%;
        overflow:hidden;
    }

    div.fac-reklama {
        width:100%;
        text-align:left;
        overflow:hidden;
    }
}