/*
CleanSite CMS 2.0
www.szabados.eu
2015 © Szabados Higénia
*/
@import url(http://fonts.googleapis.com/css?family=Oxygen:400,300,700);
body {
	color: #666666;
}
a {
	color: #38b0e3;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.input_error {
	border: 1px solid red !important;
}
.hide_cleansite {
	display:none;
}
.content{
	max-width:1170px; 
	width: 100%;
	padding: 0;
	margin: 30px auto;
}
.basic-button{
	display: block;
	width: 80px;
	height: 30px;
	font-family: 'Arial';
	font-size: 14px;
	text-align: left;
	color: #fff;
	margin-top: 0px;
	text-shadow: none;
	background: url('../img/button-background.png') no-repeat;
	text-align: center;
	line-height: 30px;
}
.blueline{
	background: url('../img/bg-blueline.jpg') no-repeat;
	display: block;
	width: 100%;
	height: 1px;
	position: fixed;
}
.greyline{
	background: url('../img/bg-greyline.png') no-repeat;
	display: block;
	width: 100%;
	height: 5px;
}
.navbar-inverse{
	background-color: #535353;
	border: 0px;
	min-height: 37px;
	border-bottom: 1px solid #888;
}
.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-nav>li.active>a:hover, .navbar-inverse .navbar-nav>li.active>a:focus {
	color: #888;
	font-family: 'Oxygen';
	font-size: 12px;
	padding-bottom: 0;
	padding-top: 0;
	line-height: 37px;
	border-left: 1px solid #5c5c5c;
	border-right: 1px solid #474747;
	margin-top: 1px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li.active>a {
	color: #aaa;
	background-color: transparent;
}

.header{
	margin-top: 38px;
	max-width: 1170px;
	min-height: 125px;
}
.header a.logo{line-height: 125px;}

.header a.logo img{
	width: 100%;
	max-width: 265px;
	height: auto;
	margin-left: 10px;
}
.header #cart .heading {
	float: right;	
	margin-top: 30px;
	margin-bottom: 10px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background: #FFF;
	position: relative;
	z-index: 1;
	width: 100%;
	display: inline-block;
}
.header #cart .heading h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
.header #cart .heading a {
	color: #555;
	text-shadow: 0 1px #fff;
	box-shadow: 0 1px #fff inset;
	text-decoration: none;
	background:#f9f9f9;
	border: solid 1px #ddd;
	padding:8px;
	border-radius:2px;
	line-height: 20px;
	display: block;
}
.header #cart .heading a span {
	padding-right: 4px;
	padding-left: 4px;
	font-size: 11px;
}
.arrow_box {	
	position: relative;	
	background: #0088cc;	
	border-radius:2px;
	color:#fff;
	text-shadow:none;
	font-weight:normal;
	margin-left:10px; 
	padding:3px;
	padding-right:5px;
	padding-left:5px;
	font-size:10px;
	display:inline-block;
	line-height: 10px;
}
.arrow_box:after, 
.arrow_box:before {	

	right: 100%;	
	border: solid transparent;	
	content: " ";	
	height: 0;	
	width: 0;	
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {	
	border-color: rgba(254, 191, 1, 0);	
	border-right-color: #0088cc;	
	border-width: 4px;
	top:0%;	
	margin-top:5px;
}
.header .search_form{
	margin-top: 33px;
}
.header .search_form .custom_btn{
	background: #0088cc;
}
.header p.login{
	margin-top:20px;
	margin-right: 5px;
}
/*navbar2*/
.nav>li {
	cursor: pointer;
}
.navbar2{
	max-width: 1170px;
	margin: 0 auto;
	background: #446cb3;
	border-color: #3d61a0;
	min-height: 40px;
	border-radius: 0px;
}
.navbar2 .container-fluid, .navbar2 .navbar-collapse{
	margin:0;
	padding:0;
}
.navbar2 .navbar-nav>li>a, .navbar2 .profil a{
	color: #fff;
	font-family: 'Oxygen';
	font-size: 14px;
	padding-bottom: 0;
	padding-top: 0;
	line-height: 40px;
	border-left: 1px solid #587cbb;
	border-right: 1px solid #3d61a0;
	margin-top: 1px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.navbar2 .navbar-nav>li>a:hover, .navbar2 .navbar-nav>li.active>a, .navbar-default .navbar-nav>.open>a:hover, .navbar2 .navbar-nav>li.active>a:hover, .navbar2 .navbar-nav>li.active>a:focus, .navbar2 .profil a:hover, .navbar2 .profil a:focus {
	color: #eee;
	background-color: #3d61a0;
	border-left: 1px solid #3d61a0;
	border-right: 1px solid #3d61a0;
}
.navbar-default .navbar-nav>.open>a, .navbar2 .navbar-nav>li>a:focus, .navbar-default .navbar-nav>.open>a:focus {
	color: #fff;
	background-color: #446cb3;
	border-left: 1px solid #587cbb;
	border-right: 1px solid #3d61a0;
}
.navbar-default .navbar-toggle {
	border-color: #fff;
	margin-left: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #3d61a0;
}
.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
margin-right: 0px;
margin-left: 0px;
}
.navbar2 .profil{
	display:none;
}
.navbar2 .profil a{
	display: inline-block;
	margin: 0;
	margin-left: -3px;
	padding: 0px 15px;
	line-height: 50px;
	text-decoration: none;
}
.navbar2 .home-text{
	display: none;
}
.navbar2 .dropdown-menu{
	box-shadow: 0 2px 3px rgba(0,0,0,.175);
	border-color: #3d61a0;
}
.navbar2 .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	color: #3d61a0;
	text-decoration: none;
	background-color: #f5f5f5;
}
.slider{
	max-width: 768px;
	width: 100%;
	height: 320px;
	border: 1px solid #e9e9e9;
	margin: 0 auto;
}
/*carousel*/
.slider .carousel-control {
	position: absolute;
	top: auto;
	bottom: 8px;
	left: auto;
	right: 50px;
	width: 5px;
	filter: alpha(opacity=100);
	opacity: 1;
	background: transparent;
}
.slider .carousel-control.right {
	right: 25px;
}
.slider .carousel-indicators{
	bottom: 8px;
	left: 3px;
	margin: 0px;
	width: auto;
}
.slider .carousel-indicators li {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: transparent);
	background: url('../img/carousel-indicator-passive.png') no-repeat;
	border: 0px;
	border-radius: 0;
}
.slider .carousel-indicators li.active {
	background: url('../img/carousel-indicator-active.png') no-repeat;
	width: 8px;
	height: 8px;
	margin: 1px;
}
.slider .carousel-inner{
	background: url('../img/carousel-background.png') repeat-y;
	max-width: 760px;
	width: 100%;
	height: 280px;
	margin: 3px;
}
.slider .carousel-inner>.item>img {
	/*margin: 15px 15px auto 15px;
	right: 0;
	position: absolute;
	max-width: 85px;
	width: 100%;
	max-height: 255px;
	height: auto;*/
}

.img-slider {
	width: 170px;
	height: 280px;
	overflow: hidden;
	text-align: center;

	
	position:absolute;
	right:0px;
	top:0px;
	border: 1px solid #fff;
	background: #fff;
}

.slider .carousel-caption{
	top:0;
	left: 25px;
	right: auto;
	position: absolute;
}
.slider .carousel-caption h3{
	font-family: 'Arial Narrow';
	font-size: 45px;
	font-weight: 100 !important;
	text-align: left;
	color: #555;
	margin-top: 0px;
	text-shadow: none;
	letter-spacing: 0.005em;
}
.slider .carousel-caption h3 strong{
	font-family: 'Arial';
	font-weight: bold;
	letter-spacing: 0.005em;
}
.slider .carousel-caption h4{
	font-family: 'Arial Narrow';
	font-size: 24px;
	font-weight: 100 !important;
	text-align: left;
	color: #4995e3;
	margin-top: 0px;
	text-shadow: none;
}
.slider .carousel-caption p{
	font-family: 'Arial';
	font-size: 14px;
	text-align: left;
	color: #666;
	margin-top: 0px;
	/*margin-left: 10px;*/
	text-shadow: none;
	max-width: 430px;
	text-align: justify;
}
.slider .carousel-caption .basic-button{
	/*left: 20px;*/
	position: absolute;
	top: 230px;
}
.slider .carousel-price{
	background: url('../img/carousel-price-background.png') no-repeat;
	position: absolute;
	top: 10px;
	left: auto;
	right: 150px;
	display: block;
	width: 92px;
	height: 92px;
	text-align: center;
}
.slider .carousel-price span{
	font-family: 'Arial';
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin: 0 6px;
	text-shadow: none;
	max-width: 80px;
	line-height: 92px;
}
.loginbox{
	min-height: 320px;
	max-width: 400px;
	border-radius: 0px;
	margin: 0 auto;
}
.loginbox .panel-title{
	font-family: arial;
	font-size: 24px;
	font-weight: bold;
	color: #555;
}
.loginbox .small_ed{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	letter-spacing: -0.05em;
}
.loginbox .bold_ed{
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #555;
	letter-spacing: -0.05em;
}
.loginbox .basic-button{
	font-size: 10px;
	line-height: 30px;
	padding: 0 6px;
}
.register{
	min-height: 120px;
	border-radius: 0px;
	margin: 0 auto 25px auto;
}
.register .panel-title{
	font-family: arial;
	font-size: 24px;
	font-weight: bold;
	color: #555;
}
.register .small_ed{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	letter-spacing: -0.05em;
}
.register .bold_ed{
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #555;
	letter-spacing: -0.05em;
}
.register .basic-button{
	font-size: 10px;
	line-height: 30px;
	padding: 0 6px;
}
.register .form-group {
	margin-bottom: 25px;
}
.register .form-group:last-child {
	margin-bottom: 0;
}
.register .panel-heading {
	margin-bottom: 25px;
}
.register .aff {
	margin: 30px 20px 0 0;
	float: left;
}
.register #aff {
	margin-left: 10px;
}
.register .form-group {
  min-height: 35px;
}
/*kategóriák*/
.category .greyline{
	margin-top: 40px;
	margin-bottom: 40px;
}
.category h2{
	text-align: center;
	display: block;
	position: absolute;
	margin: 0 auto;
	max-width: 170px;
	width: 170px;
	height: 33px;
	line-height: 33px;
	left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	font-family: Oxygen;
	font-size: 14px;
	font-weight: bold;
	color: #555;
	background: url('../img/bg-title.png') no-repeat;
}
.category a,
.products a {
	display: block;
	width: 100%;
	min-height: 100px;
	border: 1px solid #e9e9e9;
	text-decoration: none;
}
.category .panel-heading{
	height: 50px;
	padding-top: 0;
	padding-bottom: 0;
}
.category .panel-heading h3{
	line-height: 50px;
	font-family: Oxygen;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 0.075em;
}
.category .panel-body, 
.products .panel-body {
	padding: 4px;
}
.category .panel-body img,
.products .panel-body img {
	height: auto;
	width: 100%;
}
.category .thumbnails .panel-small {
	max-width: 116px;
	max-height: 116px;
	width: 116px;
	height: 116px;
	margin-right: 11px;
	margin-bottom: 11px;
	float: left;
}
.category .thumbnails .panel-small:nth-child(3) {
	margin-right: 0;
}
.category .thumbnails .panel-small .panel-body {
	padding: 2px;
	cursor: pointer;
}
.products .kosarba-small {
	background: url('../img/kosarba-small.png');
	height: 30px;
	width: 56px;
}
.products .panel-footer {
	color: #333333;
	min-height: 60px;
	padding: 5px;
	display: flex;
}
.panel-product {
	height: 305px;
}
.panel-product .panel-body{
	height: 190px;
	text-align:center;
	vertical-align: middle;
	line-height: 180px;
}
.panel-product .panel-body img{
	width: auto;
	height: auto;
}
.panel-product .panel-footer{
	height: 115px;
}
.panel-product .panel-footer .panel-footer-wrapper .text-left .title{
	height: 40px;
}
.panel-product .panel-footer .panel-footer-wrapper .text-left .price{
	height: 25px;
}
.panel-product-description .panel-body{
	text-align: center;
}
.panel-product-description .panel-body img{
	width: auto;
	height: auto;
}

.panel-footer-wrapper {
	float: left;
	clear: both;
	width: 100%;
	height: 100%;
	display: block;
}
.products .panel-footer .pull-left {
	max-width: 65%;
}
.products .panel-footer .title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}
.products .panel-footer .price {
	margin-top: 5px;
}
.products .panel-footer .price .data {
	font-size: 12px;
	float: left;
	
	margin-top: 5px;
	margin-right: 5px;
}
.products .panel-footer .price .value {
	float: left;
	font-size: 18px;
	color: #446cb3;
	font-weight: bold;
}
.products .pull-right {
	margin-top: 10px;
}
.products .panel .pull-right {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.products .panel:hover .pull-right {
	color: #38b0e3;
}
.product_data,
.product_price,
.product_files,
.product_description,
.product_count {
	width: 100%;
	float: left;
}
.product_data .data {
	float: left;
	color: #4482cd;
	width: 100px;
}
.product_data .value {
	color: #999999;
}
.product_separator_line {
	padding-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
	float: left;
	width: 100%;
}
.product_price .glyphicon {
	margin-right: 10px;
	font-size: 14px;
}
.product_price .data {
	float: left;
	color: #666666;
	width: 120px;
	font-size: 18px;
	margin-bottom: 10px;
}
.product_price .value {
	color: #FFFFFF;
	font-size: 18px;
	height: 30px;
	line-height: 20px;
	padding: 5px 10px;
}
.product_price .value:after {
	border-width: 5px;
	margin-top: 10px;
}
.product_comment {
	margin-left: 35px;
	font-style: italic;
	margin-top: 10px;
	float: left;
	font-size: 12px;
}
.product_count .data {
	float: left;
	color: #666666;
	width: 85px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
}
.product_count .counter,
.product_count .count_down,
.product_count .count,
.product_count .count_up {
	float: left;
}
.product_count .count_down,
.product_count .count_up {
	width: 20px;
	height: 40px;
	background: #d1d1d1;
	text-align: center;
	color: #0088cc;
	cursor: pointer;
}
.product_count .count_up {
	font-size: 35px;
	line-height: 40px;
}
.product_count .count_down {
	font-size: 50px;
	line-height: 35px;
}
.product_count .count {
	border: 1px solid #d1d1d1;
	height: 40px;
	width: 63px;
	color: #0088cc;
	text-align: center;
	font-weight: bold;
	font-size: 35px;
	line-height: 40px;
}
.product_count .kosarba {
	background: url('../img/kosarba.png');
	height: 40px;
	width: 170px;
	border: none;
	color: white;
	margin-left: 25px;
}
.product_files .data {
	float: left;
	color: #666666;
	width: 85px;
	margin-bottom: 10px;
}
.product_files .value {
	float: left;
}
.product_files .value .glyphicon {
	color: #666666;
	margin-left: 5px;
}
#messageModal .modal-header {
	background: #ed9c28;
	color: #FFFFFF;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.profile {
	width: 100%;
	border:	5px solid #eeefef;
}
.profile .profile-header {
	width: 100%;
	height: 45px;
	background: #54ace7;
	color: #FFFFFF;
	border: 1px solid #4497cc;
}
.profile .profile-header .profile-header-inner {
	border-top: 1px solid #85c4f1;
	line-height: 45px;
}
.profile .profile-header .profile-header-inner .text {
	font-size: 20px;
}
.profile .profile-content {
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
}
.profile .profile-content .profile-piece {
	border-bottom: 1px solid #d4d4d4;
	height: 45px;
	line-height: 45px;
}
.profile .profile-content .profile-piece.active,
.profile .profile-content .profile-piece:hover {
	background: #f5f5f5;
	cursor: pointer;
}
.profile a.text {
	margin-left: 10px;
	text-decoration: none;
	display: block;
	color: #666666;
}
.profile span.text {
	margin-left: 10px;
}
.profile .glyphicon {
	color: #323232;
	font-size: 15px;
	margin-right: 10px;
}
.contact-form {
	border: 1px solid #eeeeee;
	padding: 15px;
}
.half {
	width: 50%;
}
.half label {
	font-size: 12px;
}
.chapta {
	margin-top: 15px;
}
.btn-primary.submit,
.btn-primary.submit:hover {
	background: url('../img/submit.png') no-repeat;
	width: 101px;
	height: 37px;
	border: none;
	float: right;
	margin-top: 22px;
	line-height: 24px;
}
.loginbox .btn-primary.submit {
	float: left;
}
.map {
	margin-top: 63px;
}
.details {
	border: 1px solid #eeeeee;
}
.gmap {
	width: 100%;
}
address {
	margin-bottom: 5px;
	font-family: "Arial Regular";
}
address span {
	font-family: "Oxygen Regular";
	color: #9f9f9f;
}
/*Footer*/
.footer{
	width: 100%;
	min-height: 333px;
	background: #3b3a3a;
}
.footer .foottop{
	width: 100%;
	height: 50px;
	background: url('../img/bg-foottop.jpg') repeat-x;
}
.footer .footbottom{
	width: 100%;
	height: 50px;
	background: url('../img/bg-footbottom.jpg') repeat-x;
}
.footbar{
	max-width: 1170px;
	padding-top: 10px;
}
.footbar .panel{
	background-color: transparent;
	border: 0px;
	box-shadow: none;
}
.footbar .panel-heading {
	background: transparent;
	border: 0px;
	padding: 0;
}
.footbar .panel-heading h3{
	color: #fff;
	line-height: 12px;
	font-family: Oxygen;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #666;
	padding: 0 5px 5px;
	width: auto;
	display: inline;
	z-index: 1;
}
.footbar .panel-body{
	padding-left: 0;
}
.footbar ul{
	list-style-type: none;
	padding: 0;
}
.footbar li a, .footbar p{
	text-decoration: none;
	font-family: Oxygen;
	font-size: 12px;
	color: #9f9f9f;
	margin-left: 5px;
}
.footbar li img{
	margin-right: 5px;
	height: 12px;
	width: auto;
	margin-top: -3px;
}
.footbar .bullet-big{
	line-height: 35px;
	letter-spacing: 0.2em;
}
.footbar li .bullet-big img{
	margin-right: 10px;
	height: 25px;
	width: auto;
	margin-top: -3px;
}
.footbottom .footcenter{
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}
.footbottom p{
	line-height: 50px;
	margin: 0;
	color: #fff;
	font-size: 12px;
	font-family: Oxygen;
}
.footbottom .arrow_box{
	margin-right: 5px;
	padding: 5px;
	line-height: 10px;
}
.myFooter_content_container .column{
	float: left;
	width: 19.9%;
	min-height: 100px;
}

.myFooter_content_container .column h3{
	border-bottom: solid 1px #222;
	padding-bottom:10.1px;
	font-weight:normal;

}

.myFooter_content_container .column h3 span{
	border-bottom: solid 1px #666;

	padding-bottom:10.1px;

display: inline;

}

.myFooter_content_container .column h3 span:hover{
	border-bottom: solid 1px #446cb3;
}
/*breadcrumb*/

.breadcrumb { 
	color:white;
	list-style: none; 
	overflow: hidden; 
	font: 18px Helvetica, Arial, Sans-Serif;
	padding: 0px;
	margin-bottom: 20px;
	background-color: transparent;
	border-radius: 0px;
}

.breadcrumb .dropdown {
	float: left;
	position: inherit;
}

.breadcrumb .dropdown:first-child {
	width: 104px;
}

.breadcrumb .dropdown a {
	text-decoration: none; 
	padding-top:8px;
	padding-bottom:8px;
	padding-left:25px;
	background: #eee;
	position: relative; 
	display: block;
	float: left;
	color:#666;
	font-size:14px;

}

.breadcrumb .dropdown:first-child a {
	padding-left:25px;
	background:#eee;
	background: rgba(227,227,227,1);

}

.breadcrumb .dropdown:last-child a {
	background: #d0e6ff; 
	color:#446cb3;
}

.breadcrumb .dropdown:last-child a:after {
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;      
	border-bottom: 50px solid transparent;
	border-left: 30px solid #d0e6ff;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2;
}


.breadcrumb .dropdown:first-child a:after {
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;      
	border-bottom: 50px solid transparent;
	border-left: 30px solid #e3e3e3;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2;
}



.breadcrumb .dropdown a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;       
	border-bottom: 50px solid transparent;
	border-left: 30px solid #eee;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}

.breadcrumb .dropdown a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;       
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 2px;
	left: 100%;
	z-index: 1; 
}

.breadcrumb .dropdown:hover a { background: #d0e6ff; color:#446cb3;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.breadcrumb .dropdown:hover a:after { border-left-color: #d0e6ff !important;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}

.breadcrumb .dropdown .dropdown-menu a:after,
.breadcrumb .dropdown .dropdown-menu a:before {
	content: ""; 
	display: block; 
	width: 0; 
	height: 0;
	border: none;
	position: inherit;
	margin-top: 0; 
	margin-left: 0;
	z-index: inherit;
}

.breadcrumb .dropdown .dropdown-menu {
	min-width: 50px;
	margin: 0;
	padding: 0;
	border: none;
	background: white;
	display: none;
}

.breadcrumb .dropdown .dropdown-menu a {
	float: none;
	padding: 0;
	margin: 0;
	height: 30px;
	display: block;
	line-height: 30px;
	text-align: center;
	background: white;
	border: 1px solid #eeeeee;
	border-top: none;
	font-size: 12px;
	color: black;
}

.breadcrumb .dropdown .dropdown-menu a:hover {
	color: #446cb3;
}

.product_title {
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}
.product_title h3,
.product_title h2,
.product_title h1 {
	padding:0px;
	padding-bottom:2px;
	margin:0px;
	border-bottom: solid 2px #eee;
	font-size:20px;
	line-height: 32px;
	font-weight: 300;
	color:#555;

}

.panel-heading h2 {
	padding: 0;
	margin: 0;
}
.form-group.required .control-label:before {
	content:"* ";
	color:red;
}

.product_title h3 span,
.product_title h2 span,
.product_title h1 span{
	padding-bottom:7px;
	border-bottom: solid 2px #54ace7;
}
.category-info p{
	font-size: 16px;
	color: #333;
	padding-left: 10px;
	text-align: justify;
}

.mt0 {
	margin-top: 0!important;
}
.mt20 {
	margin-top: 20px;
}
.ml10 {
	margin-left: 10px;
}
.smaller {
	font-size: 45%;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.nobg {
	background: none;
}
.tordeles {
-ms-word-break: break-all;
     word-break: break-all;

word-break: break-word;	 
	 
-webkit-hyphens: auto;
   -moz-hyphens: auto;
    -ms-hyphens: auto;
        hyphens: auto;
}

/*media screen*/

@media screen and (min-width: 0px) and (max-width: 1200px) {
	.content, .footer{ margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0;}
	.row{margin:0; padding:0;}
	.loginbox{ margin-top: 10px;}
	.category .panel-heading h3{font-size: 16px;}
	.footbar .bullet-big{letter-spacing: 0.15em;}
}
@media screen and (max-width: 767px) {
	.logo{max-width: 265px; margin: 20px auto; display: block;}
    .navbar-inverse {display:none;}
	.navbar2{text-align: center; position: fixed; top: 0; left: auto; right: auto; width: 100%; z-index: 2000;}
	.navbar-nav {margin: 0;}
	.navbar2 .profil{display: block;}
	.slider{display: none;}
	p.login{ text-align: center;}
	.navbar2 .navbar-nav .open .dropdown-menu{text-align: center;}
	.navbar2 .navbar-nav .open .dropdown-menu>li>a {color: #fff;}
	.navbar2 .navbar-nav .open .dropdown-menu>li>a:hover, .navbar2 .navbar-nav .open .dropdown-menu>li>a:focus {color: #3d61a0; background-color: #fff;}
	.navbar2 .home-icon{display: none;}
	.navbar2 .home-text{display: block;}
	.carousel-price{ display: none !important;}
	.footbar .panel{
		max-width: 300px;
		margin: 0 auto;
	}
	.footbottom p{
		text-align: center;
	}
}