/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
body{
    font-size: 1rem;
}
#primary-menu ul li a {
	font-weight: normal;
}
#primary-menu ul li > a {
	padding: 39px 13px;
}
.content-wrap p:not([class]){
	font-size: 18px;
}

.slider-caption h2 {
	font-weight: 300;
}

.button {font-weight: normal; font-family: 'Montserrat', sans-serif; }

.bootstrap-select.form-control-lg {
	padding: 0 !important;
}
.dark .bootstrap-select.not-dark .btn:hover, .dark .bootstrap-select.not-dark .btn:focus {
	color: #333333;
}
.dark .section, .section.dark {
	background-color: #191F26;
}
#header.dark:not(.transparent-header), #header.dark.sticky-header:not(.transparent-header) #header-wrap:not(.not-dark),#footer.dark, .dark #footer {
    background-color: #141A21;
}
.dark #top-bar, #top-bar.dark {
	border-bottom-color: rgba(255,255,255,0.1);
	background-color: #0D131A;
}
.dark .dropdown-menu.datepicker-dropdown {
	background-color:#fff;
	border-color:#3F3F3F;
}


/* PageTitle */
#page-title{
	position: relative;
	background-position-y: 80%;
	border-bottom: transparent;
	background-size: cover;
}
#page-title h1,#page-title span{
	color: #fff;
}
#page-title:before{
	content:" ";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent url('/images/fuksia-white.png') no-repeat scroll center bottom / cover; 
	top: 0;
}
#page-title.dark:before{
	background: transparent url('/images/fuksia-dark.png') no-repeat scroll center bottom / cover; 
}
.overlay-dark{position: relative;}
.overlay-dark:before{
	content:" ";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8); 
	top: 0;
}

#pe-route-page{
	position: relative;
	background-size: cover;
	background-position: center center;
}
#pe-route-page:before{
	content:" ";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3); 
	top: 0;
}
#pe-route-page .container{position: relative;}
#pe-route-page span.h1{
	font-weight: bold;
}
#pe-route-page .bgcolor {
    background-image: url('/images/forma-fon.png');
    background-size: cover;
}

.dark .quantity .qty {background-color:#eee;}

#pe-formorder label.form-check-label {
	color: #ffffff;
}
.dark ul.tab-nav li, .dark .tabs.tabs-alt ul.tab-nav li.ui-tabs-active a {
	border-color: transparent !important;
}
.heading-block::after {
	border-top-color: #CC2262;
}

.text-center.heading-block::after {
	margin-left: auto;
	margin-right: auto;
}

#pe-dostavka {
	background: transparent url('/images/dostavka/fon-dostavka.jpg') repeat-y scroll center top / contain;  
}


/* Forms */
.form-control {
    background-color: rgba(255, 255, 255, 0.95);}
    
.jGrowl.top-right{
	right: 0 !important;
	margin-right: 50%;
	transform: translate(50%, -50%);
	top: 50% !important;
}
.jGrowl-notification {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	background: rbga(0,0,0,.8) !important;
	border-radius:3px !important;
	width: 320px !important;
	font-size: 140%;
	min-height: 60px;
	padding: 30px !important; 
	text-align: center !important;
}
.jGrowl-notification .jGrowl-close {
	float: none !important;
	position: absolute;
	right: 20px !important;
	top: 10px;
}
.jGrowl > .af-message-success {
	border-radius:3px !important;
}