/*
	Author: PostAruba
	Author URI: http://postaruba.com

	color:
	Green = #30a54a
	Blue = #2a3080
	Yellow = #ffbd22
	border = #e1e2e2

*/

/*------------------------------------*\
   Basic styling
\*------------------------------------*/

.inner_b_second ul{
	    list-style-type: disc!important;
	    margin-left: 25px!important;
}

a.rates-sidebar-link {
    background: #ecb036;
    color: #000;
    padding: 10px 50px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}

li{
	list-style: none;
}


.sidebar-rates-btn p {
    font-size: 1.2em;
}

ul.list-new-items li {
    margin-bottom: 20px!important;
}

.sidebar-rates-btn {
    overflow: hidden;
    margin-bottom: 50px;
    background: #ececee;
    border: 1px solid #e0e0e0;
    padding: 20px;
     border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}

input.wpcf7-form-control.wpcf7-submit {
    background: #37a34f;
    color: #fff;
    font-weight: 600;
    border: 1px solid #37a34f;
    padding: 10px 55px;
    margin-top: 20px;
    border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, input.wpcf7-form-control.wpcf7-text {
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 1px solid #d0d0d0;
    height: 50px;
    padding-left: 15px;
}

textarea.wpcf7-form-control.wpcf7-textarea{
	border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 1px solid #d0d0d0;
     padding-left: 15px;
}


.contact-details {
    color: #5b5c9e;
    /* font-size: 1em; */
    line-height: 30px;
    font-weight: 600;
    padding-top: 20px;
}

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:400 16px/1.5 'Open Sans', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

p{
	font-family: 'Open Sans';
	font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

h1, h2, h3, h4, h5, h6{
	color:#30a54a;
	font-family: 'PT Sans', sans-serif;
	padding:0;
	margin:0;
	font-weight: 400;
}

.col-lg-4.col-md-4.col-sm-12.col-xs-12.signup_form_bottom_page {
    list-style: none;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}

a {
	color:#2a3080;
	text-decoration:none;
	text-decoration: none;
	font-weight: 600;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
	text-decoration: none;
}
a:active{
	text-decoration: none!important;
}
.inner_b_second ul{
	margin: 0;
	padding: 0;
	margin-left: 25px;
}
i {
    margin-top: 20px;
    display: block;
}
a:hover,
a:active {
	outline:0;
	text-decoration: none;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

h2{	font-size: 24px;}

h3{font-size: 14px;}

button.buttons{
	background: #30a54a;
	border: 1px solid #30a54a;
	padding:10px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: 600;
}

button.buttons:hover{
	 background: #292582;
	 border: 1px solid #292582;
	 -o-transition:.5s;
   	-ms-transition:.5s;
   	-moz-transition:.5s;
   	-webkit-transition:.5s;
   	/* ...and now for the proper property */
   	transition:.5s;
}

button.buttons a{
	color: #fff;
	font-size:1.2em;
}


a.text_link_blue{
	background: url(img/blue_arrow.png) no-repeat right;
	padding-right: 4%;
	color: #30a54a;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	/* ...and now for the proper property */
  	transition:.5s;
}

a.text_link_green{
	background: url(img/green_arrow.png) no-repeat right;
	padding-right: 4%;
	color: #30a54a;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	/* ...and now for the proper property */
  	transition:.5s;
  	font-size: 16px;
}

a.text_link_green:hover, a.text_link_blue:hover{
	padding-right: 6%;
	color: #3ab154;
}

a.text_link_yellow{
	background: url(img/yallow_arrow.png) no-repeat right;
	padding-right: 4%;
	color: #ffde38;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	/* ...and now for the proper property */
  	transition:.5s;
}

a.text_link_yellow:hover{
	padding-right: 6%;
	color: #ffde38;
}



#login h1 a {
background-image: url(img/logo.png)
!important;
width: 184px!important;
background-size: 184px;
}

.pd_spc_section {
    padding-top: 50px;
    padding-bottom: 50px;
}


.footer-wrap {
    border-top: 1px solid #e1e2e2;
}

#post-404{
	text-align: center;
}

#post-404 h2 {
    margin-bottom: 20px;
}

#post-404 h1 {
    margin-bottom: 50px;
}

#post-404 a.404contact {
    display: block;
    margin-bottom: 50px;
    color: #626161;
}

/* csingle post styling */

h1.post_title_single{
	margin-bottom: 20px;
}

.post_img img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.post_img{
	margin-bottom: 40px;
}

.date{
	display: block;
	font-weight: 600;
	margin-bottom: 10px;
	color: #36A44E;
	font-size: 14px;
}

.single_post_top_border{
	margin-bottom: 50px;
	width: 100%;
	height: 5px;
	-webkit-transform: skew(-20deg);
	  -moz-transform: skew(-20deg);
	  -o-transform: skew(-20deg);
	  background: #36A44E;
}

.single_post_content p{
	line-height: 30px;
}

.single_post_content{
	margin-bottom: 50px;
}

ul#menu-onpage-menu li a{
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	/* ...and now for the proper property */
  	transition:.5s;
}

ul#menu-onpage-menu li a:hover{
	padding-left: 2%;
	color: #30378e;
}


#post-404{
	text-align: center;
}

#post-404 h2 {
    margin-bottom: 20px;
}

#post-404 h1 {
    margin-bottom: 50px;
}

#post-404 a.404contact {
    display: block;
    margin-bottom: 50px;
    color: #626161;
}



/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* logo */

h1.logo{
	padding:0;
	margin:0;
}

@media only screen and (min-width:320px) {
	h1.logo{
		width: 170px;
	}

	h1.logo img{
		max-width: 100%;
		height: auto;
		display: block;
	}
}

@media only screen and (min-width:480px) {
	h1.logo{
		width: 100%;
		margin-bottom: 20px;
	}

	h1.logo img{
		max-width: 100%;
		height: auto;
		display: block;
	}
}

@media only screen and (min-width:600px) {
	h1.logo{
		margin-bottom: 0px;
	}
}

@media only screen and (min-width:768px) {
	h1.logo{
		margin-bottom: 0px;
	}
}


/* nav */



/* .close_this_window{
	color:#fff;
	font-weight: bold;
	position: relative;
	float: right;
	margin-top: -190px;
	margin-right: 10px;
	cursor: pointer;
	font-family: 'Dosis', sans-serif;
}  I dont know yet if i will use this to close the dropdown window navigation*/


.top_nav_head{
	padding: 30px 0;
}

nav#nav {
    margin-top: 10px;
}

#nav > ul{
	margin:0;
	padding:0;
}

#nav > ul > li{
	display: inline-block;
	padding-right: 1px;
	margin-right: 40px;
	cursor: pointer;
}

#nav > ul > li:not( :first-child ){

}

#nav > ul > li > a:hover, #nav > ul > li.current-menu-item a{
	color: #30a54a;
}

#nav li#menu-item-585{
  	background: url(img/shopping_car_icon.png)no-repeat center left;
  	padding-left: 30px;
}

#nav li:nth-last-child(4){
	background: url(img/blue_arrow_down.png) no-repeat 100% 55%;
	padding-right: 20px;
}

#nav li#menu-item-807{
	background: url(img/blue_arrow_down.png) no-repeat 100% 55%;
	padding-right: 20px;
}

#nav li.shoplink:last-child{
	background: url(img/blue_arrow_down.png) no-repeat 100% 55%;
	padding-right: 20px;
}

#menu-item-807 a:hover{
	color: #2a3080;
}

#nav a:nth-last-child(4):hover{
	none;
}

#nav li:first-child:hover{
	color: #2a3080;
}

/* second level */
					#nav li ul{
					width: 500px;
					background: #fff;
					border-left: 1px solid #f7f7f7;
					border-right: 1px solid #f7f7f7;
					border-bottom: 1px solid #f7f7f7;
					display: none;
					position: absolute;
					top: 100%;
					width: 100%;
					margin:0;
					padding:0;
					z-index: 1000;
					-webkit-border-bottom-right-radius: 5px;
					-webkit-border-bottom-left-radius: 5px;
					-moz-border-radius-bottomright: 5px;
					-moz-border-radius-bottomleft: 5px;
					border-bottom-right-radius: 5px;
					border-bottom-left-radius: 5px;
					-webkit-box-shadow: 0px 17px 36px -16px rgba(0,0,0,0.28);
-moz-box-shadow: 0px 17px 36px -16px rgba(0,0,0,0.28);
box-shadow: 0px 17px 36px -16px rgba(0,0,0,0.28);
					}

					#nav li ul li{
						padding-top: 40px;
					}

					#nav li ul li:nth-last-child(4){
						background: none;
					}

					#nav li:hover ul{
					display: block;
					left: 0;
					right: 0;
					}
					#nav li ul a{
					font-size: 1em; /* 20 */
					border-top: 1px solid #f7f7f7;
					float: left;
					display: inline;
					width: 100%;
					padding: 10px 15px;
					text-decoration: none;
					}

					#nav li ul a:hover{
						color: #30a54a;
					}




@media only screen and (min-width:1024px){
	nav#nav{
		margin-top: 15px;
	}
}

@media only screen and (max-width:1024px){
	nav#nav{
		display: none;
	}
}
@media only screen and (max-width:1199px){
	#nav > ul > li{ margin-right: 10px;}
}

@media only screen and (max-width:1020px){
	.logo {
    width: 100px;
    position: relative;
    margin-top: -35px;
    z-index: 1000;
    margin-left: 100px;
	}
	#wprmenu_bar {
    padding-top: 15px;
	}
	.top_nav_head {
    padding: 5px 0;
	}
}


/* header */
.header {
	margin:0;
	padding:0;
	width: 100%;
	height: auto;
}

.header  img{
	width: 100%;
	height: auto;
}

.header.home_page{
	background: #e7e5e5;
	display: block;
}





/* Home image slider styling */


div#soliloquy-container-262 {
    margin: 0 auto;
}



.soliloquy-container .soliloquy-caption-inside {
    font-size: 1em;
    line-height: 1.25;
    display: block;
    color: #fff;
    text-shadow: 0 1px 1px #000;
    text-align: left!important;
    padding: 10px;
}



.soliloquy-container .soliloquy-caption-inside a {
	background: url(img/white_arrow.png) #2a3080 no-repeat 88% 50%;

    color: #fff;
    /* padding-top: 50px; */
    display: inline;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}



	.soliloquy-container .soliloquy-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1170px!important;
    z-index: 1120;
    background: none!important;
    margin-bottom: 10%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
	}

.soliloquy-container .soliloquy-caption h1{
	font-size: 3em;
	color:#399b4d;
	font-weight: 600;
	margin-bottom: 35px;
}













/*------------------------------------*\
    Home Page
\*------------------------------------*/

/* Header home page */
@media only screen and (min-width:320px) {
	.header.home_page{
		margin-top: 0px;
	}
}

@media only screen and (min-width:1024px) {

}

@media only screen and (min-width:1200px) {

	.header.home_page{
		margin-top: 0px;
	}
}




@media only screen and (min-width:320px) {

	.customer_service_section_homepage, .letterandparcels_section_homepage{
		display: none;
	}


}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {
	.customer_service_section_homepage, .letterandparcels_section_homepage{
		display: block;
	}

	.customer_service_section_homepage h2{
	background: url(img/cs-icon.png)no-repeat 0% 50%;
	padding-left: 50px;
	padding-top: 30px;
}

.letterandparcels_section_homepage h2{
	background-image: url(img/cart-icon.svg);
    padding-left: 50px;
    padding-top: 30px;
    background-repeat: no-repeat;
    background-size: 45px;
    background-position: 0% 50%;
}

.customer_service_section_homepage{
	border-right: none;
}

@media only screen and (max-width:990px) {
	.customer_service_section_homepage{ border-bottom: 1px solid #e1e2e2;}
}



.section_content_two_homepage{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#328b45+0,3ba050+47,3ba050+100 */
background: #328b45; /* Old browsers */
background: -moz-linear-gradient(left,  #328b45 0%, #3ba050 47%, #3ba050 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #328b45 0%,#3ba050 47%,#3ba050 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #328b45 0%,#3ba050 47%,#3ba050 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#328b45', endColorstr='#3ba050',GradientType=1 ); /* IE6-9 */

}

.section_service {
    background: #fff;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-top: 30px;
     -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.27);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.27);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.27);
}

.section_content_one_homepage .column_homepage_sectionone{
	padding: 25px 0;
	margin-bottom: 10px;
}

.section_content_one_homepage .column_homepage_sectionone li{
	list-style: none;
}

.section_content_one_homepage .column_homepage_sectionone h2{
	padding-bottom: 25px;
}

}
@media only screen and (min-width:1024px) {
	.customer_service_section_homepage{
		border-bottom: none;
		border-right: 1px solid #e1e2e2;
	}

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {



}


.section_content_one_homepage .tracking_section_homepage{
	background: #2a3080;
	padding-top:20px;
	padding-bottom: 20px;
	position: relative;
	margin-top: 0px;
}
@media only screen and (min-width:320px) {}
@media only screen and (min-width:480px) {}
@media only screen and (min-width:768px) {
	.section_content_one_homepage .tracking_section_homepage{
	background: #2a3080;
	padding-top:20px;
	padding-bottom: 20px;
	position: relative;
	margin-top: 0px;
}
}
@media only screen and (min-width:1024px) {
	.section_content_one_homepage .tracking_section_homepage{
	background: #2a3080;
	padding-top:20px;
	padding-bottom: 20px;
	position: relative;
	margin-top: -40px;
}
}
@media only screen and (min-width:1140px) {}
@media only screen and (min-width:1280px) {
	.section_content_one_homepage .tracking_section_homepage{
	background: #2a3080;
	padding-top:20px;
	padding-bottom: 29px;
	position: relative;
	margin-top: -70px;
}
}


.section_content_one_homepage .tracking_section_homepage p{
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 10px;
}

.section_content_one_homepage .tracking_section_homepage h2{
	color: #fff;
	margin-bottom: 15px;
	background: url(img/track&trace-icon.png) no-repeat;
	line-height: 55px;
    padding-left: 70px;

}

.section_content_one_homepage .tracking_section_homepage li{
	list-style: none;
}

.tracking_section_homepage input[type="submit"]{
    background: #30a54a;
    border: 1px solid #30a54a;
    color: #fff;
    position: relative;
    margin-left: -30px;
    padding: 9px 10px;
    -webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	font-weight: 600;
}

.tracking_section_homepage input#itemid{
    border: 1px solid #2a3080;
    padding: 10px 5px;
    width: 80%;
    -webkit-border-top-left-radius: 2px;
-webkit-border-bottom-left-radius: 2px;
-moz-border-radius-topleft: 2px;
-moz-border-radius-bottomleft: 2px;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}

.section_service h2{
	padding-left: 60px;
    padding-bottom: 10px;
    padding-top: 15px;
    margin-bottom: 20px;
}

#text-30 h2{
	background: url(img/cal.svg) no-repeat;
}

#text-31 h2{
	background: url(img/van.svg) no-repeat;
}

#text-32 h2{
	background: url(img/stamp.svg) no-repeat;
}

ul#menu-onpage-menu{
	padding:0px;
}

ul#menu-onpage-menu li{
	list-style: none;
    background: url(img/blue_arrow.png) no-repeat left;
    padding-left: 15px;
    margin-bottom: 20px;
}

.shop_section_homepage img{
	width: 100%;
	height: auto;
}


/* home mid section */

.epost_section_homepage, .localshop_section_homepage{
	background: #fff;
	border: 1px solid #eee;
}

@media only screen and (max-width:768px) {
	.epost_section_homepage {
    margin-bottom: 20px;
}
}

.epost_section_homepage a img, .localshop_section_homepage a img, .epost_section_homepage img, .localshop_section_homepage img{
	margin:0!important;
	width: 100%;
	height: auto;
}

.homepage_shop_data_show{
	padding: 15px;
}

.homepage_shop_data_show h2{
	margin-bottom: 10px;
}


a.homepageshop_link.text_link_green, .homepageshop_link.text_link_green{
	cursor: pointer;
}

.shop_section_homepage p, .shop_section_homepage a{
	padding: 15px;
}

.shop_section_homepage p:nth-last-child(1){
	margin:0;
}

.shop_section_homepage h2{
	color: #000;
	padding-top: 10px;
	padding-left: 15px;
}

.Section_shop_homepage {
   
}

.Section_shop_homepage p{
	
}

.Section_shop_homepage h2 {
    
}

.Section_shop_homepage a {
    
   
}

.shop_section_homepage a{
	font-size: 16px;
	margin: 0;
	padding:0;
	padding-right: 15px;
}

p a.homepageshop_link.text_link_green {
    overflow: hidden;
    display: -webkit-inline-box;
}

h3.coll_title {
    margin-bottom: 32px!important;
}


@media only screen and (min-width:320px) {
	.stamps_homepage_section{
		padding-top: 20px;
	}



	.mobile_stamps_view{
		display: block;
	}
}
@media only screen and (min-width:1024px) {
	.stamps_homepage_section{
		padding-top: 0px;
	}

}


.stamps_homepage_section h3{
	font-size: 16px;
	color: #000;
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.stamps_homepage_section p{
	margin-bottom: 25px;
	margin-top: 20px;
}

.stamps_homepage_section ul{
	padding: 0px;
}

.stamps_homepage_section ul li{
	list-style: none;
	float: left;
	margin-right: 10px;
}

@media only screen and (min-width:768px) {
	.stamps_homepage_section ul li{
	list-style: none;
	float: left;
	margin-right: 10px;
	}
}

@media only screen and (min-width:1024px){
	.stamps_homepage_section ul li{
	list-style: none;
	float: left;
	margin-right: 10px;
	}
}

@media only screen and (min-width:1140px) {
	.stamps_homepage_section ul li{
	list-style: none;
	float: left;
	}
}

li.formatstamps_homepage_section{
	position: relative;
	width: 40%;
}

li.collectionstamps_homepage_section{
	position: relative;
	width: 50%;
}

.formatstamps_homepage_section .circle{
  width:130px;
    height:130px;
    border-radius:250px;
    font-size:14px;
    color:#fff;
    line-height:130px;
    text-align:center;
    background:#30a54a;
    position: relative;
    z-index: 10;
    border:3px solid #fff;
    -o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	/* ...and now for the proper property */
  	transition:.5s;
}

.formatstamps_homepage_section .circle:hover{
	color: #000;
	background: #edb123;
}

.formatstamps_homepage_section .odd_circle{
  	background:url(img/stamps_bg.jpg);
	height: 130px;
	-moz-border-radius:75px;
	-webkit-border-radius: 75px;
	width: 130px;
	position: absolute;
    margin-left: -40px;
    border: 4px solid #fff;
}

.circle, .odd_circle{
	display: inline-block;
}

.collectionstamps_homepage_section .circle{
  width:130px;
    height:130px;
    border-radius:250px;
    font-size:14px;
    color:#fff;
    line-height:120px;
    text-align:center;
    background:#2a3080;
    position: relative;
    z-index: 10;
    border:3px solid #fff;
    -o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	/* ...and now for the proper property */
  	transition:.5s;
}

.collectionstamps_homepage_section .circle:hover{
	color: #000;
	background: #edb123;
}

.collectionstamps_homepage_section .odd_circle{
  	background:url(img/stamps_bg_second.jpg);
	height: 130px;
	-moz-border-radius:75px;
	-webkit-border-radius: 75px;
	width: 130px;
	position: absolute;
    margin-left: -40px;
    border: 4px solid #fff;
}




.Opening_hours, .home_ad_box{

}
@media only screen and (max-width:993px) {
	.Opening_hours, .home_ad_box{ height: auto;}
}
@media only screen and (max-width:768px) {
	.Opening_hours, .home_ad_box{ height: auto;}
}

.home_ad_box{
	background: #f3f3f3;
	border-bottom: 3px solid #a9a9a9;
}


.home_ad_box img{
	width: 100%;
	height: auto;
	
}

.home_ad_box .ad_data{
	padding: 15px;
}

.ad_data h3 {
    color: #2a3080;
    font-size: 1.5em;
}

.home_ad_box p{
	color: #3a3a3a;
	font-size: 14px;
}


.home_ad_box a{
	font-size: 16px;
	padding-right: 6%;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	/* ...and now for the proper property */
  	transition:.5s;
}

.home_ad_box a:hover{
	padding-right: 7%;
}


.Opening_hours{
	background: #fff9ec;
    padding: 15px;
    text-align: center;
    border: 1px solid #edb124;
    border-bottom: 3px solid #edb124;
	height: 100%;
}

.Opening_hours h2{
	color: #2a307f;
	/*background: url(img/clock-icon.png) no-repeat 5% 50%;*/
	padding-top: 10px;
    padding-bottom: 10px;
    /*padding-left: 40px;*/
    /*margin-bottom: 20px;*/
}

.Opening_hours p{
	color: #fff;
	margin-top: 10px;
	margin-bottom: 30px;
}

.Opening_hours select {
    border: 1px solid #30a54a;
}

.Opening_hours select:focus {outline:0;}

.Opening_hours span {
    display: inline-block;
    background: #25953e;
    margin: 0 5px;
    padding: 5px;
    color: #fff;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


.Opening_hours h3 {
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}


.home_ad_box .rpwe-summary {
    color: #fff;
    font-size: 16px!important;
}

.home_ad_box .rpwe-block a{
	color: #fff;
}

.home_ad_box .rpwe-block li{
	border-bottom: none!important;
}

.home_ad_box .rpwe-block h3{
    margin-top: -25px!important;
    margin-bottom: 20px!important;
}

img.rpwe-alignleft.rpwe-thumb{
	max-width: 50px;
	display: none;
}


/* Footer section */


.footer_nav{

	overflow: hidden;
}

.footer_nav ul{
	margin:0;
	padding:0;
}

.footer_nav ul li{
	list-style: none;
	margin-bottom: 15px;
}

.footer_nav ul li > a{
	color: #585757;
	font-size: 14px;
}

.footer_nav h4{
	margin-bottom: 20px;
}



.footer_nav ul li > a:hover{
	text-decoration: underline;
}


.socialmedia_bottom_footer {
    margin-top: 50px;
}

.socialmedia_bottom_footer h3{
	font-size: 18px;
	margin-bottom: 10px;
}
.socialmedia_bottom_footer ul li{
	background: url(img/icons/fb-icon.png) no-repeat center left;
	padding-left: 40px;
	display: inline-block;
}

.socialmedia_bottom_footer ul li a{
	color: #2a3080;
	line-height: 40px;
	font-size: 14px;
}

.socialmedia_bottom_footer ul li {
    width: 100%!important;
}
@media only screen and (max-width:400px){
	.socialmedia_bottom_footer ul li{ width: 100%;}
}
@media only screen and (min-width:320px) {
	.footer_nav  h4.show_onmobl a{
		display: block;
		color:#30a54a;
		padding: 0;
		margin: 0;
		padding-bottom: 20px;
		border-bottom: 1px solid #e1e2e2;
	}

	.footer_menu_list_section{
		display: none;
	}

	.signup_form_bottom_page{
		margin-top: 50px;
	}

}
@media only screen and (min-width:480px) {
	.footer_nav h4.show_onmobl a{
		display: none;
	}

	.footer_menu_list_section{
		display: block;
	}

	.signup_form_bottom_page{
		margin-top: 0px;
	}

}

@media only screen and (min-width:768px) {
	h4.show_onmobl{
		display: none;
	}
}

.bottom_footer{
	background: #2a3080;
	color: #fff;
	padding: 25px 0;
}

.bottom_footer p{
	font-size: 14px;
	margin:0;
}

.bottom_footer .developer{
	text-align: right;
}

.bottom_footer .developer a{
	color: #fff;
	font-size: 14px;
}


.signup_form_bottom_page #mc_embed_signup .button, input#mc-embedded-subscribe {
   background: #30a54a;
   border: 1px solid #30a54a;
   height: 40px;
}

.signup_form_bottom_page #mc_embed_signup .button:hover, input#mc-embedded-subscribe:hover {
   background: #1e8234;
   border: 1px solid #1e8234;
   height: 40px;
}



.signup_form_bottom_page form input#itemid {
    border: 1px solid #e2e2e2;
    padding: 10px 5px;
    width: 100%;
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 20px;
}

.signup_form_bottom_page h3{
	font-size: 18px;
}

.signup_form_bottom_page p{
	margin-top: 20px;
}

.signup_form_bottom_page #mc_embed_signup form{
	padding: 0px;
	padding-top: 30px;
}

.signup_form_bottom_page #mc_embed_signup label{
	font-size: 16px;
    font-weight: 600;
    color: #6d6d6d;
}

.signup_form_bottom_page input#mce-EMAIL {
    background: #ececee;
    color: #000;
    font-weight: 600;
    min-height: 40px;
}

.signup_form_bottom_page #mc_embed_signup input.email {
    font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
    font-size: 15px;
    display: block;
    padding: 0 0.4em;
    margin: 0 0% 10px 0;
    min-height: 52px;
    width: 88%;
    min-width: 160px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.signup_form_bottom_page #mc_embed_signup input {
    border: 1px solid #c7c7c7;
    -webkit-appearance: none;
}

/*------------------------------------*\
    Other pages
\*------------------------------------*/



/* Business page */

button.getaccount {
    background: #36A44E;
    border: 1px solid #2D9243;
    padding: 10px;
    margin-bottom: 45px;
}

button.getaccount:hover{
	background: #2D9243;
}

.getaccount a {
    color: #fff;
    font-size: 20px;
}

.center_business_content{
	background: #f7f7f7;
}

.business_page_header{
	height: 100%;
	background: url(img/business-bg.jpg) no-repeat 50% 50%;
	background-size: cover;
    background-position: center;
}

.business_page_title {
    background: #2B337E;
    margin-top: 21em;
    color: #fff;
    padding: 15px;
}

.business_page_title h2{
	color: #fff;
	font-size: 40px;
}

.business_page_title p{
	font-size: 18px;
}

.business_top_services {
	
}

.business_top_services h2, .business_top_services p{
	color: #00AC47;
	  -o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	/* ...and now for the proper property */
  	transition:.5s;
}

.business_top_services h2:hover{
	opacity: 0.5;
}

.business_top_services h2{
	margin-bottom: 15px;
	padding-top: 30px;
}

.business_top_services p{
	font-size: 16px;
	line-height: 22px;
	color: #616161;
}

.business_top_services a {
    color: #616161;
    font-weight: 400;
}

.business_top_services_col{
	padding: 10px;
	text-align: center;
	height: 180px;
	border-right: 1px solid #e1e2e2;
}

@media only screen and (max-width:990px) {
	.business_top_services_col{ border-right: none; border-bottom: 1px solid #e1e2e2;}
	.business_top_services_col:last-child{ border-bottom: none;}
}

.top_b_section {
    border-bottom: 1px solid #eee;
}

.business_top_services_col.one{
	
}

.business_top_services_col.two{
	
}

.business_top_services_col.three{
	
}

.business_top_services_col.four{
	border-right: none;
}

.bottom_section_businesspage.pd_spc_section{
	padding-top: 0px;
}


.qabusiness {
    background: #fff;
    padding: 15px;
}

.qabusiness li{
	margin-bottom: 10px;
}

.qabusiness li a{
	font-size: 16px;

}

.bottom_business_boxes{
	margin-top:  50px;
	overflow: hidden;
}

.bottom_business_boxes h2{
	color: #2a3080;
	line-height: 43px;

}
.bottom_business_boxes img{
	width: 100%;
	height: auto;
}


a.businessqamore {
    color: #5E5E5F;
    border-bottom: 1px solid #7d7d80;
    font-size: 14px;
    /* margin-bottom: 20px; */
    display: inline;
}

.bottom_business_boxes.QA h2.qa-title{
	background: url(img/icons/qa-icon.png)no-repeat center left;
	padding-left: 50px;
}

h2.contact_businessinfo {
       /* margin-top: 30px; */
    margin-bottom: 0px;
    font-size: 18px;
    background: none;
    padding-left: 0px;
    margin-bottom: 0px;
    line-height: 34px;
}

.b_go_to_page{
	margin-top: 20px;
}


.business-inner-title h1{
	margin-bottom: 20px;
	color: #2a3080;
}

.business_inner_page_content h3{
	font-size: 24px;
	margin-bottom: 5px;
	margin-top: 25px;
}

.business_inner_page_content img{
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.inner_space{
	display: block;
	height: 50px;
}


#menu-business-side-nav li{
	border-bottom: 1px solid #ececed;
	padding-bottom: 20px;
	padding-top: 20px;
}

#menu-business-side-nav li:first-child{
	padding-top: 0px;
}

#menu-business-side-nav li a{
	color: #2c9b44;
	background: url(img/green_arrow.png) no-repeat center left;
	padding-left: 20px;
	font-size: 20px;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	/* ...and now for the proper property */
  	transition:.5s;
}

#menu-business-side-nav li a:hover{
	padding-left: 25px;
}

#menu-business-side-nav li.current-menu-item a{
	opacity: 0.3;
}

.button_business_go {
    background: #2B337E;
    display: inline-block;
    padding: 10px 15px;
    margin-top: 20px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px;
}

.center_business_content .boxes, .center_business_content .col-lg-4{
	display: flex; /* equal height of the children */
	flex-flow: row; 
  flex-wrap: wrap;
}

.button_business_go a{
	background: url(img/white_arrow.png) no-repeat center left;
	color: #fff;
	padding-left: 20px;
}


.businesspage-columns {
	width: 100%;
    display: inline-block;
    border: 1px solid #e1e2e2;
    margin: 0;
	padding: 0;
	background: #fff;
	padding-bottom: 15px;
	margin-top: 50px;
	margin-bottom: 50px;
	flex: 1;
    padding-bottom: 1em;
    flex: 1; /* additionally, equal width */
  
  padding-bottom: 1em;
  
}

.businesspage-columns a{
	margin: 0;
	padding: 0;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	/* ...and now for the proper property */
  	transition:.5s;
}

.businesspage-columns a:hover{
	opacity: 0.8;
}

.businesspage-columns img{
	width: 100%;
	height: auto;
	margin: 0!important;
	padding: 0;
}

.businesspage-columns h2, .businesspage-columns p{
	padding:0 15px;
}

.businesspage-columns h2{
	color: #2a3080;
	margin-bottom: 15px;
	margin-top: 25px;
}

.businesspage-columns h2 a{
	font-weight: 400;
}

.businesspage-columns p{
	font-size: 14px;
    line-height: 23px;
    padding: 0px;
}

.businesspage-columns.green {
    background: #36a44e;
    color: #fff;
    /* font-size: 18px; */
}

.businesspage-columns.green p {
    font-size: 18px;
}

.pre-bs p{
	padding-left: 15px;
	padding-right: 15px;
}

.container.inner_pages_content table {
    width: 100%;
}


table.thetable {
    width: 60%;
    margin-bottom: 20px;
}

td, th {
    padding: 0;
    width: 1%;
    padding-bottom: 5px;
    border-bottom: 1px solid #E2E2E2;
    padding-top: 5px;
}

ul#menu-business-inner-bottom-nav li {
	    border-bottom: 1px solid #ececed;
    padding-bottom: 20px;
    padding-top: 20px;
    
}

ul#menu-business-inner-bottom-nav li:first-child {
    margin-top: 0;
    padding-top: 0;
}

ul#menu-business-inner-bottom-nav {
    
}

ul#menu-business-inner-bottom-nav li a {
        color: #2c9b44;
    background: url(img/green_arrow.png) no-repeat center left;
    padding-left: 20px;
    font-size: 20px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

ul#menu-business-inner-bottom-nav li a:hover{
	
}

ul#menu-business-inner-bottom-nav li.current-menu-item{
	opacity: 0.5;
}

ul#menu-business-inner-bottom-nav li.current-menu-item a{
	text-decoration: none;
}

/* stamps page */

.stamps_page_title{
  background: #2B337E;
  padding: 15px;
}

.stamps_page_title p{
	color: #fff;
	font-size: 18px;
}

.philantelic{
	overflow: hidden;
	margin-bottom: 50px;
}

.stamps_page_header{
	background-image: url(img/stamps.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	padding-top: 21em;
}

.stamps_page_header img{
	max-width: 100%;
	height: auto;
}

.stamps_page_header h2{
	font-size: 36px;
	color: #fff;
}

h1.stapsub{
	font-size: 24px;
	color: #2a3080;
	line-height: 38px;
	margin-bottom: 50px;
}

.normalstamps {
    margin-bottom: 50px;
    border-bottom: 5px solid #ececed;
    padding-bottom: 30px;
}

.normalstamps h2{
	padding-bottom: 20px;
}

.normalstamps p{
	line-height: 30px;
}

.normalstamps strong{
	color: #2A3080;
}

.philantelic-box{}

.wrapphiltelic {
    background: #2c9b44 ;
    padding-bottom: 30px;
    padding-top: 20px;
	padding-left: 15px;
	border-bottom: 3px solid #1C732F;
}

.philtitle{
	padding-left: 15px;
	font-size: 30px;
	color: #fff;
	margin-bottom: 20px;
	background: url(img/icons/philantelic-icon.png) no-repeat center left;
	padding-left: 55px;
}

.phillinks{
	padding-right: 15px;
}
.phillinks a {
    font-size: 18px;
    display: block;
    color: #2C9B44;
    background: url(img/green_arrow.png) #fff no-repeat 3% 50%;
    padding-left: 30px;
	line-height: 55px;
    margin-bottom: 10px;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	/* ...and now for the proper property */
  	transition:.5s;
}

.phillinks a:hover{
	padding-left: 35px;
}

ul.philan_points li {
    padding-bottom: 15px;
}



/* Inner page */

.arrow_point{
	width: 100%;
	background: url(img/arrow_point.png)no-repeat center;
	display: block;
}


.border_green {
	position: relative;
z-index: 100;
width: 0;
height: 0;
/* border-left: 30px solid transparent; */
/* border-right: 30px solid transparent; */
/* border-bottom: 30px solid white; */
left: 100%;
width: 200px;
height: 30px;
-webkit-transform: skew(-30deg);
-moz-transform: skew(-30deg);
-o-transform: skew(-30deg);
background: #ECB036;
}

.border_yellow {
    position: relative;
    z-index: 100;
    width: 0;
    height: 0;
    /* border-left: 30px solid transparent; */
    /* border-right: 30px solid transparent; */
    /* border-bottom: 30px solid white; */
    left: 43%;
    width: 200px;
    height: 30px;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    background: #ECB036;
    top: -70px;
    /* right: 500px; */
}


.inner_box_style.small_space.first{
	padding-top: 0px;
}

.inner_title{
	color: #fff;
	padding-top: 35%;
    padding-bottom: 40px;
}

.inner_title h2{
	color: #fff;
	line-height: 60px;
	font-size: 5vh;
}

.inner_title p{
	font-size: 20px;
}

.innerpages_header_section{
	background: #2a3080;
	overflow: hidden;
}

.sidepage_images{
	position: absolute;
    margin-right: -410px;
}

.inner_remove img{
	width: 100%;
}

.inner_pages_content, .stamps_page_content{
	padding-top: 50px;
	margin-bottom: 50px;
}

.inner_intro{
	line-height: 30px;
	font-size: 18px;
	margin-bottom: 30px;
	font-weight: 600
}

.inner_box_style {
    border-bottom: 5px solid #ececed;
    padding-bottom: 30px;
    padding-top: 30px;
}

.inner_box_style h3, .top_content_section h3{
	font-size: 24px;
	padding-bottom: 15px;
}

.top_content_section{
	background: #ececee;
	padding:50px 0;
	margin-top: 90px;
}

.top_content_section .introtxt_bottom_section{
	border-bottom: 1px solid #e0e2ec;
}

.introtxt_bottom_section{
	margin-bottom: 50px;
	padding-bottom: 10px;
}


.needhelp_section{
	margin: 50px 0;
}

.needhelp_section h2{
	color: #2a3080;
	margin-bottom: 15px;
}

a.text_link_green.needhelplink {
    padding-right: 1.5%;
}

a.text_link_green.needhelplink:hover {
    padding-right: 3%;
}

.inner_bottom_sextion_extrabox{
	background: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
}

.inner_box_style.margin_bottom {
    margin-bottom: 50px;
    overflow: hidden;
}

.inner_bottom_sextion_extrabox ul{
	margin: 0;
	padding: 0;
}

.inner_bottom_sextion_extrabox ul li {
    list-style: none;
    line-height: 36px;
}

.bottom_extra_section_inner_page .conditions-icons img {
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
}

.bottom_extra_section_inner_page .conditions-icons {
    text-align: center;
}

ul.list_clean{
	margin-left: 15px;
}

ul.list_clean li{
	margin-bottom: 15px;
	list-style: disc;
}

.packing_list img{
	-webkit-border-radius: 03px;
	-moz-border-radius: 03px;
	border-radius: 03px;
}

.packing_list_items{
	overflow: hidden;
	border-bottom: 5px solid #ececed;
	margin-bottom: 30px;
    padding-bottom: 30px;
}

.packing_list{
	padding-top: 30px;
}

ul.packing_info_list li {
    margin-bottom: 15px;
}

.inner_pages_content .italic{
    margin-top: 50px;
    font-style: italic;
}

.inner_box_style.small_space{
	padding-bottom: 20px;
    padding-top: 20px;
}


.porates {
    padding: 15px;
    background: #FFD787;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.porates h3{
	font-size: 20px;
	margin-bottom: 20px;
}

ul.boxsizes{
	margin-top: 5px;
	margin-bottom: 25px;
}

ul.boxsizes li{
	margin-bottom: 10px;
}

.important_info.pobox_info h2{
	background: url(img/icons/form-icon.png) no-repeat center left;
	padding-left: 40px;
    line-height: 40px;
    margin-bottom: 20px;
}


.services_page_header{
	background-image: url(img/services-header.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position: 50% 75%;
	height: 400px;
}

.services_page_header h2{
	margin-bottom: 20px;
	color: #fff;
	font-size: 36px;
}

.service_page_title{
	background: #2a3080;
	color: #fff;
	margin-top: 100px;
	padding: 15px;
}


.servicespa {
    margin-bottom: 50px;
    border-bottom: 1px solid #D6D5D5;
    height: 9em;
    overflow: hidden;
}

.servicespa a h2{
    color: #2B337E;
    margin-bottom: 20px;
    background: url(img/blue_arrow.png) no-repeat center right;
    display: inline;
    padding-right: 4%;
    -o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	/* ...and now for the proper property */
  	transition:.5s;
}

.servicespa a h2:hover{
	opacity: 0.8;
	padding-right: 5%;
}

.border_pas{
	border-top: 1px solid #e1e2e2 ;
	padding-top: 80px;
}

.inner_smlbox {
    height: 318px;
}

/* Sidebar */

.dtm li{
	width: 50%;
    display: inline-block;
    float: left;
}

.dtm.ems, .dtm{
	overflow: hidden;
}

.dtm.ems li{
	width: 100%;
}

.badge_sidebar{
	color: #fff;
	padding-bottom: 20px;
	margin-bottom: 50px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background: rgba(48,165,74,1);
	background: -moz-linear-gradient(45deg, rgba(48,165,74,1) 0%, rgba(48,165,74,1) 36%, rgba(48,165,73,1) 44%, rgba(37,131,58,1) 68%, rgba(37,131,58,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(48,165,74,1)), color-stop(36%, rgba(48,165,74,1)), color-stop(44%, rgba(48,165,73,1)), color-stop(68%, rgba(37,131,58,1)), color-stop(100%, rgba(37,131,58,1)));
	background: -webkit-linear-gradient(45deg, rgba(48,165,74,1) 0%, rgba(48,165,74,1) 36%, rgba(48,165,73,1) 44%, rgba(37,131,58,1) 68%, rgba(37,131,58,1) 100%);
	background: -o-linear-gradient(45deg, rgba(48,165,74,1) 0%, rgba(48,165,74,1) 36%, rgba(48,165,73,1) 44%, rgba(37,131,58,1) 68%, rgba(37,131,58,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(48,165,74,1) 0%, rgba(48,165,74,1) 36%, rgba(48,165,73,1) 44%, rgba(37,131,58,1) 68%, rgba(37,131,58,1) 100%);
	background: linear-gradient(45deg, rgba(48,165,74,1) 0%, rgba(48,165,74,1) 36%, rgba(48,165,73,1) 44%, rgba(37,131,58,1) 68%, rgba(37,131,58,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30a54a', endColorstr='#25833a', GradientType=1 );
}

.badge_sidebar.rates {
    margin-right: 10px;
}

.badge_sidebar.stamps {
    margin-left: 10px;
}


.badge_sidebar a{
	color: #2a3080;
	padding:10px;
}

.badge_sidebar a:hover{
	color: #2a3080;
}

.badge_sidebar p{
	padding:10px;
	line-height: 24px;
    font-size: 14px;
}

.badge_sidebar.rates .img_in{
	background: url(img/placeholderside.jpg);
	height: 85px;
}



.badge_sidebar.stamps .img_in{
	background: url(img/placeholderside2.jpg);
	height: 85px;
}

ul#menu-service-menu-side li:first-child {
    margin-top: 0;
    padding-top: 0;
}


#menu-service-menu-side li, #menu-philantelic-menu li{
	border-bottom: 1px solid #ececed;
	padding-bottom: 20px;
	padding-top: 20px;
}

#menu-service-menu-side li a, #menu-philantelic-menu li a{
	color: #2c9b44;
	background: url(img/green_arrow.png) no-repeat center left;
	padding-left: 20px;
	font-size: 20px;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
  	/* ...and now for the proper property */
  	transition:.5s;
}

#menu-service-menu-side li a:hover, #menu-philantelic-menu li a:hover{
	padding-left: 25px;
}

#menu-service-menu-side li.current-menu-item a, #menu-philantelic-menu li.current-menu-item a{
	opacity: 0.3;
}

.form-control{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}


.contact-sidebar .form-control{
	border: 2px solid #ECB037;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0px;
}

.btn-primary{
	background: #36A44E;
	border-color: #36A44E;
}

.contact-sidebar h2{
	background: url(img/icons/title-contact-icon.png) no-repeat center left;
	line-height: 33px;
	padding-left: 50px;
	margin-bottom: 15px;
}

.tijd_a.box, .contact_hours{
	background: #36A44E;
}

.openhours_contact_page{
	display: block;
	margin-bottom: 15px;
}

.sidecontactform_support{
	margin-top: 20px;
}

.contact_hours{
	padding: 15px;
}

.contact_hours h3{
	color: #fff;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.contact_hours select {
    border: 1px solid #30a54a;
}

.contact_hours select:focus {outline:0;}

.contact_hours p{
	color: #fff;
	margin-top: 10px;
}

.contact_hours span {
    display: inline-block;
    background: #25953e;
    margin: 0 5px;
    padding: 5px;
    color: #fff;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


div#content-idfaq {
    /* border-bottom: 2px solid #C1C1C1; */
    background: #f7f7f7;
    padding: 15px;
}

h3#idfaq {
    font-size: 16px;
    color: #5A5C9E;
    cursor: pointer;
}


.arrow_point {
    width: 100%;
    background: url(img/arrow_point.png)no-repeat center;
    display: block;
    height: 60px;
    margin: 20px 0 30px 0;
}
td.table_title_smallp{
	font-weight: 700;
}
td{
	border: 1px solid #e2e2e2;
	padding-left: 15px;
}

tbody{
	border-bottom: 2px solid #36A44E;
}

div#fbuilder {
    background: #F3F3F3;
    padding-right: 15px;
    padding-left: 15px;
}


#fbuilder .fform h1 {
    margin: 5px 0px;
    font-size: 24px;
		background: url(img/calculator_icon.png)no-repeat 0% 50%;
		line-height: 50px;
		padding-left: 50px!important;
}

#fbuilder_1 label, #fbuilder_2 label {
    font-weight: 600;
		line-height: 20px;
}

#fbuilder .dfield label, #fbuilder_2 .dfield label {
    color: #2B337E;
}

#fbuilder select#fieldname3_1, select#fieldname1_2 {
    border: 1px solid #DCDBDB;
	background: #fff;
}

#fbuilder input, #fbuilder_2 input{
    padding: 5px 5px;
	border: 1px solid #DCDBDB;
}

div#fbuilder {
    margin-bottom: 50px;
    border-bottom: 5px solid #ececed;
    padding-bottom: 50px;
}

div#fbuilder {
    margin-bottom: 50px;
    border-bottom: 5px solid #ececed;
	border-top: 5px solid #ececed;
    padding-bottom: 30px;
	padding-top: 20px
}

#fbuilder .fields{
	margin: 10px 0px;
}

h2.cal_table_title{
	color: #2B337E;
	margin-bottom: 15px;
}

























/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

	.mobile_stamps_view a{
	background: #F9B200;
	color: #000;
	font-size: 18px;
	width: 100%;
	padding: 15px;
	display: inherit;
    margin-bottom: 15px;
}

ul.circles_stamps{
	display: none;
}

}
@media only screen and (min-width:480px) {
	ul.circles_stamps{
	display: none;
}

}
@media only screen and (min-width:768px) {
	ul.circles_stamps{
	display: block;
}

.mobile_stamps_view{
	display: none;
}

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

a::selection {
	text-decoration: none;
}


/*------------------------------------*\
    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;
}
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;
	border-bottom: 1px solid #efefef;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	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 .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}









/*------------------------------------*\
    ECOMMERCE
\*------------------------------------*/


/* E-post Aruba */



@media only screen and (min-width:480px) {
	.header_epost{
		background: #f2f2f2 ;
		padding-top: 160px;
		padding-bottom: 90px;
	}

}
@media only screen and (min-width:768px) {
	.header_epost{
		background: #f2f2f2 ;
		padding-top: 160px;
		padding-bottom: 90px;
	}

}
@media only screen and (min-width:1024px) {
	.header_epost{
		background: url(img/epost_img.png) no-repeat  #f2f2f2 ;
		padding-top: 160px;
		padding-bottom: 90px;
	}

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}



header.shop_page_header{
	background: url(img/shop_header.jpg) no-repeat;
	background-size: cover; 
}



.shop_center_title span {
    font-weight: 800;
    font-size: 40px;
    color: #292582;
}

.shop_center_title {
    text-align: center;
    padding: 50px 0;
    background: #f7f7f7;
    margin-bottom: 50px;
    border-bottom: 1px solid #F1F1F1;
}

.thcolumn {
    text-align: center;
    padding: 45px 15px;
    margin-bottom: 20px
}

.shop_options {
  margin-bottom: 50px;
}

.blue .thcolumn{
	    border: 2px solid #30A54A;
	border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
padding: 70px 0;
} 

.green .thcolumn{
	    border: 2px solid #30A54A;
	border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
padding: 70px 0;
} 


p.shoptitle{
	font-size: 26px;
	margin-top: 20px;
}

.thcolumn h2{
	margin-bottom: 20px;
}
.thcolumn p{
	margin-bottom: 20px;
}



.header_epost p{
	font-size: 36px;
	line-height: 48px;
	color: #3a378f;
	margin-top: 35px;
}

.sell_section_epost{
  background: #3a378f;
  color: #fff;
  padding: 70px 0;
}

.bottom_promo_section_epost{
  background: #f2f2f2;
  margin-bottom: 100px;
  padding-top: 90px;
  padding-bottom: 90px;
}

ul.sell_cetion_list_epost li {
   font-size: 18px;
   font-weight: 600;
   margin-bottom: 40px;
}


ul.sell_cetion_list_epost p {
    color: #747ac2;
    font-style: italic;
    font-weight: 600;
}

h2.Epsotvideo_title{
		font-size: 36px;
    color: #fff;
    margin-top: 5px;
		margin-bottom: 70px;
}

.sell_section_epost span {
    margin-top: 65px;
    display: inherit;
    font-weight: 600;
    font-size: 18px;
    line-height: 50px;
}

p.bottom_promo_epost_txt {
    font-size: 18px;
    color: #000;
    margin-top: 30px;
    margin-bottom: 30px;
}

.img-epost {
    margin-right: 20px;
}

.img-epost img{
	border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}


button.yikes-easy-mc-submit-button.yikes-easy-mc-submit-button-1.btn.btn-primary.newsletterbtn.admin-logged-in:hover {
    background: #2a3080;
}


a.post-edit-link {
    display: none;
}



ul.sell_cetion_list_epost li {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
    border-bottom: 1px solid #2a296b;
    padding-bottom: 20px;
}

ul.sell_cetion_list_epost li:last-child{ 
    margin-bottom: 0px;
    border-bottom: none;
    }

ul.sell_cetion_list_epost {
    background: #353380;
    padding: 20px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
}

.epsot-top-img img{
	border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    height: 100%;
}



ul.b-acc li {
        line-height: 30px;
    margin-bottom: 10px;
    list-style: initial;
    font-weight: 600;
    color: #595b9d;
}

ul.b-acc {
    margin-left: 15px;
}








article.local_products_list_page {
    
}
.theproducts{
	display: flex;
}


.woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none;
    clear: both;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 770px) {
	.woocommerce ul.products{flex-wrap: wrap;}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .woocommerce[class*=columns-] ul.products li.product{margin-right: 1%;}
}


pre {
   
    background-color: #fff;
    border: 1px solid #fff;
    width: 100%;
    font-family: "Open Sans", Times, serif;
}

.woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1.5em;
}

.woocommerce ul.products li.product .price {
    color: #77a464;
    display: block;
    font-weight: 600;
    margin-bottom: .5em;
    font-size: 1.257em;
    
}

.local_products_list_page .woocommerce ul.products li.product .price{
	position: relative;
    margin-top: -40px;
}

.woocommerce ul.products li.product .small, small {
    font-size: 1.2em;
    font-weight: 600;
}

.woocommerce ul.products li.product .small, small a{
	    color: #006eda;
}



.top_page_data_shop {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 3px solid #ecb037;
    margin-bottom: 25px;
}
span.product_page_title {
    flex-grow: 1;
}

.postaruba-shopping-cart{
	background: url(img/shopping_car_icon.png)no-repeat 0% 0%;
    padding-left: 30px;
}


.top_page_data_shop.productpage {
    margin-bottom: 40px;
    position: relative;
    margin-top: -30px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
}

.top_page_data_shop.productpage.single_product_display {
    margin-top: 50px;
}

.summary p.price span.woocommerce-Price-amount.amount {
    color: #000;
    font-weight: 600;
}

.related.products h2 {
    margin-bottom: 30px;
    color: #2b337e;
    /* font-weight: 600; */
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #ecb037;
    color: #2b337e;
    -webkit-font-smoothing: antialiased;
}

li.product a img {
    border-radius: 3px;
}

.display_product_bottom h1 {
    font-size: 1.5em;
    color: #2b337e;
    margin-bottom: 20px;
}

.summary h1{
	color: #30a54a;
	font-size: 2em;
}

nav.col-lg-12{
	margin-bottom: 25px;
}


li#woocommerce_product_categories-4 {
    background: #f7f7f7;
    padding: 25px;
}

li#woocommerce_product_categories-4 li {
    line-height: 40px;
    border-bottom: 1px solid #e8e8e8;
}


/* Larger than mobile */
@media (min-width: 400px) {
		li#woocommerce_product_categories-4 {
    display: none;
}
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
	li#woocommerce_product_categories-5 {
    display: block;
}
	li#woocommerce_product_categories-4 {
    display: none;
}
}

/* Larger than tablet */
@media (min-width: 750px) {
	li#woocommerce_product_categories-5 {
    display: none;
}
	li#woocommerce_product_categories-4 {
    display: block;
}
}




.page-description {
    border-bottom: 1px solid #efeeee;
    margin-bottom: 25px;
}

.fe-products .woocommerce ul.products li.product a img{
	
}

.fe-products h4{
	margin-bottom: 20px;
}

small.wcvendors_sold_by_in_loop {
    font-size: 14px;
}


.fe-products .woocommerce ul.products li.product a img {
    float: left;
    width: 200px;
    margin-right: 20px;
    margin-bottom: 0;
    height: 100%;
}

.fe-products ul.products li{
	background: #f7f7f7;
	border: 1px solid #e6e4e4;
}

@media (max-width: 750px) {
	.fe-products .woocommerce ul.products li.product a img{
		height: auto;
		width: 100%;
		margin-bottom: 15px;
	}
	.fe-products ul.products li{padding-bottom: 20px!important;}
	.fe-products .woocommerce ul.products li.product h3, .fe-products .woocommerce ul.products li.product .p-price, small.wcvendors_sold_by_in_loop{
		padding-left: 20px;
	}
	.fe-products a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
		margin-left: 20px;
	}
}

.fe-products .woocommerce ul.products li.product h3{
	font-size: 1.1em;
	color: #2b337e;
}

.fe-products a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
	background: #ecb037;
	color: #2b337e;
}


.fe-products .woocommerce ul.products li.product a img{
	border-radius: 0px!important;
}


  
p.woocommerce-result-count {
    font-size: 13px;
    font-weight: 600;
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count{
	margin: 0 0 1.5em;
}

.woocommerce nav.woocommerce-pagination {
    text-align: left;
    margin-bottom: 25px;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img{
	width: 100%;
}

.woocommerce a.remove{
	margin: 0 auto;
}

.woocommerce table thead {
    border-top: 3px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    /* border-radius: 5px; */
    background: #36a44e;
    color: #fff;
}

.woocommerce table.shop_table{
	border-right: ;
}

.cpsectionwo {
    margin: 20px 0;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text{
	width: 55%;
}

img.attachment-shop_thumbnail.size-shop_thumbnail.wp-post-image {
    margin-bottom: 5px;
    margin-top: 5px;
}

.product-view h1 {
    display: block;
    margin-bottom: 25px;
}





.tabs {
         width: 100%;
         float: none;
         list-style: none;
         position: relative;
         padding: 0;
   margin-bottom: 5em;
       }
       .tabs li{
         float: left;
       }
       .tabs label {
           display: block;
           padding: 10px 20px;
           border-radius: 2px 2px 0 0;
           color: #c60000;
           font-size: 18px;
           font-weight: normal;
           background: rgba(255,255,255,0.2);
           cursor: pointer;
           position: relative;
           top: 3px;
           -webkit-transition: all 0.2s ease-in-out;
           -moz-transition: all 0.2s ease-in-out;
           -o-transition: all 0.2s ease-in-out;
           transition: all 0.2s ease-in-out;
       }
       .tabs label:hover {
         background: #e6b2b2;
         top: 0;
       }
       
       [id^=tab]:checked + label {
         background: #c60000;
         color: white;
         top: 0;
       }
       
       [id^=tab]:checked ~ [id^=tab-content] {
           display: block;
       }
       .tab-content{
         z-index: 2;
         display: none;
         text-align: left;
         width: 100%;
         line-height: 140%;
         padding-top: 10px;
         padding: 15px;
         position: absolute;
         left: 0;
         box-sizing: border-box;
         -webkit-animation-duration: 0.5s;
         -o-animation-duration: 0.5s;
         -moz-animation-duration: 0.5s;
         animation-duration: 0.5s;
       }
view raw



h1.tab-custom-tab_tab, h1.description_tab{
    margin-bottom: 0px!important;
}


h1.tab-custom-tab_tab {
    margin-bottom: 0px!important;
}

body .accordion-header h1{
	font-weight: 600!important;
	font-size: 18px!important;
	margin-bottom: 0px!important;
}

div#accordion-container {
    margin-bottom: 80px;
}

.accordion-header-icon{
	line-height: 0px;
	position: relative;
    margin-top: -7px;
}


body .accordion-item-active .accordion-header {
    background: #f7f7f7!important;
    color: #000;
}

body .accordion-item-active .accordion-header h1 {
    color: #000!important;
}

.accordion-header-icon.accordion-header-icon-active {
    color: #36a44e!important;
}

body .accordion-header h1{
	margin-bottom: 0px!important;
}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


.homepage_epost_data_show {
    padding: 20px;
}

.news_postaua h3 {
    font-size: 1.5vw;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
}

@media (max-width: 766px) {
	.news_postaua h3{font-size: 3.5vw;}
}

.news_postaua {
    margin-bottom: 50px;
    overflow: hidden;
    background: #2b337e;
   border-radius: 3px 3px 0px 0px;
-moz-border-radius: 3px 3px 0px 0px;
-webkit-border-radius: 3px 3px 0px 0px;
}

.news_postaua img {
    width: 100%;
    height: 300px;
   
}

.col-md-12.imgrv {
    padding: 0px;
}

.soliloquy-container .soliloquy-next {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 10px;
    z-index: 1320;
    background-color: #fff!important;
    background-image: url(img/slider-right.png)!important;
    background-size: 20px!important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}


.soliloquy-container .soliloquy-prev {
	background-color: #fff!important;
    background-image: url(img/slider-left.png)!important;
    background-size: 20px!important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}


ul.bottom-nav li{
	display: inline-block;
	margin-right: 20px;
}




.pre-bs {
    height: 160px;
}




.product-date-of-issue.date-of-issue-sort {
    width: 200px;
}

.product-description {
    width: 200px;
    margin-left: 25px;
}



.covid19 ul li {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 10px;
}

.covid19 ul{
	margin-bottom: 40px;
}

.covid19{
	margin-top: 40px;
}

.covid19 h3{
	margin-bottom: 25px!important;
}

.covid19 h4{
	color: #2a307f;
}


.cov-button a {
    background: #2a307f;
    color: #fff;
    padding: 10px 15px;
    margin-top: 30px;
    display: block;
}


.nmpl {
	max-width: 500px;
}

.nmpl h4 {
    margin-bottom: 15px;
    color: #757373;
}

.nmpl label{
	width: 100%!important;
}

.nmpl input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel, .nmpl input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
	width: 100%!important;
}
.lcp {
    background: #ececee;
    padding: 15px;
    border: 1px solid #cccccc;
}


.fup {
    /* background: #000; */
    padding: 10px;
    border: 1px solid #edb123;;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 25px;
}

input#mfcf7_zl_add_file {
    background: #edb124;
    border: none;
    color: #000;
    padding: 5px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 400;
}

div#mfcf7_zl_multifilecontainer {
    margin-top: 10px;
}

span.wpcf7-list-item {
    margin: 0;
    margin-right: 5px;
}

.nmpl .bold {
    font-weight: 600;
    color: red;
}



ul.list-p-items li {
    margin-bottom: 10px;
    /* font-style: italic; */
    color: #57b16c;
    font-weight: 600;
}



ul.v-l-i {
    margin-left: 18px;
}

ul.v-l-i li {
    list-style: disc;
    margin-bottom: 15px;
}






.header-epost-intro{
	background: #fff;
    padding-top: 50px;
    border-top: 2px solid #b51111;
}

.header-epost-intro h1{
	    color: #000;
    font-weight: 800;
    line-height: 50px;
    font-size: 40px;
    margin-bottom: 80px;
}

.space-between{
	display: block;
	height: 80px;
}


.signup-left-epost{
	background: #fff;
	padding: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
       position: relative;
    margin-bottom: -80px;
border: 4px solid #da1d34;
}

@media only screen and (max-width: 990px){
	.signup-left-epost{ margin-bottom: 0px; }
	.space-between{height: 0px;}
}

p.intro-txt-small{
	margin-top: 25px;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 30px;
}

ul.listen-links-e-top {
        display: flex;
 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
  
    flex-wrap: wrap;
 
    flex-direction: column;
    flex-basis: unset;
 
}

ul.listen-links-e-top li {
    border-right: 2px solid #a91426;
    flex-grow: 5;
    padding-top: 25px;
    padding-bottom: 25px;
    /* flex: 0 0 9em; */
    /* flex-wrap: wrap; */
    width: 50%;
    background: #da1c34;
    margin-bottom: 15px;
}

ul.listen-links-e-top li:last-child{
	border-right: none;
}


ul.listen-links-e-top li a{
	color: #fff;
	font-size: 18px;
}


ul.listen-links-e-top li a:hover{
	opacity: 0.7;
}

.benefits-section{
	margin-top: 80px;
}

.btn-yellow{
	background: #fec701;
	-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
display: inline-table;
    padding: 10px 20px;
    margin-bottom: 10px;
}

.btn-yellow a{
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
}


.benefits-section{
	padding-bottom: 80px;
}

.benefits-section h2, .how-espot-work h2{
	color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 25px;
}

#how-espot-work h2{
	color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 25px;
}

ul.benefit-list{}

ul.benefit-list li{
	font-weight: 600;
    color: #000;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 30px;
}


#how-espot-work{
	background: #fec701;
	padding-top: 50px;
	padding-bottom: 50px;
}


.bottom-section-epost{
	background: #fb480a;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}


.bottom-section-epost ul{
	display: flex;
}

.bottom-section-epost ul li{
	flex-grow: 5;
}


.bottom-section-epost ul li a{
	color: #fff;
	font-weight: 600;
	font-size: 23px
}

.bottom-section-epost ul li a:hover{
	text-decoration: overline;
	text-decoration: underline;
}



.epost-tracking{
	background: #da1c34;
	padding-top: 40px;
	padding-bottom: 40px;
}




.epost-tracking form .submit {
       position: absolute;
    right: 2px;
    top: 2px;
    padding: 0 29px 2px;
    font-size: 15px;
    margin-right: 16px;
    height: 46px;
    cursor: pointer;
    background: #fcca0f;
    border: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #000;
    font-weight: 700;
}

.epost-tracking form .submit:hover{
	background:#c00d23;
	color: #fff;
}

.epost-tracking form .field {
    width: 100%;
    border: 0;
    padding: 0 95px 2px 48px;
    height: 50px;
    font-size: 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}


p.track-info-a{
	color: #fff;
    font-weight: 600;
    font-size: 21px;
    line-height: 45px;
}


.mid-section-img{
	background-image: url(img/package-epost-img-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 600px;
}


#track_result_container{
	width:500px;
	height:500px;
	position: fixed;
	left:50%;
	top:50%;
	margin-left:-250px;
	margin-top:-250px;
	display: none;
	z-index: 100;
	background:white;
}

.box-white h3 {
    color: #eb233b;
    font-size: 4vw;
    font-weight: 800;
    /* overflow: hidden; */
    /* min-height: 100%; */
        margin-right: 15px;
}

.box-white {
    background: #fff;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: : 20px;
    padding-bottom: 30px;
    -webkit-border-radius: 20px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-radius: 20px;
    -moz-border-radius-bottomleft: 100px;
    border-radius: 20px;
    border-bottom-left-radius: 100px;
    margin-top: 50px;
}

@media only screen and (max-width: 600px){

	#track_result_container{
		width: 100vw;
		height: 100vh;
		position: fixed;
		left: 0;
		top: 0;
		margin-left: 0px;
		margin-top: 0px;
		z-index: 1000000;
		background: white none repeat scroll 0% 0%;
		display: none;
	}

	p.track-info-a{
		text-align: center;
	}

	.header-epost-intro h1 {
    color: #000;
    font-weight: 800;
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 80px;
    margin-top: 20px;
	}

	ul.listen-links-e-top{
		flex-direction: column;
		margin-bottom: 30px
	}

	ul.listen-links-e-top li{
		border-right: none;
		border-bottom: 2px solid #a91426;
	}

	.benefits-section h2, #how-espot-work h2{
		font-size: 20px;
		line-height: 30px;
	}

	ul.benefit-list li{
		font-size: 18px;
		margin-bottom: 10px;
	}

	.bottom-section-epost ul {
    display: flex;
    flex-direction: column;
	}

	.bottom-section-epost ul li a {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
	}

	.box-white h3 {
    color: #ed683c;
    font-size: 9vw;
    font-weight: 800;
    /* overflow: hidden; */
    /* min-height: 100%; */
        margin-right: 15px;
}



	.mid-section-img{
		height: 400px;
	}

}




.s-rates tr td{
	    border-bottom: 1px solid #e2e2e2;
    border: none;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 15px;
    padding-top: 15px;
}




.soliloquy-container .soliloquy-caption-inside a{
	background: url(img/white_arrow.png) #ea203a no-repeat 88% 50%!important;
}

.n-row-first {
    margin-top: 25px;
    /* border-top: 2px solid #000; */
    margin-bottom: 50px;
    /* border-top: 5px solid #ececed; */
    padding-bottom: 30px;
    background: #e4eaf9;
    border: 1px solid #bbcbf3;
    padding: 15px;
}
.n-row-first ul li {
    list-style: disc;
    margin-bottom: 15px;
}

.n-row-first ul {
    margin-left: 20px;
}
div#n-second-content ul li {
    list-style: disc;
    margin-bottom: 15px;
}
div#n-second-content ul {
    margin-left: 15px;
}
div#n-second-content ul li ul li {
    list-style: circle;
}
div#n-second-content {
    margin-bottom: 25px;
}
div#n-second-content ol li {
    list-style: decimal;
}
.n-row-first ol li {
    list-style: decimal;
	margin-bottom: 15px;
}
.n-row-first ol {
    margin-left: 0px!important;
    padding-left: 1em;
}


.mghs {
    border: 2px solid #edb223;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

element.style {
    background: #28b548;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
}