/* @override
	http://www.enogea.it/web/wp-content/themes/enogea/css/main.css */


	body {
		font-family: 'Open Sans', sans-serif;
		color: #444;
		font-size: 13px;
	}

	* {
/*		-webkit-border-radius: 0 !important;
	    -moz-border-radius: 0 !important;
	    border-radius: 0 !important;
	    -webkit-box-shadow: none !important;
	    -moz-box-shadow: none !important;
	    box-shadow: none !important;
	    -webkit-text-shadow: none !important;
	    -moz-text-shadow: none !important;
	    text-shadow: none !important;*/
	}

	ul, li { padding: 0; margin: 0; list-style: none;}

	img {max-width: 100%;}

	a, button, input {
		transition: all .2s linear;
		-moz-transition: all .2s linear;
		-o-transition: all .2s linear;
		-webkit-transition: all .2s linear;
		text-decoration: none !important;
	}

	img.homeBoxImg {
		width: 90%;
		margin-left: 5%;
		margin-top: 5%;
	}
	a { color: #333; }

	.autore {margin-bottom: 11px; display: block;}

	.btn {
		border: 2px solid transparent;
		font-weight: bold;
		text-transform: uppercase;
		margin: 3px 0;
	}

	.giallo {background: #FFD00F;}
	.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus,
	.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
		background-color: #034582;
	}

	.languageFlags { position: absolute; bottom: 20px; right: 10px;}
	.languageFlags a { padding: 0; margin: 0; background: none !important; }
	.languageFlags img {margin-left: 10px; }

	.breadcrumb>li+li:before{content:"/\00a0";padding:0px;color:#cccccc;}

	.navlinks {
		text-align: center;
	}
	.line-lista h4 {
		min-height:38px;
	}
	.disclaimerStore {
		margin-inline: 15px;
		/* float: left; */
	}
	.distributors {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
		gap: 20px;
		margin-bottom:48px;

		h4{
			display: inline-block;
			position: relative;
			transition: all ease-out .3s;

			&:hover{
				transform: translateY(-3px);
			}

			&:hover::after{
					width:48px;
				}

			&::after {
				content: "";
				position: absolute;
				bottom: 0;
				left: 0;
				width: 32px;
				height: 5px;
				background-color: #FFD00F;
				z-index: -1;
				transition: all ease-out .6s;
			}
		}
	}

	.postExcerpt {
		min-height:72px;
	}
	.comment-body {
		margin-bottom: 20px;
	}
	.comment-body p {
		margin-top: 10px;
	}

	.col-xs-12 { text-align: center;}
	.col-xs-12.store { text-align: center;}
	@media (min-width: 768px) { .col-xs-12 { text-align: left;} }


	.btn-primary { color: #034582; background-color: #fff; border-color: #034582; }
	.btn-default { color: #555; background-color: #fff; border-color: #ddd; }

	.btn-primary:hover, .btn-primary:focus,
	.btn-primary:active, .btn-primary.active,
	.open .dropdown-toggle.btn-primary {
		color: #fff; background-color: #034582; border-color: #034582;
	}

	.btn-default:hover, .btn-default:focus,
	.btn-default:active, .btn-default.active,
	.open .dropdown-toggle.btn-default {
		color: #fff; background-color: #bbb; border-color: #bbb;
	}

	header .logo { text-align: center; padding: 22px 0; position: relative;}

	header .logo a.logoimg {
		width: 212px; height: 55px;
		display: inline-block;
		background-size: 100% 100%;
		text-indent: -9999px;
		text-align: left;
		background-image: url(../img/logo.png);
	}

	.dropheader {
		background: #FFD00F;
		border-bottom: 4px solid #FFD00F;
	}

	.dropheader .container {
		position: relative;
	}

	.dropheader .container .drop-content {
	}

	.dropheader .container .drop-content div.row {
		padding: 15px;
	}

	.dropheader .cart-number {
		position: absolute;
		height: 40px;
		line-height: 40px;
		left: 60px;
		bottom: -44px;
		font-weight: bold;
		width: 20px;
		text-align: center;
		color: #555;
	}

	.dropheader button {
		border: none;
		position: absolute;
		z-index: 999;
		left: 0px;
		bottom: -44px;
		width: 40px;
		height: 40px;
		background: #FFD00F;
		margin-left: 15px;
		color: #fff;
		font-size: 18px;
	}

	header .navbar {
		background: #777777;
		border: none;
		min-height: 42px;
		margin-bottom: 0;
	}

	.navbar-nav {
		margin: 0;
	}

	.navbar-nav .open .dropdown-menu,
	.navbar-nav .dropdown-menu {
		background: #ddd !important;
		border: none;
	}

	header .navbar-collapse {
		max-height: none;
		padding: 0;
		border: none;
	}

	header .navbar-default .navbar-nav > li > a {
		color: #fff;
		padding: 0px 15px;
		border-right: 1px solid #999;
		margin: 0;
		height: 42px;
		line-height: 42px;
	}

	header .navbar-default .navbar-nav > li:last-child > a {
		border-right: none;
	}

	header .navbar-default .navbar-nav > li > a:hover,
	header .navbar-default .navbar-nav > li > a:focus {
		color: #fff;
		background: #666;
		line-height: 42px;
		height: 42px;
		margin: 0;
	}

	header .navbar-default .navbar-nav > .dropdown > a .caret,
	header .navbar-default .navbar-nav > .dropdown > a:hover .caret  {
		border-top-color: #fff;
		border-bottom-color: #fff;
	}
	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:hover,
	.navbar-default .navbar-nav > .open > a:focus {
		border: none !important;
		border-right: 1px solid #999 !important;
		background: #555;
		color: #fff;
	}

	header .navbar-default .navbar-nav > .active > a,
	header .navbar-default .navbar-nav > .active > a:hover,
	header .navbar-default .navbar-nav > .active > a:focus {
		color: #555555;
		background-color: #FFD00F;
		line-height: 42px;
		height: 42px;
		margin: 0;
		border-right: none;
		font-weight: 600;
	}

	header .navbar-form {
		margin: 0 !important;
		border: none !important;
		padding: 0 !important;
	}

	header .navbar-form input[type=text] {
		margin: 0 !important;
		padding: 6px 10px !important;
		background: #777777;
		color: #fff;
		border: none;
		height: 42px;
		line-height: 30px;
		text-align: right;
		outline: none;
		width: 150px;
	}

	header .navbar-form input[type=text]:focus {
		background: #999;
	}

	header .navbar-form button[type=submit] {
		margin: 0 !important;
		padding: 0 10px !important;
		background: #444;
		color: #777;
		border: none;
		height: 42px;
		line-height: 42px;
		width: 42px;
		text-align: right;
		outline: none;
		text-align: center;
		font-size: 18px;
	}

	header .navbar-form button[type=submit]:hover {
		background: #333;
		color: #fff;
	}

	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #dddddd;
	}
	.navbar-default .navbar-toggle {
		border-color: #dddddd;
	}
	.navbar-toggle {
		margin: 0 !important;
		padding: 0 10px !important;
		background: #444;
		color: #ddd;
		border: none;
		height: 42px;
		line-height: 42px;
		width: 42px;
		text-align: right;
		outline: none;
		text-align: center;
		font-size: 18px;
	}

	section.slider { margin-bottom: 30px; padding-bottom: 2px; clear:both;}
	section.newsletterSub { margin-bottom: 30px; border-bottom: 1px solid #ccc; padding-bottom: 2px;}
	section.page-title { margin-bottom: 30px; border-bottom: 1px solid #ccc; padding-bottom: 2px; }
	section.page-title h1 {
		padding: 22px 0 22px 10px; margin: 0; border-bottom: 1px solid #ccc;
		font-weight: 300;
	}

	section.page-title div.share {
		display: inline-block;
		height: 36px; line-height: 36px;
		text-align: right;
		margin: 22px 10px 22px 0;
		float: right;
	}
	section.page-title div.share a {
		display: inline-block;
		height: 36px; width: 36px;
		background-size: 100% 100%;
		line-height: 36px;
		text-align: center;
		background-color: #FFD217;
		color: #fff;
		margin: 0 0 0 6px;
		text-indent: -9999px;
	}

	section.page-title div.share a.fb { background-image: url(../img/fb.png) }
	section.page-title div.share a.rss { background-image: url(../img/rss.png) }
	section.page-title div.share a.twitter { background-image: url(../img/twitter.png) }

	.newsletterSub .row {
		margin: 0;
	}

	.newsletterSub .col-md-4 {min-height: 260px;padding: 0;margin-bottom: 20px;
	}

	.alternate {
		background: #ddd;
/*		background: url(../img/homeMap.jpg) no-repeat;
*/	}

	.homeBox {
/*		width: 90%;
		margin:0 auto;
		float: right;
		min-height: 200px;
		-webkit-box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
/*		background-color: rgb(245, 245, 245);*!/
		/*background-image: linear-gradient(rgb(255, 255, 255), rgb(230, 230, 230));*!/
		background-repeat: repeat-x;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		border-style: solid;
		border-color:rgb(179, 179, 179);
		border-width: 1px;
		float:right;
		box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
		color: rgb(51, 51, 51);*/
		width: 90%;
		margin:0 auto;
		min-height: 290px;
		border: 1px solid #e2e2e2;
		background: #fff;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		box-shadow: 0 2px 2px -1px #aaa;
		-moz-box-shadow: 0 2px 2px -1px #aaa;
		-webkit-box-shadow: 0 2px 2px -1px #aaa;
		background-image: url(http://www.filemaker.com/home/images/12_home/bg_promos_gradient.png);
/*		border-bottom-color: rgb(210, 210, 210);
		border-top-color: rgb(224,224,224);
		border-left-color: rgb(224,224,224);
		border-right-color: rgb(224,224,224);
		border-style: solid;
		border-width: 1px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;*/
		font-size: 12px;
		line-height: 15.600000381469727px;*/

		}

	.homeBox2 {
/*		float: left;
		background-color: rgb(255,255,255);*/
	}
	.titleBox {
		display: block;
		padding: 8px;
/*		color:#ffffff;
		background-color: #034582;*/
		color:#000000;
		text-align: left;
		font-size: 12px;
		width: 180px;
		float: left;
		font-weight: bold;
	}

		.littleTitleBox {
			display: block;
			padding: 0 0 3px 8px;
			color: #e4bb09;
			text-align: left;
			width: 220px;
			float: left;
		}


	.textBox {
		float: left;
		margin-left: 8px;
		text-align: justify;
		padding-right: 8px;
	}
	.textBox a {
		color: #0c5beb;
	}
	.carousel {  border-bottom: 1px solid #ccc; }
	.carousel-control.right,
	.carousel-control.left { background: none;}

	.carousel-control.right {
		width: 80px;
		border: none;
		height: 35px;
		line-height: 35px;
		background: #FFD217;
		text-transform: uppercase;
		color: #444;
		position: absolute;
		right: 0px;
		bottom: 0px; top: auto;
		font-weight: bold;
		opacity: 1;
		font-size: 14px;
	}

	.carousel-indicators {
		bottom: 10px;
	}

	.carousel-indicators .active {
		background: #FFD217;
		width: 12px;
		height: 12px;
		margin: 2px;
		border: 2px solid #FFD217;
	}

	.carousel-indicators li {
		display: inline-block;
		width: 12px;
		height: 12px;
		margin: 2px;
		text-indent: -9999px;
		background: #aaa;
		border-radius: 12px !important;
		cursor: pointer;
		transition: all .2s linear;
		-moz-transition: all .2s linear;
		-o-transition: all .2s linear;
		-webkit-transition: all .2s linear;
		text-decoration: none !important;
		border: 2px solid #fff;
	}

	.post-content {
		margin-bottom: 35px;
	}

	.post-content .data{
		margin-top: 20px;
	}

	.post-content .btn{
		margin-right: 10px;
	}

	.post-content h2{
		padding-top: 0;
		margin-top: 0;
		margin-bottom: 5px;
	}

	.post-padding h3{
		padding-top: 0;
		margin-top: 0;
		margin-bottom: 5px;
		min-height:52px;
	}

	span.amount {
		color: #85ad74;
		font-size: 16px;
	}

	.price span.glyphicon {
		color: #85ad74;
	}

	.box {
		padding-left: 6%;
		margin-bottom: 20px;
	}

	.post-padding {
		padding: 15px 10px;
	}

	.post-padding .btn {
		margin: 0;
	}

	.box .box-header {
		border-top: 7px solid #FFD217;
		text-align: center;
	}

	.box .box-header h4, h2.titoletti {
		display: inline-block;
		background: #777;
		color: #fff;
		text-transform: uppercase;
		padding: 8px 12px;
		font-weight: bold;
		font-size: 15px;
		line-height: 17px;
		margin: 0;
		top: -7px;
		position: relative;
		max-width: 80%;
	}

	h2.titoletti { top: 0px;}
	.disclaimer {font-size:9px;}
	.all-link {
		font-weight: bolder;
		color: #555;
		line-height: 33px;
		display: inline-block;
		height: 33px;
		position: relative;
		float: right;
	}

	#container {
		margin-bottom: 30px;
	}

	.dcsns {
		background: none;
		padding: 0;
	}

	.stream li { border: none }

	.section-text { font-size: 13px;}
	.section-intro {font-size: 12px; font-weight: bold; }

	.thumb-list {
		text-align: center;
	}

	.added_to_cart {
		display: block;
	}

	.lista {
		padding-bottom: 25px !important;
		margin-bottom: 35px !important;
		border-bottom: 4px double #ccc;
	}

	.meta-post {
		text-align: right;
		margin-bottom:20px;
	}
	.meta-post .btn {
		margin-left: 10px;
	}

	.order-container {
		margin-bottom: 18px;
	}

	.data {
		font-weight: 300;
	}

	.post-home {
		padding-bottom: 25px !important;
		margin-bottom: 35px !important;
		border-bottom: 4px double #ccc;
	}

	section.comment {
		padding-top: 15px !important;
		margin-top: 35px !important;
		border-top: 4px double #ccc;
	}

	.text-home {
		margin-top: 15px;
	}

	.avatar {
		float: left;
		margin-right: 10px;
	}

	.woocommerce .related ul.products li.product, .woocommerce-page .related ul.products li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul.products li.product, .woocommerce .related ul li.product, .woocommerce-page .related ul li.product, .woocommerce .upsells.products ul li.product, .woocommerce-page .upsells.products ul li.product {
		width: auto;
	}

	p.form-allowed-tags {
		display: none;
	}

	.lista-home {
		padding-left: 0;
		padding-right: 0;
	}

	.lista .added_to_cart {
		margin: 0 10px;
		display: inline-block;
	}

	.lista img.attachment-shop_catalog  {
		float: left;
		margin-right: 20px;
	}

	.thumbnail {
		border: none;
	}

	span.price {
		display: block;
		margin-bottom: 20px;
	}

	.lista span.price {
		float: right;
		text-align: right;
		line-height: 36px;
	}

	.quantity.buttons_added {
		margin-top: 0px !important;
		margin-right: 10px !important;
		float: none !important;
		display: inline-block !important;
		vertical-align: middle !important;
	}

	.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty {
		height: 36px !important;
		border: 2px solid #ccc !important;
		border-right: 1px solid #ccc !important;
	}

	.woocommerce .quantity .plus, .woocommerce-page .quantity .plus, .woocommerce #content .quantity .plus, .woocommerce-page #content .quantity .plus, .woocommerce .quantity .minus, .woocommerce-page .quantity .minus, .woocommerce #content .quantity .minus, .woocommerce-page #content .quantity .minus {
		height: 18px !important;
	}

	.product {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.woocommerce-ordering {
	}

	.woocommerce-result-count {
		line-height: 34px;
		font-weight: bold;
	}

	#tabprodotto { margin-top: 20px;}
	.nav-tabs { border-bottom: 1px solid #ccc; font-weight: bold; }

	.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
		border: 1px solid #ccc;
		border-bottom-color: transparent;
	}

	.correlati {
		border-top: 1px solid #ccc;
		margin-top: 35px;
	}

	.correlati h2 {
		border-top: 1px solid #ccc;
		margin-top: 2px;
		padding-top: 25px;
	}

	.sidebar .row .col-md-4,
	.sidebar .row .col-sm-6,
	.sidebar .row .col-xs-12 {
		display: block;
		width: 100%;
		text-align: center;
	}

	.products-list {
		text-align: center;
	}

	ul#dcsns-filter {display: none;}

	.lista {
		text-align: left;
	}

	ul.page-numbers{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px;}ul.page-numbers>li{display:inline;}ul.page-numbers>li>a,ul.page-numbers>li>span{position:relative;float:left;padding:6px 12px;line-height:1.428571429;text-decoration:none;background-color:#ffffff;border:1px solid #dddddd;margin-left:-1px;}
ul.page-numbers>li:first-child>a,ul.page-numbers>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px;}
ul.page-numbers>li:last-child>a,ul.page-numbers>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px;}
ul.page-numbers>li>a:hover,ul.page-numbers>li>span:hover,ul.page-numbers>li>a:focus,ul.page-numbers>li>span:focus{background-color:#eeeeee;}
ul.page-numbers>.active>a,ul.page-numbers>.active>span,ul.page-numbers>.active>a:hover,ul.page-numbers>.active>span:hover,ul.page-numbers>.active>a:focus,ul.page-numbers>.active>span:focus{z-index:2;color:#ffffff;background-color:#428bca;border-color:#428bca;cursor:default;}
ul.page-numbers>.disabled>span,ul.page-numbers>.disabled>a,ul.page-numbers>.disabled>a:hover,ul.page-numbers>.disabled>a:focus{color:#999999;background-color:#ffffff;border-color:#dddddd;cursor:not-allowed;}
ul.page-numbers-lg>li>a,ul.page-numbers-lg>li>span{padding:10px 16px;font-size:18px;}
ul.page-numbers-lg>li:first-child>a,ul.page-numbers-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px;}
ul.page-numbers-lg>li:last-child>a,ul.page-numbers-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px;}
ul.page-numbers-sm>li>a,ul.page-numbers-sm>li>span{padding:5px 10px;font-size:12px;}
ul.page-numbers-sm>li:first-child>a,ul.page-numbers-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px;}
ul.page-numbers-sm>li:last-child>a,ul.page-numbers-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px;}

	.label a {
		color: #fff;
	}

	.widefull {
		margin-bottom: 20px;
	}

	.posted_in { font-size: 17px; margin-bottom: 10px;}
	.description p {font-size: 13px; margin-bottom: 10px;}

	footer {
		background: #777777;
		margin-top: 20px;
		font-size: 13px;
	}

	footer .row {
		margin: 0;
	}


	footer .row.shortRow {
		height: 30px;
	}

	footer .row.shortRow h5 {
		margin: 7px 0 3px 0;
		font-weight: 200;
	}


	footer .row.shortRow .col-md-8 h5 {
		color: #FFD217;
		font-weight: 200;
	}


	footer .row.shortRow .col-md-4 {
		height: 30px;
		background-color: #FFD217;
	}

	footer .row.shortRow .col-md-8 {
		height: 30px;
		background-color: #767776;
	}


	footer .row.enfoot {
		background-color: #F4F4F4;
	}

	footer .row.enfoot form {
		color: #000000;
		padding: 15px 25px 35px 0px;
	}
	footer .info {
		background: #FFD217;
		font-size: 13px;
		padding: 15px 25px 35px 25px;
	}

	footer .row.enfoot .info {
		background-color: #F4F4F4;
		font-weight: 200;
	}

	footer .row.enfoot .col-md-6 {
		padding-left:0;
		position: relative;
	}

	footer .info p {
		margin-bottom: 2px;
	}

	footer form {
		color: #fff;
		padding: 15px 25px;
	}

	footer form input[type=text],
	footer form textarea {
		width: 100%;
		border: none;
		padding: 5px 10px;
		margin-bottom: 10px;
		height: 35px;
		line-height: 30px;
	}

	footer form textarea {
		height: 150px;
		resize: none;
		float: left;
	}
	footer form input[type=submit]  {
		width: 80px;
		border: none;
		margin-top: -45px;
		float: right;
		height: 35px;
		line-height: 35px;
		background: #FFD217;
		text-transform: uppercase;
		color: #444;
		right: 15px;
		font-weight: bold;
		font-size: 14px;
	}

	footer form textarea {
		height: 150px;
	}

	footer form a {
		color: #fff;
	}

	footer ul {
		list-style: none;
		margin:0;
		padding: 0;
	}

	footer ul li {
		list-style: none;
		margin:0;
		padding: 0;
	}

	.credits {
		font-size: 9px;
		color: #666666;
		padding: 15px 15px 25px 15px;
	}

	.technopia {
		background-size: 100% 100%;
		width: 61px; height: 10px;
		background-image: url(../img/technopia.png);
		display: inline-block;
	}

	.alert { margin-bottom: 0; text-align: center;}

	.woocommerce-message,
	.woocommerce-message::before,
	.woocommerce-message::after,
	.woocommerce-error,
	.woocommerce-error::before,
	.woocommerce-error::after,
	.woocommerce-info,
	.woocommerce-info::before,
	.woocommerce-info::after {
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
	box-sizing: content-box !important;
	}

	.woocommerce-message,
	.woocommerce-error,
	.woocommerce-info {
	border-width: 7px !important;
	}

	#wp-calendar {
		width: 100%;
	}

	#wp-calendar caption {
		font-weight: bold;
	}


	@media (min-width: 1200px) {
		.container { max-width: 1080px; }
	}

	@media (min-width: 768px) {

		ul li.dropdown:hover > ul.dropdown-menu { display: block; }

	}

	@media (max-width:991px) {

		.box {
			padding-left: 0;
		}

		.navbar-default .navbar-form {
			display: none;
		}

	}

	@media (max-width: 767px) {

		.lista img.attachment-shop_catalog {
			display: inline-block;
			float: none;
		}

		.navbar-default .navbar-form {
			display: inline-block;
		}

		.line-lista, .post-padding, .meta-post {
			text-align: center;
		}

		.meta-post .nocomment { display: none;}

		footer form .col-md-4 {
			margin-top:30px;
		}

		footer form h5:last {
			display: none;
		}

		footer form textarea {
		}

		section.page-title h1 {
			text-align: center;
			border-top: 1px solid #ccc;
			margin-top: 2px;
		}

		section.page-title div.share {
			display: block;
			height: 58px; line-height: 36px;
			text-align: center;
			margin: 22px 0px 0px 0;
			padding-bottom: 22px;
			padding-right: 10px;
			border-bottom: 1px solid #ccc;
			float: none;
		}
		section.page-title div.share a {
			display: inline-block;
			height: 36px; width: 36px;
			background-size: 100% 100%;
			line-height: 36px;
			text-align: center;
			background-color: #FFD217;
			color: #fff;
			margin: 0 0 0 6px;
			text-indent: -9999px;
		}


		footer .row.enfoot .col-md-6 {
			padding-left:24px;
		}
	}

	@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi) {
		header .logo a { background-image: url(../img/logo@2x.png); }
	}


	/* =WordPress Core
	-------------------------------------------------------------- */
	.alignnone {
	    margin: 5px 20px 20px 0;
	}

	.aligncenter,
	div.aligncenter {
	    display: block;
	    margin: 5px auto 5px auto;
	}

	.alignright {
	    float:right;
	    margin: 5px 0 20px 20px;
	}

	.alignleft {
	    float: left;
	    margin: 5px 20px 20px 0;
	}

	.aligncenter {
	    display: block;
	    margin: 5px auto 5px auto;
	}

	a img.alignright {
	    float: right;
	    margin: 5px 0 20px 20px;
	}

	a img.alignnone {
	    margin: 5px 20px 20px 0;
	}

	a img.alignleft {
	    float: left;
	    margin: 5px 20px 20px 0;
	}

	a img.aligncenter {
	    display: block;
	    margin-left: auto;
	    margin-right: auto
	}

	.wp-caption {
	    background: #fff;
	    border: 1px solid #f0f0f0;
	    max-width: 96%; /* Image does not overflow the content area */
	    padding: 5px 3px 10px;
	    text-align: center;
	}

	.wp-caption.alignnone {
	    margin: 5px 20px 20px 0;
	}

	.wp-caption.alignleft {
	    margin: 5px 20px 20px 0;
	}

	.wp-caption.alignright {
	    margin: 5px 0 20px 20px;
	}

	.wp-caption img {
	    border: 0 none;
	    height: auto;
	    margin: 0;
	    max-width: 98.5%;
	    padding: 0;
	    width: auto;
	}

	.wp-caption p.wp-caption-text {
	    font-size: 11px;
	    line-height: 17px;
	    margin: 0;
	    padding: 0 4px 5px;
	}

	.quicklink {
		font-weight: bold;
		color: #aaa;
	}

	.quicklink a {
		color: #444;
		margin: 0px;
		display: inline-block;
	}

	input.ckpv {
    float: left;
    margin-right: 10px;
	}

	.dtp{
		display: block;
		margin: 18px auto;
	}

	.mbl{
		display: none;
		margin: 12px auto;
	}

@media screen and (max-width: 479px) {
	.dtp{display: none;}
	.mbl{display: block;}
}
