@font-face {
    font-family: 'souvenirregular';
    src: url('/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/font/souvenir-webfont.eot');
    src: url('/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/font/souvenir-webfont.eot#iefix') format('embedded-opentype'),
         url('/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/font/souvenir-webfont.woff2') format('woff2'),
         url('/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/font/souvenir-webfont.woff') format('woff'),
         url('/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/font/souvenir-webfont.ttf') format('truetype'),
         url('/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/font/souvenir-webfont.svg#souvenirregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	padding-top: 0px;
	padding-bottom: 0px;
}
.top-bar {
background: #73473e;
}
.info {
	height: 25px;
	/*width: 100%;*/
	color: #ffe0b5;
	padding-top: 1px;
	/*padding-left: 15px;*/
        text-align: right;
}	

.info a {
	color: #ffe0b5;
}
.social {
  float: left;
  list-style: none;
  margin: 4px 0px;
}
.social li {
  width: 25px;
  float: left;
  margin: 0px 4px;
}

 /*======================= NAVIGATION =======================*/
#navigation-row {
  width: 100%;
  background: none;
  padding-bottom: 12px;
  -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.06);
  -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.06);
  box-shadow: 0 1px rgba(255, 255, 255, 0.06);
}
#navigation-row.scroll-to-fixed-fixed {
  background: #0e0d0d;
}
.navigation {
padding-top: 40px;
}
.navigation ul.sf-menu {
  text-align: center;
  /*SubMenu Styles*/
}
.navigation ul.sf-menu > li {
  padding: 0;
  margin: 0 12px;
  /*float: none;*/
  display: inline-block;
}
.navigation ul.sf-menu > li:last-child {
margin-right: 0px !important;
}
.navigation ul.sf-menu > li.active > a:before,
.navigation ul.sf-menu > li.sfHover > a:before,
.navigation ul.sf-menu > li.current > a:before,
.navigation ul.sf-menu > li.active > span:before,
.navigation ul.sf-menu > li.sfHover > span:before,
.navigation ul.sf-menu > li.current > span:before {
  opacity: 1;
}
.navigation ul.sf-menu > li.active > a > span:before,
.navigation ul.sf-menu > li.sfHover > a > span:before,
.navigation ul.sf-menu > li.current > a > span:before,
.navigation ul.sf-menu > li.active > span > span:before,
.navigation ul.sf-menu > li.sfHover > span > span:before,
.navigation ul.sf-menu > li.current > span > span:before {
  opacity: 1;
  margin-left: -12px;
}
.navigation ul.sf-menu > li.active > a > span:after,
.navigation ul.sf-menu > li.sfHover > a > span:after,
.navigation ul.sf-menu > li.current > a > span:after,
.navigation ul.sf-menu > li.active > span > span:after,
.navigation ul.sf-menu > li.sfHover > span > span:after,
.navigation ul.sf-menu > li.current > span > span:after {
  opacity: 1;
  margin-left: 8px;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 18px;
  line-height: 30px;
  font-family: souvenirregular;
  color: #d42026;
  background: none;
  text-decoration: none;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  /*padding: 0 0;*/
  padding: 0px 5px 1px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation ul.sf-menu > li > a:before,
.navigation ul.sf-menu > li > span:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 4px;
  height: 4px;
  background: #d42026;
  margin-left: -2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.navigation ul.sf-menu > li > a > span:before,
.navigation ul.sf-menu > li > span > span:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 4px;
  height: 4px;
  background: #d42026;
  margin-left: -2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.navigation ul.sf-menu > li > a > span:after,
.navigation ul.sf-menu > li > span > span:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 4px;
  height: 4px;
  background: #d42026;
  margin-left: -2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.navigation ul.sf-menu > li > a:hover:before,
.navigation ul.sf-menu > li > span:hover:before {
  opacity: 1;
}
.navigation ul.sf-menu > li > a:hover > span:before,
.navigation ul.sf-menu > li > span:hover > span:before {
  opacity: 1;
  margin-left: -12px;
}
.navigation ul.sf-menu > li > a:hover > span:after,
.navigation ul.sf-menu > li > span:hover > span:after {
  opacity: 1;
  margin-left: 8px;
}
.navigation ul.sf-menu > li > ul {
  /*top: 43px;*/
  top:33px;
  /*Define 1st SubMenu position*/
  left: 50%;
  margin-left: -87.5px;
}
.navigation ul.sf-menu ul {
 /* width: 175px;*/
  /*Define menu width*/
}
.navigation ul.sf-menu li li ul {
  /*Define SubMenu position*/
  top: -12px;
  left: 160px;
}
.navigation ul.sf-menu li li ul > li > a,
.navigation ul.sf-menu li li ul > li > span {
  margin: 0;
}
.navigation ul.sf-menu li li li ul {
  /*Define 2nd+ SubMenu position*/
  top: -12px;
  left: 176px;
}
.navigation ul.sf-menu ul {
  /*background: #171616;*/
  background:#73473e;
  padding: 5px 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  min-width: 177px;
}
.navigation ul.sf-menu ul > li.open > .sub-menu {
  display: block !important;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
background: none;
}
.navigation ul.sf-menu ul > li > a,
.navigation ul.sf-menu ul > li > span {
  font-size: 12px;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #e6e6e6;
  /*background: #171616;*/
  background:#73473e;
  display: block;
  margin: 0;
  text-transform: capitalize;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation ul.sf-menu ul > li.firstItem {
  border: none;
}
.navigation ul.sf-menu.sf-vertical {
  width: 175px;
}
.navigation ul.sf-menu.sf-vertical li {
  width: 175px;
  margin-bottom: 1px;
}
.navigation ul.sf-menu.sf-vertical li:hover > ul,
.navigation ul.sf-menu.sf-vertical li.sfHover > ul {
  /*Define 1st SubMenu position*/
  top: -13px;
}
.navigation ul.sf-menu.sf-vertical ul {
  left: 177px;
}
.navigation ul.sf-menu.sf-vertical ul li a,
.navigation ul.sf-menu.sf-vertical ul li span {
  padding: 9px 12px;
}
.navigation ul.sf-menu.sf-navbar {
  height: 30px;
  padding-bottom: 30px;
  margin-bottom: 2px;
}
.navigation ul.sf-menu.sf-navbar li:hover > ul,
.navigation ul.sf-menu.sf-navbar li.sfHover > ul {
  /*Define 1st SubMenu position*/
  top: 32px;
  left: 0;
}
.navigation ul.sf-menu.sf-navbar li ul {
  width: auto;
  padding: 2px 0;
}
.navigation ul.sf-menu.sf-navbar li ul ul.sub-menu {
  width: 175px;
  top: 30px;
}
.custom_hover strong {
	display: none;
}
.dropdown-submenu>a:after{
	margin-top: -20px;
}


	
/* End menu
============*/

/* Translate
=================*/
.mod-languages {
	width: 23px;
	position: absolute;
	top: 35px;
	right: 0px;
}
/* End Translate
=================*/

/*slideshow
=============*/
.slideshow {
height: 485px;
padding-top: 15px;
background: url(/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/images/pattern1.jpg);
}
.tp-caption.big_white {
background: none !important;
font-family: souvenirregular !important;
font-size: 30px !important;
letter-spacing: 1px !important;
color: #fef4d7 !important;
}
.tp-caption a {
color: #fff !important;
text-decoration: none;
}
.tp-caption a:hover {
color: #fff !important;
}

/* slide2
==========*/
.slide2{
background: url(/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/images/slide2.jpg);
height:448px;
margin-top: -20px;
}
.slide2 h3 {
color: #fff;
font-family: souvenirregular;
padding-top: 310px;
text-align: center;
}
.slide2 p {
color: #fff;
text-align: center;
padding-bottom: 15px;
}
.slide2 span {
text-transform: uppercase;
padding: 7px 15px;
border: solid 1px #fff;
}
.slide2 a {
color: #fff;
}
/*block1
==========*/
.block1 {
height: 260px;
padding-top: 20px;
}
.what h3 {
font-family: souvenirregular;
color: #d42026;
background: url(/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/images/what.png) no-repeat 0px -1px, url(/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/images/what_underline.png) no-repeat 60px 54px;
text-indent: 60px;
height: 68px;
line-height: 65px;
margin-top: 0;
}
.what p {
font-family: arial;
font-size: 13px;
color: #73473e;
}
.what a {
float: right;
color: #d42026;
text-transform: uppercase;
font-size: 12px;
font-family: arial;
font-weight: bold;
}
.mission h3 {
font-family: souvenirregular;
color: #d42026;
background: url(/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/images/mission_underline.png) no-repeat 0px 23px;
padding-bottom: 15px;
font-size: 22px;
}
.mission p {
color: #73473e;
font-family: arial;
font-size: 12px;
}
.mission a {
float: right;
color: #d42026;
text-transform: uppercase;
font-size: 12px;
font-family: arial;
font-weight: bold;
cursor: pointer;
}
/*Modal1
========*/
div.modal {
background-color: transparent;
width:620px;
overflow-y: hidden;
}
.modal-title{
font-family: souvenirregular;
color: #d42026;	
}
.modal-footer{
background:#fff;
font-family: souvenirregular;

}
.btn-default{
color: #d42026;
background:#f2dcbe;	
border:none;
border-radius: 0;
padding: 4px 18px 6px;
font-weight: bold;
}
.btn-default:hover, .btn-default:focus, 
.btn-default:active, .btn-default.active, 
.open .dropdown-toggle.btn-default{
background: #d42026;
color :#f2dcbe;
}
/* mission jquery*/
			#intro {
				width: 580px;
				margin: 0 auto;
			}
			.wrapper {
				background-color: white;
				width: 480px;
				margin: 40px auto;
				padding: 50px;
				box-shadow: 0 0 5px #999;
			}
			.list_carousel-slider3 .caroufredsel_wrapper {
				height: 210px !important;
			}
			.list_carousel-slider3 {
				margin: 0px 0px 0px 0px;
				width: 100%;
				/*height: 223px;*/
			}
			.list_carousel-slider3 ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
				/*margin-left: 40px!important;*/
				
			}
			.list_carousel-slider3 li{			
				font-size: 14px;
				color: #001010;
				width: 500px;
				padding: 0;
				/*margin: 6px 8px 6px 9px !important;*/
				display: block;
				float: left;
				height:105px;
			}
			.list_carousel-slider3 li:last-child {
				background:none;
			}
			.list_carousel-slider3.responsive {
				width: auto;
				margin-left: 0;
			}
			.clearfix {
				float: none;
				clear: both;
			}
			.prev {
				float:left;
				margin-left: 10px;
			}
			.next {
				float:right;
				margin-right: 10px;
			}
			.pager {
				float: left;
				width: 300px;
				text-align: center;
			}
			.pager a {
				margin: 0 5px;
				text-decoration: none;
			}
			.pager a.selected {
				text-decoration: underline;
			}
			.timer {
				background-color: #999;
				height: 6px;
				width: 0px;
			}
			#foo1_pag a:nth-child(1) {
				background: url(/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/images/clients-left-arrow.png) no-repeat 0px 0px;
				height: 42px;
				width: 42px;
				position: absolute;
				color: transparent;
				top: 72px;
			}
			#foo1_pag a:hover:nth-child(1), #foo2_pag a.selected:nth-child(1) {
				background: url(/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/images/clients-left-arrow-hover.png ) no-repeat 0px 0px;
				}
			#foo1_pag a:nth-child(2) {
				background: url(/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/images/clients-right-arrow.png) no-repeat 0px 0px;
				height: 42px;
				width: 42px;
				position: absolute;
				color: transparent;
				right: 14px;
				top: 72px;
			}
			#foo1_pag a:hover:nth-child(2), #foo2_pag a.selected:nth-child(2) {
				background: url(/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/images/clients-right-arrow-hover.png ) no-repeat 0px 0px;
				}
					
			
/*end slider
==================================================================*/
/*block2
=========*/
.block2 {
	background:url(/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/images/pattern2.jpg);
	height:430px;
	padding-top: 15px;
}
.feature1 {
	background: #fff;
	height: 360px;
}
.feature1:hover {
box-shadow: 0px 0px 10px #000;
}
.feature1:hover .feature-header {
background: #73473e;
}
.feature1:hover .feature-img {
/*-webkit-filter: grayscale(100%);*/
}

.feature-header {
	height: 38px;
	background: #d42026;
}
.feature1 h3{
color: #fff;
font-family: souvenirregular;
font-size: 20px;
text-align: center;
padding-top: 8px;
}
.feature1 p {
font-family: arial;
font-size: 13px;
padding: 10px;
color: #73473e;
}

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

.btn-info {
color: #fff;
background-color: transparent;
border-color: transparent;
}
a.btn.btn-info.readmore.custom_hover {
margin-left: 62px;
}







.view {
   width: 262px;
   height: 145px;
   /*margin: 10px;*/
   float: left;
   border: 2px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
  /* box-shadow: 0px 0px 5px #aaa;*/
   cursor: default;
}

.view .mask, .view .content {
   width: 262px;
   height: 145px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.view img {
   display: block;
   position: relative;
}

.view a.info {
   background:url(/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/images/link.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
  /*width:20px;
   height:20px;*/
}

.second-effect .mask {
   opacity: 0;
   overflow:visible;
   border:0px solid rgba(0,0,0,0.5);
   box-sizing:border-box;
   transition: all 0.4s ease-in-out;
}

.second-effect a.info {
   position:relative;
   top:-30px;
   opacity:0;
   transform:scale(0,0);
   transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}

.second-effect:hover .mask {
   opacity: 1;
   border:100px solid rgba(0,0,0,0.5);
}

.second-effect:hover a.info {
   opacity:1;
   transform:scale(1,1);
   transition-delay:0.3s;
}



/*block3
=========*/
.block3 {
  	height: 325px;
	background:url(/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/images/block3_bg2.jpg) no-repeat;
	padding: 35px 0px;
}
.logos-header {
	height: 35px;
	background: #73473e;
	color: #fff;
	font-family: souvenirregular;
	font-size: 24px;
	padding-left: 10px;
}
.logos-content {
	height: 85px;
	background: #fef4d7;
}
.logos {
	padding-bottom: 10px;
}
.certs-header {
	height: 35px;
	background: #73473e;
	color: #fff;
	font-family: souvenirregular;
	font-size: 24px;
	padding-left: 10px;
}
.certs-content {
	height: 95px;
	background: #fef4d7;
}
.events-header {
	height: 40px;
	background: #73473e;
	color: #fff;
	font-family: souvenirregular;
	font-size: 24px;
	padding-left: 10px;
	border-bottom: 5px solid #fef4d7;
}
.events-content p {
	width: 330px;
	padding-top: 15px;
	color: #73473e;
	padding-left: 65px;
}
.date {
	background: url(/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/images/event-date.png) no-repeat 0px 15px;
	height: 80px;
	float: left;
	width: 60px;

}
.month {
	color: #ffe0b5;
	font-family: souvenirregular;
	font-size: 13px;
	padding-left: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 18px;
}
.day {
	color: #ffe0b5;
	font-size: 16px;
	font-family: souvenirregular;
	/* padding-left: 10px; */
	text-align: center;
}
.events-content a {
	color: #d42026;
}

/* events jquery*/
			#intro {
				width: 580px;
				margin: 0 auto;
			}
			.wrapper {
				background-color: white;
				width: 480px;
				margin: 40px auto;
				padding: 50px;
				box-shadow: 0 0 5px #999;
			}
			.list_carousel-slider .caroufredsel_wrapper {
				height: 193px !important;
				margin-left: 5px !important;
			}
			.list_carousel-slider {
				margin: 0px 0px 0px 0px;
				width: 100%;
				height: 223px;
			}
			.list_carousel-slider ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
				/*margin-left: 4px !important;*/
			}
			.list_carousel-slider li {			
				font-size: 14px;
				color: #001010;
				width: 360px;
				height: 161px;
				padding: 0;
				margin: 6px 8px 6px 8px !important;
				display: block;
				float: left;
				
			}
			.list_carousel-slider.responsive {
				width: auto;
				margin-left: 0;
			}
			.clearfix {
				float: none;
				clear: both;
			}
			.prev {
				float:left;
				margin-left: 10px;
			}
			.next {
				float:right;
				margin-right: 10px;
			}
			.pager {
				float: left;
				width: 300px;
				text-align: center;
			}
			.pager a {
				margin: 0 5px;
				text-decoration: none;
			}
			.pager a.selected {
				text-decoration: underline;
			}
			.timer {
				background-color: #999;
				height: 6px;
				width: 0px;
			}
			#foo3_pag a:nth-child(1) {
				background: url(/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/images/left-arrow-date.png) no-repeat 0px 0px;
				height: 26px;
				width: 180px;
				position: absolute;
				color: transparent;
			}
			#foo3_pag a:hover:nth-child(1), #foo3_pag a.selected:nth-child(1) {
				background: url(/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/images/left-arrow-date.jpg ) no-repeat 0px 0px;
				}
			#foo3_pag a:nth-child(2) {
				background: url(/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/images/right-arrow-date.jpg) no-repeat 0px 0px;
				height: 26px;
				width: 181px;
				position: absolute;
				color: transparent;
				right: 14px;
			}
			#foo3_pag a:hover:nth-child(2), #foo3_pag a.selected:nth-child(2) {
				background: url(/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/images/right-arrow-date-active.png ) no-repeat 0px 0px;
				}
				
			
/*end slider
==================================================================*/


/* Our Clints
==============*/
.our-clints {
height: 170px;
background: url(/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/images/pattern1.jpg);
}
.our-clints h2 {
text-align: center;
font-family: souvenirregular;
color: #d42026;
}


/* clients jquery*/
			#intro {
				width: 580px;
				margin: 0 auto;
			}
			.wrapper {
				background-color: white;
				width: 480px;
				margin: 40px auto;
				padding: 50px;
				box-shadow: 0 0 5px #999;
			}
			.list_carousel-slider2 .caroufredsel_wrapper {
				height: 75px !important;
			}
			.list_carousel-slider2 {
				margin: 0px 0px 0px 0px;
				width: 100%;
				/*height: 223px;*/
			}
			.list_carousel-slider2 ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
				/*margin-left: 40px!important;*/
				
			}
			.list_carousel-slider2 li{			
				font-size: 14px;
				color: #001010;
				width: 200px;
				padding: 0;
				background: url(/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/images/client-dot-bg.png) no-repeat right 5px;
				/*margin: 6px 8px 6px 9px !important;*/
				margin-left:10px;
				display: block;
				float: left;
			}
			.list_carousel-slider2 li:last-child {
				background:none;
			}
			.list_carousel-slider2.responsive {
				width: auto;
				margin-left: 0;
			}
			.clearfix {
				float: none;
				clear: both;
			}
			.prev {
				float:left;
				margin-left: 10px;
			}
			.next {
				float:right;
				margin-right: 10px;
			}
			.pager {
				float: left;
				width: 300px;
				text-align: center;
			}
			.pager a {
				margin: 0 5px;
				text-decoration: none;
			}
			.pager a.selected {
				text-decoration: underline;
			}
			.timer {
				background-color: #999;
				height: 6px;
				width: 0px;
			}
			#foo2_pag a:nth-child(1) {
				background: url(/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/images/clients-left-arrow.jpg) no-repeat 0px 0px;
				height: 42px;
				width: 42px;
				position: absolute;
				color: transparent;
				top: 72px;
			}
			#foo2_pag a:hover:nth-child(1), #foo2_pag a.selected:nth-child(1) {
				background: url(/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/images/clients-left-arrow-hover.jpg ) no-repeat 0px 0px;
				}
			#foo2_pag a:nth-child(2) {
				background: url(/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/images/clients-right-arrow.jpg) no-repeat 0px 0px;
				height: 42px;
				width: 42px;
				position: absolute;
				color: transparent;
				right: 35px;
				top: 72px;
			}
			#foo2_pag a:hover:nth-child(2), #foo2_pag a.selected:nth-child(2) {
				background: url(/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/images/clients-right-arrow-hover.jpg ) no-repeat 0px 0px;
				}
			#foo2_pag a {
				color: transparent;
				}
							
			
/*end slider
==================================================================*/


/*footer1
===========*/
.footer1 {
height: 175px;
background: url(/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/images/pattern2.jpg);
}
.footer1 h4 {
font-family: souvenirregular;
color: #000000;
height: 40px;
font-size: 20px;
background: url(/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/images/footer-underline.png) no-repeat 0px 27px;
}
.footer1 p{
color: #000000;
font-family:arial;
font-size:12px;
font-weight:bold;	
}


/*footer menu
==============*/
.footer-menu li {
list-style: none;
line-height: 16px;
}
.footer-menu li a {
list-style: none;
color: #000000;
margin: -18px -15px!important;
font-size: 12px;
text-decoration: none;
}
.footer-menu li a:hover {
font-weight: bold;
}
.nav>li>a:hover, .nav>li>a:focus {
background: none;
}
/*footer contact
=================*/
.footer-contact {
  line-height: 14px;
}
.footer1 .add {
background: url(/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/images/position.png) no-repeat -2px -6px;
padding-left: 18px;
width: 200px;
}
.footer1 .tel {
background: url(/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/images/tele.png) no-repeat -2px -6px;
text-indent: 20px;
}
.footer1 .mail {
background: url(/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/images/footer-mail.png) no-repeat -1px -2px;
text-indent: 22px;

}
.footer1 .mail a{
color: #000000;	
}
/* Newsletter
==============*/
.newsletter h5 {
color: #f2dcbe;
font-weight: bold;
font-family: souvenirregular;
font-size: 15px;
}
.acyfield_name input {
width: 200px !important;
border-radius: 0px;
height: 25px;
background: #000000;
margin-left: -50px;
margin-right: 10px !important;
}
.acyfield_email input {
width: 200px !important;
border-radius: 0px;
height: 25px;
background: #000000;
margin-right: 10px !important;
}
.acysubbuttons input {
background: #d42026;
border: none;
border-radius: 0;
height: 30px;
margin-top: -10px;
font-family: souvenirregular;
color:#f2dcbe;
font-weight: bold;
}
.newsletter .btn:hover,
.newsletter .btn:focus, 
.newsletter .btn:active,
.newsletter .btn.active,
.newsletter .btn.selected {
background:#000000;
color:#d42026;	
	
}
/*footer2
=========*/
.footer2 {
height: 75px;
padding-top: 15px;
}
.copy {
font-family: arial;
font-size: 12px;
font-weight: bold;
}
.copy a {
color: #d42026;
padding-right: 10px;
}
.onehoster p {
font-family: arial;
font-size: 11px;
font-weight: bold;
}
.onehoster img {
margin-top: -10px;
margin-left: -7px;
}


/* topping cream page
=======================*/
.products {
padding-top: 25px;
padding-bottom: 25px;
}
.products h4 {
font-family: souvenirregular;
color: #d42026;
font-size: 25px;
padding-bottom: 25px;
/*background: url(/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/images/footer-underline.png) no-repeat 0px 30px;*/
}
.products th {
font-size: 18px;
padding: 5px 0px;
background: #73473E;
color: #fff;
}
.products td {
padding:3px;		
}
.products tr {
color: #73473e;

}
.products table {
border: transparent;
}
.products tr:nth-child(odd) {
background: rgba(254, 244, 215, 0.8);
}

/*about us page
===============*/
.item-page {
min-height: 500px;
}
.item-page h3 {
color: #d42026;
font-family: souvenirregular;
padding-top: 20px;
padding-bottom: 10px;
/*background: url(/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/images/footer-underline.png) no-repeat 0px 30px;*/
}
.about p {
color: #73473e;
}
.about h4 {
color: #d42026;
font-family: souvenirregular;
}
.about li {
list-style: none;
}
.about p span {
font-size: 18px;
padding-right: 3px;
font-family: souvenirregular;
}

/*contact us page
==================*/
.contact-page {
padding-top: 25px;
}
.contact-page h5 {
text-transform: uppercase;
color: #d42026;
font-family: souvenirregular;
}
.contact-page li {
list-style: none;
}
li.add-page{
background: url(/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/images/address-contact-page.png) no-repeat -5px -4px;
text-indent: 25px;
margin-left: -23px;
font-size: 12px;
/*font-weight: bold;*/
color: #73473e;
}
li.phone-page {
background: url(/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/images/phone-contact-page.png) no-repeat -5px -4px;
text-indent: 25px;
margin-left: -23px;
font-size: 14px;
color: #73473e;
}
li.fax-page {
background: url(/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/images/fax-contact-page.png) no-repeat -5px 0px;
text-indent: 25px;
margin-left: -23px;
font-size: 14px;
color: #73473e;
padding-top: 3px;
}
li.email-page {
background: url(/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/images/mail-contact-page.png) no-repeat -5px -2px;
text-indent: 25px;
margin-left: -25px;
font-size: 13px;
}
li.email-page a {
color: #73473e;
}
.company-name span {
font-size: 13px;
color: #d42026;
padding-top: 7px;
}

.company-name h4 {
background: #f2dcbe;
height: 25px;
padding-top: 5px;
font-size: 13px;
font-weight: bold;
padding-left: 8px;
}
.company-name {
font-weight: bold;
color: #73473e;
}

.form-map {
padding-bottom: 20px;
}
/* contact form
================*/

.contact_form {
margin-top: 20px !important;
}
.contact_form h2 {
display: none;
}
.formResponsive .formHorizontal .formControls {
margin-left:0px;
}
.formResponsive .formHorizontal .formControlLabel {
display:none;
}
.rsform-block.rsform-block-name {
float: left;
width: 33%;
margin-right: 5px;
}
input#Name {
width: 100%;
border-radius: 0;
}
.rsform-block.rsform-block-email {
width: 32%;
float: left;
margin-right: 5px;
}
input#Email {
width: 100%;
border-radius: 0;
}
.rsform-block.rsform-block-subject {
float: left;
width: 32%;
}
input#Subject {
width: 100%;
border-radius: 0;
}
.rsform-block.rsform-block-message {
width: 100%;
}
textarea#Message{
width: 99%;	
border-radius: 0;
height:165px;
}
.formResponsive .formHorizontal .rsform-block {
margin-bottom: 0px;
}
.formResponsive textarea, 
.formResponsive input[type="text"], 
.formResponsive input[type="password"] {
border: none;
background: #f2dcbe;
height:35px;
}
input#Send {
background: #d42026;
border-radius: 0px;
width: 175px;
color: #f2dcbe;
font-family: souvenirregular;
font-size: 18px;
margin-top: 10px;
}
input#Send:hover {
background:  #f2dcbe;
color:  #d42026;
}
/*=====================================*/
.contact_map {
margin-top: 20px;
border: 3px ridge #F2DCBE;
}


/* certificates
=================*/
.cert-page {
padding-bottom: 30px;
padding-top: 25px;
}

/* flavors
===========*/
.flavor h3 {
background: url(/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/images/flavor-icon.png) no-repeat 375px 12px;
border-bottom: solid 2px;
text-align: center;
font-weight: bold;
padding-bottom: 20px;
}
.flavor {
color: #73473e;
}
.flavor ol {
padding-top: 15px;
padding-left: 20px;
}
.flavor li {
list-style-position: inside;
list-style: none;
padding-bottom: 10px;
color:#73473E;
}
.flavor span {
background: #d42026;
color: #fff;
padding: 5px 8px;
}
.flavor p {
color: #d42026;
font-family: souvenirregular;
font-size: 16px;
font-weight: bold;

}
.flavor img{
margin-left: 40px;
margin-bottom: 20px;
border: solid 1px;	
}

/* plup page
=============*/
.plup h3 {
background: url(/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/images/juice-icon.png) no-repeat 420px 5px;;
border-bottom: solid 2px;
text-align: center;
font-weight: bold;
padding-bottom: 20px;
}
.plup p {
width: 100%;
color: #73473E;
font-size: 16px;
padding: 10px 40px;
}
.plup-img {
padding-left: 40px;
}
/* food service
=================*/
.food-service h3 {
background: url(/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/images/food-service-icon.png) no-repeat 450px 12px;
border-bottom: solid 2px;
text-align: center;
font-weight: bold;
padding-bottom: 20px;
}
.food-service ul {
padding-top: 20px;
}
.food-service li {
list-style-position: inside;
padding-bottom: 5px;
list-style:none;
}
.food-service a {
color: #73473E;
font-family: souvenirregular;
font-size: 16px;
line-height: 30px;
font-weight: bold;
}
.food-service a:hover {
text-decoration: none;
cursor: pointer;
color: #d42026;
}
.food-service span {
background: #d42026;
color: #fff;
padding: 5px 8px;
}
.food-service img {
margin-left: 40px;
margin-bottom: 20px;
/*border: 3px ridge #73473E;*/
padding-top: 25px;
}

/* Bakery and Pastries
======================*/
.bakery h3 {
/*background: url(/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/images/bakery-icon.png) no-repeat -3px 5px;
text-indent: 40px;*/
background: url(/web/20190113145757im_/http://goldenpackgroup.com/templates/goldenpack/images/bakery-icon.png) no-repeat 415px 8px;
text-indent: 10px;
border-bottom: solid 2px;
text-align: center;
font-weight: bold;
padding-bottom: 20px;
}
.bakery ul{
padding-top: 20px;	
}
.bakery li {
list-style-position: inside;
padding-bottom: 5px;
list-style:none;
}
.bakery a {
color: #73473E;
font-family: souvenirregular;
font-size: 16px;
line-height: 30px;
font-weight: bold;
}
.bakery a:hover {
text-decoration: none;
cursor: pointer;
color: #d42026;
}
.bakery span {
background: #d42026;
color: #fff;
padding: 5px 8px;
}
.bakery img {
margin-left: 40px;
margin-bottom: 20px;
padding-top: 25px;
}
/*products page
================*/
.products-page .col-xs-3{
padding-top: 45px;
}
.product-img {
border: 3px ridge #F2DCBE;
}
.product1 {
text-align: center;
}
.product-txt a {
color: #73473e;
}
/* bakery page
==============*/
.bakery ul {
list-style-position: inside;
}

/* News
=========*/
.offer img {
float: left;
margin-right: 5px;
border: 2px ridge #F2DCBE;
margin-bottom: 40px;
}


.offer h4 {
font-family: souvenirregular;
color: #73473e;
font-weight: bold;
font-size: 20px;
}
/*
     FILE ARCHIVED ON 14:57:57 Jan 13, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:13:15 Feb 26, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 208.202
  exclusion.robots: 0.084
  exclusion.robots.policy: 0.077
  cdx.remote: 0.064
  esindex: 0.008
  LoadShardBlock: 184.721 (3)
  PetaboxLoader3.datanode: 218.821 (5)
  CDXLines.iter: 15.03 (3)
  load_resource: 178.72 (2)
  PetaboxLoader3.resolve: 66.848 (2)
*/