/* FONTS
================================================== */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300&subset=latin-ext);


/* BASE
================================================== */

body {
	font-size: 14px;
	line-height: 20px;
	-webkit-font-smoothing: antialiased;
	word-spacing: 0;
	letter-spacing: 0;
	background: #fff;
	color: #5A5A5A;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

body, input, button, textarea {
	font-family: 'Roboto';
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1em;
}

h4{
    margin-top: 20px;
}

p {
	margin: 0 0 20px;
}

a, input, button, textarea {
	-webkit-transition:	all 0.3s;
	-moz-transition:	all 0.3s;
	transition:			all 0.3s;
}

a {
	text-decoration: none !important;
	outline: none !important;
	color: #083b66;
}

a:hover {
	color: #ee312a;
}

img {
	max-width: 100%;
}

/* LAYOUT
================================================== */

/*
	Header
*/

.header {
	background: #fff;
}

.header .logo {
	display: block;
	width: 119px;
	height: 95px;
	margin: 7px 0 15px;
	text-indent: -9999px;
	background: url('images/logo.png');
	-webkit-background-size: 119px 95px;
			background-size: 119px 95px;
}

.top-contact {
	margin: 10px 0 15px -10px;
	font-size: 12px;
    border:1px solid;
    padding:5px;
    border-radius:5px;
    color:#0C66BA;
}

	.top-contact li {
		margin: 0 10px;
		padding: 0;
	}

		.top-contact .fa {
			float: left;
			margin: 0 10px 0 0;
			font-size: 16px;
			line-height: 20px;
		}
	
.top-buttons {
	font-size: 16px;
	margin: 0 0 18px;
	line-height: 24px;
	text-align: right;
}

	.top-buttons > li {
		position: relative;
		padding-right: 15px;
		padding-left: 5px;
	}
	
		.top-buttons > li > .fa {
			position: absolute;
			right: 0;
			top: 50%;
			line-height: 20px;
			margin-top: -10px;
		}
		
		.top-buttons a {
			display: block;
			//color: #3e4d71;
            color:#0C66BA;
		}
		
		.top-buttons a:hover {
			color: #083b66;
		}
		
		.top-buttons > li > a {
			padding: 5px 0;
		}
		
			.top-buttons > li > a > .fa {
				float: left;
				margin: 0 10px 0 0;
				font-size: 24px;
				line-height: 24px;
			}
			
		.top-buttons .submenu {
			position: absolute;
			display: none;
			top: 100%;
			right: 0;
			width: 250px;
			padding: 15px;
			text-align: left;
			font-size: 14px;
			line-height: 20px;
			border: 1px solid #4c5a7c;
			background: #fdfdfd;
			z-index: 999;
			-webkit-border-radius: 5px;
			   -moz-border-radius: 5px;
					border-radius: 5px;
		}
		
		.top-buttons .submenu:before {
			position: absolute;
			content: '';
			top: -6px;
			right: 15px;
			border-right: 6px solid transparent;
			border-bottom: 6px solid #4c5a7c;
			border-left: 6px solid transparent;
		}
		
		.top-buttons > li:hover > .submenu {
			display: block;
		}
		
			.top-buttons .submenu a {
				padding: 5px 0;
			}
			
				.top-buttons .submenu a .fa {
					width: 20px;
					text-align: center;
				}
			
	.top-buttons .cart {
		position: relative;
	}
		
		.top-buttons .cart span {
			position: absolute;
			top: -2px;
			left: 20px;
			width: 16px;
			height: 16px;
			border: 2px solid #FEFDDA;
			font-size: 10px;
			line-height: 12px;
			font-weight: bold;
			text-align: center;
			color: #fff;
			background: #ee312a;
			-webkit-border-radius: 100%;
			   -moz-border-radius: 100%;
					border-radius: 100%;
		}

.top-search {
	/*margin-bottom: 18px;*/
}

/*
	Menu
*/

.nav {
	margin: 0 0 20px;
	background: #083b66;
}

	.nav .menu {
		margin: 0;
		padding: 0;
	}
		
		.nav .menu li {
			padding: 0 ;
		}
		
			.nav .menu li a {
				display: block;
				padding: 10px 15px;
				font-size: 16px;
				line-height: 25px;
				color: white;
			}

			.nav .menu li:hover a,
			.nav .menu li.active a {
				background: #0C66BA;
				color: white;
			}
			
	.nav .category-text {
		position: relative;
		display: block;
		margin: 0;
		padding: 10px 10px 10px 40px;
		font-size: 16px;
		line-height: 25px;
		font-weight: bold;
		color: #3c3100;
		background: #0C66BA;
	}
	
	.nav .category-text:before {
		position: absolute;
		content: '\f03a';
		top: 50%;
		left: 10px;
		width: 20px;
		margin-top: -12px;
		font-family: FontAwesome;
		line-height: 24px;
		font-size: 20px;
		font-weight: normal;
		text-align: center;
	}
	
	.nav .category-text.button {
		display: none;
	}
	
/*
	Footer
*/

.footer {
	margin-top: 30px;
	padding: 20px 0 0;
	font-size: 14px;
	color: #484d6c;
	border-top: 7px solid #858589;
	background: #fff;

}

	.footer a {
		//color: #484d6c;
        color: #0C66BA;
	}

	.footer a:hover {
		color: #083b66;
		
	}

	.footer h4 {
		margin: 0 0 15px;
		font-weight: 700;
	}
	
	.footer ul {
		margin-bottom: 15px;
	}

	.footer li {
		padding: 3px 0;
	}

		.footer li.highlighted a {
			font-weight: 700;
			color: #ff3131;
		}

	.footer-logo {
		display: block;
		width: 191px;
		height: 191px;
		margin: 0 0 15px;
		text-indent: -9999px;
		background: url('images/logo.png');
        background-size: 191px 191px;
	}
	
	.footer .contact {
		font-size: 13px;
	}
		
		.footer .contact li {
			margin-bottom: 8px;
		}
		
			.footer .contact .fa {
				float: left;
				width: 25px;
				margin: 0 5px 0 0;
				text-align: center;
				font-size: 20px;
				line-height: 20px;
			}
		
	.footer .copyright {
		padding: 20px 0 0;
		border-top: 1px solid #858589;
		background-color: #FEFDDA;
	}
	
		.footer .copyright a {
			text-decoration: underline;
		}
	
		.footer .copyright ul,
		.footer .copyright p {
			margin: 0 0 20px;
		}
	
		.footer .copyright li {
			position: relative;
			padding-right: 30px;
		}
		
		.footer .copyright li:before {
			position: absolute;
			content: '\2022';
			top: 50%;
			right: 10px;
			margin-top: -12px;
			font-size: 24px;
			line-height: 1em;
		}
		
		.footer .copyright li:last-child:before {
			display: none;
		}
	
	.footer .scroll-top {
		position: fixed;
		visibility: hidden;
		right: 30px;
		bottom: 30px;
		margin: 0;
		padding: 10px 0;
		font-size: 14px;
		line-height: 25px;
		text-transform: uppercase;
		font-weight: bold;
		//color: #3e4d71;
        color: #0C66BA;
		cursor: pointer;
		opacity: 0;
	}
	
	.footer .scroll-top.active {
		visibility: visible;
		opacity: 1;
	}
	
	.footer .scroll-top:hover {
		color: #083b66;
		opacity: 0.5;
	}
	
		.footer .scroll-top .fa {
			width: 20px;
		}
		
/*
	Sidebar
*/

.sb-box {
	margin-bottom: 20px;
	-webkit-box-shadow: inset hoff voff blur color;
	   -moz-box-shadow: inset hoff voff blur color;
			box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.05);
}

/* Info boxes */

.sidebar .info-list {
	padding: 0 15px;
	border: 1px solid #858589;
	background: #FEFDDA;
}

	.sidebar .info-list ul {
		margin: 0;
	}
	
	.sidebar .info-list li:last-child a {
		border: 0;
	}

	.sidebar .info-list a {
		position: relative;
		display: block;
		padding: 15px 0 15px 55px;
		font-size: 13px;
		border-bottom: 1px solid #858589;
		color: #5d798b;
	}
	
		.sidebar .info-list .fa {
			position: absolute;
			top: 50%;
			left: 0;
			width: 46px;
			height: 46px;
			margin: -23px 0 0;
			line-height: 46px;
			font-size: 20px;
			text-align: center;
			color: #fff;
			background: #a2bdcf;
			-webkit-border-radius: 100%;
			   -moz-border-radius: 100%;
					border-radius: 100%;
		}

		.sidebar .info-list a strong {
			display: block;
			font-size: 15px;
		}
		
.sidebar .info-list.highlighted {
	border-color: #ee312a;
	background: #fff;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
			transition: all 0.3s;
}

.sidebar .info-list.highlighted:hover {
	background: #f6f6f6;
}

	.sidebar .info-list.highlighted a {
		color: #ee312a;
	}
	
	.sidebar .info-list.highlighted .fa {
		background: #ee312a;
	}

/* Categories */

.categories {
	margin-top: -21px;
	padding: 10px 0;
	border: 1px solid #0C66BA;
}

	.categories ul {
		margin: 0 -1px;
	}

	.categories a {
		display: block;
		line-height: 20px;
		color: #3c3100;
	}
	
	.categories .highlighted {
		padding: 0 0 10px;
		margin: 0 15px 10px;
		font-size: 15px;
		border-bottom: 1px solid #eeddaf;
	}
	
		.categories .highlighted a {
			padding: 5px 0;
			color: #ee312a;
		}
		
	.category-list li {
		position: relative;
	}
	
		.category-list a {
			position: relative;
			padding: 5px 15px;
		}
		
		.category-list > li > a {
			border: 1px solid transparent;
		}
		
		.category-list li:hover > a {
			color: #6ba8d1;
			border-color: #a2bdcf;
		}
		
/* SECTIONS & COMPONENTS
================================================== */

.row.gap-10 {
	margin-left: -5px;
	margin-right: -5px;
}

	.row.gap-10 [class*="col-"] {
		padding-left: 5px;
		padding-right: 5px;
	}

/*
	Titles
*/

.section-title {
	margin: 0 0 30px;
	font-weight: bold;
}

.main-title {
	margin: 0 0 30px;
	font-size: 20px;
	font-weight: 700;
}

/*
	Buttons
*/

.btn {
	position: relative;
	background: transparent;
	z-index: 0;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}

.btn:before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 1;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
			transition: all 0.3s;
}

.btn:hover:before {
	/*opacity: 0;*/
}


/* Red */

.btn-red {
	color: #fff;
	border-color:#858589;
    background: #083b66;
}

.btn-red:hover{
    border-color:#858589;
    background:#0C66BA;
    color:#fff;
}

.btn-red:before {
	/*background: #dd2c25;*/
}

/* Blue */

.btn-blue {
	color: #fff;
	border-color: #3e4d71;
    background: #858589;
}

.btn-blue:hover {
	color: #fff; /*#3e4d71*/
    background:#0069D9;
}

.btn-blue:before {
	/*background: #3e4d71;*/
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
	z-index: 1;
}

/*
	Form
*/

label {
	display: block;
	margin: 0;
	padding: 7px 0;
	font-weight: 400;
	line-height: 20px;
}

label.required:after {
	content: ' *';
	color: #ee312a;
}

	label a {
		color: inherit;
		text-decoration: underline !important;
	}
	
.reqired-star {
	color: #ee312a;
}
	
.help-block {
	margin-bottom: 0;
	font-size: 11px;
	color: #5d798b;
}

.form-control,
.form-control:focus {
	border-color: #858589;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

.form-control {
	color: #3e4d71;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}

.form-control.small-padding {
	padding-left: 5px;
	padding-right: 5px;
}

/*
	Breadcrumb
*/

.breadcrumb {
	margin-top: -10px;
	padding: 0 0 10px;
	text-align: right;
	border-bottom: 1px solid #858589;
	background: transparent;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}

	.breadcrumb .fa {
		position: relative;
		top: 1px;
		font-size: 18px;
	}

	.breadcrumb > li {
		position: relative;
	}
	
	.breadcrumb > li + li {
		padding-left: 20px;
	}
	
	.breadcrumb > li + li:before {
		position: absolute;
		content: '';
		top: 6px;
		left: 6px;
		border-top: 4px solid transparent;
		border-left: 6px solid #a2bdcf;
		border-bottom: 4px solid transparent;
	}
	
		.breadcrumb a {
			color: #858589;
		}
		
		.breadcrumb a:hover {
			color: #083b66;
		}
	
/*
	Alert
*/

.alert {
	position: relative;
	padding: 10px 10px 10px 60px;
	margin: 0 0 30px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}

	.alert .icon {
		position: absolute;
		top: 50%;
		left: 10px;
		width: 40px;
		text-align: center;
		margin-top: -18px;
		font-size: 30px;
		line-height: 40px;
	}

.alert-red {
	border-color: #ee312a;
	color: #ee312a;
	background: #ffdbda;
}

/*
	Tooltip
*/

.tooltip-inner {
	width: 200px;
    word-wrap:break-word;
	/*white-space: nowrap;*/
	background-color: #083b66;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}

.tooltip.top .tooltip-arrow		{ border-top-color: #083b66; }
.tooltip.right .tooltip-arrow	{ border-right-color: #083b66; }
.tooltip.bottom .tooltip-arrow	{ border-bottom-color: #083b66; }
.tooltip.left .tooltip-arrow	{ border-left-color: #083b66; }

/*
	Panels
*/

.panel {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	border-color: #c8dae5;
	z-index: 1;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

	.panel .bg-icon {
		position: absolute;
		right: 0;
		bottom: -50px;
		font-size: 250px;
		color: #f6f8fa;
		z-index: -1;
		-webkit-transform: rotate(-20deg);
		   -moz-transform: rotate(-20deg);
				transform: rotate(-20deg);
	}

.panel-head {
	position: relative;
	padding: 10px;
	border-bottom: 1px solid #c8dae5;
	background: #858589;
    color:white;
}

	.panel-head .panel-title {
		font-weight: 700;
	}
	
	.panel-head .fa {
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -12px;
		font-size: 24px;
		color: #a2bdcf;
	}
	
.panel-body > *:last-child {
	margin-bottom: 0;
}

/*
	Slideshow
*/

.slideshow {
	margin: 0 0 30px;
}

/*
	Cart tab
*/

.cart-tab {
	position: fixed;
	display: block;
	top: 30%;
	right: -200px;
	width: 300px;
	height: 70px;
	padding: 0 10px 0 60px;
	color: #fff;
	background: #858589;
	z-index: 100;
}

.cart-tab:hover {
	right: 0;
	color: #fff;
}

	.cart-tab .icon {
		position: absolute;
		display: block;
		width: 60px;
		top: 8px;
		left: 0;
		padding-top: 35px;
		font-size: 13px;
		line-height: 20px;
		font-weight: bold;
		text-align: center;
		background: url('images/icon-cart.png') center top no-repeat;
	}
	
	.cart-tab .count {
		display: block;
		float: left;
		width: 40px;
		line-height: 70px;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}
	
	.cart-tab .text {
		display: block;
		float: left;
		padding: 15px 0 15px 20px;
		line-height: 20px;
		font-size: 14px;
	}

/*
	Products
*/

.product-block {
	position: relative;
	margin-bottom: 30px;
	padding: 10px;
	border: 1px solid #858589;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
			transition: all 0.3s;
}

.product-block:hover {
	border-color: #083b66;
	/*background: #FEFDDA;*/
    box-shadow: 0px 10px 30px 0px #eff1f1;
}

	.product-block .product-badge {
		position: absolute;
		top: -20px;
		right: -20px;
		height: 50px;
		width: 50px;
		line-height: 50px;
		font-size: 20px;
		text-align: center;
		font-weight: 400;
		color: #fff;
		background: #ee312a;
		z-index: 10;
		-webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
		   -moz-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
				box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
		-webkit-border-radius: 100%;
		   -moz-border-radius: 100%;
				border-radius: 100%;
	}

	.product-block figure {
		overflow: hidden;
		height: 140px;
		margin: -10px -10px 10px;
		/*border-bottom: 1px solid #858589;*/
		text-align: center;
		background: #fff;
	}
	
		.product-block figure a {
			display: block;
		}
		
	.product-block .name {
		overflow: hidden;
		height: 55px;
		margin: 0 0 15px;
		font-size: 13px;
	}

		.product-block .name a {
			font-size: 14px;
			line-height: 20px;
			/*border-bottom: 2px solid #bfbeb9;*/
			color: #3c3100;
		}
		
		.product-block .name a:hover {
			border-bottom: 2px solid #083b66;
		}
		
	.product-block .price {
		margin: 0 0 10px;
		color: #3e4d71;
	}
		
		.product-block .price del {
			position: relative;
			text-decoration: none;
		}
		
		.product-block .price del:before {
			position: absolute;
			content: '';
			top: 50%;
			left: 0;
			right: 0;
			height: 2px;
			background: #ee312a;
		}
		
		.product-block .price ins {
			font-size: 16px;
			font-weight: 700;
			text-decoration: none;
		}
		
		.product-block .price ins.red {
			color: #2E6D1A; /*#ee312a;*/
		}
		
		.product-block .price span {
			display: block;
			font-size: 12px;
			color: #6d6d6d;
		}
		
	.product-block .stock {
		margin: 0 0 5px;
		font-size: 12px;
		text-align: right;
	}
	
	.product-block .stock.yes {
		color: #1fbf1f;
	}
	
	.product-block .stock.no {
		color: #ee312a;
	}
	
		.product-block .stock .fa {
			margin-right: 5px;
		}
		
	.product-block .input-group .form-control {
		text-align: center;
		-webkit-border-radius: 2px;
		   -moz-border-radius: 2px;
				border-radius: 2px;
	}
	
	.product-block .input-group-addon {
		border-color: transparent;
		background: transparent;
		padding-left: 3px;
		padding-right: 0;
	}
	
/*
	Search box
*/

.searchbox {
	margin-bottom: 30px;
	padding: 10px;
	border: 1px solid #858589;
	background: #FEFDDA;
}

	.searchbox .input-group-addon {
		border: 0;
		background: transparent;
	}
	
	.searchbox .form-control,
	.searchbox .btn {
		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
				border-radius: 0;
	}
	
	.searchbox label.input-sm {
		padding-left: 0;
		padding-right: 0;
	}
	
		.searchbox label.input-sm input {
			float: left;
			margin: 3px 10px 0 0;
		}
		
/*
	Product sort
*/

.product-sort .title {
	margin: 0 0 20px;
	font-size: 21px;
	line-height: 25px;
}

.product-sort ul {
	margin: 0 0 20px;
}

	.product-sort li {
		padding: 0;
	}

	.product-sort li.margin-right {
		margin-right: 10px;
	}

	.product-sort li.text {
		padding-left: 5px;
		padding-right: 5px;
	}

	.product-sort .button {
		display: inline-block;
		min-width: 30px;
		padding: 0 5px;
		border: 1px solid #dadada;
		line-height: 23px;
		font-weight: bold;
		text-align: center;
		color: #3b4c6f;
	}

	.product-sort a.button:hover,
	.product-sort a.button.active {
		color: #fff;
		border-color: #858589;
		background: #083b66; /*#3b4c6f;*/
	}

/*
	Partners
*/

.partner-list {
	margin: 0 -5px 30px;
}

	.partner-list > li {
		padding: 0 5px;
	}

		.partner-list span {
			display: block;
			margin: 0 0 10px;
			padding: 10px;
			border: 1px solid #858589;
		}
		
/*
	Contact
*/

.contact-list {
	margin: 0 0 30px;
	font-size: 13px;
}

	.contact-list li {
		margin-bottom: 20px;
		min-height: 40px;
		position: relative;
		padding-left: 50px;
	}
	
		.contact-list li .fa {
			position: absolute;
			top: 0;
			left: 0;
			width: 40px;
			height: 40px;
			line-height: 40px;
			font-size: 20px;
			text-align: center;
			color: #fff;
			//background: #3e4d71;
            background: #0C66BA;
			-webkit-border-radius: 100%;
			   -moz-border-radius: 100%;
					border-radius: 100%;
		}
		
		.contact-list li .strong {
			display: block;
			font-size: 14px;
		}
		
/*
	Members
*/

.member {
	margin-top: 30px;
	margin-bottom: 30px;
}

	.member figure {
		overflow: hidden;
		max-width: 100px;
		max-height: 100px;
		border: 2px solid #fff;
		background: #fff;
		-webkit-box-shadow: 0 0 2px #3e4d71;
		   -moz-box-shadow: 0 0 2px #3e4d71;
				box-shadow: 0 0 0 2px #3e4d71;
		-webkit-border-radius: 100%;
		   -moz-border-radius: 100%;
				border-radius: 100%;
	}

		.member figure span {
			padding: 2px;
		}
		
	.member h3 {
		margin: 5px 0;
		font-size: 15px;
		font-weight: 700;
	}

	.member h4 {
		margin: 0 0 10px;
		font-size: 14px;
		font-style: italic;
	}
	
/*
	Cart
*/

.cart-steps {
	position: relative;
	margin: 0 10px 20px 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

	.cart-steps li {
		position: relative;
		display: inline-block;
		width: 25%;
		list-style: none;
		font-size: 14px;
		line-height: 30px;
		color: #a2bdcf;
	}
	
	.cart-steps li:before,
	.cart-steps li:after {
		position: absolute;
		content: '';
		right: -10px;
		top: 0;
		border-top: 25px solid transparent;
		border-bottom: 25px solid transparent;
		
	}
	
	.cart-steps li:before {
		border-left: 10px solid #FEFDDA;
		z-index: 2;
	}
	
	.cart-steps li:after {
		margin-right: -3px;
		border-left: 11px solid #fff;
		z-index: 1;
		-webkit-box-shadow: -2px 0 0 #fff;
		   -moz-box-shadow: -2px 0 0 #fff;
				box-shadow: -2px 0 0 #fff;
	}
		
		.cart-steps li .fa {
			position: relative;
			top: 1px;
			width: 28px;
			height: 28px;
			margin: 0 10px 0 0;
			line-height: 26px;
			font-size: 16px;
			border: 1px solid #dce8ee;
			text-align: center;
			color: #a2bdcf;
			background: #fff;
			-webkit-border-radius: 100%;
			   -moz-border-radius: 100%;
					border-radius: 100%;
		}
		
		.cart-steps li a,
		.cart-steps li span {
			position: relative;
			display: block;
			padding: 10px 5px 9px 15px;
			text-align: center;
			background: #0C66BA; /*#FEFDDA;*/
		}
		
		.cart-steps li a {
			color: inherit;
		}
		
	.cart-steps li.current:before {
		border-left-color: #083b66; /*#769bb2;*/
	}
	.cart-steps li:before {
		border-left-color: #0C66BA; /*#769bb2;*/
	}
	.cart-steps li.current a {
		color: #fff;
		background: #083b66; /*#769bb2;*/
	}
	
	.cart-steps li.back a {
		text-decoration: underline !important;
		color: #fff;
		background: #858589; /*#a2bdcf;*/
	}
	
	.cart-steps li.back:before,
	.cart-steps li.back:after {
		display: none;
	}
	
.cart-items {
	margin: 0 0 30px;
	line-height: 34px;
}

	.cart-items .line {
		padding: 10px 5px;
	}
	
	.cart-items .line.top {
		padding-top: 3px;
		padding-bottom: 3px;
	}

	.cart-items .line:nth-child(odd) {
		background: #083B66;
		color: #fff;
	}
	
		.cart-items .line figure {
			display: inline-block;
			border: 1px solid #cee3ef;
		}

			.cart-items .line figure img {
				/*max-height: 60px;*/
                height:50px;
			}
			
		.cart-items .line .name {
			line-height: 18px;
			font-weight: 700;
		}
		
			.cart-items .line .name a {
				color: inherit;
			}
	
		.cart-items .line .form-control {
			margin-right: 5px;
			padding-left: 3px;
			padding-right: 3px;
			text-align: center;
		}

		.cart-items .line .btn {
			padding-left: 5px;
			padding-right: 5px;
			border: 0;
		}
		
			.cart-items .line .btn .fa {
				font-size: 20px;
			}
		
		.cart-items .line .quantity {
			color: #5d798b;
		}
		
		.cart-items .line .price {
			text-align: right;
		}
		
		.cart-items .line.top .price {
			padding-right: 63px;
		}
		
		.cart-items .line .remove {
			margin-left: 20px;
			color: #ee312a;
		}
		
.cart-info-text {
	font-size: 16px;
}

.cart-sum {
	margin: 0 0 30px;
}
	
	.cart-sum li {
		padding: 10px 0;
		border-bottom: 1px solid #858589;
	}

	.cart-sum li:first-child {
		padding-top: 0;
	}
	
	.cart-sum li:last-child {
		border-bottom: 0;
	}

		.cart-sum li .big {
			font-size: 24px;
			font-weight: 700;
		}
		
/*
	Prouct page
*/

.breadcrumb + .product-page {
	margin-top: -21px;
}

.product-page {
	margin: 0 0 30px;
	border-top: 1px solid #a2bdcf;
	border-bottom: 1px solid #a2bdcf;
}
	
	.product-page h1.main-title {
		margin-bottom: 20px;
		padding: 15px 10px;
		color:#083b66;
	}
	
	.product-page figure {
		border: 1px solid #a2bdcf;
	}
	
		.product-page figure a {
			display: block;
		}
	
	.product-page li {
		margin-bottom: 7px;
	}
	
	.product-page .stock {
		text-align: right;
	}
	
	.product-page .stock.yes {
		color: #1fbf1f;
	}
	
	.product-page .stock.no {
		color: #ee312a;
	}
	
	.product-page form {
		margin: 0 0 20px;
		padding: 10px;
		border:1px solid;
        border-radius:5px;

	}
	
		.product-page .price-text {
			margin-bottom: 10px;
			font-size: 16px;
			font-weight: 700;
		}
		
		.product-page .favourite {
			margin-bottom: 10px;
			text-align: right;
		}

			.product-page .favourite a {
				display: inline-block;
				color: inherit;
			}
			
				.product-page .favourite .fa {
					position: relative;
					top: 2px;
					font-size: 20px;
					color: #083b66;
				}
			
		.product-page .price del {
			position: relative;
			text-decoration: none;
		}
		
		.product-page .price del:before {
			position: absolute;
			content: '';
			top: 50%;
			left: 0;
			right: 0;
			height: 2px;
			background: #ee312a;
		}
		
		.product-page .price ins {
			font-size: 28px;
			font-weight: 700;
			text-decoration: none;
			color: #083b66; /*#ee312a;*/
		}
		
		.product-page .price span {
			display: block;
			margin-top: 5px;
			font-size: 12px;
			color: #a9a9a9;
		}
		
		.product-page .quantity {
			padding-top: 12px;
		}
		
			.product-page .quantity .form-control {
				text-align: center;
			}
			
			.product-page .quantity .input-group-addon {
				border: 0;
				background: transparent;
			}
			
	.product-text {
		margin-top: 20px;
	}
	
/* RESPONSIVE
================================================== */

/*
	Large devices 
*/

@media screen and (min-width: 992px) {
	
	.nav.fixed {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 1001;
	}
	
		.nav.fixed .category-text.title {
			display: none;
		}
		
		.nav.fixed .category-text.button {
			display: block;
		}
		
		.nav.fixed .category-text.button.active:before {
			content: '\f077';
		}
		
	.sidebar {
		display: block !important;
	}
	
		.sb-box.categories.fixed {
			position: fixed;
			display: none;
			width: 263px;
			top: 45px;
			margin-top: 0;
			background: #fff;
			z-index: 1001;
		}
		
		.sidebar.active .sb-box.categories.fixed {
			display: block;
		}
		
		.category-list li.has-submenu > a:after {
			position: absolute;
			visibility: hidden;
			content: '';
			top: 0;
			right: -1px;
			bottom: 0;
			width: 1px;
			height: 100%;
			background: #fff;
			z-index: 101;
			opacity: 0;
			-webkit-transition: all 0.3s;
			   -moz-transition: all 0.3s;
					transition: all 0.3s;
		}
		
		.category-list li.has-submenu:hover > a:after {
			visibility: visible;
			opacity: 1;
		}
		
		.category-list li.has-submenu:after {
			position: absolute;
			content: '';
			top: 12px;
			right: 15px;
			border-top: 4px solid transparent;
			border-bottom: 4px solid transparent;
			border-left: 7px solid #3c3100;
		}
		
		.category-list > li > ul,
		.category-list > li > .megamenu {
			position: absolute;
			visibility: hidden;
			top: 0;
			left: 100%;
			width: 220px;
			border: 1px solid #a2bdcf;
			background: #fff;
			z-index: 100;
			opacity: 0;
			-webkit-transition: all 0.3s;
			   -moz-transition: all 0.3s;
					transition: all 0.3s;
		}
		
		.category-list > li:hover > ul,
		.category-list > li:hover > .megamenu {
			visibility: visible;
			opacity: 1;
		}
		
			.category-list > li > ul > li:first-child {
				margin-top: -1px;
			}
			
				.category-list > li > ul a {
					padding: 6px 20px;
				}
				
		.category-list > li > .megamenu {
			min-width: 500px;
			padding: 20px;
			margin-left: -1px;
		}
		
			.category-list > li > .megamenu h4 {
				position: relative;
				padding: 0 15px;
				z-index: 1;
			}
			
			.category-list > li > .megamenu ul {
				position: relative;
				margin: 0 0 20px;
				z-index: 1;
			}
			
			.category-list > li > .megamenu .bg {
				position: absolute;
				right: -40px;
				bottom: -40px;
				width: 500px;
				height: 300px;
				background-position: right bottom;
				background-repeat: no-repeat;
				z-index: 0;
			}
		
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	
	.sb-box.categories.fixed {
		width: 213px;
	}

}

@media screen and (min-width: 768px) and (max-width: 1200px) {

	.cart-steps li .fa {
		display: none;
	}
	
	.top-buttons {
		font-size: 13px;
	}

}

/*
	Small devices
*/

@media screen and (min-width: 768px) and (max-width: 991px) {
	
	.header .logo {
		width: 130px;
		height: 65px;
		margin: 25px 0;
		-webkit-background-size: 130px 65px;
				background-size: 130px 65px;
	}
	
	.top-contact {
		margin-bottom: 15px;
	}
	
	.nav .menu li a {
		padding-left: 5px;
		padding-right: 5px;
		font-size: 14px;
	}
	
	.top-buttons > li > a > .fa {
		font-size: 14px;
	}

}

@media screen and (max-width: 991px) {
	
	.header {
		padding-bottom: 0 !important;
	}
	
	.nav .category-text.title {
		display: none;
	}
	
	.nav .category-text.button {
		display: block;
	}
	
	.nav .category-text.button.active:before {
		content: '\f00d';
	}
	
	.sidebar {
		display: none;
	}
	
	.sidebar.active {
		display: block;
	}
	
	.category-list ul {
		padding-left: 20px;
	}
	
	.category-list ul ul {
		padding-left: 40px;        
	}	

	.category-list .megamenu {
		padding-left: 20px;
		padding: 0 15px;
	}
	
		.category-list .megamenu ul {
			padding-left: 0;
		}
	
}

/*
	Extra small devices 
*/

@media screen and (max-width: 767px) {
	
	.mobile-menu-button {
		position: absolute;
		top: 15px;
		right: 15px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 20px;
		text-align: center;
		background: #3e4d71;
		z-index: 1001;
	}
	
	.mobile-menu-button,
	.mobile-menu-button:hover,
	.mobile-menu-button:focus {
		color: #fff;
	}
	
	.nav .menu {
		position: fixed;
		visibility: hidden;
		top: 0;
		left: -100%;
		bottom: 0;
		height: 100%;
		width: 70%;
		background: #083b66;
		z-index: 1000;
		opacity: 0;
		-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
				transition: all 0.3s;
		-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
		   -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
				box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	}
	
	.nav .menu.active {
		visibility: visible;
		left: 0;
		opacity: 1;
	}
	
		.nav .menu li {
			display: block;
			border-bottom: 1px solid #0C66BA;
		}
		
	.header .logo {
		width: 80px;
		height: 40px;
		margin: 15px 0;
		-webkit-background-size: 80px 40px;
				background-size: 80px 40px;
	}

	.top-buttons {
		font-size: 14px;
		text-align: center;
	}
	
		.top-buttons a {
			font-size: 13px;
		}
	
		.top-buttons > li > a > .fa {
			font-size: 14px;
		}
	
		.top-buttons .fa {
			font-size: 18px;
		}
		
		.top-buttons .submenu {
			display: none !important;
		}
		
		.top-buttons .cart span {
			left: 15px;
		}
		
	.nav .category-text {
		background: transparent;
	}
	
	.footer-logo {
		width: 95px;
		height: 95px;
		margin: 0 auto 20px;
		-webkit-background-size: 95px 95px;
				background-size: 95px 95px;
	}
		
	.footer .copyright .text-right {
		text-align: left;
	}
	
	.cart-steps li {
		width: 100%;
	}
	
		.cart-steps li a,
		.cart-steps li span {
			text-align: left;
		}
		
	.cart-items .first-part {
		margin-bottom: 10px;
	}
	
	.product-page figure {
		margin-bottom: 20px;
	}
	
	.product-page .stock {
		text-align: left;
	}
	
	.product-page .favourite {
		text-align: left;
	}

	.product-sort .text-right {
		text-align: left;
	}
	
	.product-sort li {
		margin-bottom: 10px;
	}
}

.galleria {
    height:800px;
}

.galLista {
    text-decoration:none;
    display:inline-block;
    border-radius:5px;
    background-color:#5A5E69;
    color:#FFF;
    padding:5px 10px;
    margin: 0 0 10px 10px;
}

#gal .active {
        color:#FDBF1E;        
}

.galLista:hover{
    color:#FDBF1E;
}


.content{
    min-height:200px;
}

.rendelesSikeres
{
    margin-top:40px;
    text-align:center;
}

.rsSor1{
    font-size:34px;
    line-height:60px;
}

.rsSor2{
    font-size:18px;
    line-height:40px;
    margin-bottom:20px;
}

.rendelesBizszam{
    display:inline-block;
    font-weight:bold;
}

sup{
    color:red;
}

.arvlatozasjoga{
    margin-bottom:5px;
    font-size:12px;
    display:inline-block;
    margin-left:15px;
}

.megrendelesAlatt
{
    font-size:12px;
    display:block;
    color:red;
    font-style:normal;
}

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.fixed2{
    height:270px;
    //overflow:hidden;
}

.kotelezo{
    color:red;
    display:inline;
}


/* Outer */
.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
    z-index:9000;
}
 
/* Inner */
.popup-inner {
    max-width:700px;
    width:90%;
    padding:40px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#fff;
}
 
/* Close Button */
.popup-close {
    width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgba(0,0,0,0.8);
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
}
 
.popup-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background:rgba(0,0,0,1);
    text-decoration:none;
}

.termeklistaKedvencekhez
{
    z-index:2;
    position:absolute;
    top:0;
    left:0;    
    font-size:24px;
    width:34px;
    background-color: #0C66BA;
    display:none;
}

.termeklistaKedvencekhez p
{
    font-size:16px;
    color:#000;
    display:inline-block;
}

.termeklistaKedvencekhez i 
{
    color:#fff;
    margin:5px;
    
}

.termeklistaKedvencekhez .torol
{
    color: #dd2c25;
}

.alert-yellow {
    border-color: #f5de93;
    color: #083b66;
    background: #ffffff;
}


.col-sm-3{
    padding-left:10px;
    padding-right:10px;
}

#mennyiseg{
    width:70px;
}

.prefix{
    float:left;
    line-height:1.8;
    margin-right:5px;
}

.termekadatlaplista li{
    border-bottom:1px solid #083b66;
}

.fejlecContact{
    display:block;
    height:20px;
    color:#0C66BA;
}

#sidebar{
    background-color:#FFFFD4;
    border:1px solid #858589;
    padding:5px;
    border-radius:10px;
}

#sidebar a{
    display:block;
    line-height:1.5;
    color:#000;
}

#sidebar a:hover{
    color:#083b66;
}

.szint1{
    margin-left:10px;
}


ol.progress2[data-steps="2"] li { width: 49%; }
ol.progress2[data-steps="3"] li { width: 33%; }
ol.progress2[data-steps="4"] li { width: 24%; }
ol.progress2[data-steps="5"] li { width: 19%; }
ol.progress2[data-steps="6"] li { width: 16%; }
ol.progress2[data-steps="7"] li { width: 14%; }
ol.progress2[data-steps="8"] li { width: 12%; }
ol.progress2[data-steps="9"] li { width: 11%; }

.progress2 {
    width: 100%;
    list-style: none;
    list-style-image: none;
    margin: 20px 20px 20px 20px;
    padding: 0 0 80px 0;
	position: relative;
}

.progress2 li {
    float: left;
    text-align: center;
    position: relative;
}

.progress2 .name {
    display: block;
    vertical-align: bottom;
    text-align: center;
    margin-bottom: 1em;
    color: black;
    opacity: 0.3;
}

.progress2 .step {
    color: black;
    border: 3px solid silver;
    background-color: silver;
    border-radius: 50%;
    line-height: 1.2;
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
    z-index: 0;
}

.progress2 .step span {
    opacity: 0.3;
}

.progress2 .active .name,
.progress2 .active .step span {
    opacity: 1;
}

.progress2 .step:before {
    content: "";
    display: block;
    background-color: silver;
    height: 0.4em;
    width: 50%;
    position: absolute;
    bottom: 0.6em;
    left: 0;
    z-index: -1;
}

.progress2 .step:after {
    content: "";
    display: block;
    background-color: silver;
    height: 0.4em;
    width: 50%;
    position: absolute;
    bottom: 0.6em;
    right: 0;
    z-index: -1;
}

.progress2 li:first-of-type .step:before {
    display: none;
}

.progress2 li:last-of-type .step:after {
    display: none;
}

.progress2 .done .step,
.progress2 .done .step:before,
.progress2 .done .step:after,
.progress2 .active .step,
.progress2 .active .step:before {
    background-color: yellowgreen;
}

.progress2 .done .step,
.progress2 .active .step {
    border: 3px solid yellowgreen;
}

.nar{
	background: #083b66;
    color:#0C66BA;
}


