/*
    Theme Name: HagaiMedShop
    Theme URI:
    Description: WC 3.4.4/ WordPress theme
    Author: EkDesign
    Author URI: 
    Version: 2.3
    Tags: 
*/


/* =GENERAL
-------------------------------------------------------------- */
@import url('fonts/font.css');



body {
    font-size:18px;
	font-family: 'OpenSansHebrew';
	background: #FFF;
	line-height:1;
	margin:0;
	padding:0;
	color:#34393d;
	}

a {
    color: #34393d;
    text-decoration: none;
	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
} 

a:hover {
	text-decoration: none;
	color:#34393d;
}

a:focus { 
    outline: none;
}

input,
textarea,
select {
	box-sizing:border-box;
	border:#CCC 1px solid;
	width:100%;
	padding:7px 5px;
	font-size:1em;
	border-radius:0px;
		
}

input[type="submit"],
input[type="button"] {
	display: inline-block;
    padding: 7px 25px;
    background: #0467a6;
    font-size: 23px;
    color: #FFF;
    border: none;
	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;

	}

input[type="submit"]:hover,
input[type="button"]:hover  {
	background:#02314f;
	-moz-transform: scale(0.9);
-webkit-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
	}
	
input[type="radio"], input[type="checkbox"] {
	display: inline-block;
	width: auto;
	margin-left:10px;
	
}


::-webkit-input-placeholder {
       color: #635a5c;
}

:-moz-placeholder { /* Firefox 18- */
       color: #635a5c;
}

::-moz-placeholder {  /* Firefox 19+ */
       color: #635a5c; 
}

:-ms-input-placeholder {  
      color: #635a5c;
}


.fa-phone {
	-moz-transform: rotate(250deg);
-webkit-transform: rotate(250deg);
-o-transform: rotate(250deg);
-ms-transform: rotate(250deg);
transform: rotate(250deg);
}

.fa-volume-control-phone {
	-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}

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

li {
	list-style: none;
}

.call {
	white-space:  nowrap;
}

/* =LAYOUT
-------------------------------------------------------------- */

.container {
	position:relative;
}

#main {
	position: relative;
	padding:30px 0;
	
	}
.section {
	padding:40px 0;
}

.padding {
	width:70%;
	margin: auto;
}
#content-panel {
	width:75%;
	float: left;
}
#sidebar-panel {
	width:23%;
	float: right;
}

/* =HEADER
-------------------------------------------------------------- */
#toprow {
	padding:8px 0;
	background:#f8f9fb;
	line-height:48px;
	-webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow:    0px 3px 2px 0px rgba(0, 0, 0, 0.1);
box-shadow:         0px 3px 2px 0px rgba(0, 0, 0, 0.1);
	
	}
	
#account-info {
	position: relative;
}
	
.top-left {
	float: left;
}
.toptel {
	display: inline-block;
	padding:0 5px;
	color: #0c67a5;
	
	}


.top-cart {
	display: inline-block;
	padding:0px 5px;
	text-align: left;
	color: #0c67a5;
	
}

.top-cart a {
	position: relative;
	display: inline-block;
	color: #0c67a5;
	}

.top-cart i {
	font-size:22px;
}
.top-cart span {
	
}

.cart-contents {
	position: absolute;
	display: block;
	z-index:10;
	font-size:12px;
	top:2px;
	right:10px;
	font-weight: bold;
	background:#a7164f;
	color:#FFF;
	width:18px;
	line-height:18px;
	border-radius:50%;
	text-align: center;
}

.cart-contents a {
	color:#b0d103;	
}

.hello {
	display: inline-block;
}

	

.social-icons {
	position: relative;
	font-size:18px;
	display: inline-block;
}

.social-icons a {
	display: inline-block;
	margin-right:10px;
	color:#000;
	text-align: center;	
}

.social-icons a:hover {
	color:#ab1d57;
	
}

#logorow {
	padding:20px 0;
}
.logo {
	text-align: right;
	
}

#topsearch {
	width:50%;
	float: left;
	padding-top:10px;
	
}



/* =MENUS
-------------------------------------------------------------- */
#mainmenu-row {
	position: relative;
	z-index:500;
	background:#0467a6;
	
	
}

.menu-primary-container {
    position:relative;
   	z-index: 500;
	padding:0;
	text-align: center;
	width:1560px;
	margin: auto;
	
   }

.menu-primary {
	
}

.menu-primary li{
	display:inline-block;
	margin-left:-4px;
	float:none;	
		-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
	  
}


.menu-primary ul {
	min-width: 250px;
}

.menu-primary li {
	
}

/* First Level - Menu Primary */

.menu-primary li a {
	font-size:20px;
	display:block;
	color:#FFF;    
    padding: 24px 10px;
	border-left:rgba(255, 255, 255, 0.5) 1px solid;
	text-decoration: none;
   	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;	
	
	}
	
.menu-primary li:last-child a {
	border-left: none;
}

.menu-primary li:hover, .menu-primary li:active, .menu-primary li:focus, 
.menu-primary li.current-cat, .menu-primary li.current_page_item, .menu-primary li.current-menu-item  {
	
	 
	
}	

.menu-primary li a:hover, .menu-primary li a:active, .menu-primary li a:focus, 
.menu-primary li:hover > a, .menu-primary li.current-cat > a, .menu-primary li.current_page_item > a, .menu-primary li.current-menu-item > a {
	background:#055487; 
	
}


/* Child Levels - Menu Primary */

.menu-primary li ul.sub-menu {
	min-width:300px;
	text-align:right;
	margin:0;
	background: #FFF;
	z-index:999;
	padding:10px;
	
		
}

.menu-primary li:hover ul {
	z-index:999;
	}

.menu-primary li li {
	padding:0;
}

.menu-primary li li a {
	font-size:18px;
	background: #FFF;
	color:#34393d;
	padding:10px 10px !important;
	border-radius:0;
	border-bottom: #e9e9e9 1px solid;

	    }
	

.menu-primary li li a:hover, .menu-primary li li a:active, .menu-primary li li a:focus, 
.menu-primary li li:hover > a, .menu-primary li li.current-cat > a, .menu-primary li li.current_page_item > a, .menu-primary li li.current-menu-item > a {
	outline: 0;
	background:#e2e2e2;
		   
}


.sf-sub-indicator {
	display:none;
}

.menu-primary li li:first-child a,
.menu-primary li li:last-child a {
	padding-left:8px;
	padding-right:8px;
}

/******************TOPMENU********************/
#topmenu {
	display: inline-block;
	
}

.menu-secondary-container {
	position: relative;
	z-index:400;
}

.menu-secondary li {
	display: inline-block;
	float: none;
}

.menu-secondary li a {
	font-size:18px;
	display:block;
	color:#0c67a5;    
    padding: 5px 10px;
	 	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;	
	
	}
	
.menu-item a.menu-image-title-after.menu-image-not-hovered img, 
.menu-item a.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper {
	padding-right:0 !important;
	padding-left:10px;
}

.menu-secondary li a:hover,
.menu-secondary li.current-menu-item a {
	text-decoration:underline;
}


/******************boxes menu********************/
#othermenu-row {
	margin:25px 0;
		
}

.menu-other-container {
	position: relative;
	z-index:400;
	text-align: center;
}

.menu-other li {
	display: inline-block;
	margin-left:-4px;
	float: none;
	width:20%;
	padding:0 10px;
	text-align: center;
}

.menu-other li a {
	font-size:18px;
	display:block;
	color:#34393d;    
    padding: 12px 10px;
	border: #34393d 1px solid;
	 	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;	
	
	}
	
.menu-other li a:hover,
.menu-other li.current-menu-item a {
	background: #34393d;
	color:#FFF;
}



/***************************************MAINSLIDER*************************/

#slider-section .side-1 {
	width:63%;
	float:right;
	padding-left:3px;
}

#slider-section .side-2 {
	width:37%;
	float:left;
}

.banner-item {
	padding-bottom:3px;
	position: relative;
}

.banner-item:last-child {
	padding-bottom: 0;
}

.b-cap {
	position: absolute;
	top:35%;
	right:0;
	width:100%;
	padding:0 40px;
	z-index:20;
}

.banner-title {
	font-size:40px;
	font-weight: bold;
	margin-bottom:7px;
}

.banner-txt {
	font-size:30px;
	margin-bottom:10px;
}

.banner-btn {
	display: inline-block;
	padding:8px 15px;
	color:#FFF;
}

.banner-btn i {
	margin-right:10px;
}

.banner-btn:hover {
	color:#FFF;
	-moz-transform: scale(0.9);
-webkit-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}

#mainslider {
	position: relative;
	overflow: hidden;
	height:491px;
		}

.msimg {
	width:100%;
	height: auto;
}

.slider-image {
	text-align: right;
}

#mainslider .cap {
	position: absolute;
	top:35%;
	z-index:200;
	width:100%;
	padding:0 10%;
	
}

#mainslider .s-title,
#mainslider .s-text  {
	font-size:65px;
	color:#0467a6;
	margin-bottom:7px;
}


#mainslider .more-btn {
	margin-top:10px;
	
}

#mainslider .more-btn a {
	display: inline-block;
	color:#FFF;
	background:#0467a6;
	padding:10px 25px;
	
}




/**********************HOME**********************/

#sale-section .title {
	color:#e40c0c;
}

#featured-section .title {
	color:#0467a6;
}


.catbuttons {
	text-align: center;
}

.catbuttons li {
	display: inline-block;
	padding:0 5px;
	margin-bottom:20px;
}

.catbuttons li a {
	font-size: 18px;
    display: block;
    color: #34393d;
    padding: 12px 20px;
    border: #34393d 1px solid;
}

.catbuttons li a:hover {
	background:#34393d;
	color:#FFF;
	-moz-transform: scale(0.9);
-webkit-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
}

.logo-scroll {
	padding:0 50px;
	text-align: center;
}

.logo-item {
	height:160px;
	display:flex !important;
	padding:0 10px;
	align-items: center;
	overflow: hidden;
}

.logo-image img {
	 filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
opacity:0.8;
}

.logo-image img:hover {
	 filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
-webkit-filter: grayscale(0%);
opacity:1;
}

#clients-section .slick-prev:after, 
#clients-section .slick-next:after {
	color:#666;
}

#content-section {
	position: relative;
	background:url(images/content_bg.jpg) no-repeat;
	background-size:cover;
	min-height:500px;
}

#content-section.woimg {
	min-height: auto;
}

.content-holder {
	width:70%;
	}

.contimg {
	position: absolute;
	bottom:0px;
	left:10%;
}

#bottom-banner {
	padding:25px 0;
	text-align: center;
	font-size:25px;
}

#bottom-banner .banner-btn {
	display: inline-block;
	margin-right:10px;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

#bottom-banner .banner-btn a {
	display: block;
	color:#FFF;
	background:#e40c0c;
	text-align: center;
	padding:5px 25px;
	font-size:20px;
	line-height:25px;
}

#scroll-featured .product-loop {
	margin-bottom:0;
}




/*********GENERAL*******/

#topimage {
	position: relative;
	background: url(images/top_bg.jpg) no-repeat;
	background-size:cover;
	}
	
#contact-page #topimage {
	background: url(images/top_bg_cont.jpg) no-repeat;
	background-size:cover;
	height:304px;
}


#breadcrumbs {
	margin-bottom:40px;
	font-size:13px;
	color:#34393d;
	}

#breadcrumbs a {
	color:#0467a6;
	
}

#breadcrumbs a:hover {
	text-decoration: underline;
}
.topcontent {
	padding:40px 0px;
	color:#0467a6;	
}

.top-title {
	font-size:55px;
	color:#0467a6;
	font-weight:600;
	
}

.top-title a {
	color:#0467a6;
}

.top-title a:hover  {
	color:#34393d;
}



.page-content {
	border:#e9e9e9 1px solid;
	padding:30px 30px 0 30px;	
}

.woocommerce-page .page-content {
	color:#333;
}
.noimg {
	display:block;
	background:#f6f6f6;
	
}

.no-img img {
		
		
}
.title {
	position: relative;
  	font-size: 32px;
	text-align: center;
	margin-bottom:40px;
	}
	
.title:before {
	content:"";
	position: absolute;
	top:0;
	left:0;
	z-index:0;
	width:100%;
	height:0.5em;
	border-bottom:#d3d9dd 1px solid;
	
}

.title span {
	position: relative;
	z-index:10;
	padding: 0px 20px;
	display: inline-block;
	background:#FFF;
}


.featured_image {
	position:relative;
	display:block;
}

.featured_image img {
	border-radius:2px;
	height:auto;
}


.two-cols {
	-moz-column-count: 2;
-moz-column-gap: 20px;
-webkit-column-count: 2;
-webkit-column-gap: 20px;
column-count: 2;
column-gap: 20px;
}

#share {
	padding:20px 30px;
	font-size:20px;
	color:#0c82ba;
	background:#f4f7fa;
	margin-top:30px;
	margin-left:-30px;
	margin-right:-30px;	
	
}
#share .txt {
	padding-top:10px;
	font-weight: bold;
	margin-left:15px;
	}

#share .addtoany_shortcode {
	display: inline-block;
	}

#share .addtoany_list a>span {
	border-radius:100%;
}


.entry {
	line-height:1.3;
}

.entry h1 {
	font-size:28px;
	color:#0467a6;
	font-weight: 600;
	margin-bottom:10px;
}

.entry h2 {
	font-size:25px;
	color:#0467a6;
	margin-bottom:10px;
}
.entry h3 {
	font-size:22px;
	color:#333;
	font-weight: 600;
	margin-bottom:10px;
	}

.entry h4 {
	font-size:22px;
	color:#e40c0c;
	font-weight: bold;
	margin-bottom:10px;
}

.entry h5 {
	font-size:22px;
	color: #666;
	text-decoration: underline;
	margin-bottom:10px;
}

.entry h6 {
	font-size:20px;
	color:#000;
	font-weight: bold;
	text-decoration: underline dotted #000;
	margin-bottom:10px;
}

.entry ul,
.entry ol {
	margin-right: 50px;
}

.entry ul li {
	list-style: square;
	margin-bottom:5px;
	
}

.entry ul li:before {
	

}


.entry img.alignleft  {
	padding-right:20px;
	padding-bottom:20px;
}


.entry img.alignright {
	padding-left:20px;
	padding-bottom:20px;
}


.one-half {
	width:50%;
	float: right;
}

.one-third {
	width:33.33%;
	float:right;
}

.one-fourth {
	width:25%;
	float:right;
}



.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.share-line {
	padding:20px 0;
	font-size:25px;
	color:#ab1c55;
	margin-bottom:20px;
	    border-top: #d9d9d9 1px solid;
    border-bottom: #d9d9d9 1px solid;
}

.share-line .addtoany_shortcode {
	float: left;
}

.share-line .share-txt {
	position: relative;
	top: 5px;
}


/* =POST
-------------------------------------------------------------- */

/* Post General
----------------------------*/

.single-img.alignleft {
	position: relative;
	margin-right:20px;
	margin-bottom:20px;
		
}

.single-img.alignright {
	position: relative;
	display: block;
	margin-left:30px;
	margin-bottom:30px;
	
	
}

.single-img img {
	}

#title-row {
	border-bottom: 1px solid #e9e9e9;
    padding: 20px 0;
    margin-bottom: 20px;
	}

.shadow {
	width:100%;
	height:1px;
-webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    0px 2px 3px 0px rgba(50, 50, 50, 0.3);
box-shadow:         0px 2px 3px 0px rgba(50, 50, 50, 0.3);
}



/**************GALLERY****************/
.gallery-image {
	position: relative;
	margin-bottom:30px;	
}

.gallery-image img {
	width:100%;
	height: auto;
	}

/**********posts-loop***************/


.page-title {
	font-size: 40px;
	line-height:1em;
	margin-bottom: 20px;
	color:#0467a6;
	}
	
.toptext {
	font-size:18px;
	margin-bottom:30px;
}
.article {
	display: block;
	border-bottom: #d9d9d9 1px solid;
	padding-bottom:20px;
	line-height:1.3em;
	margin-bottom:20px;
		
}

.article.home-loop {
	padding-bottom:0;
	margin-bottom:0;
	font-size:17px;
	color:#838383;
	border: none;
	
}

.article-img {
	overflow: hidden;
	margin-bottom:20px;
	}

.article-img.alignright  {
	margin-left:20px;
	margin-bottom:20px;
}
.article-inner {
		
}


.art-img {
	position: relative;
	display: block;
	
}
.art-title {
	color:#ab1c54;
	font-size:34px;
	line-height:1em;
	margin-bottom:10px;
}

.art-title a {
	color:#ab1c54;
}

.art-title a:hover {
	color:#000;
}

.post-title {
	font-size:25px;
	color: #0467a6;
	margin-bottom:10px;
		
}

.post-title a {
	color: #0467a6;
}

.post-title a:hover {
	color: #111;
}

.meta-date {
	margin-bottom:10px;
	color:#868c8f;
}

.more  {
	margin:10px 0;
	text-align: left;
}

.more a {
	color: #FFF;
    padding: 10px 25px;
    background: #0467a6;
   	
}

article .more a {
	color: #000;
    padding: 10px 20px;
    border: #b2d33c 2px solid;
    background: none;
	font-weight: bold;
   	
}


.more a i {
	margin-right:5px;
	display: inline-block;
}

/**********************SEARCH*****************/


#search #s,
#search .search-field {
     border: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    outline: none;
	background:#f8f9fb;
}



#search {
	position: relative;
	background:#f8f9fb;
	padding:10px 10px 10px 24px;
	border:#d0d1d2 1px solid;
}

#search button {
	position: absolute;
	left:4px;
	top:9px;
	background: none;
	border: none;
	font-size:24px;
	color: #34393d;
	padding-right:10px;
}



#searchpanel, 
#searchclose {
	display: none;
}

#searchpanel {
	padding:50px 100px;
}

#searchclose {
	display: block;
	text-align: left;
	font-size:20px;
	margin-bottom:30px;
	margin-top:-30px;
}

.woocommerce-product-search label {
	display: none;
}

#woocommerce-product-search-field {
	display: inline-block;
	width: 80%;
	margin-left:1%;
	padding: 10px 5px;
}

#searchpanel input[type="submit"] {
	display: inline-block;
	width:17%;
}




.no-results,
.error-404  {
	text-align: center;
	font-size:30px;
}



/***********************CONTACT***********************/
.acf-map {
	width:100%;
	min-height:320px;
}

#location {
	direction:ltr;
	margin:50px 0;
}




#contact-line {
	background:#f8f9fb;
	padding:30px 0;
	font-size:25px;
	margin-top:10px;
	text-align: left;	
	-webkit-box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    0px -3px 3px 0px rgba(0, 0, 0, 0.2);
box-shadow:         0px -3px 3px 0px rgba(0, 0, 0, 0.2);

	}
	
.shoppage-line #contact-line{
	margin-top:0px;
}

.nl-text {
	display: inline-block;
	color:#34393d;
	margin-left:40px;
}

.nl-button {
	display: inline-block;
}

.cont-btn {
	display: inline-block;
	padding:10px 25px;
	background:#e40c0c;
	color:#FFF !important;
}

.cont-btn i {
	display: inline-block;
	margin-right:10px;
}

.popup-text {
	padding:20px;
}

.contact-content {
	border: #e9e9e9 1px solid;
	padding:15px;
}

#contact-page .contact-info  {
	border-top: #e9e9e9 1px solid;
	margin-top:20px;
}

#contact-page .contact-info .c-li {
	padding:10px 0;
	border-bottom: #e9e9e9 1px solid;
	line-height:30px;
}

#contact-page .contact-info .c-li:last-child {
	border-bottom: none;
}

#contact-page .data {
	display: inline-block;
	margin-right:7px;
	color:#0467a6;
}


#contact-page .data a {
	color:#0467a6;
}

#contact-page .contact-info .c-li i {
	font-size:30px;
}

#contact-page .form-area {
	border: #e9e9e9 1px solid;
	padding:15px;
}

.subtitle {
	font-size: 25px;
    color: #0467a6;
    margin-bottom: 25px;
}

.nf-form-fields-required {
	display: none;
}

.nf-field-container {
	margin-bottom:10px !important;
}

.submit-container {
	text-align: center;
}

#contact-page .nf-field-container input[type="email"],
#contact-page .nf-field-container input[type="text"],
#contact-page .nf-field-container textarea {
	background:#f8f9fb;
}

/***************CONTACT-DETAILS********************/
.c-li {
	 margin-bottom: 10px;
}

.c-li i {
	font-size:20px;
	margin-left:10px;
}


/*************************COMMENTS***********************/

#comments-row {
	margin-bottom:40px;
}

.comments-holder {
	width:780px;
	margin:0 auto;
}

.title-comments {
	 background: #FFF;
    color: #cc6caa;
    margin-bottom: 20px;
    font-size: 43px;
    line-height: 58px;
    text-align: center;
    font-weight: 600;
}

.title-comments span {
	position: relative;
	top:10px;
	display: inline-block;
	margin-left:20px;  
}
.title-comments img {
	vertical-align: text-bottom;
}

#comments {
	background:#ebeaec;
	padding:25px;
}

#comments input[type="submit"] {
	width:30%;
	
}

.form-submit {
	text-align: center;
}

.comments-title {
	display: none;
}

ol.comment-list {
	list-style: none;
	margin-right:0;
	padding-right:0;
}

ol.comment-list .comment   {
	padding:20px;
	margin:10px;
	border-bottom:#FFF 1px solid;
}

.comment-author.vcard,
.comment-metadata {
	display:inline-block;
	width:49%;
}

.comment-metadata {
	text-align: left;
}

.comment-metadata a {
	color:#000;
}

.comment-metadata a.comment-edit-link {
	color:#cc6caa;
	text-decoration: underline;
	margin-right:10px;
}

.comment-author.vcard img {
	background:#FFF;
	padding:5px;
	margin-left:10px;
}

.reply {
	text-align: left;
}

.reply a {
	display: inline-block;
	padding: 10px 25px;
    text-align: center;
    color: #FFF;
    background: none;
    border: none;
    border-radius: 6px;
    font-size: 23px;
    border-radius: 3px;
    background: #cc6caa;
}

.reply a:hover {
	background: #ab679d;
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

#reply-title  {
	color: #cc6caa;
    margin-bottom: 10px;
    font-size: 40px;
	text-align: center;
}

.required {
	color:#cc6caa;
}

/*******************BEFORE FOOTER******************/
#before-footer {
	background:#ebebeb;
	padding:50px 0;
	font-size:22px;
}

#before-footer .title {
	text-align: right;
}

#before-footer .contact-info i,
.address-line i {
	display:inline-block;
	height:52px;
	width:52px;
	line-height:52px;
	color:#e7e7e7;
	background:#FFF;
	border-radius:50%;
	margin-left:10px;
	text-align: center;
	font-size:30px;
}

.address-line img {
	vertical-align: middle;
}

#before-footer .contact-info a {
	color:#000;
}

.address-line {
	margin-bottom:20px;
		
}


.branch {
	font-size:1.5em;
	line-height:1.5em;
	margin:10px 0;
}

.wase {
	
	}
.address span {
	position: relative;
	display: inline-block;
	width:80%;
	top:15px;
}

#before-footer textarea {
	height:120px;
	overflow: auto;
}

#before-footer input[type="submit"] {
	display: block;
	width:70%;
	margin-left: auto;
	margin-right: auto;
	float: none;
		
}

/**************************SIDEBAR****************/
#sidebar .widget-container {
	margin-bottom:30px;
	border:#e9e9e9 1px solid;
}

.side-widget-title {
	background:#f4f7fa;
	font-size: 16px;
	font-weight: bold;
	color:#0467a6;
	padding:20px 15px;
}

.side-wdg li.cat-item  {
	text-align: right;
	margin-bottom:0;
	padding:0 10px;
}


.side-wdg li.cat-item a {
	display: block;
	padding:10px 10px;
	border-bottom:#e9e9e9 1px solid;
}

.side-wdg li.cat-item:last-child a {
	border-bottom: none;
}

.side-wdg li a:hover, .side-wdg li.current-cat a {
	color: #0467a6;
}

.side-wdg li.cat-item .children a {
	padding-right:30px;
	font-size:16px;
}

.sidebanner {
	margin-bottom:30px;
}


/* =FOOTER
-------------------------------------------------------------- */

#footer {
	padding:40px 0;	
	font-size:16px;
	color:#5e8298;
	position: relative;
	z-index:10;
	background:#02314f;
}

.footer-inner {
	
}

.foot-widget-title {
	font-size:20px;
	margin-bottom:15px;
	color:#FFF;
}

#footer .social-icons {
	margin-top:30px;
	text-align: center;
}



#footer .menu li{
	display:block;
	float:none;
	margin-bottom:5px;
}


#footer .menu li {
	
}

#footer .menu li a,
#footer .product-categories a {
	display:block;
	color:#5e8298;
	padding:5px 0;
	
	
}

#footer .menu li a:hover,
#footer .product-categories a:hover {
	color:#FFF;
	}



.foot-wdg .textwidget {
	font-size:13px;
}

#footer .contact-info {
	font-size:16px;
}

#footer .contact-info .c-li i,
#footer .contact-info .c-li label
 {
	display: none;
}

#footer .contact-info a {
	color:#5e8298;
}
.logo-bottom {
	margin-bottom:20px;
}


#bottom {
	color: #5e8298;
	font-size:14px;
	background:#02314f;
	
	}
 
#bottom a {
	color: #5e8298;
}

.bottom-border {
	border-top: rgba(255, 255, 255, 0.1	) 1px solid;
}

.copyrights {
	text-align:right;
	padding:15px 0;
	}
.credits {
	text-align:left;
	padding:15px 0;
		}

.credits img {
	vertical-align:middle;
}

