﻿#color_schema {
	color: #F39C12;
}

@-ms-viewport {
    width: auto;
}

html,body {
    -ms-overflow-style: none !important; 
    -ms-content-zoom-limit-min: 1 !important;
    -ms-content-zoom-limit-max: 1 !important;
    //overflow: hidden;
}

body {
	background: #F6F6F6;
	
	background-attachment: fixed;
	background-size: 100% auto;

	font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
	height: 100%;
	color: #444444;
	
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5 {
	font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 400;
}
p {
    margin-bottom: 20px;
}
strong {
	font-weight: 600;
}
em {
	font-style: italic;
}

del {
	color: #999999;
}

ul {
	list-style: none;
	padding: 0;
}

section {

}
@media (max-width: 768px) {
	#home-page > section {
		border-bottom: 1px solid #dddddd;
	}
	#home-page > section:last-child {
		border-bottom: none;
	}
}
section header.major {
	text-align: center;
	background: url("../images/header-bottom.png") no-repeat scroll 50% 100% rgba(0, 0, 0, 0);
	padding-bottom: 50px;
	margin-bottom: 50px;
}
section.grey {
	background: #f6f6f6;
	//border-top: 1px solid #dddddd;
	//border-bottom: 1px solid #dddddd;
	text-shadow: 0 1px 0 #FFFFFF;
}
section.grey header.major {
	background: url("../images/header-bottom-grey.png") no-repeat scroll 50% 100% rgba(0, 0, 0, 0);
}
section header.major  h2 {
	font-size: 28px;;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #FFFFFF;
	margin-bottom: 20px;
	font-weight: 300;
}
section header.major  .caption {
	padding: 0 32%;
	font-size: 20px;
	display: inline-block;
	color: #999999;
	margin-bottom: 30px;
	font-weight: 300;
}
aside {
	display: block;
}

a {
	outline: none;
	color: #F39C12;
	transition: all 0.3s;
	cursor: pointer;
}
a:hover,
a:focus  {
	text-decoration: none;
	outline: none;
	color: #ff6500;
}
a:focus {
	color: #F39C12; 
}

h1 a,
h2 a,
h3 a {
	color: #444444;
	transition: all 0.3s;
}
h1 a:hover,
h2 a:hover,
h3 a:hover {
	color: #000000;
}

textarea {
	resize: vertical;
	min-height: 120px;
}

button {
	border: none;
	padding: none;
	display: inline;
	margin: 0;
	background: none;
}
button:focus {
	border: none;
	box-shadow: none;
	outline: none;
}

#main_container {
	min-height: 300px;
	
	padding-top: 40px;
}


/* PAGE HEADER */
#page-header {
}
#page-header .header-top {
	background: #ffffff;
	padding-top: 30px;
	padding-bottom: 30px;
	//box-shadow: 0 1px 2px rgba(71, 73, 72, 0.2);
	border-bottom: 1px solid #e7e7e7;
}
#page-header .header-top h1 {
	display: inline-block;
	line-height: 10px;
	margin: 0;
}
#page-header #nav-box {
	min-height: 50px;
	margin-bottom: 40px;
}
#page-header .navbar-default {
	margin-bottom: 0;
	background: #fbfbf9;
	box-shadow: 0 1px 2px rgba(71, 73, 72, 0.1);
	z-index: 999;
}
#page-header nav {
	display: block;
}

#top-secondary-menu {
	padding: 5px 0;
	background: #666;
	color: #ddd;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	font-weight: 600;
}
#top-secondary-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#top-secondary-menu ul > li {
	display: inline-block;
	margin-right: 15px;
}
#top-secondary-menu a {
	color: #ddd;
	transition: all 0.3s;
}
#top-secondary-menu a:hover {
	color: #fff;
}

#logo-box .img {
	height: 50px;
}
#logo-box h1 {
	margin: 0;
}

#page-header .contacts-block {
	text-align: right;
}
#page-header .contacts-block .primary-block i {
	margin-right: 8px;
}
#page-header .contacts-block .primary-block,
#page-header .contacts-block .primary-block a {
	font-size: 18px;
	color: #666;
}
#page-header .contacts-block .primary-block a:hover {
	color: #222;
}

/* MENU */
#main-nav {
	min-height: 50px;
	//margin-bottom: 40px;
}
#main-nav .navbar-default {
	margin-top: 0;
	margin-bottom: 0;
	background: #fbfbf9;
	box-shadow: 0 1px 2px rgba(71, 73, 72, 0.1);
	//border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	z-index: 999;
}
#main-nav nav {
	display: block;
}

#main-nav nav li{
	margin-bottom: 0;
	margin-top: 0;
}
#main-nav nav a{
	color: #444444;
	font-weight: 400;
}

#main-nav .level-1{
	margin: 0;
    list-style: none;
    position: relative;
    padding: 0;
}
#main-nav .level-1 > li{
    display: block;
    margin: 0;
    padding: 0;
}
#main-nav .level-1 > li > a{
	line-height: 50px;
	vertical-align: middle;
	text-transform: uppercase;
	display: inline-block;
	color: #444444;
	font-size: 14px;
	font-weight: 400;
	
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#main-nav nav .right > li {
	padding: 0 0 0 30px;
}
#main-nav nav .right > li > a{
	text-transform: none;
	font-weight: 400;
}
#main-nav .right > li i{
	display: inline-block;
	margin-right: 5px;
	text-transform: none;
	font-size: 22px;
}
#main-nav .right > li:last {
	padding: 0;
}

#small-logo {
	width: 80px;
	height: 80px;
	padding: 10px;
	border-radius: 50%;
	background-color: #444;
	position: fixed;
	top: -5px
	left: 15px;
	text-align: center;
	line-height: 70px;
	vertical-align: middle;
}

#main-nav .outscreen-menu .level-2 i {
	display: inline-block;
	min-width: 25px;
	text-align: left;
}
	
@media (min-width: 992px) {
	
	#main-nav .navbar-fixed {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
	}
	
	#main-nav .level-1 > li{
	    float:left;
	    padding: 0px 30px 0 0;
	    position: relative;
	}
	.no-touch #main-nav .level-1 > li:hover > a, 
	.touch #main-nav li.on > a{
		color: #F39C12;
	}
	#main-nav .outscreen-menu .level-1 > li > a i {
		margin-right: 5px;
	}
	#main-nav .outscreen-menu .level-1 > li > a img {
		margin-right: 5px;
		margin-top: -1px;
		vertical-align: middle;
	}
	
	#main-nav .submenu {
		position: absolute;
		top: 50px;
		left: -20px;
		visibility: hidden;
		pointer-events:none;
	}
	.no-touch #main-nav li:hover .submenu,
	.touch #main-nav li.on .submenu {
		visibility: visible;
		pointer-events: auto;
	}
	
	#main-nav .submenu.default .level-2{
		min-width: 200px;
		background-color: #ffffff;
		border-top: 5px solid #f39c12;
		-webkit-border-radius: 2px;
		-webkit-background-clip: padding-box;
		-moz-border-radius: 2px;
		-moz-background-clip: padding;
		border-radius: 2px;
		overflow: hidden;
		background-clip: padding-box;
		-webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
		-moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
		box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
	}
	#main-nav .submenu.default .level-2 > li{
	    display: block;
	    margin: 0;
	    vertical-align: middle;
	}
	#main-nav .submenu.default .level-2 > li > a{
		display: block;
		padding: 15px 20px;
		color: #444444;
		font-size: 14px;
		font-weight: 400;
		border-bottom: 1px solid #f0f0f0;
		vertical-align: middle;
	}
	#main-nav .submenu.default .level-2 > li:last-child > a{
		border-bottom: none;
	}
	
	#main-nav .submenu.catalog .level-2{
		min-width: 500px;
		background-color: #ffffff;
		border-top: 5px solid #f39c12;
		-webkit-border-radius: 2px;
		-webkit-background-clip: padding-box;
		-moz-border-radius: 2px;
		-moz-background-clip: padding;
		border-radius: 2px;
		overflow: hidden;
		background-clip: padding-box;
		-webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
		-moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
		box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
	}
	#main-nav .submenu.catalog .level-2 > li{
	    display: block;
	    width: 50%;
	    float: left;
	    margin: 0;
	}
	#main-nav .submenu.catalog .level-2 > li > a{
		display: block;
		padding: 15px 20px;
		color: #444444;
		font-size: 14px;
		font-weight: 400;
		border-bottom: 1px solid #f0f0f0;
		border-right: 1px solid #f0f0f0;
	}
	#main-nav .submenu.catalog .level-2 > li img {
		margin-right: 10px;
		vertical-align: middle;
	}
	
	#main-nav .submenu .level-2 > li:hover > a{
		background: #f39c12;
		color: #ffffff;
	}
	
	#main-nav li {
		z-index: 1000;
	}
	#main-nav li:hover {
		z-index: 1001;
	}
	#main-nav li ul {
		margin-top: 25px;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    transition: all 0.3s;
	}
	.no-touch #main-nav li:hover ul,
	.touch #main-nav li.on ul {
		visibility: visible;
		margin-top: 1px;
		opacity: 1;
		z-index: 1001;
	}
}

@media (max-width: 991px) {
	#main-nav .outscreen-menu-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		line-height: 50px;
		padding: 0px 15px;
		//background: #F39C12;
		background: #666;
		color: #ffffff;
		top: 0;
		font-size: 20px;
		
		z-index: 900;
	}
	#main-nav .outscreen-menu-header i {
		font-size: 24px;
	}
	#main-nav .outscreen-menu-header a {
		color: #ffffff;
	}
	#main-nav .outscreen-menu-header a.logo-text {
		font-weight: 600;
	}
	#main-nav .outscreen-menu-header a.pull-right {
		display: inline-block;
		text-align: right;
	}
	#main-nav .outscreen-menu-header a.pull-left {
		display: inline-block;
		margin-right: 30px;
		text-align: left;
	}
	#main-nav .outscreen-menu-header a.pull-left:last-child {
		margin: 0;
	}
	
	#main-nav .outscreen-menu{
	  	width: 100%;
	  	position: fixed;
	  	padding-top: 50px;
	  	top: 0;
	  	left: -100%;
	  	background: #ffffff;
	  	transition: all 0.3s;
	  	z-index: 899;
	  	overflow: scroll;
	  	overflow-x: auto;
	  	overflow-y: scroll;
	  	height: 100%;
	}
	#main-nav .outscreen-menu.on{
	  	left: 0;
	}


	#main-nav .outscreen-menu .level-1 li {
		margin-bottom: -1px;
		display: block;
		float: none;
	}
	#main-nav .outscreen-menu .level-1 > li > a {
		display: block;
		padding: 0px 15px;
		background: #f0f0f0;
		border-top: 1px solid #dddddd;
		border-bottom: 1px solid #dddddd;
	}
	#main-nav .outscreen-menu .level-1 li a:hover {
		color: #F39C12;
	}
	#main-nav .outscreen-menu .level-1 > li > a i {
		min-width: 25px;
	}
	#main-nav .outscreen-menu .level-1 > li > a img {
		margin-right: 10px;
		margin-top: -1px;
		vertical-align: middle;
	}
	
	#main-nav .submenu.catalog .level-2 > li img {
		margin-right: 10px;
		vertical-align: middle;
	}
	
	#main-nav .submenu {
		display: none;
	}
	#main-nav .submenu .level-2 > li {
		float: left;
		width: 50%;
		border-right: 1px solid #f0f0f0;
	}
	#main-nav .submenu .level-2 > li:nth-child(odd) {
		border-right: 1px solid #f0f0f0;
	}
	#main-nav .submenu .level-2 > li > a{
		display: block;
		padding: 15px 15px;
		color: #444444;
		font-size: 14px;
		border-bottom: 1px solid #f0f0f0;
	}
	#main-nav .submenu .level-2 > li > a:hover {
		color: #F39C12;
	}
	
	#main-nav .outscreen-menu .level-1 > li > a.menu-collapser {
		display: inline-block;
		background: none;
		border: none;
		height: 49px;
		line-height: 50px;
		overflow: hidden;
	}

	#main-nav .outscreen-menu .search .form-control {
		border: none;
		margin: 0;
		padding: 15px 15px;
	}
	#main-nav .outscreen-menu .search button {
		line-height: 50px;
	}

	#jivo_top_wrap {
		display: none;
	}
}
@media (max-width: 480px) {
	#main-nav .submenu .level-2 > li {
		float: none;
		width: 100%;
		border-right: none;
	}
}

#page-heading {
	padding-top: 30px;
	padding-bottom: 0px;
	margin-bottom: -30px;
	color: #666666;
}
#page-heading h1{
	margin: 0;
	padding:0;
	color: #666666;
}
#page-heading h1:first-letter{

}
#page-heading #crumbs-box {
}
#page-heading .breadcrumb {
	position: relative;
	margin: 0;
	padding: 0;
	background: transparent;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	z-index: 1;
}
#page-heading .breadcrumb li {
	display: inline-block;
	color: #666666;
}

.breadcrumb > li + li:before {
    content: "";
    display: none;
}

.breadcrumb > li:after {
    color: #666666;
    content: " /";
    padding: 0 5px;
}
.breadcrumb > li:last-child:after {
    display: none;
    content: "";
}
#page-heading .breadcrumb li a {
	color: #666666;
}
#page-heading .breadcrumb li a:hover {
	color: #F39C12;
}

#search-box {
	position: absolute;
	right: 0;
	top: 55px;
	width: 300px;
	display: none;
}
#search-box.active {
	display: block;
}
#search-box #search-result-preview > div > div {
    border-bottom: 1px dotted #f0f0f0;
    font-size: 13px;
    list-style: none outside none;
    margin: 0 -20px;
    padding: 15px 20px;
    position: relative;
}
#search-box input {
	margin: 0;
}


/* footer */
#main_footer {
	background-color: #4D4D4D;
	color: #a6a6a6;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
#main_footer .footer_top {
	padding-top: 80px;
	padding-bottom: 10px;
}
#main_footer h1 {
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 600;
	
	color: #ffffff;
}
#main_footer h3 {
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
}
#main_footer ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#main_footer .contact-box {
    margin-bottom: 10px;
}

#main_footer aside {
	margin-bottom: 40px;
}

#footer-payment img {
	margin: 0px 5px 5px 0px;
	width: 50px;
	border-radius: 2px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

#main_footer .contact-box-icon {
    float: left;
    margin-right: 20px;
}
#main_footer .circle-small-outer {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.12);
    border-radius: 40px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35) inset, 0 1px 0 rgba(255, 255, 255, 0.15);
    height: 40px;
    position: relative;
    width: 40px;
}
#main_footer .circle-small-inner {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 30px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.35);
    height: 30px;
    left: 5px;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 30px;
}
#main_footer .circle-small-inner i:before {
    font-size: 14px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
}
#main_footer .circle-small-inner i {
    line-height: 30px;
    text-align: center;
}

#main_footer .widget-title, 
#main_footer .contact-box span, 
#main_footer caption, 
#main_footer thead th {
    color: #FFFFFF;
}
#main_footer ul li a, 
#main_footer .contact-box a, 
#main_footer .widget_tag_cloud a, 
#main_footer table a, 
#main_footer .recent-posts-content h6 a {
    color: #FFFFFF;
}
#main_footer .contact-box-content {
	display: table-cell;
    vertical-align: middle;
    height: 40px;
}
#main_footer .contact-box span, 
#main_footer .contact-box a {
}
#main_footer address {
    margin: 0;
}

#main_footer .recent-posts-container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}
#main_footer .recent-posts-container:last-of-type:after {
    border: 0 none;
}
#main_footer .recent-posts-container:last-of-type {
    border: 0 none;
    margin: 0;
    padding: 0;
}
#main_footer .recent-posts-container:after {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    bottom: -2px;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 100%;
}
#main_footer .recent-posts-container i {
	display: inline-block;
	margin-right: 7px;
	font-size: 12px;
}
#main_footer .recent-posts-content {
    line-height: 26px;

}
#main_footer .recent-posts-content h4 {
	margin: 0px 0px 5px 0px;
	font-weight: 400;
}
#main_footer .recent-posts-content h4 a {
    line-height: 18px;
    font-size: 14px;
    color: #ffffff;
}
#main_footer .recent-posts-content span {
	font-size: 12px;
}

#main_footer ul.menu li:before {
    color: rgba(0, 0, 0, 0.65);
    content: "";
    font-family: "FontAwesome";
    font-size: 16px;
    font-weight: normal;
    margin-left: 5px;
    margin-right: 10px;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    top: 1px;
}
#main_footer ul.menu  li {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset;
    line-height: 30px;
    margin: 0;
}
#main_footer .more_link {
	display: inline-block;
	margin-top: 15px;
	color: rgba(0, 0, 0, 1);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}

#main_footer .form-control {
	color: #ffffff;
}

#main_footer .socail-links {
	list-style: none;
}
#main_footer .socail-links li {
	display: inline-block;
	padding: 0;
	margin: 0 15px 10px 0;
	border: none;
}
#main_footer .socail-links li a {
	color: #999999;
	transition: all 0.3s;
	font-size: 24px;
}
#main_footer .socail-links li a:hover {
	color: #ffffff;
}

#footer_bottom {
	background: #404040;
}
#footer_bottom .copy_text,
#footer_bottom .developer_text {
	padding: 25px 0px;
	color: #999999;
	font-size: 12px;
	display: inline-block;
}
#footer_bottom .copy_text p,
#footer_bottom .developer_text p {
	margin: 0;
	padding 0;
}
#footer_bottom .copy_text a,
#footer_bottom .developer_text a {
	color: #999999;
}
#footer_bottom .developer_text i {
	display: inline-block;
	margin-right: 5px;
}


#back-to-top {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.25);
    bottom: -50px;
    right: 10px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    text-align: center;
    width: 50px;
    display: block;
    vertical-align: middle;
    visibility: hidden;
    
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
#back-to-top:hover {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
}
#back-to-top.on {
	bottom: 10px;
	visibility: visible;
}
#back-to-top i {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 50px;
    vertical-align: middle;
    text-shadow: none;
}

/* home */
#banners{
	margin-top: -40px;
	position: relative;
	
}
.slider-box {
	//border-top: 1px solid #e7e7e7;
}
.slider-box .slider-navigation {
	padding-bottom: 20px;
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 10000;
	
	bottom: 0;
}

#main-thesises {
	padding: 70px 0;
	text-align: center;
}

#main-thesises .home-thesis .circle-icon {
	margin-bottom: 40px;
}
#main-thesises .home-thesis h3 {
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #444444;
}
#main-thesises .home-thesis .thesis-body {
	text-align: center;
}
#main-thesises .home-thesis .more-link {
}

.slider-section h2 {
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 24px;
}
.slider-section h2 a {
	color: #444444;
}
.slider-section h2 a:hover {
	color: #F39C12;
}
.slider-section .product-preview {
	margin-bottom: 10px;
}

#home-payments {
	padding-top: 30px;
	padding-bottom: 30px;
}
#home-payments .payment-method {
	background: #fff;
	padding: 10px 15px;
	border-radius: 2px;
    box-shadow: 0 1px 2px rgba(71, 73, 72, 0.2);
    margin: 5px 0px;
}

.light-dark-sections section {
	border-top: 1px solid #dddddd;
}
.light-dark-sections section:nth-child(odd){
	background: #eeeeee;
}
.light-dark-sections section:nth-child(even){
	background: #f6f6f6;
}

.testimonial .box-body p:last-child {
	margin-bottom: 0;
}


/* testimonials */
#testimonials {
	padding-top: 70px;
	padding-bottom: 40px;
}
#testimonials header{
	margin-bottom: 45px;
}
#testimonials .testimonial {
    background: none repeat scroll 0 0 #FAFAFA;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
    padding: 30px;
    position: relative;
    text-align: justify;
}
#testimonials .testimonial header {
    margin-bottom: 20px;
    text-align: left;
}
#testimonials .testimonial header img {
    float: left;
    margin-right: 20px;
    background: #ffffff;
    padding: 5px;
    border-radius: 10px;
    
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
#testimonials .testimonial header h1 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
	text-transform: none;
	font-weight: 600;
}
#testimonials .testimonial header span {

}
#testimonials .testimonial header a {
	display: inline-block;
	margin-right: 15px;
}
#testimonials .testimonial .testimonial_body {
   font-style: italic;
}
#testimonials .testimonial .testimonial_body *:last-child {
	margin-bottom: 0;
}


/* news */
.news-preview p:last-child {
	margin-bottom: 10px;
}
.news-header-img {
	margin-bottom: 20px;
}

.actions-image-box {
	margin-bottom: -20px;
}
.action-image {
	margin-bottom: 20px;
}

/* dispatches */
#subscribe-form input {
	margin: 0;
}

/* delivery */
#delivery {
}
.delivery-info {
	padding: 15px 20px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}
.delivery-info img {
	float: left;
	margin-right: 10px;
}
.delivery-info > *:last-child {
	margin: 0;
}
.free-delivery {
	background: #00bb00;
}
.paid-delivery {
	background: #cc0000;
}

#delivery-map-box {
	margin: 0 -20px -20px -20px;
}

/* payment */
#payment #payment-pictures img{
	border-radius: 2px;
}

/* contacts */
#contacts {

}
#contacts .contacts {
	margin-bottom: -30px;
}
#contacts .contacts-element {
	margin-bottom: 30px;
}
#contacts .contacts i {
	display: inline-block;
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 44px;
	vertical-align: middle;
	float: left;
	margin-right: 15px;
	
    border-radius: 10%;
    color: #f39c12;
    border: 3px solid #f39c12;
    display: inline-block;
    font-size: 18px;
    transition: all 0.3s ease 0s;
}
#contacts .contacts i:hover {
	border-radius: 50%;
    text-decoration: none;
}
#contacts .contacts a {
	color: #F39C12;
}
#contacts .group-member {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #999999;
}
#contacts .group-member:last-child {
	margin-bottom: 0px;
	border-bottom: none;
}
#contacts .group-member h3 {
	margin-top: 0;
	margin-bottom: 0px;
	font-size: 16px;
	display: block;
}
#contacts .group-member span {
	color: #999999;
	display: block;
	margin-bottom: 15px;
}
#contacts .group-member a {
	margin-right: 10px;
}

/* requisites */
#requisites {
	padding-top: 70px;
	padding-bottom: 20px;
}
.group-member {
	margin-bottom: 50px;
}
.ajax-requisites .group-member:last-child {
	margin-bottom: 0;
}
.group-member header {
	margin-bottom: 20px;
}
.group-member header h2 {
	margin-bottom: 5px;
}

/* map */
#map {
	margin: -20px -20px 0px -20px;
}
 
/* category */
#category {
	transition: opacity 0.3s;
}
#category.preloading {
	opacity: 0.5;
	pointer-events: none;
}

.category-list {
    margin: 0 -20px -20px -20px;
}
.category-list ul {
	margin-bottom: 0px;
	border-top: 1px solid #F0F0F0;
}
.category-list > ul:first-child {
	margin-top: -1px;
}
.category-list li {
    list-style: none outside none;
    margin-bottom: 0;
    border-bottom: 1px solid #F0F0F0;
    overflow: hidden;
}
.category-list li:last-child {
	border-bottom: none;
}
.category-list li input {
	display: inline;
	padding-top: 0px;
	margin-right: 7px;
	margin-top: 0px;
	vertical-align: middle;
}
.category-list li span {
	vertical-align: middle;
}
.category-list li > .category-list .padding {
    padding-left: 40px;
}
.category-list li.active > a {
    color: #FFFFFF;
    font-weight: 600;
    background-color: #F39C12;
}
.category-list li.active > a:hover {
    color: #FFFFFF;
}
.category-list a {
    color: #444444;
    display: block;
    
    text-decoration: none;
    vertical-align: top;
    line-height: inherit;
}
.category-list a:hover, .category .sidebar .category-list a:focus {
    background-color: #F39C12;
    color: #FFFFFF;
}
.category-list a.fa:hover {
	background: none;
	color: #F39C12;
}
.category-list a:hover .count, .category .sidebar .category-list a:focus .count {
    background-color: #FFFFFF;
    color: #F39C12;
    text-shadow: none;
}
.category-list .count {
    background-clip: padding-box;
    background-color: #D7D7D7;
    border-radius: 3px;
    color: #FFFFFF;
    display: inline-block;
    float: right;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    padding: 2px 5px;
    min-width: 25px;
    vertical-align: middle;
}

.category-list li > a {
	padding: 15px 20px 15px 20px;
}
.category-list > ul > li > a {
	padding: 15px 20px 15px 20px;
}
.category-list li > a.menu-collapser {
	text-align: right;
	min-width: 40px;
	padding-left: 0px;
}
.category-list > ul > li > ul > li > a  {
	padding: 15px 20px 15px 40px;
}
.category-list > ul > li > ul > li > ul > li a  {
	padding: 15px 20px 15px 60px;
}

.category-list li > label {
	display: block;
	padding: 15px 20px 15px 20px;
	font-weight: 400;
	margin: 0;
	vertical-align: middle;
	line-height: 24px;
	cursor: pointer;
	transition: all 0.3s;
}
.category-list li:hover > label {
	color: #ffffff;
	background-color: #F39C12;
}
.category-list li input {
	line-height: inherit;
}
.category-list li:hover .count {
	background: #444444;
}
.category-list li.disabled {
	color: #999999;
	pointer-events: none;
}
.category-list li > label.color {
	padding-left: 10px;
}

.filter .clear-filter-button {
	font-size: 16px;
	color: #F39C12;
	transition: all 0.3s;
}
.filter .clear-filter-button:hover {
	color: #444;
}


.product-preview {
    position: relative;
    text-decoration: none;

    transition: all 0.3s;
    z-index: 10;
}
.product-preview:hover {
    box-shadow: 0 0px 3px rgba(71, 73, 72, 0.5);
}
.product-preview .product-preview-inner {
	box-shadow: 0 1px 2px rgba(71, 73, 72, 0.2);
	border-radius: 2px;
	overflow: hidden;
}
.product-preview .title {
  padding: 20px;
  position: relative;
  background-color: #ffffff;
  text-align: center;
}
.product-preview .title .prices .price {
  color: #f39c12;
  font-weight: 600;
  font-size: 14px;
}
.product-preview .title .prices .base {
  color: #999999;
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
}
.product-preview .title h1 {
  margin: 0 0 5px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.product-preview .title h2 {
  margin: 0 0 5px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.product-preview .title h3 {
  margin: 0 0 5px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.product-preview .badge-sale {
  position: absolute;
  right: -10px;
  top: 40px;
  background-color: #f39c12;
  font-size: 16px;
  line-height: 16px;
  padding: 5px 10px;
  text-transform: uppercase;
  -webkit-border-radius: 2px 2px 0 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 2px 0 2px;
  -moz-background-clip: padding;
  border-radius: 2px 2px 0 2px;
  background-clip: padding-box;
  font-weight: 600;
}
.product-preview .badge-sale:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: #976008 transparent transparent transparent;
  position: absolute;
  right: 0;
  bottom: -20px;
  z-index: -1;
}
.product-preview .badge-new {
	position: absolute;
	right: -10px;
	top: 80px;
	background-color: #9cd312;
	font-size: 16px;
	line-height: 16px;
	padding: 5px 10px;
	text-transform: uppercase;
	-webkit-border-radius: 2px 2px 0 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 2px 2px 0 2px;
	-moz-background-clip: padding;
	border-radius: 2px 2px 0 2px;
	background-clip: padding-box;
	font-weight: 600;
}
.product-preview .badge-new:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 10px solid;
	border-color: #609708 transparent transparent transparent;
	position: absolute;
	right: 0;
	bottom: -20px;
	z-index: -1;
}
.product-preview .cart-box {
	width: 100%;
	background: #444444;
	color: #ffffff;
	padding: 0;
	position: absolute;
	bottom: -40px;
	vertical-align: middle;
	transition: all 0.3s;
}
.product-preview:hover .cart-box{
	bottom: 0;
}
.product-preview .cart-box button {
	padding: 0;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
}
.product-preview .cart-box span {
	display: inline-block;
	font-weight: bold;
	line-height: 40px;
	margin: 0;
	font-size: 14px;
}

.number-input {
	width: 100%;
	height: 40px;
	overflow: hidden;
	position: relative;
}
.number-input input {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-right: 55px;
	position: absolute;
	background: none;
	color: #ffffff;
	font-weight: 600;
	border: none;
	vertical-align: middle;
	text-align: right;
}
.number-input .input-controls {
	width: 16px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	height: 40px;
	line-height: 40px;
	font-size: 11px;
	position: absolute;
	right: 15px;
	top: 0;
}
.number-input span {
	position: absolute;
	text-align: center;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	right: 40px;
	top: 0;
}
.input-controls button {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	line-height: 11px !important;
	left: 0;
}
.input-controls button:first-child {
	top: 6px;
}
.input-controls button:last-child {
	bottom: 9px;
}

.variations {
	margin-top: 10px;
        margin-bottom: 10px;
}
 
.order-disable {
	color: #cc0000;
	font-weight: 600;
	font-size: 16px;
} 
.color-filter-button {
	margin-top: 15px;
	width: 30px;
	height: 30px;
	max-width: 100%;
	min-width: 50%;
	border: 2px solid #aaaaaa;
	display: block;
	margin-left: auto;
	margin-right: auto;
	line-height: 30px;
}
.disabled .color-filter-button {
	opacity: 0.3;
}

#display-relative-box {
	position: relative;
	display: block;
	clear: both;
}
 
/* product */
.product-price,
.product-amount {
	font-size: 22px;
	text-align: left;
	margin-bottom: 20px;
	text-align:middle;
}
.product-price > span,
.product-amount > span,
.product-price > strong,
.product-price > del {
	display: inline-block;
	margin-right: 10px;
}
.product-price > .price {
	color: #F39C12;
}
.product-price > .price-old {
	color: #F39C12;
	text-decoration:line-through;
}
.product-price > .price-new {
	color: #FF0000;
	font-size: 24px;
}
.product-price > del {
	font-size: 20px;
}
#product-page .cart-item-count {
	width: 100px;
	font-size: 22px;
}
 
/* search */ 
#search-result {
	padding-bottom: 50px;
}
 
/* cart */
#cart-page .box:last-child {
	//margin-bottom: 0;
}
.form-control.cart-item-count {
	width: 80px;
	margin-bottom: 0;
	display: inline-block;
}

#cart-summary {
}
.cart-summary-body {
	margin-bottom: -20px;
}
.cart-summary-body > div {
    border-bottom: 1px dotted #F0F0F0;
    font-size: 13px;
    list-style: none outside none;
    margin: 0 -20px;
    padding: 15px 20px;
    position: relative;
}
.cart-summary-body > div strong {
    float: right;
}
.cart-summary-body > div del {
    float: right;
}
.cart-summary-body > div.important {
    color: #F39C12;
}

#cart-delivery-form .box {
	margin-bottom: 0;
}

#cart-page label{
	margin: 0;
	font-weight: 400;
}
 
.cart-content .alert {
	margin-bottom: 10px;
}
 
/* order list */
.box .box-header .order-status{
	font-size: 16px;
}
.order-status-ready {
	color: #009900;
}
.order-status-accepted {
	color: #448844;
}
.order-status-canceled,
.order-status-rejected {
	color: #bb0000;
}
.order-status-delivery {
	color: #ff8800;
}
.order-status-editing {
	color: #880088;
}
.order-status-waiting {
	color: #999999;
}
.order-status-payment {
	color: #008888;
}
 
/* sitemap */
#sitemap {
	padding-top: 70px;
 	padding-bottom: 70px;
 	margin-left: -30px;
}
#sitemap ul{
	list-style: none;
	padding-left: 30px;
}
#sitemap ul li{
	font-size: 20px;
	margin: 5px 0px;
}
#sitemap ul li a {
	margin-left: 10px;
}
 
/* common */
.transparent {
	opacity: 0;
}
.full-width {
	width: 100%;
	height: auto;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.fixed {
	position: fixed;
}
.overflow-hidden {
	overflow: hidden;
}

.info-link {
	text-decoration: none; 
	border-bottom: 1px dashed #F39C12;
	transition: all 0.3s;
}
.action-link{
	color: #F39C12;
	border-bottom: 1px dashed #F39C12;
	transition: all 0.3s;
}
.action-link:hover {
	color: #444;
	border-bottom: 1px dashed #444;
}
.action-link:focus {
	color: #F39C12;
	border-bottom: 1px dashed #F39C12;
}

.alert > * {
	margin-bottom: 0;
}

img.captcha {
	cursor: pointer;
	margin-bottom: 15px;
}

.action-input {
	position: relative;
}
.action-input input {
	padding-right: 45px;
}
.action-input button {
	position: absolute;
	background: none;
	font-size: 18px;
	top: 0;
	right: 12px;
	height: 42px;
	line-height: 42px;
	vertical-align: middle;
	padding: 0;
	color: #f39c12;
}

.content {
	text-align: justify;
}
.content h1, h1 {
	text-align: left;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}
.content h2 {
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: none;
}
.content h3 {
	text-align: left;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: none;
}
.content h4 {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: none;
}
.content > *:last-child {
	margin-bottom: 0;
}
.content ul {
	padding-left: 30px;
	margin-bottom: 20px;
}
.content ol {
	padding-left: 30px;
	margin-bottom: 20px;
}
.content table {
	margin-bottom: 20px;
}
.content ul li {
	margin-bottom: 10px;
	padding-left: 15px;
	position: relative;
}
.content ul li:before {
	font-family: FontAwesome;
	content: "-";
	position: absolute;
	left: 0;
}
.content ol li {
	margin-bottom: 10px;
}
.content img {
    position: relative;
    height: auto;
    max-width: 100%;
    //display: block;
}
.content figure {
	margin-bottom: 20px;
}
.content > *:last-child {
	margin-bottom: 0;
}



.margin-bottom {
	margin-bottom: 20px;
}
.margin-bottom-sm {
	margin-bottom: 30px;
}
.margin-bottom-md {
	margin-bottom: 50px;
}
.margin-bottom-lg {
	margin-bottom: 70px;
}


.btn {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  text-shadow: none;
  font-size: 12px;
  border: none;
  background-color: #bdbdbd;
  background-image: none;
  text-decoration: none;
  letter-spacing: 0.5px;
  word-spacing: 1px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.05);
  -moz-box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.05);
  box-shadow: inset 0 -2px 0 rgba(71, 73, 72, 0.05);
  /*color: @arguments;*/
}
.btn:hover,
.btn:focus,
.btn:active {
  color: #ffffff;
  background-position: inherit;
  background-color: #b0b0b0;
}
.btn:focus,
.btn:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
  box-shadow: inset 0 1px 2px rgba(71, 73, 72, 0.5);
  /*color: @arguments;*/
}
.btn[disabled],
.btn.disabled {
  color: #ffffff;
  background-color: #f0f0f0;
  cursor: no-drop;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.btn[disabled]:hover,
.btn.disabled:hover,
.btn[disabled]:focus,
.btn.disabled:focus,
.btn[disabled]:active,
.btn.disabled:active {
  background-color: #f0f0f0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /*color: @arguments;*/
}
.btn-primary {
  background-color: #f39c12;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #e08e0b;
}
.btn-turquoise {
  background-color: #1abc9c;
}
.btn-turquoise:hover,
.btn-turquoise:focus,
.btn-turquoise:active {
  background-color: #17a689;
}
.btn-greensea {
  background-color: #16a085;
}
.btn-greensea:hover,
.btn-greensea:focus,
.btn-greensea:active {
  background-color: #138a72;
}
.btn-emerland {
  background-color: #2ecc71;
}
.btn-emerland:hover,
.btn-emerland:focus,
.btn-emerland:active {
  background-color: #29b765;
}
.btn-nephritis {
  background-color: #27ae60;
}
.btn-nephritis:hover,
.btn-nephritis:focus,
.btn-nephritis:active {
  background-color: #229955;
}
.btn-peterriver {
  background-color: #3498db;
}
.btn-peterriver:hover,
.btn-peterriver:focus,
.btn-peterriver:active {
  background-color: #258cd1;
}
.btn-belizehole {
  background-color: #2980b9;
}
.btn-belizehole:hover,
.btn-belizehole:focus,
.btn-belizehole:active {
  background-color: #2472a4;
}
.btn-amethyst {
  background-color: #9b59b6;
}
.btn-amethyst:hover,
.btn-amethyst:focus,
.btn-amethyst:active {
  background-color: #8f4bab;
}
.btn-wisteria {
  background-color: #8e44ad;
}
.btn-wisteria:hover,
.btn-wisteria:focus,
.btn-wisteria:active {
  background-color: #7f3d9b;
}
.btn-wetasphalt {
  background-color: #34495e;
}
.btn-wetasphalt:hover,
.btn-wetasphalt:focus,
.btn-wetasphalt:active {
  background-color: #2b3c4e;
}
.btn-midnightblue {
  background-color: #2c3e50;
}
.btn-midnightblue:hover,
.btn-midnightblue:focus,
.btn-midnightblue:active {
  background-color: #233140;
}
.btn-sunflower {
  background-color: #f1c40f;
}
.btn-sunflower:hover,
.btn-sunflower:focus,
.btn-sunflower:active {
  background-color: #dab10d;
}
.btn-orange {
  background-color: #f39c12;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
  background-color: #e08e0b;
}
.btn-carrot {
  background-color: #e67e22;
}
.btn-carrot:hover,
.btn-carrot:focus,
.btn-carrot:active {
  background-color: #d67118;
}
.btn-pumpkin {
  background-color: #d35400;
}
.btn-pumpkin:hover,
.btn-pumpkin:focus,
.btn-pumpkin:active {
  background-color: #ba4a00;
}
.btn-alizarin {
  background-color: #e74c3c;
}
.btn-alizarin:hover,
.btn-alizarin:focus,
.btn-alizarin:active {
  background-color: #e43725;
}
.btn-pomegranate {
  background-color: #c0392b;
}
.btn-pomegranate:hover,
.btn-pomegranate:focus,
.btn-pomegranate:active {
  background-color: #ab3326;
}
.btn-facebook {
  background-color: #3B5998;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active {
  background-color: #344e86;
}
.btn-twitter {
  background-color: #1ab2e8;
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active {
  background-color: #15a1d3;
}
.btn-googleplus {
  background-color: #dd4a38;
}
.btn-googleplus:hover,
.btn-googleplus:focus,
.btn-googleplus:active {
  background-color: #d73825;
}
.btn-pinterest {
  background-color: #ce2127;
}
.btn-pinterest:hover,
.btn-pinterest:focus,
.btn-pinterest:active {
  background-color: #b81d23;
}
.btn {
  padding: 12px 20px;
}
.btn.btn-large {
  padding: 16px 24px;
}
.btn.btn-small {
  padding: 8px 16px;
}
.btn.btn-mini {
  padding: 1px 12px;
}

.share-buttons {
	font-size: 14px !important;
	margin-top: -5px;
}

.sidebar .title h1,
.sidebar .title h2,
.sidebar .title h3,
.sidebar .title h4  {
	color: #444;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #F0F0F0;
    margin: 0 -20px;
    padding: 0 20px 20px;
}


.box {
	width: 100%;
	//margin-bottom: 20px;
	background-color: #ffffff;
	padding: 20px;
	-webkit-border-radius: 2px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 2px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
	-moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
	box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
}
.box .box-header {
  margin: 0 -20px;
  padding: 0 20px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
  background-color: #ffffff;
}
.box .box-header * {
	line-height: 24px;
}
.box .box-header h1,
.box .box-header h2,
.box .box-header h3 {
  font-size: 16px;
  line-height: 24px;
  color: #474948;
  font-weight: 600;
  margin: 0;
}
.box .box-header h5 {
  font-size: 14px;
  line-height: 21px;
  color: #939694;
  font-weight: 400;
  margin: 0;
}
.box .box-header time {
	color: #aaaaaa;
}
.box .box-image {
  margin: -20px -20px 20px;
  border-bottom: 1px solid #f0f0f0;
}
.box .box-image a,
.box .box-image img {
  display: block;
}
.box .box-body,
.box .box-content {
  margin-top: 20px;
}
.box .box-body > *:last-child,
.box .box-content > *:last-child {
  //margin-bottom: 0;
}
.box .box-body .price-list,
.box .box-content .price-list {
  margin: -20px;
}
.box .box-body .price-list li,
.box .box-content .price-list li {
  margin: 0;
}
.box .box-footer {
  /*zoom: 1;*/
  margin: 20px -20px -20px;
  padding: 20px;
  border-top: 1px solid #f0f0f0;
  background-color: #f9f9f9;
}
.box .box-footer.thin {
	padding: 15px 20px;
}
.box .box-footer:before {
  content: '';
  display: block;
}
.box .box-footer:after {
  content: '';
  display: table;
  clear: both;
}
.box .box-header + .box-footer {
  border-top: none;
  margin-top: 0;
}
.box .box-content.highlight {
  margin: 0 -20px;
  padding: 0 20px;
  padding: 20px;
  background-color: #f9f9f9;
  margin-bottom: -20px;
}
.box .buttons {
  /*zoom: 1;*/
  margin: 20px -20px -20px;
  padding: 20px;
  border-top: 1px solid #f0f0f0;
  background-color: #f9f9f9;
}
.box .buttons:before {
  content: '';
  display: block;
}
.box .buttons:after {
  content: '';
  display: table;
  clear: both;
}
.box .hgroup.title + .buttons {
  border-top: none;
  margin-top: 0;
}
.box.border-top {
  border-top: 5px solid #f39c12;
}
.box.border-right {
  border-right: 5px solid #f39c12;
}
.box.border-bottom {
  border-bottom: 5px solid #f39c12;
}
.box.border-left {
  border-left: 5px solid #f39c12;
}
.box .box-footer:before {
    content: "";
    display: block;
}
.box .box-footer:after {
    clear: both;
    content: "";
    display: table;
}
.box .box-footer {
    background-color: #F9F9F9;
    border-top: 1px solid #F0F0F0;
    margin: 20px -20px -20px;
    padding: 20px;
}
.box .box-tabs {
	margin: -20px -20px 0px -20px;
	border-bottom: 5px solid #F39C12;
	list-style: none;
	padding: 0;
}
.box .box-tabs li {
	display: inline-block;
	margin: 0;
	float: left;
}
.box .box-tabs li a {
	display: inline-block;
	padding: 20px;
	font-weight: 600; 
	color: #444444;
}
.box .box-tabs li.active a {
	padding: 20px;
	background: #F39C12;
	color: #ffffff;
}
.box .box-tabs:after {
	clear: both; 
	content: "";
    display: table;
    line-height: 0;
}
.box-body h1 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 600;
}

.action-box {
	padding: 25px 15px;
	font-size: 30px;
	text-align: center;
	background: #F39C12;
}
.action-box a {
	color: #ffffff;
	font-weight: 600;
}

hr.delimiter {
	border-top: 1px solid #f0f0f0;
	margin: 0px -20px 20px -20px;
}
hr.border {
	margin: 0;
	padding: 0;
	border-top: 5px solid #F39C12;
}

.left-box {
	height: 100%;
	margin: -20px;
	padding: 20px;
	border-right: 1px solid #f0f0f0;
}
.right-box {
	margin: -20px -20px -20px -21px;
	padding: 20px;
	border-left: 1px solid #f0f0f0;
}

.common_list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.common_list li:before {
    color: #CCCCCC;
    content: "";
    font-family: "FontAwesome";
    font-size: 16px;
    font-weight: normal;
    margin-left: 5px;
    margin-right: 10px;
    position: relative;
    top: 1px;
}
.common_list li {
    border-top: 1px solid #F5F5F5;
    color: #CCCCCC;
}
.common_list li a {
    color: #787878;
    display: inline-block;
    line-height: 35px;
    transition: all 0.3s ease 0s;
}

address {
	display: inline;
}
address span {
	display: inline-block;
}

.img_container {
	display: block;
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
    padding: 5px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.carousel{
	display: block;
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
    padding: 5px;
    position: relative;
}

.big-number {
	display: block;
	text-align: center;
	font-size: 58px;
	font-weight: 300;
	padding: 20px 0px;
	text-transform: none;
}
.big-number > span {
	display: inline-block;
	margin: 0px 10px;
}

.chart {
	width: 200px;
	height: 200px;
	margin: auto;
	position: relative;
}
.chart span {
	position: absolute;
	display: block;
	width: 100%;
	line-height: 200px;
	font-size: 48px;
	font-weight: 400;
	text-align: center;
	color: #444444;
	
	text-shadow: 0 1px 0 #FFFFFF;
}

.paging-navigation {
    margin-bottom: 30px;
    text-align: center;
    display: block;
    margin-top: 30px;
}

.paging-navigation span,
.paging-navigation a {
    border-radius: 2px;
    color: #FFFFFF;
    display: inline-block;
    height: 30px;
    line-height: 31px;
    text-align: center;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    width: 31px;
    margin: 0 1px;
    font-weight: 600;
}
.paging-navigation span {
	background: #444444;
}
.paging-navigation a {
	background: #999999;
}
.paging-navigation a:hover {
	background: #444444;
}

.accordion {
	
}
.accordion .accordion-header, .toggle .toggle-header {
    border-bottom: 1px dotted #E5E5E5;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    transition: all 0.3s ease 0s;
}
.accordion .accordion-header .outer-circle, .toggle .toggle-header .outer-circle {
    float: left;
    margin-right: 20px;
}
.outer-circle {
    background: none repeat scroll 0 0 #FAFAFA;
    border-radius: 50px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25) inset;
    display: inline-block;
    height: 50px;
    position: relative;
    transition: all 0.3s ease 0s;
    width: 50px;
}
.inner-circle-rev {
    background: linear-gradient(to bottom, #FFFFFF 0%, #E5E5E5 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    top: 5px;
}
.inner-circle, .inner-circle-rev {
    border-radius: 40px;
    height: 40px;
    left: 5px;
    position: absolute;
    text-align: center;
    width: 40px;
}
.inner-circle i:before, .inner-circle-rev i:before {
    color: #B5B5B5;
    font-size: 15px;
    font-weight: normal;
    text-shadow: 0 1px 0 #FFFFFF;
    transition: all 0.3s ease 0s;
}
.inner-circle i, .inner-circle-rev i {
    margin-top: 12px;
}
.accordion .accordion-header h3, .toggle .toggle-header h3 {
    color: #444444;
    font-size: 18px;
    font-weight: 300;
    line-height: 50px;
    margin: 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.circle-icon {
	width: 130px;
    height: 130px;
    display: block;
	background: #ffffff;
	border: 8px solid #F39C12;
    border-radius: 50%;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.circle-icon:hover {
	border-radius: 20px;
}
.circle-icon i {
	color: #F39C12;
    font-size: 42px;
    line-height: 112px;
    vertical-align: middle;
}

.button-normal-outer {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.12);
    border-radius: 40px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25) inset;
    color: #a6a6a6;
    display: inline-block;
    font-size: 12px;
    height: 36px;
    margin-bottom: 20px;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.button-primary-color.button-normal-outer, 
.portfolio-filter-controls .filter.active 
.button-normal-outer {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.65) inset;
    color: #a6a6a6;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
}
.button-normal-inner {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 30px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.35);
    height: 26px;
    margin-top: 5px;
    padding: 4px 15px 0;
}
.button-primary-color 
.button-normal-inner, 
.portfolio-filter-controls 
.filter.active 
.button-normal-inner {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.35);
}

.default-button {
	background: linear-gradient(to bottom, #FAFAFA 0%, #E5E5E5 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 30px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    color: #737373;
    display: inline-block;
    font-size: 13px !important;
    font-weight: 400;
    border: none;

    padding: 4px 15px;
    text-shadow: 0 1px 0 #FFFFFF;
    transition: all 0.3s ease 0s;
}
.default-button:hover {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
    color: #454545;
    text-decoration: none;
}

.preloader {
	display: block;
	padding: 30px;
	text-align: center;
	color: #cccccc;
	font-size: 54px;
}
#page-preloader {
	height: 80px;
	width: 250px;
	border-radius: 5px;
	position: fixed;
	text-align: center;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -125px;
	background: #444444;
	color: #ffffff;
	opacity: 0.7;
	font-size: 24px;
	line-height: 80px;
	vertical-align: middle;
}
#page-preloader i{
	margin-right: 15px;
}

.grid {
	transition: all 0.75s;
}

/* tables */
table {
  width: 100%;
}
table tbody > tr {
	border-bottom: 1px solid #f0f0f0;
}
table tbody > tr:last-child {
	border-bottom: none;
}
table.order_details th,
table.customer_details th {
  width: 30%;
}
table.order_details td,
table.customer_details td{
  width: 70%;
}
table thead > tr {
	border-bottom: 1px solid #f0f0f0;
}
table thead th,
table thead td {
  font-size: 12px;
  color: #474948;
  //border-bottom: 1px solid #d7d7d7;
  text-transform: uppercase;
}
table thead th {
  font-weight: 600;
}
table thead td {
  font-weight: 400;
}
table thead th,
table tbody th,
table thead td,
table tbody td {
  padding: 10px;
  vertical-align: middle;
}

.shop-table td.name a {
	color: #444444;
	font-weight: 600;
}
.delivery-table td:first-child {
	width: 0.5%;
}
@media (min-width: 992px) {
	table thead th:first-child,
	table tbody th:first-child,
	table thead td:first-child,
	table tbody td:first-child {
	  padding-left: 0;
	}
	table thead th:last-child,
	table tbody th:last-child,
	table thead td:last-child,
	table tbody td:last-child {
	  padding-right: 0;
	}
	.shop-table td.photo {
		width: 1%;
	}
}
@media (max-width: 991px) {
	.shop-table thead {
		display: none;
	}
	.shop-table tr {
		border: 1px solid #e3e3e3;
		border-bottom: 4px solid #e3e3e3;
	    height: auto;
	    overflow: hidden;
	    width: 100%;
	}
	.shop-table td {
		display: block;
		text-align: left;
		width: 100%;
		padding: 10px 10px 10px calc(50% + 10px);
		position: relative;
		border-bottom: 1px solid #f0f0f0;
	}
	.shop-table td:before {
		display: block;
		text-align: left;
		background-color: #f9f9f9;
		position: absolute;
		padding: 10px;
		height: 100%;
		left: 0;
		top:0;
		content: attr(data-title);
		width: 50%;
	}
}

.table-responsive td.name a {
	color: #444444;
	font-weight: 600;
}
@media (min-width: 992px) {
	table tbody tr:hover {
		background: #f8f8f8;
	}
}
@media (max-width: 991px) {
	.table-responsive thead {
		display: none;
	}
	.table-responsive tr {
		border: 1px solid #ddd;
		border-bottom: 4px solid #ddd;
	    height: auto;
	    overflow: hidden;
	    width: 100%;
	}
	.table-responsive td {
		display: block;
		text-align: left;
		width: 100%;
		padding: 10px 10px 10px calc(50% + 10px);
		position: relative;
		border-bottom: 1px solid #ddd;
	}
	.table-responsive td:before {
		display: block;
		text-align: left;
		background-color: #f6f6f6;
		position: absolute;
		padding: 10px;
		height: 100%;
		left: 0;
		top:0;
		content: attr(data-title);
		width: 50%;
	}
	.table-responsive td[data-empty] {
		display: none;
	}
}


.table-row {
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.table-row:first-child {
	border-top: 1px solid #f0f0f0;
	padding-top: 10px;
}

/* padders */
.v-padder-xs {
	padding-top: 20px;
	padding-bottom: 20px;
}
.v-padder-sm {
	padding-top: 30px;
	padding-bottom: 30px;
}
.v-padder-md {
	padding-top: 50px;
	padding-bottom: 50px;
}
.v-padder-lg {
	padding-top: 70px;
	padding-bottom: 70px;
}

.padding-top-xs {
	padding-top: 20px;
}
.padding-top-sm {
	padding-top: 30px;
}
.padding-top-md {
	padding-top: 50px;
}
.padding-top-lg {
	padding-top: 70px;
}

.padding-bottom-xs {
	padding-bottom: 20px;
}
.padding-bottom-sm {
	padding-bottom: 30px;
}
.padding-bottom-md {
	padding-bottom: 50px;
}
.padding-bottom-lg {
	padding-bottom: 70px;
}

/* margins */
.margin-bottom {
	margin-bottom: 20px;
}
.margin-bottom-xs {
	margin-bottom: 20px;
}
.margin-bottom-sm {
	margin-bottom: 30px;
}
.margin-bottom-md {
	margin-bottom: 50px;
}
.margin-bottom-lg {
	margin-bottom: 70px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.margin-bottom-40 {
	margin-bottom: 40px;
}
.margin-bottom-50 {
	margin-bottom: 50px;
}

.margin-top-10 {
	margin-top: 10px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-30 {
	margin-top: 30px;
}
.margin-top-40 {
	margin-top: 40px;
}
.margin-top-50 {
	margin-top: 50px;
}


/* grid */
.extender-5 {margin-left: -5px; margin-right: -5px; }
.extender-10 {margin-left: -10px; margin-right: -10px; }
.extender-15 {margin-left: -15px; margin-right: -15px; }
.extender-20 {margin-left: -20px; margin-right: -20px; }
.extender-25 {margin-left: -25px; margin-right: -25px; }
.extender-30 {margin-left: -30px; margin-right: -30px; }
.extender-35 {margin-left: -35px; margin-right: -35px; }

.thinner-5 {margin-left: 5px; margin-right: 5px; }
.thinner-10 {margin-left: 10px; margin-right: 10px; }
.thinner-15 {margin-left: 15px; margin-right: 15px; }
.thinner-20 {margin-left: 20px; margin-right: 20px; }
.thinner-25 {margin-left: 25px; margin-right: 25px; }
.thinner-30 {margin-left: 30px; margin-right: 30px; }
.thinner-35 {margin-left: 35px; margin-right: 35px; }

.v-extender-5 	{margin-top: -5px;	clear: both;}
.v-extender-10 	{margin-top: -10px;	clear: both;}
.v-extender-15 	{margin-top: -15px;	clear: both;}
.v-extender-20 	{margin-top: -20px;	clear: both;}
.v-extender-25 	{margin-top: -25px;	clear: both;}
.v-extender-30 	{margin-top: -30px;	clear: both;}
.v-extender-35 	{margin-top: -35px;	clear: both;}
.v-extender-40 	{margin-top: -40px;	clear: both;}
.v-extender-45 	{margin-top: -45px;	clear: both;}
.v-extender-50 	{margin-top: -50px;	clear: both;}
.v-extender-55 	{margin-top: -55px;	clear: both;}
.v-extender-60 	{margin-top: -60px;	clear: both;}
.v-extender-65 	{margin-top: -65px;	clear: both;}
.v-extender-70 	{margin-top: -70px;	clear: both;}

.v-extender-5:before 	{content: " "; display: table;}
.v-extender-10:before 	{content: " "; display: table;}
.v-extender-15:before 	{content: " "; display: table;}
.v-extender-20:before 	{content: " "; display: table;}
.v-extender-25:before 	{content: " "; display: table;}
.v-extender-30:before 	{content: " "; display: table;}
.v-extender-35:before 	{content: " "; display: table;}
.v-extender-40:before 	{content: " "; display: table;}
.v-extender-45:before 	{content: " "; display: table;}
.v-extender-50:before 	{content: " "; display: table;}
.v-extender-55:before 	{content: " "; display: table;}
.v-extender-60:before 	{content: " "; display: table;}
.v-extender-65:before 	{content: " "; display: table;}
.v-extender-70:before 	{content: " "; display: table;}

.v-thinner-5 {margin-top: 5px;}
.v-thinner-10 {margin-top: 10px;}
.v-thinner-15 {margin-top: 15px;}
.v-thinner-20 {margin-top: 20px;}
.v-thinner-25 {margin-top: 25px;}
.v-thinner-30 {margin-top: 30px;}
.v-thinner-35 {margin-top: 35px;}
.v-thinner-40 {margin-top: 40px;}
.v-thinner-45 {margin-top: 45px;}
.v-thinner-50 {margin-top: 50px;}
.v-thinner-55 {margin-top: 55px;}
.v-thinner-60 {margin-top: 60px;}
.v-thinner-65 {margin-top: 65px;}
.v-thinner-70 {margin-top: 70px;}

/* anumation delays */
.delay-1 {
	-moz-animation-delay: 0.25s;
	-webkit-animation-delay: 0.25s;
	-o-animation-delay: 0.25s;
}
.delay-2 {
	-moz-animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
}
.delay-3 {
	-moz-animation-delay: 0.75s;
	-webkit-animation-delay: 0.75s;
	-o-animation-delay: 0.75s;
}
.delay-4 {
	-moz-animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-o-animation-delay: 1s;
}
.delay-5 {
	-moz-animation-delay: 1.25s;
	-webkit-animation-delay: 1.25s;
	-o-animation-delay: 1.25s;
}
.delay-6 {
	-moz-animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
}
.delay-7 {
	-moz-animation-delay: 1.75s;
	-webkit-animation-delay: 1.75s;
	-o-animation-delay: 1.75s;
}
.delay-8 {
	-moz-animation-delay: 2s;
	-webkit-animation-delay: 2s;
	-o-animation-delay: 2s;
}

/* bootstrap overrides */
.form-control {
	border-radius: 0px;
    height: auto;
    padding: 10px 15px;
    border: 1px dashed #bbbbbb;
    box-shadow: none !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    color: #444444;
    font-size: 14px;
    margin-bottom: 15px;
    background: transparent;
}
.form-control.unselect {
	color: #999999;
}
.form-control:focus {
  border-color: #F39C12;
  box-shadow: none;
}

.carousel-control.left {
	background: transparent;
}
.carousel-control.right{
	background: transparent;
}

.bootstrap-select > .btn {
	border-radius: 0px;
    height: auto;
    padding: 10px 15px;
    border: 1px dashed #bbbbbb;
    box-shadow: none;
    color: #444444;
    font-weight: 400;
    font-size: 14px;
    background: transparent;
    text-transform: none;
}
.bootstrap-select.open > .btn {
	border-radius: 0px;
    height: auto;
    padding: 10px 15px;
    border: 1px dashed #F39C12;
    box-shadow: none;
    color: #444444;
    font-weight: 400;
    font-size: 14px;
    background: transparent;
    text-transform: none;
}
.bootstrap-select .bootstrap-select-searchbox {
	padding: 15px;
	margin-bottom: 5px;
	border-bottom: 1px solid #f0f0f0;
}
.dropdown-menu > ul > li {
	margin: 0;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #F39C12;
}

.alert {
    border-radius: 2px;
}


/* modal */
.modal-backdrop.in {
    opacity: 0.7;
}
.modal .modal-header {
	padding: 20px;
}
.modal .modal-body {
	padding: 20px;
}
.modal .modal-header h4 {
	font-weight: 400;
}
.modal .modal-content {
	overflow: hidden;
}
.modal .modal-body > *:last-child {
	margin-bottom: 0;
}
.modal .modal-footer {
	margin-top: 0;
	background: #f9f9f9;
	text-align: left;
}

/* fancybox */
.fancy-circle-button {
	color: #999999;
	width: 40px;
    height: 40px;
    display: block;
	background: linear-gradient(to bottom, #FAFAFA 0%, #EBEBEB 100%) repeat scroll 0 0 rgba(255, 255, 255, 1);
	opacity: 1;
    border-radius: 40px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    text-align: center;
    transition: all 0.3s ease 0s;
    
    z-index: 11000;
}
.fancy-circle-button:hover,
.fancybox-nav:hover .fancy-circle-button {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
    color: #454545;
    text-decoration: none;
}
.fancy-circle-button i {
    font-size: 20px;
    text-shadow: 0 1px 0 #FFFFFF;
    line-height: 40px;
    vertical-align: middle;
}
.photo-header {
	display: block;
	margin-bottom: 5px;
}
.photo-description > *:last-child {
	margin-bottom: 0;
}
.fancybox-margin {
	margin-right: 0px !important;
}

/* owl carousel */
.owl-buttons {
	position: absolute;
	right: 0;
	top: -45px;
	padding-right: 15px;
}
.owl-buttons > div {
	content: 'a';
	width: 30px;
	height: 30px;
	line-height: 31px;
	display: inline-block;
	background: #999999;
	color: #ffffff;
	border-radius: 2px;
	font-family: FontAwesome;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s;
}
.owl-buttons > div:hover {
	background: #444;
}
.owl-buttons .owl-prev {
	margin-right: 2px;
}

/* flex slider */
.flexslider {
    background-color: #f6f6f6;
    border: medium none;
    box-shadow: none;
    position: relative;
    z-index: 10;
    margin-bottom: 0;
    overflow: hidden;
    -moz-border-radius: 0;
    -webkit-animation: 0;
    border-radius: 0;
}
.flexslider .flex-control-nav {
    bottom: 15px;
    margin: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 15;
}
.flexslider .flex-control-nav li {
    display: inline-block;
    list-style: none outside none;
    margin: 0 5px;
}
.flexslider .flex-control-nav a {
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #FFFFFF;
    border-radius: 9999px;
    box-shadow: 0 1px 2px rgba(71, 73, 72, 0.5);
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 12px;
    text-decoration: none;
    text-indent: -9999px;
    width: 12px;
}
.flexslider .flex-control-nav a:hover {
	background-color: #dddddd;
}
.flexslider .flex-control-nav a.flex-active {
    background-color: #FFFFFF;
}
.flexslider .flex-direction-nav:before {
    content: "";
    display: block;
}
.flexslider .flex-direction-nav a {
    display: block;
    height: 102px;
    opacity: 0.5;
    text-decoration: none;
    text-indent: -9999px;
    transition: all 200ms ease-in-out 0s;
    width: 55px;
    margin-top: -51px;
    color: rgba(0, 0, 0, 0);
}
.flexslider .flex-direction-nav li:first-child {
    float: left;
    padding-left: 30px;
    padding-right: 0;
}
.flexslider .flex-direction-nav li:first-child a {
    background-image: url("../images/home_slider_prev.png");
}

.flex-direction-nav a.flex-prev:before {
    content: "";
}
.flexslider .flex-direction-nav li:last-child {
    float: right;
    padding-left: 0px;
    padding-right: 30;
}
.flexslider .flex-direction-nav li:last-child a {
    background-image: url("../images/home_slider_next.png");
}
.flex-direction-nav a.flex-next:before {
    content: "";
}

.flexslider .flex-progress {
    background-color: rgba(71, 73, 72, 0.2);
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 20;
}
.flexslider .flex-progress span {
    background-color: #F39C12;
    display: block;
    height: 5px;
    width: 0;
}

.caption {
    background-color: rgba(0, 0, 0, 0);
    bottom: auto;
    font-family: inherit !important;
    margin-top: -85px;
    opacity: 1;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}

.caption h3 {
    //background-color: #fff;
    color: #fff;
    display: inline-block;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
    //opacity:0.8;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
.caption p {
    //background-color: rgba(71, 73, 72, 0.8);
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
.caption .btn {
    border-bottom: medium none !important;
    display: inline-block !important;
}

.caption .btn {
    border-bottom: medium none !important;
    display: inline-block !important;
    margin-right: 3px;
}
.caption .btn:last-child {
    margin-right: 0px;
}
#u-quickpanel-meta {
	z-index: 100000 !important;
}

/* facebook widget*/
.fb_iframe_widget > span {
	width: 100% !important;
}
.fb_iframe_widget > span > iframe {
	width: 100% !important;
}
#category .category-description h1 {
    font-size: 22px;
    padding-bottom:15px;
    padding-top:10px;
    font-weight: 900;
}
#category .category-description h2 {
    font-size: 18px;
    padding-bottom:15px;
    padding-top:10px;
    font-weight: 700;
}
#category .category-description ul {
    list-style: disc;
    padding-left: 30px;
}
.characteristic-link {
    color: #000000;
    text-decoration: underline;
}