* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Ubuntu', sans-serif;
    font-size:16px;
    color:#282828;
    background:#fff;
}

.wrapper {
    position:relative;
    margin:0 auto;
    height:inherit;
}

#head .logo,
#footer .logo {
    position:absolute;
}

#head .oez {
    position:absolute;
}

#head .name,
#footer .name {
    position:absolute;
    text-transform:uppercase;
    font-weight:700;
    border-right:2px solid #8dc63f;
}

#head .phone,
#footer .phone {
    position:absolute;
    font-weight:500;
}

#head .email,
#footer .email {
    position:absolute;
    font-weight:500;
    text-decoration:none;
    border-bottom:1px solid #8dc63f;
    color:#282828;
}

#head .email:hover,
#footer .email:hover {
    border:none;
}

#head .recall {
    position:absolute;
}

#head .hamb {
    display:none;
}

#menu {
    background:#575650;
}

#menu ul,
#footer ul {
    list-style:none;
    font-size:0;
    text-align:center;
}

#menu ul li,
#footer ul li {
    display:inline-block;
}

#menu ul li.recall {
    display:none;
}

#menu ul li a,
#footer ul li a {
    text-transform:uppercase;
    font-weight:700;
    color:#fff;
    text-decoration:none;
    display:block;
}

#menu ul li a:hover {
    background:#8dc63f;
}

#footer ul li a:hover {
    background:#3a3935;
}

#menu ul li.active a {
    background:#66a90b !important;
}

#footer ul li.active a {
    background:#3a3935;
}


#footer {
    background:#575650;
    margin-top:40px;
}

#footer .menu {
    border-bottom:1px solid #474642;
    position:relative;
}

#footer .footer {
    border-bottom:1px solid #474642;
    position:relative;
}

#footer .address {
    position:relative;
    color:#fff;
    font-size:13px;
}

#footer .copy {
    position:relative;
    font-size:14px;
    color:#7f7d74;
    height:55px;
}

#footer .copyright {    
    position:absolute;    
}

#footer .wbmedia {
    position:absolute;
    vertical-align:middle;
    height:25px;
}

#footer .wbmedia a {
    display:inline-block;
    vertical-align:middle;
    margin-left:20px;    
}

#slider {
    position:relative;
}

#slider .item {
    width:100%;
    background-repeat:no-repeat;
    background-position:50% 50%;
}

#slider .slick-arrow {
    position:absolute;
    left:50%;
    width:44px;
    height:44px;
    border:none;
    font-size:0;
    cursor:pointer;
    z-index:8;
    outline:none;
    background-color:transparent;
}

#slider .slick-arrow.slick-prev {
    background:url('../images/a-l.png') no-repeat;
}

#slider .slick-arrow.slick-prev:hover {
    background:url('../images/a-l-h.png') no-repeat;
}

#slider .slick-arrow.slick-next {
    background:url('../images/a-r.png') no-repeat;
}

#slider .slick-arrow.slick-next:hover {
    background:url('../images/a-r-h.png') no-repeat;
}

#slider ul.slick-dots {
   text-align:center;
   width:100%;
   list-style:none;
   font-size:0;
   position:relative;
   z-index:8;
}

#slider ul.slick-dots li {
    display:inline-block;
    margin-left:10px;
}

#slider ul.slick-dots li:nth-child(1) {
    margin-left:0;
}

#slider ul.slick-dots button {
    border:none;
    outline:none;
    width:13px;
    height:13px;
    cursor:pointer;
    background-image:url('../images/points.png');
    background-repeat:no-repeat;
    background-position:-25px 0;
    background-color:transparent;
    font-size:0;
}

#slider ul.slick-dots .slick-active button {
     background-position:0 0;
}

#proizvodstvo {
    background:#ededed;
}

#proizvodstvo .caption {
    font-weight:500;
    text-align:center;
}

#proizvodstvo .format,
#proizvodstvo .plotnost {
    font-size:14px;
    padding-left:40px;
    width:105px;
}

#proizvodstvo .format {
    background:url('../images/format.png') 0 50% no-repeat;
}

#proizvodstvo .plotnost {
    background:url('../images/plotnost.png') 0 50% no-repeat;
}

#proizvodstvo .format span,
#proizvodstvo .plotnost span {
    display:block;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:8px;
}

#proizvodstvo .block {
    background:#fff;
}

#proizvodstvo .label {
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
}

#proizvodstvo .shema {
    font-size:0;
}

#proizvodstvo .more .button {   
    text-align:left !important;
    background-image:url('../images/button-more.png');
    background-repeat:no-repeat;
}

#sotrudnichestvo {
    background:url('../images/pattern.jpg');
    padding:30px 0;
}

#sotrudnichestvo .caption {
    display:inline-block;
    color:#fff;
    font-weight:500;
    vertical-align:middle;
    text-transform:uppercase;
}

#sotrudnichestvo .button {
    background-image:url('../images/button-hands.png');
    background-repeat:no-repeat;
    text-align:left !important;
    vertical-align:middle;
}

#lider .caption {
    font-weight:500;
}

#lider .button {
    width:170px;
    height:55px;
    line-height:55px;
    margin-top:10px;
}





#preimuschestva .caption {
    font-weight:500;
    text-align:center;
}

#preimuschestva .item {
    background-color:#eef7e2;
    background-repeat:no-repeat;
}

#preimuschestva .item:nth-child(1) {
    background-image:url('../images/preim1.png');
}

#preimuschestva .item:nth-child(2) {
    background-image:url('../images/preim2.png');
}

#preimuschestva .item:nth-child(3) {
    background-image:url('../images/preim3.png');
}

#preimuschestva .item:nth-child(4) {
    background-image:url('../images/preim4.png');
}

#preimuschestva .label {
    font-weight:500;
}



#about .block .button {
    background-image:url('../images/button-hands.png');
    background-repeat:no-repeat;
    text-align:left !important;
    vertical-align:middle;
}

#about .right .block {
    background:url('../images/pattern.jpg');
    color:#fff;
    position:relative;
}

#about .right .block ul {
    list-style:none;
}

#about .right .block ul li {
    font-weight:700;
    font-size:14px;
    text-transform:uppercase;
    background:url('../images/li1.png') no-repeat;
    margin-bottom:25px;
}

#postavschikam .right .block {
    background:url('../images/pattern.jpg');
    color:#fff;
    position:relative;
    text-align:center;
}

/*#postavschikam .right .block::before {
    content:'';
    display:block;
    width:36px;
    height:36px;
    background:url('../images/quest.png') no-repeat;
    position:absolute;    
}*/

#postavschikam .right .block .caption {
    font-weight:500;    
    text-transform:uppercase;
    margin-bottom:20px;
}

#postavschikam .right .block a {
    font-weight:700;
    text-transform:uppercase;
    color:#282828;
    text-decoration:none;
    border-bottom:2px solid #8dc63f;
}

#postavschikam .right .block a:hover {
    border-color:transparent;
}

#postavschikam .page-content table .c7 a {
    color:#8dc63f;
    text-decoration:none;
    border-bottom:1px solid #8dc63f;
}

#postavschikam .page-content table .c7 a:hover {
    border-color:transparent;
}





#produkciya .products {
    background:url('../images/prod.jpg') no-repeat;
    position:relative;
}

#produkciya .products .caption {
    font-weight:500;
    color:#fff;
    position:absolute;
}

#produkciya .products .format,
#produkciya .products .plotnost {
    font-size:14px;
    padding-left:40px;
    width:105px;
}

#produkciya .products .format {
    background:url('../images/format.png') 0 50% no-repeat;
}

#produkciya .products .plotnost {
    background:url('../images/plotnost.png') 0 50% no-repeat;
}

#produkciya .products .format span,
#produkciya .products .plotnost span {
    display:block;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:8px;
}

#produkciya .products .block {
    background:url('../images/pattern.jpg');
    color:#fff;
    position:absolute;
    left:0;
}

#produkciya .products .label {
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
}

#produkciya .products .button {
    padding:10px 20px;
    font-size:14px !important;
    position:absolute;
}





#kontakty .contacts {
    background:#8dc63f;
    color:#fff;
    position:relative;
    box-shadow:0 0 20px rgba(0,0,0,0.2);
    z-index:3;
}

#kontakty .oez {
    background:#fff url('../images/oez.png') 50% 50% no-repeat;
    position:absolute;
}

#kontakty .address {
    background:url('../images/address.png') no-repeat;
    font-weight:500;
    position:absolute;
}

#kontakty .phone {
    background:url('../images/phone.png') no-repeat;
    font-weight:700;
    position:absolute;
}

#kontakty .email {
    background:url('../images/email.png') no-repeat;
    font-weight:500;
    position:absolute;
}

#kontakty .email a {
    color:#fff;
    text-decoration:underline;
}

#kontakty .email a:hover {
    text-decoration:none;
}

#kontakty .map {
    height:500px;
}

#kontakty .req {
    width:100%;
    height:50px;
    line-height:50px;
    background:url('../images/pattern.jpg');
    text-align:center;
    font-size:18px;
    box-shadow:0 0 20px rgba(0,0,0,0.2);
    position:relative;
    z-index:2;
}

#kontakty .req a {
    color:#fff;
    text-decoration:underline;
}

#kontakty .req a:hover {
    text-decoration:none;
}

.page .page-title,
.page .page-title h1 {
    font-weight:500;
}

.page .page-content {
    font-size:16px;
    line-height:22px;
}

.page .page-content p,
.page .page-content ul {
    margin-bottom:24px;
}

.page .page-content ul {
    list-style:none;
}

.page .page-content ul li {
    padding-left:35px;
    background:url('../images/li2.png') 0 6px no-repeat;
    margin-bottom:10px;
}

.page blockquote {
    border-top:2px solid #8dc63f;
    border-bottom:2px solid #8dc63f;
    font-weight:700;
    font-style:italic;
    line-height:normal;
    background-image:url('../images/quot.png');
    background-repeat:no-repeat;
}

.page .page-content table {
    margin-bottom:24px;
    border-collapse:collapse;
    width:100%;
    line-height:normal;
}

.page .page-content table th {
    background:#8dc63f;
    font-weight:700;
    color:#fff;
    text-align:left;
    vertical-align:middle;
}

.page .page-content table td {   
    border-bottom:1px solid #ebebeb;
    background:#f7f7f7;
}

.page .page-content h2 {
    font-weight:500;
    font-size:20px;
    margin-bottom:24px;
}

.page .page-content :last-child {
    margin-bottom:0;
}

.breadcrumbs {
    color:#8dc63f;
    font-size:13px;
}

.breadcrumbs a {
    color:#8dc63f;
    text-decoration:underline;
    position:relative;
    margin-right:40px;
}

.breadcrumbs a::after {
    content:'';
    display:block;
    position:absolute;
    background:url('../images/li2.png') no-repeat;
    width:7px;
    height:7px;
    background-size:contain;
    top:5px;
    right:-26px;
    
}

.breadcrumbs a:hover {
    text-decoration:none;
}

.button {
    background-color:#8dc63f;
    color:#fff;
    text-decoration:none;
    display:inline-block;
    text-transform:uppercase;
    outline:none;
    border:none;
    text-align:center;
    cursor:pointer;
    font-weight:700;
}

.button:hover {
    background-color:#66a90b;
}

.cols::after {
    display:block;
    font-size:0;
    content:'';
    clear:both;
}

.cols .col {
    float:left;
}

.form {
    background:#8dc63f;
}

.form input[type=text],
.form textarea {
    border:2px solid #73aa27;
    color:#fff;
    font-family: 'Ubuntu', sans-serif;
    background:#8dc63f;
    outline:none;    
}

.form textarea {
    resize:none;
}

.form input[type=checkbox] {
   width:18px;
   height:18px;
   display:inline-block;
   vertical-align:middle;
   outline:none;
}

.form label {
    color:#fff;
    font-size:14px;
    margin-left:10px;
    display:inline-block;
    vertical-align:middle;
}

.form .caption {
    font-weight:500;
    color:#fff;
    text-align:center;
}

.form .row {
    margin-bottom:15px;
}

.form .row:last-child {
    margin-bottom:0;
}

.form .button {
    background:#fff;
    color:#575650;
}

.form .button:hover {
    background:#e3e2e2;
}

.overlay {
    position:fixed;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background:rgba(0,0,0,0.8);
    z-index:999;
    display:none;
}

.overlay .window {
    width:422px;
    padding:39px;
    background:#8dc63f;
    left:50%;
    top:50px;
    margin-left:-250px;
    position:absolute;
}

.overlay .close {
    width:32px;
    height:32px;
    background:#fff url('../images/close.png') 50% 50% no-repeat;
    background-size:50% 50%;
    position:absolute;
    top:10px;
    right:10px;
    border-radius:32px;
    display:block;
}

.overlay .caption {
    font-size:28px;
    margin-bottom:30px;
    font-weight:500;
    color:#fff;
    text-align:center;
}

.overlay .subcaption {
    font-size:16px;
    margin-bottom:20px;
    margin-top:-25px;
    font-weight:500;
    color:#fff;
    text-align:center;
}

.overlay .form input[type=text],
.overlay .form textarea {
    width:385px;
}

.overlay .form .col {
    margin-bottom:15px;
}

.overlay .form .col:last-child {
    margin-bottom:0;
}

.overlay .button {
    width:422px !important;    
}

.dopphone span {
    display:inline-block;
    width:120px;
}



body:after{
    display:none;
    content: url('../images/a-r.png')
             url('../images/a-l.png')
             url('../images/a-r-h.png')
             url('../images/a-l-h.png');
}




#produkciya-inner{
	
}
#produkciya-inner .left{
	width:570px;
	margin-right:30px;	
}
#produkciya-inner .right{
	width:570px;
	height:540px;	
    background-size: cover;
    background-position: center center;
	overflow: hidden;
}
#produkciya-inner .right.bg-corrugated-paper{
	background-image: url(../images/corrugated_paper.jpg);
	margin-top: -164px;	
}
#produkciya-inner .right.bg-cardboard-for-flat-layers{
	background-image: url(../images/cardboard_for_flat_layers.jpg);	
	margin-top: -164px;
}
#produkciya-inner .right.bg-wrapping-paper{
	background-image: url(../images/wrapping_paper.jpg);	
	margin-top: -164px;
}
#produkciya-inner .product-ty{
	color: #8dc63f;
    font-size: 24px;
    margin-bottom: 50px;
	margin-top: 17px;
}
.open-free-form-order:hover{
	text-decoration:none;
}
#produkciya-inner .product-mark{
margin-bottom: 21px;	
}
#produkciya-inner .product-mark strong{
	font-size: 20px;
	font-weight: 500;
    margin-right: 15px;	
}
#produkciya-inner .product-desc{
margin-bottom: 21px;	
}
#produkciya-inner .product-desc strong{
	font-size: 20px;
    font-weight: 500;
    margin-right: 15px;
    margin-bottom: 9px;
    position: relative;
    display: block;	
}
#produkciya-inner .product-pt{
margin-bottom: 9px;	
}
#produkciya-inner .product-pt strong{
	font-size: 20px;
	font-weight: 500;	
    margin-right: 15px;	
}

#produkciya-inner .right img{
	width:100%;
	height:auto;
}

#produkciya-inner .table-products-cnt{
	margin-top: 25px;	
	margin-bottom: 15px;
}
#produkciya-inner .table-products-cnt p{
	font-size: 20px;
	font-weight: 500;
    margin-bottom: 15px;	
}
#produkciya-inner .table-products-cnt table.products{
	width:100%;
    border: 0;
    border-spacing: 0;	
}
#produkciya-inner .table-products-cnt table.products th{
	color:#FFF;
	background:#8dc63f;
	font-size:16px;
	padding: 15px 15px;
}
#produkciya-inner .table-products-cnt table.products td{
	color:#282828;
	font-size:16px;
	padding: 15px 15px;
	border-top: 1px solid #cccccc;
}
#produkciya-inner .table-products-cnt table.products th:nth-child(1),#produkciya-inner .table-products-cnt table.products td:nth-child(1){
	width:70px;
	text-align:center;
	box-sizing: border-box;
}
#produkciya-inner .table-products-cnt table.products th:nth-child(2),#produkciya-inner .table-products-cnt table.products td:nth-child(2){
	box-sizing: border-box;
	padding: 15px 50px;
}
#produkciya-inner .table-products-cnt table.products th:nth-child(3),#produkciya-inner .table-products-cnt table.products td:nth-child(3){
	width:170px;
	text-align:center;
	
}
#produkciya-inner .table-products-cnt table.products th:nth-child(4),#produkciya-inner .table-products-cnt table.products td:nth-child(4){
	width:170px;
	text-align:center;
	
}
#produkciya-inner .table-products-cnt table.products th:nth-child(5),#produkciya-inner .table-products-cnt table.products td:nth-child(5){
	width:170px;
	text-align:center;
	
}
div.btn-cnt-right{
	text-align:right;
}
div.send-req-free{
    margin-bottom: 150px;
}
div.send-req-free a{
	color:#8dc63f;
	font-size:16px;
	font-weight: 500;
}
div.btn-cnt-right{
    margin-top: 27px;
    margin-bottom: 27px;	
}
div.checkbox{
	position:relative;
	width:16px;
	height:16px;
    margin: 0 auto;
	border:1px solid #8dc63f;	
	box-sizing:border-box;
	cursor:pointer;	
	z-index: 9;		
}
.show-form-order{
	padding: 18px 28px;
}
div.checkbox:hover{
	background:#8dc63f;
}
div.checkbox.active:hover{
	background:#FFF;	
}
div.checkbox.active::before{
	content:"";
	background:url('/images/cha.png') center center no-repeat;
	width:14px;
	height:16px;
	position:absolute;
	left: 0px;
    bottom: -1px;
    z-index: 10;	
}

.popup{
	display:none;
	position: absolute;
    width: 100%;
    height: auto;
	z-index:1000;
	margin:0 auto;
}
#form-order.popup{
	width:770px;
}
.popup .close {
	position: absolute;
    right: 53px;
    top: 50px;
    width: 18px;
    height: 18px;
    opacity: 0.3;
}
.popup .close:hover {
	opacity: 1;
}
.popup .close:before, .popup .close:after {
	position: absolute;
    left: 8px;
    content: ' ';
    height: 23px;
    width: 2px;
    background-color: #575650;
    top: -2px;
}
.popup .close:before {
	transform: rotate(45deg);
}
.popup .close:after {
	transform: rotate(-45deg);
}

.popup-wrap{
	width: 100%;
    margin: 0 auto;
    background: #FFF;
    position: relative;
    padding: 50px 70px;
    box-sizing: border-box;
}
.popup-wrap .row{
	padding: 0px 30px;
}
.popup-wrap  .row.table-select-products{
		padding: 0px 0px;
}
.popup-wrap .caption{
	color: #575650;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    font-weight: bold;
    margin-top: 32px;
    margin-bottom: 22px;
}
.popup-wrap label{
	color: #575650;
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 4px;
    position: relative;
    display: block;
	font-weight: 500;
}
.popup-wrap .ctr label{
	display:inline-block;
	color:#282828;	
}

.popup-wrap input[type='text'],.popup-wrap textarea{
	display: block;
    width: 100%;
    border: 1px #575650 solid;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    padding: 13px 20px;
	margin-bottom: 17px;
}
.popup-wrap textarea{
	height: 200px;
    max-width: 571px;
}


.popup-wrap .col-flex{
	display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;	
}
.popup-wrap .col-flex .col{
	width: 270px;
}
.popup-wrap .submit-btn-order{
    padding: 20px 95px;
    width: 272px;
    padding: 19px 95px;
    float: left;	
}

.popup-wrap p.txt{
	margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
	color:#282828;	
}

.popup-wrap .table-select-products{
    margin-bottom: 40px;	
}
.popup-wrap .table-select-products p{
	Color:#575650;
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;	
	padding:0 30px;
}
.popup-wrap .table-select-products table{
    border: 0;
    border-spacing: 0;	
} 
.cl{display: block;
    width: 100%;
    position: relative;
    clear: both;}
.popup-wrap .table-select-products table tr th{
	font-size: 16px;
    line-height: 22px;
	Color:#575650;
	text-align:left;
	padding: 15px 30px;
}
.popup-wrap .table-select-products table tr td{
    padding: 8px 30px;
	color:#282828;	
	font-size: 16px;
    line-height: 22px;
	border-top:1px #CCC solid;
}

.popup-wrap .table-select-products table tr:hover td{
	color:#8dc63f;
}
.popup-wrap .table-select-products table tr td:last-child{
	text-align:right;
}

.popup-wrap .table-select-products .product-delete {
	position: relative;
    right: 0px;
    top: 0px;
    width: 12px;
    height: 12px;
    opacity: 1;
	cursor:pointer;
	display: inline-block;
}
.popup-wrap .table-select-products .product-delete:hover {
	opacity: 1;
	
}
.popup-wrap .table-select-products .product-delete:before,.popup-wrap .table-select-products .product-delete:after {
	position: absolute;
    left: 5px;
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: #575650;
    top: -1px;
}

.popup-wrap .table-select-products tr:hover .product-delete:before,.popup-wrap .table-select-products tr:hover .product-delete:after {
	background-color: #8dc63f;
}
.popup-wrap .table-select-products .product-delete:before {
	transform: rotate(45deg);
}
.popup-wrap .table-select-products .product-delete:after {
	transform: rotate(-45deg);
}

.btn-phone-fix{
    position: fixed;
    cursor: pointer;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    background: #8dc63f;
    right: 366px;
    bottom: 50px;
    z-index: 998;
-webkit-box-shadow: 0px 0px 5px 0px rgba(50,77,13,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(50,77,13,1);
box-shadow: 0px 0px 5px 0px rgba(50,77,13,1);
}
.btn-phone-fix::before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:url(/images/IconPhone.png) center no-repeat;
}

.popup-wrap .cancel-btn-order {
    display: inline-block;
    background-color: #FFF;
    color: #8dc63f;
    border: 1px solid #8dc63f;
    box-sizing: border-box;
    width: 272px;
    padding: 19px 95px;
    float: right;
}


#menu .dropdown.user,#menu .dropdown.user .dropdown-toggle{
	cursor:default;
}
#menu .dropdown.user ul{
	display:none;
	position: absolute;
	width:100%;
    z-index: 10;
	padding: 53px 0px 30px 0px;
    overflow:hidden;
	box-sizing: border-box;
}
#menu .dropdown.user:hover ul,#menu .dropdown.user ul:hover{
	display:block;
}
#menu .dropdown.user ul::before{
    content: '';
    position: absolute;
    left: -10PX;
    top: 0PX;
    border: 11px solid transparent;
    border-bottom: 12px solid #66a90b;
    MARGIN-LEFT: 50%;
}
#menu .dropdown.user ul::after{
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #66a90b;
    top: 23px;
    left: 0px;
    z-index: 9;
}
#menu .dropdown.user{
    position: relative;
	
}
#menu .dropdown.user ul li{
	background: #66a90b;
	display:block;
    z-index: 11;
    position: relative;	 
}
#menu .dropdown.user ul li:hover{
	 background: #66a90b;
}
#menu .dropdown.user ul li a:hover{
	 background: #66a90b;
	 color:#c3fd74;
}
#menu .dropdown.user ul li a{
	font-size:16px;
	line-height:33px;
	color:#fff;
	font-weight:bold;
	padding:0px;
	height:auto;
	text-transform: none;
}



#footer .dropdown.user,#footer .dropdown.user .dropdown-toggle{
	cursor:default;
}
#footer .dropdown.user ul{
	display:none;
	position: absolute;
	width:100%;
    z-index: 10;
	padding: 30px 0px 53px 0px;
    overflow:hidden;
	box-sizing: border-box;
	bottom:100%;
}
#footer .dropdown.user:hover ul,#footer .dropdown.user ul:hover{
	display:block;
}
#footer .dropdown.user ul::before{
    content: '';
    position: absolute;
    left: -10PX;
    bottom: 0PX;
    border: 11px solid transparent;
    border-top: 12px solid #575650;

    MARGIN-LEFT: 50%;
}
#footer .dropdown.user ul::after{
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #575650;
    top: -23px;
    left: 0px;
    z-index: 9;
}
#footer .dropdown.user{
    position: relative;
	
}
#footer .dropdown.user ul li{
	background: #575650;
	display:block;
    z-index: 11;
    position: relative;	 
}
#footer .dropdown.user ul li:hover{
	 background:#3a3935;
}
#footer .dropdown.user ul li a:hover{
	 background: #575650;
	 color:#c3fd74;
}
#footer .dropdown.user ul li a{
	font-size:16px;
	line-height:33px;
	color:#fff;
	font-weight:bold;
	padding:0px;
	height:auto;
	text-transform: none;
}

.pfd-link img{
	height: 25px;
    margin-left: 10px;
    display: inline-block;
    position: relative;
    top: 3px;	
}