﻿/* =======================================
1. Basic & general
======================================== */


#PModal button.close{
opacity:1;
}
#PModal { width:100% ;}
#PModal .modal-dialog{ top:-100px; width:80%;}

.navbar-toggle{
	top: 0px;
    right: 70px;
	background:#fff;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color:#297a69;
}

#topnav{
	padding:20px 0;
	padding-bottom:0;
	transition: all .5s;
}
.fixed {
	position: fixed;
	border:none;
	top:0;
	left: 0;
	width: 100%;
	/*padding:0 !important;*/
	/*box-shadow: 0 0 40px #222;
	-webkit-box-shadow: 0 0 40px #222;
	-moz-box-shadow: 0 0 40px #222;*/
	z-index:3;
	/*transition: padding .5s;*/
}
.fixedClr{
	background:#fff;
}
.cookies_part, .cookies_part_confirmed{
	position:fixed;
	bottom:0;
	width:100%;
	padding:10px 0;
	display:none;
}


.cookies_part_confirmed .cookie_txt {
    text-align:center;
}
@media(max-width:991px) {
    .cookies_part_confirmed .cookie_txt {
        text-align:center;
    }
}
@media(max-width:991px){
	.cookies_part .btnset, .cookies_part_confirmed .btnset{
		display:table;
		margin:0 auto;
	}
}
@media(min-width:991px) and (max-width:1199px)  {
	.cookies_part .btnset{
		margin-top:18px;
	}
	.cookies_part_confirmed .btnset{
		margin-top:8px;
	}
}
.cookies_part .btn-footer-cookies, .cookies_part_confirmed .btn-beats-cookies{
	margin:10px 10px 0 10px;
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
	font-weight:bold;
	color:#000;
	text-shadow: 1px 1px 0px #ffffff;
}

.boldtxt {
    font-weight: bold;
}

#cookiesModal ul li {
    list-style: none;
}

li {
    display: list-item;
    text-align: -webkit-match-parent; list-style:none;
}

.sub-cat-id {
    float: left;
    margin-right: 10px;
}

