
/*GENERAL STYLES
********************************************************/

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, img {
	margin:0;
	padding:0;
	border: 0;
}

ul {
	list-style:none;
}

body {
	background-color: #fff;
	font-family: 'Josefin Slab', serif;
	color: #2f373b;
	font-size: 19px;
	padding: 0 0 0 0;
	/*line-height: 26px;*/
}

a {
	color: #d14e4b;
}

a:visited {
	color: #d14e4b;
	opacity: 0.6;
}

a:hover,
a:active {
	color: #66bbcc;
}

.hide {
	display: none;
}

* {
	box-sizing: border-box;
}

h1, h2, h3 {
	color: #666;
}
/*HEADER
*******************************************************/

.header {
	z-index: 10;
	/*position: relative;*/
	top: 0;
	/*transition: all ease 0.5s;*/
	background-color: #fff;
	padding-top: 5px;

	/*position: absolute;*/
}

.header .row {
	margin-top: 0;
}

.header .logo h1 {

}
.header h1 a {
	/* width: 354px;
	height: 101px; */
	width: 280px;
	height: 85px;
	display: block;
	text-indent: -5000px;
	background: transparent url('../../images/layout/logo.png') 0 0 no-repeat;
	float: none;
	position: relative;
	background-size: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 99;
	transition: all 0.5s ease;

}

.header .contact {
	float: right;
	font-size: 14px;
}

.header .contact span {
	display: inline-block;
	padding-left: 10px;
}

.header .contact span:last-child {
	padding-right: 0;
}

.header .contact i {
	color: #66bbcc;
	padding-right: 5px;
}

.header .contact a {
	color: #939598;
	font-weight: 400;
	text-decoration: none;
}

.header .search {
	float: right;
	clear: right;
	margin: 10px 0 0 0;
}


.nav .first.lev1 a {
  width: 68px;
  display: block;
}
.header .nav > ul {
  margin-bottom: 15px;
}
body:not(#home).no-banner .header .mainNav {
	margin-bottom: 0;
}
.no-banner .header .mainNav {
	/*margin-bottom: 0;*/
}

.navcart .text {
  margin-right: 5px;
}


/*.col.span3.sidebar {
  padding-left: 80px;
}*/


/*HOMEPAGE CONTENT/LAYOUT
********************************************************/



/*INNER PAGE CONTENT/LAYOUT
********************************************************/
#leftNav {
	border-right: 1px solid rgba(0,0,0,0.3);
}
.span9.content {
	padding-left: 20px;
}
.pageNav {
	background: #cfdee6;
}

.hdLHS {
	padding: 20px;
}

h1#pageTitle {
	/*font-size: 40px;
	line-height: 42px;
	margin: 15px 0 10px 0;
	color: #000;
	font-weight: 700;*/


}


/*FOOTER
********************************************************/

.footer {
	padding: 30px 0 0;
	z-index: 5;
	background: #cfdee6;
	margin-top: 40px;
}

.footer .contact span {
	display: block;
	overflow: hidden;
}

.footer .contact i {
	float: left;
	clear: left;
	padding: 0 10px 0 0;
	position: relative;
	top: 6px;
	color: #66bbcc;
}

.footer .contact a {
	float: left;
}

.bottom {
	padding: 30px 0 30px;
	z-index: 5;
	background: #cfdee6;
}
button {
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

/*WYSIWYG CONTENT STYLING
***********************************************/

/*headings*/

.copy h2 {
	font-size: 26px;
	line-height: 28px;
	color: #666666;
	margin: 15px 0 10px 0;

}

.copy h3 {
	color: #666666;
	font-size: 19px;
	line-height: 22px;
	margin: 15px 0 10px 0;
}

.copy h4 {
	color: #666666;
	font-size: 18px;
	line-height: 20px;
	margin: 15px 0 10px 0;
}

/*paragraphys*/

.copy {
	font-size: 16px;
	line-height: 26px;
}

.copy p {
	margin: 10px 0;
}

.copy p .btn {
	text-decoration: none;
}

/*blockquotes*/

.copy blockquote {
	padding: 15px 30px 10px;
	margin: 10px 30px 20px;
	border-left: 5px solid #66bbcc;
	font-size: 20px;
	line-height: 32px;
	background: #cfdee6;
}

/*lists*/

.copy ul {
	padding: 0 40px 15px 25px;
}

.copy ul li {
	padding: 0 0 5px 25px;
	position: relative;
}

.productDetail .description .text ul li,
.productDetail .productDescription ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 4px;
}
.copy ul li:before,
.productDetail .description .text ul li:before,
.productDetail .productDescription ul li:before {
	content: "\f054";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #d14e4b;
	font-size: 12px;
	position: absolute;
	z-index: 10;
	left: 4px;
	top: 0;
	z-index: 1;
}

.copy ol {
	padding: 0 40px 15px 50px;
}

.copy ol li {
	padding: 0 0 5px 5px;
}

/*images*/

.copy img {
	max-width: 100%;
	height: auto;
	margin: 10px 0 10px 0;
}


/*SIDEITEMS
***********************************************************/

.sideItemsList > li > .inner {
	background: #cfdee6;
	padding: 20px;
	text-align: center;
}

.sideItemsList > li > a {
	text-decoration: none;
}

.sidebar .sideItemsList > li {
	width: 100%;
	margin-top: 15px;
	padding-left: 0;
	padding-right: 0;
}


/*ACCORDIONS
****************************************************/

.accordion {
	margin: 20px 0;
}

.accordion h3 {
	margin: 0;
	padding: 0;
	border: 0;
}

.accordion h3 a {
	display: block;
	padding: 10px 20px;
	font-size: 22px;
	color: #fff;
	text-decoration: none;
	background: #66bbcc;
	border-top: 1px solid #fff;
}

.accordion h3 a:after {
	content: "\f055";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #fff;
	font-size: 16px;
	float: right;
	position: relative;
	top: 7px;
}

.accordion h3.open a:after {
	content: "\f056";
	/*opacity: .5;*/
}

.accordion > div {
	background: #cfdee6;
	padding: 10px 20px 20px;
}

.accordion div.open {
	display: block !important;
}


/*TABS
****************************************************/

.tab-container {
	margin: 20px 0;
}

.tab-container ul.etabs {
	margin: 0;
	padding: 0;
	width: 100%;
	border-bottom: 3px solid #66bbcc;
}

ul.etabs:before,
ul.etabs:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}

ul.etabs:after {
	clear: both;
}

.tab-container ul.etabs li {
	margin: 0 5px 0 0;
	padding: 0;
	background-image: none;
	border: 0;
	float: left;
}

.tab-container ul.etabs li:before {
	content: "";
	display: none;
}

.tab-container ul.etabs a {
	display: block;
	background: #cfdee6;
	text-decoration: none;
	padding: 5px 20px;
}

.tab-container ul.etabs .active a {
	background: #66bbcc;
	color: #fff;
}

.tab-container .copy {

}

/*  ======================================================================================================
Slider  Slick
====================================================================================================== */
.slick-slide, .slick-slide:focus {
	outline: none;
}
.slick-loading .slick-list {
  background: #fff url('../../images/layout/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next{
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 5;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  font-size: 34px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-prev{
  left: 25px;
}
.slick-prev:before{
 	content: "\f104";
}
.slick-next{
  right: 25px;
}
.slick-next:before{
  content: "\f105";
}
/* Dots */
body#home .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  z-index: 20;
}
.testimonials .slick-dots {
	bottom: 10px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before, 
.testimonials .slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	font-size: 6px;
	line-height: 20px;
	position: absolute;    
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "\f111";
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.testimonials .slick-dots li button:before  {
	content: "\f192";
	font-size: 18px;
	color: #fff;
	opacity: 0.5;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

.item {
	position: relative;
}
.item img {
	width: 100%;
}
.item .text {
	position: absolute;
	display: block;
	right: 10%;
	left: 10%;
	bottom: 60px;
	z-index: 21;
	background: rgb(0,0,0);
	filter:Alpha(opacity=80);
	background: rgba(0,0,0,0.8);
	padding: 25px 15px;
}
.item .text h2, .item .text p:not(.btn) {
	color: #fff;
	display: block;
	margin-bottom: 10px;
}

/*  ======================================================================================================
Slider  Slick
====================================================================================================== */


/* ---------- Header --------*/
.span4.logo {
	position: relative;
}

.header .nav {
	margin-top: 10px;
}

.header .nav ul {
	float: right;
}

.header .nav li {
	display: block;
	float: left;
	text-align: center;
	padding: 15px 25px;
	text-transform: uppercase;
	font-size: 14px;
	border-right: 1px solid #cecece;

}
.header .nav li.nav-facebook {
	padding: 10px 25px;
}

.header .nav li a {
	text-decoration: none;
    color: #666666;   
    font-family: 'Libre Baskerville', serif;	
}
.header .nav li a:hover {
	color: #d14e4b;
}

.header .nav li a i {
	font-size: 24px;
	background-color: #666666;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 10px 15px;
	transition: all ease 0.3s;
}
.header .nav li a:hover i.fa-facebook {
	background-color: #3B5997;
}

.header .nav li:last-child {
	border-right: 0;
	vertical-align: top;
}


 .header .nav li.search-item {
	padding: 20px 25px 0;
	cursor: pointer;
	font-size: 20px;
	color: #666;
}
.header .nav li.search-item:hover {
	color: #d14e4b;
}
 .searchform-header {
	background-color: #ccc;
	height: 100%;
	left: 0;
	top: 100%;
	opacity: 0;
	position: absolute;
	padding: 22px 200px;
	transition: all 0.25s ease-in-out 0s;
	visibility: hidden;
	width: 100%;
	z-index: 999;
	box-shadow: 0 0 2px #ccc;

	height: 90px;
}

.searchform-header.show {
  opacity: 1;
  visibility: visible;
}
.searchform-header form {
  height: 100%;
  width: 100%;
}
.searchform-header input {
  border: 0 none;
  font-size: 20px;
  height: 45px;
  outline: 0 none;
  text-transform: capitalize;
  width: 100%;
  background-color: #fff;
  padding: 5px;
}
.searchform-header .input-group .form-control {
  float: left;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  z-index: 2;
}

.searchform-header .input-group {
  border-collapse: separate;
  display: table;
  position: relative;
}
#searchform-header-close {
  cursor: pointer;
  font-size: 26px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  position: absolute;
  right: 40px;
  top: 50%;
}
.input-group-addon, .input-group-btn {
  vertical-align: middle;
  white-space: nowrap;
  width: 1%;
}
.searchform-header input[type="submit"] {
  background: #B64F48;
  border: 1px solid #B64F48;
  border-radius: 0 6px 6px 0;
  color: #fff;
  font-size: 16px;
  padding: 5px 20px;
  text-transform: uppercase;
  height: 45px;
}
.searchform-header input[type="submit"]:hover {
	color: #000;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell;
}
.header.sticky .searchform-header {
	top: 140%;
	
}



/* ----------- BANNER ----------- */

.banner .row {
	margin-top: 0px;
}


.mainNav .phone {
	position: absolute;
	right: 50px;
	font-size: 42px;
	display: block;
	top: 2px;
	color: #fff;
}


.slider_homepage .item .image {
	position: relative;
}

.slider_homepage .item .image:after {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 1;
	content: "";
}


.mainNav .phone a {
	color: #fff;
}

.slider_homepage .item {
	text-align: center;

}

.slider_homepage .item .text {
	background: transparent;
	width: 47%;
	top: 32%;
	left: 0;
	right: 0;
	margin: 0 auto;
}



.slider_homepage .item h2 {
	font-size: 36px;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	margin-bottom: 50px;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 5px;
}

.slider_homepage .item h2:after {
	/*content: "";
	position: absolute;
	top: 100%;
	width: 50px;
	height: 10px;
	margin-top: 15px;
	background: #fff;
	left: 50%;
	margin-left: -25px;*/
}

.slider_homepage .item .btn {
	background-color: #bc4e4b;
	width: 300px;
	margin: 0 auto;
	display: block;
	margin-top: 45px;
	padding: 10px 0;
}

.slider_homepage .item p:not(.btn) {
	font-size: 22px;
	line-height: 30px;
	font-family: "Josefin Slab",serif;
}

.slider_homepage.slick-slider {
	margin-bottom: 0px;
}

/*--------- ABOUT US ---------- */

.row.about-us {
	margin-top: 0;
	width: 60%;
	margin: 0 auto;
	position: relative;
}

.row.about-us .images {
	width: 80%;
	left: 10%;
	right: 10%;
	position: absolute;
	margin-top:-130px;
}

.row.about-us .images img {
	position: relative;	
	box-sizing: border-box;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 5px solid #fff;
	display: block;
	/*filter: grayscale(100%);*/
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.row.about-us .images .col.span4 {
	padding: 20px;
	position: relative;
}

.row.about-us .images p {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	width: 100%;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
    left: 0;
    font-size: 18px;
    font-weight: 600;
	font-family: 'Libre Baskerville', serif;		
	text-transform: uppercase;
	color: #fff;
}
.row.about-us .images a {
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.row.about-us .images a:hover img,
.row.about-us .images a:hover p {
	filter: none;
	color: #000;
	cursor: pointer;
}





/*******/


.paralax-section {
	position: relative;
	/*background-image: url('../../contentFiles/innerPageBanners/health-plan.jpg');*/
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 68%;

	padding-bottom: 10%;
}
.paralax-section .text {
	position: relative;
	padding-left: 10%;
	width: 40%;
	padding-top: 15%;
	color: #fff;
	line-height: 30px;
	font-size: 18px;
}
.no-bgImage .text {
	padding-left: 0;
}
.paralax-section .text  h2 {
	text-transform: uppercase;
	font-family: 'Libre Baskerville', serif;
	font-size: 22px;
	margin-bottom: 30px;
	position: relative;
	color: #fff;
}

.paralax-section .text h2:after {
	/*content: "";
	position: absolute;
	top: 100%;
	width: 50px;
	height: 10px;
	margin-top: 15px;
	background: #fff;
	left: 0;	*/

}

.paralax-section .text .btn {
	background-color: #bc4e4b;
	width: 300px;
	display: block;
	margin-top: 45px;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	font-family: 'Libre Baskerville', serif;
}
.paralax-section .text .btn:hover {
	color: #000;
}
/*--------------- DESCRIPTION -----------*/

 .paralax-section.description {
	margin-top: 175px;
	margin: 0 auto;
	position: relative;
	width: 60%;
}
.paralax-section.paralax-section.description .text {
 	width: 100%;
 }
 .paralax-section.description .text h2 {
	/*text-transform: uppercase;*/
	color: #000;
	/*font-family: 'Libre Baskerville', serif;
	font-size: 22px;*/
	text-align: center;
	/*position: relative;*/
	margin-bottom: 30px;
}

 .paralax-section.description .text h2:after {
	/*background: #666666;
	left: 50%;
	margin-left: -25px;
	width: 50px;*/
}
 .paralax-section.description p {
	text-align: center;
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	margin-top: 60px;
}

.paralax-section.description .text .btn {
	background-color: #bc4e4b;
	margin: 45px auto 0;
}

/*---------- OUR FACILITIES -----------*/

.our-facilities {
	overflow: auto;
	background-position: 42%;
}
.our-facilities .text {
	padding-right: 10%;
	float: right;
	padding-top: 15%;
	color: #666666;
	line-height: 30px;
	padding-bottom: 10%;
	padding-left: 0;
}
.our-facilities .text  h2 {
	color: #000;
}

.our-facilities .text h2:after {
	background: #666666;
}



/*---------- TESTIMONIALS -----------*/

.testimonials {
	background-image: url('../../contentFiles/innerPageBanners/testimonials.jpg');
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	padding-bottom: 30px;
}

.testimonials .text {	
	color: #fff;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
	padding: 35px 0 15px;		
}

.testimonials .slick-list {
	width: 80%;
	margin: 0 auto;
}

.testimonials .text p {
	margin-top: 15px;
}

.testimonials .text img {
	width: 150px;
	display: block;
	margin: 20px auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #fff;

}

.testimonials .text h3 {
	text-transform: uppercase;
	margin: 40px 0;
	color: #fff;
}

.testimonials .text .btn {
	width: 300px;
	margin: 0 auto;
	display: block;
	background-color: #fff;
	padding: 10px 0;
	color: #000;
}
.testimonials .text .btn:hover {
	color: #bc4e4b;
}

.testimonials.slick-slider {
	margin-bottom: 0px;
}
.testimonials  .text a.btn {
	margin-top: 20px;
}
/*---------- GET IN TOUCH -----------*/

.getintouch{
	background-image: url('../../contentFiles/innerPageBanners/getintouch.jpg');
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow: auto;
	background-position: center center;
}

.getintouch .form {
	background: transparent;
}

.getintouch .form {
	position: relative;	
	width: 50%;
	padding-top: 75px;
	color: #fff;
	line-height: 30px;
	font-size: 18px;
	margin: 0 auto;
	padding-bottom: 45px;
	overflow: auto;
}

.getintouch .form .col.span6,
 .getintouch .form .col.span12 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-right: 25px;
	padding-bottom: 15px;
}


.getintouch .form textarea {
	min-height: 100px;
	width: 100%;
}

.getintouch .form button[type="submit"] {
	width: 300px;
	padding: 10px 0;
	background-color: #bc4e4b;
	color: #fff;
	font-size: 18px;
	display:block;
	margin: 0 auto;
	font-family: 'Libre Baskerville', serif;
}

.getintouch h2 {
	text-transform: uppercase;
	font-family: 'Libre Baskerville', serif;
	font-size: 22px;
	margin-bottom: 30px;
	position: relative;
	color: #fff!important;
	text-align: center;
}

.getintouch p {
	text-align: justify;
	font-size: 18px!important;
	color: #fff!important;
	line-height: 30px!important;
	margin-top: 30px;
	margin-bottom: 30px;	
}


/*.header.sticky .mainNav {
	position: fixed;
	top: 0;
	margin-bottom: 0;
	margin-top: 0;
}*/


/*---------- INNER PAGES -----------*/

.banner-inner .text {
	position: absolute;
	left: 0;
	right: 0;
	top: 150px;
	text-align: center;
}

.banner-inner .text h2 {
	text-transform: uppercase;
	font-size: 31px;
	font-family: 'Libre Baskerville', serif;
	text-align: center;
	color: #fff;
	position: relative;
}


.banner-inner .text h2:after{
	/*content: "";
	position: absolute;
	top: 100%;
	width: 50px;
	height: 10px;
	margin-top: 15px;
	background: #fff;
	left: 50%;
	margin-left: -25px;*/

}


body:not(#home) .inner h3,  h1#pageTitle{
	text-transform: uppercase;
	font-family: 'Libre Baskerville', serif;
	font-size: 22px;
	color: #666666;
	position: relative;
	margin-bottom: 45px;
	font-weight: normal;
	line-height: 30px;
}

body:not(#home) h2 {
	font-size: 32px;
}

body:not(#home) .inner h3:after,  h1#pageTitle:after  {
/*	content: "";
	position: absolute;
	top: 100%;
	width: 50px;
	height: 10px;
	margin-top: 15px;
	background: #666666;
	left: 0;	*/
}

.pageNav {
	background: transparent;
}

.inner-content {
	padding-right: 250px;
	padding-left: 250px;

}

.copy {
	/*font-size: 18px;*/
    font-size: 17px;
   line-height: 26px;
}

.our-history ul li {
	width: 50%;
	float: left;
	padding-right: 10%;
	
}

.our-history {
	background-color: #cecece;
	overflow: hidden;
}

.our-history h2 {
	text-transform: uppercase;
	color: #000;
	text-align: center;
	margin-top: 85px;
	margin-bottom: 50px;
	position: relative;
}

.our-history h2:after {
	/*content: "";
	position: absolute;
	top: 100%;
	width: 50px;
	height: 10px;
	margin-top: 15px;
	background: #000;
	left: 50%;
	margin-left: -25px;	*/
}

.our-history .inner-content > p {
	text-align: center;
	font-size: 18px;
	color: #666666;
	margin-bottom: 55px;
}

.our-history ul li {
	margin-bottom: 85px;
}

.our-history ul {
	position: relative;	
}

.our-history ul:after {
	border-left: 2px dashed #000;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    top: 120px;
    width: 0;
    z-index: 0;	
}

.our-history ul li .history-inner {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	width: 400px;
	height: 400px;
	border: 1px solid #fff;	
}

.our-history ul li .history-inner h3{
	text-transform: uppercase;
	font-size: 22px;
	color: #333333;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}


.our-history ul li .history-text {
	position: absolute;
	top: 50%;
	background-color: #fff;
	color: #000;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 18px;
	padding-left: 20px;
	padding-right: 20px;	
	color: #333333;
}
.history-text > p {
  height: 107px;
  margin: 0 auto;
 /* overflow: scroll;*/
  width: 250px;
}

.history-inner > img {
	-webkit-border-radius: 25%;
	-moz-border-radius: 25%;
	border-radius: 25%;
	margin-top: -20px;
}
.timeline-wrapper {
	position: relative;
	overflow: hidden;
}

.timeline-wrapper:after {
	border-left: 2px dashed #000;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    top: 135px;
    width: 0;
    z-index: 0;
}

.timeline-section:after {
	clear: both;
    content: "";
    display: block;
}

.our-history ul li {
	position: relative;
	float: left;
	clear: both;
	width: 50%;
	box-sizing: border-box;
	z-index: 1;
}

.our-history ul li:after {
	border-top: 2px dashed #000;
    content: "";
    display: block;
    height: 2px;
    margin-top: 7px;
    position: absolute;
    right: 0px;
    top: 115px;
    width: 85%;
    z-index: -1;
    left: 10%;
}

.our-history ul li:nth-child(2n+2) {
	padding-right: 0;
	float: right;	
}

.our-history ul li:nth-child(2n+2):after {
	left: auto;
	right: 10%;
}

.our-history ul li:nth-child(2) {
	margin-top: -300px;
}

.our-history ul li:nth-child(3) {
	margin-top: -150px;
}

.our-history ul li:nth-child(4) {
	margin-top: -300px;
}

.our-history ul li:nth-child(5) {
	margin-top: -200px;
}



.our-history ul li:nth-child(1) {
	margin-top: 0;
}

.our-history ul li:nth-child(2n+2) .history-inner{
	float: right;	
}

.our-history ul li span {
	position: absolute;
	left: 100%;
	text-transform: uppercase;
	font-size: 22px;
	color: #333333;
	font-family: 'Libre Baskerville', serif;
	top: 110px;
	margin-left: -33px;
	letter-spacing: 4px;
	font-weight: 600;
	background-color: #CECECE;
}

.our-history ul li:nth-child(2n+2) span {
	right: 100%;
	left: auto;
	margin-right: -33px;
}

.talk-to .btn {
	width: 350px;
	margin: 0 auto;
	margin-top: 0;
	color:#fff;
	background-color:#bc4e4b;
	text-align: center;
    font-family: 'Libre Baskerville', serif;
    font-size: 22px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 45px;
    letter-spacing: 4px;
}

.row.about-us.inner-page .images{
	position: relative;
	margin-top: 0;
}

.btn, .twFormFooter .submitBut  {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  letter-spacing: 3px;
}

/*.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #bc4e4b;
  border-radius: 100%;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}*/


.btn:hover, .btn:focus, .btn:active,
.getintouch .form button[type="submit"]:hover {
 /* color: white;*/
 color: #000;
}
/*.btn:hover:before, .btn:focus:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}*/


.testimonials .text .btn:before {
	background: #fff;
} 



.our-health .text .btn:hover {
	color: #000;
}

#description .row.fullwidth {
  margin-top: 10px;
}

.footer {
	background-color: #000000;
	color: #fff;
}

.footer a  {
	color: #fff!important;
}


.bottom {
	background-color: #000000;
	color: #fff;
}

.bottom a {
	color: #fff!important;
}

.footer .logo-footer {
	position: relative;
}

.footer .logo-footer a{
	width: 354px;
	height: 101px;
	display: block;
	text-indent: -5000px;
	background: transparent url('../../images/layout/logo2.png') 0 0 no-repeat;
	float: none;
	position: relative;
	background-size: 100%;
	position: relative;
	left: 50%;
	margin-left: -177px;
	z-index: 99;
}

.footer ul a::before {
	content: "";
}

.footer .contact {
	margin-top: 40px;

}

.footer .contact-inner {
	text-align: center;
}

.footer .contact-inner a {
	text-decoration: none;
}

.footer .contact-inner span {
	display: inline-block;
	text-align: center;
}

.footer .contact-inner h3{
	font-size: 22px;
	margin-bottom: 20px;
}

.footer .contact-inner p {
	font-size: 18px;
	margin-bottom: 20px;
}

.footer .contact i {
	float: none;
	top: 0;
	color: #fff;
}

.footer .contact a {
	float: none;
}

.contact.left .contact-inner {
	float: right;
	padding-right: 30px;
}

.contact.right .contact-inner{
	float: left;
	padding-left: 30px;
}

.footer ul a::before {
	content: ""!important;
}

.footer .social {
	text-align: center;
	margin-top: 30px;
}

.footer .social i {
	color: #000;
	font-size: 28px;
}

.footer .social a {
	padding: 15px;
}

.footer .social a {
    display: inline-block;
    height: 40px;
    padding: 6px;
    width: 40px;
}

.footer .social > li {
    background: #fff none repeat scroll 0 0;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    display: inline-block;
    margin: 0;
    padding: 12px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.footer .social > li:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}


.footerNavList {
	text-align: center;
	text-transform: capitalize;
}

.btn-phone  {
	background-color: transparent;
	border: none;
	color: #fff;
	cursor: pointer;
}
.btn-phone  img {
	width: 65%;
	margin: 10px 0 5px ;
}
.btn-phone:hover i {
	color: #d14e4b;
}
span.phone  i {
	font-size: 33px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

span.phone  i:hover {
	color: #d14e4b;
}

body.nothome .contentWrap > .row {
	padding-left: 200px;
	padding-right: 200px;
}
body.nothome .contentWrap > .row.fullwidth {
	padding-left: 0;
	padding-right: 0;
}
.sidebar .hdLHS {
	display: none;
}

.content .text {
	margin-bottom: 25px;
	clear: both;
	overflow: auto;
}
.span12.content {
	padding: 0 80px;
}
.text h3 {
	margin-bottom: 10px;
	color: #666;
}
.content img {
	width: auto;
}
#our-vets .text {
	clear: both;
	margin: 10px 0 20px;
	overflow: auto;
}
#our-vets .text img {
	float: left;
	margin-right: 15px;
}
.content .text > p {
  font-size: 17px;
  line-height: 30px;
}
.content .text img {
	margin-bottom: 10px;
	float: left;
	margin-right: 15px;
}
.content .team-wrapper .text img{
	/*width: 100%;*/
}
.pageNav {
 /* background-color: rgba(76,76,76,0.3);
  margin-bottom: 30px;
  padding: 25px 15px;*/
}


.content .blogSlider img {
	width: auto;
}

#blog .header h1 a {
	 height: 101px!important;
	  width: 354px!important;
	  background: transparent url("../../images/layout/logo.png") no-repeat scroll 0 0 / 100% auto!important;
}

.relatedProducts {
	border-top: 1px solid #ccc;
}
.relatedProducts h2 {
	margin: 20px 0;
}
.relatedProducts .productsListing {
	margin-top: 20px;
}

#cart_orderthanks #grid_gallery img {
	border: 1px solid #ccc;
	margin-right: 10px
}
#cart_orderthanks #grid_gallery .grid {
  padding: 0;
}
#cart_orderthanks #grid_gallery ul.socialNavList li a:before {
	top: 5px;
	left: 6px;
	font-size: 19px;
}
#cart_orderthanks #grid_gallery ul.socialNavList li a {
	width: 32px;
	height: 32px;
}
#cart_orderthanks #grid_gallery {
  border-top: 1px solid #ccc;
  margin-top: 25px;
}

.gdLogin_wrap #dccom_gdlogin input{
	padding-left: 45px;
}

.fancy_modal {
  background: #f5f4ed none repeat scroll 0 0;
  box-shadow: 1px 1px 6px 0 rgba(50, 50, 50, 0.75);
  display: none;
  max-width: 800px;
  padding: 20px 15px;
}
.modal_header {
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
}
.fancy_modal .modal_footer {
  display: block;
  margin-top: 20px;
  overflow: hidden;
  text-align: right;
}

.hideh2 {
	display: none;
}
div#dccom_twImageGallery div.twImage div.title {
	font-size: 15px!important;
}








































/****Contact us**/
#TWForm208Wrap {
	margin: 0  auto;
}
.formWizForm {
	/* width: 100%; */
	max-width: 700px;
	margin: 0 auto;
}
.formWizFormHeaderWrap h3 {
	display: none;
}
.formWizFormWrap ul li:before {
	content: '';
}
form.formWizForm input.medium, form.formWizForm select.medium {
	height: 30px;
	min-width: 308px !important;
}
form.formWizForm div.info {
	font-size: 12px;
}
form.formWizForm div.emailIcon, form.formWizForm div.phoneIcon {
	position: absolute;
	left: 0
	top:0;
	height: 30px;
	width: 30px;
	background-position: 5px 5px;
	background-color: rgba(76,76,76,0.3);
}

#TWFormLI1ddff84710da0001901e1083139d9d60 .left {
	float: none;
}
form.formWizForm #twformFields208 input.medium, form.formWizForm #twformFields208 select.medium, form.formWizForm #twformFields208 textarea {
  width: 100%;
}
form.formWizForm #twformFields208  #TWFormLI1ddff8446823000126a2270098507560 .field .sp2:last-child {
	padding-right: 0;
}
form.formWizForm #twformFields208 .left {
	width: 50%;
	margin-right: 0;
	padding-right: 5px;

}
form.formWizForm #twformFields208  #TWFormLI1ddff84710da0001901e1083139d9d60 .left {
	width: 100%;
}
form.formWizForm textarea{
	width: 100%;
}
.twFormFooter .submitBut {
	background-color: #bc4e4b;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	font-family: "Libre Baskerville",serif;
	margin: 25px auto 10px!important;
	padding: 10px 0;
	text-align: center;
	width: 300px;
	border: none;
	transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
}
.twFormFooter .submitBut:hover {
	color: #000;
}
.emailIcon, .phoneIcon {
	display: none!important;
}

.bigQuote > .row {
	padding: 0;
}
.bigQuoteSlider .image {
	float: left;
	margin-right: 15px;
	min-width: 200px;
}
.bigQuote img {
  margin: 0;
  width: 100%;
  border: 2px solid rgba(76,76,76,0.2);
  margin-bottom: -9px;
}
.bigQuoteSlider li {
	clear: both;
	overflow: auto;
	background-color: rgba(76,76,76,0.2);
	margin-bottom: 15px;
	padding: 0!important;
}
ul.bigQuoteSlider li:before {
	content: '';
}
.dccom_gdtestimonials blockquote {
	border-left: none;
	background-color: transparent!important;
	font-size: 18px;
}


/********Mini cart**************/
.topNavList {
  float: right;
  margin-right: 40px;
}
.topNavList > li {
  float: left;
  position: relative;
  height: 40px;
  width: auto;
}
.topNavList > li.navcart {
	padding-right: 20px;
}

.topNavList > li > a {
  border-left: 0 none;
  color: #0c241f;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  height: auto;
  opacity: 0.9;
  padding: 8px 10px 0;
  text-indent: 0;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
  width: auto;
  text-decoration: none;
}
.topNavList > li span.counter {
  background: #D24E4B none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  margin-left: 5px;
  padding: 5px 7px;
  position: absolute;
  top: 9px;
  right:0;
  transition: all 0.5s ease 0s;
}
.topNavList i {
	color: #666666;
	font-size: 20px;
}
.miniCart {
  border: 1px solid #ebe9dc;
  background: #fff none repeat scroll 0 0;
  max-width: 320px;
  min-width: 300px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: -5000px;
  transition: opacity 0.5s ease 0s;
  z-index: 400;
}
li.open .miniCart {
  opacity: 1;
  top: 75px;
}
.miniCart:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #4C4C4C;
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: -1px;
  z-index: 10;
}
.miniCart #miniCartEmpty {
  padding: 40px;
  text-align: center;
}
.topNavList .miniCart .summary_block {
  background: #fff none repeat scroll 0 0;
  float: none;
  margin: 0;
  max-height: 350px;
  overflow: auto;
  padding: 20px 10px 0;
}

#shoppingTotalCartHolder {
	padding: 0;
}
.checkout_header h2, .summary_block h2 {
  border-top: medium none;
  color: #495d59;
  cursor: default;
  font-weight: normal;
  line-height: 22px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.miniCart p {
  color: #839591;
  font-size: 14px;
  text-align: center;
}
.summary_block > p {
  color: #495d59;
  font-size: 14px;
  margin-bottom: 20px;
}
.summary_product {
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
}
.miniCart .summary_product {
  border-bottom: 1px solid #e2dfd0;
  padding: 0 10px 10px;
}
.miniCart .summary_product:first-of-type {
  border-top: 1px solid #e2dfd0;
  padding-top: 14px;
}
.summary_product .summary_image {
  display: table-cell;
  min-width: 80px;
  vertical-align: top;
  width: 25%;
}
.summary_product .summary_image a {
  display: block;
  padding-right: 5px;
}
.summary_product .summary_prod {
  display: table-cell;
  vertical-align: top;
  width: 55%;
}
.summary_prod .title {
  color: #000;
  font-size: 14px;
  margin-bottom: 7px;
}

.summary_prod span {
  color: #839591;
  display: block;
  font-size: 13px;
  line-height: 13px;
}
.summary_price {
  color: #839591;
  display: table-cell;
  font-size: 14px;
  min-width: 55px;
  text-align: right;
  vertical-align: top;
  width: 20%;
}
.removeMiniCart {
	margin: 5px 0;
	display: block;
}
.miniCart .buttons {
  padding: 10px 10px 0;
}
.miniCart .buttons .btn.fullwidth {
  width: 100%;
}
.miniCart .buttons .btn {
  float: left;
  font-size: 13px;
  margin-bottom: 10px;
  margin-top: 0;
  padding: 8px 0;
  width: 48.5%;
  background: #d14e4b;
  text-align: center;
}







/***Products list***/
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}

#productFilters #sortFilter {
  display: block !important;
}
#productFilters.accordion {
	margin: 0;
}
#productFilters.accordion h3 {
	margin-bottom: 0!important;
}
#productFilters.accordion h3:after {
	background-color: transparent!important;
}
#productFilters.accordion h3 a{
	background-color: transparent;
	color: #666;
	border-top: none;
	padding: 0;
}
#productFilters.accordion h3 a:after{
	content: none;
}

#productFilters.accordion > div {
	background-color: transparent;
	padding-right: 0;
	padding-left: 0;
}

.pageNav #productFilters ul li {
  border-bottom: 1px solid #474743;
  color: #000;
  cursor: pointer;
  display: block;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  padding-bottom: 5px;
  position: relative;
}
.pageNav #productFilters ul li a {
  color: #000;
  display: block;
  text-decoration: none;
}
.pageNav #productFilters ul li i {
  background: rgba(0, 0, 0, 0) url("../../images/layout/checked.png") no-repeat scroll left top;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 15px;
  margin: -2px 13px 0 0;
  position: absolute;
  right: 10px;
  width: 15px;
}
.pageNav #productFilters ul li.sel i {
  background: rgba(0, 0, 0, 0) url("../../images/layout/checked2.png") no-repeat scroll left top;
}

.ghost {
    left: 10px;
    position: absolute;
    top: 10px;
    z-index: 999;
}

#productsListing {
	padding-left: 20px;
	padding-right: 20px;
}
.productsListing  > div.span3 {
	width: 20%;
}
.productsListing .box {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 40px;
}
.productsListing  .description {
	max-height: 80px;
	overflow: hidden;
	line-height: 20px;
}
.productsListing .price {
	position: absolute;
	bottom: 5px;
	left: 0;
}
.productsListing .box a {
	text-decoration: none;
	display: block;
}
.productsListing .box a:hover .title {
	color: #bc4e4b;
}
.productsListing .box img {
	width: 100%;
	height: auto;
}
.productsListing .box a img {
  transition: opacity 0.7s ease 0s;
  /*border: 1px solid #4C4C4C;*/
}
.productsListing .box a img.img2 {
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
.productsListing .box a:hover img.img2 {
  opacity: 1;
}

.box span {
  display: block;
  font-size: 17px;
  width: 100%;
}
.box span.title {
  color: #000;
  margin: 5px 0;

  height: 60px;
  overflow: hidden;
}
.productDetail a {
	text-decoration: none;
}
.productInfo  h1 {
	font-size: 22px;
	margin-bottom: 10px;
}
.pos {
  color: #b7c4c1;
  font-size: 14px;
  line-height: 14px;
  margin: 10px 0 0;
}
.price {
  color: #4C4C4C;
  font-size: 22px;
  font-weight: 300;
  line-height: 22px;
  margin: 10px 0 10px;
  font-weight: 600;
}
.shipping {
  color: #bc4e4b;
  font-size: 14px;
  line-height: 14px;
  margin: 10px 0;
  text-transform: uppercase;
}

.stars li {
  color: #f0c600;
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
}
.addToCartForm {
  margin-top: 20px;
}
button.addToCart {
  font-size: 20px!important;
  font-weight: 300!important;
  height: auto!important;
  margin: 20px 0 15px!important;
  padding: 12px 10px 20px!important;
  background-color: #bc4e4b!important;
}
button.addToCart img {
  height: 32px;
  padding-right: 10px;
  position: relative;
  top: 5px;
  width: 42px;
}

.productImageSlider  li {
	padding: 0 20px;
}
.productImageSliderWrap img {
	display: block;
	margin: 0 auto;

	width: 100%;
}
.productDescription  p {
	margin-bottom: 10px;
	line-height: 21px;
}
.productImageSlider .slick-prev:before, .productImageSlider .slick-next:before {
  color: #000;
  font-size: 34px;
}
.productThumbSlider img {
  display: block;
  max-width: 100%;
}
.productThumbSlider figure {
	margin: 15px;
}


.productDetail .reviews {
	border-top: 1px solid #4C4C4C;
	padding: 15px 0;
}
.productDetail .reviews  h2 {
	margin-bottom: 10px;
}

.general button.fullwidth, .general input.fullwidth[type="submit"], .general input.fullwidth[type="button"] {
  width: 100%;
}
.share .navtwitter a {
	border: 1px solid #00aced;
}
.share .navfacebook a {
	border: 1px solid #3b5997;
}
.share .navpinterest a {
	border: 1px solid #be1522;
}
.share .navpinterest a:hover {
		background: #be1522;
}
.share ul.socialNavList li a:before{
	top:8px;
}



/**********Review Bag**********/
.checkoutSupport.mainContent  b {
	text-transform: uppercase;
}
.checkoutSupport.mainContent {
  display: block;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  padding: 20px 10px;
  text-align: right;
}

.cart_grid h2, .alsoBought h2{
  cursor: default;
  display: block;
  font-weight: normal;
  margin: 0;
  padding-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}
.alsoBought h2 {
	margin: 20px;
}
.product_added,.group.alsoBought {
  border-top: 1px solid #4C4C4C;
  display: block;
  overflow: hidden;
  padding: 10px 0;
}
.product_added > div {
  display: inline-block;
  float: left;
  vertical-align: top;
}
.product_added .prod_img {
  width: 15%;
}
.product_added .prod_img a {
  display: block;
  padding-right: 20px;
}
.product_added .prod_img img {
  display: block;
  width: 100%;
}
.product_added .prod_desc {
  width: 40%;
}
.product_added .prod_desc .title {
  padding-bottom: 10px;
  margin-top: 10px;
}
.product_added .prod_opt {
  box-sizing: border-box;
  padding-right: 5%;
  width: 25%;
}
.prod_opt .group {
  display: table-cell;
  width: 1%;
}
.prod_opt .group label {
  display: block;
  font-size: 14px;
  line-height: 22px;
  width: 100%;
}
.prod_opt .group select {
  border: 1px solid #e2dfd0;
  color: #b1bcba;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  width: 100%;
}
.prod_opt .group select {
  color: #b1bcba;
  font-size: 14px;
  line-height: 30px;
}
.product_added .prod_price {
  color: #0c241f;
  font-size: 15px;
  margin: 10px 0 0;
  text-align: right;
	width: 20%;
}
.product_added .prod_desc p {
  color: #839591;
  font-size: 13px;
}
.summary_block > .inner {
  background: rgba(76,76,76, 0.2);
  box-sizing: border-box;
  padding: 30px 20px 25px;
  width: 100%;
  content: #fff;
}
.summary_block h2 {
  margin-bottom: 20px;
  font-size: 18px!important;
 
}
.orderTotal {
  border-bottom: 1px solid #4C4C4C;
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  padding-bottom: 10px;
}
.orderTotal p {
  clear: both;
  color: #839591;
  font-size: 14px;
  margin-top: 5px;
  
}
.orderTotal p span{
  float: right;
  margin-top: 5px;
}
.grandTotal {
  clear: both;
  color: #0c241f;
  display: block;
  font-size: 20px;
  overflow: hidden;
}
.grandTotal span {
  float: right;
}
.grandTotal + .btn {
  margin-top: 30px;
  background-color: #d14e4b; 
}
.btn.fullwidth {
  box-sizing: border-box;
  text-align: center;
  width: 100%;
}

/*********checkout order******/
.checkout_header > div {
	border: 1px solid #ccc;
	float: left;
	width: 50%;
	padding: 0;
	text-align: center;
}
.checkout_header > div h2 {
	font-size: 20px!important;
	font-weight: 600;
}
#paymentForm .radio-inline {
	margin-top: 0;
}
#paymentForm .radio-inline  legend {
	margin-bottom: 10px;
}
#paymentForm  button {
	background-color: #d14e4b;
}
#paymentForm  button:hover {
	color: #000;
}
.securityIcons {
  overflow: auto;
  margin-top: 20px;
}
.securityIcons li {
	float: left;
	width: 33.333%;
}
.summary_block .contact {
	text-align: center;
}
.summary_block .contact span {
	display: block;
	margin-bottom: 5px;
}
.summary_block .contact span i {
	padding-right: 10px;
}
#confirmOrder {
	width: 50%;
}
#orderSummaryContainer .summary_block {
  margin-bottom: 15px;
}
#orderSummaryContainer .summary_block  h2 a {
	display: block;
}

#cart_checkout .checkout_header .tab {
  background-color: transparent;
  min-height: 95px;
  padding: 15px;
  position: relative;
}
#cart_checkout .checkout_header  .active .tab h2 {
	color: #fff;
}
#cart_checkout .checkout_header .active .tab {
  background-color: rgba(76,76,76, 0.8);
  color: #fff;
}
.checkout_header .active i, .checkout_header .closed i, .checkout_header .active .edit, .checkout_header .closed .edit {
  display: none;
}
#cart_checkout .checkout_header .edit {
  color: #000;
  cursor: pointer;
  position: absolute;
  right: 20px;
  text-decoration: underline;
  top: 10px;
}
#paymentForm p {
	line-height: 24px;
}
#paymentForm .text {
	margin-bottom: 5px;
}

#grid_gallery .box img {
	float: left;
}

#newBillingDetails .group2 {
	float: left;
	width: 50%;
}
.paymentMethods  > span {
	padding-left: 10px;
}



/*****login page********/
#wrap #dccom_gdloginWrap {
  margin: 0 auto;
  max-width: 860px;
}
#wrap .gdLogin_wrap {
  float: left;
  height: auto;
  margin: 0 10px;
}
.gdLogin_wrap h3 {
	margin-bottom: 15px!important;
}
.gdLogin_wrap h3:after {
	background: transparent!important;
}
.gdLogin_helper {
	background-color: #bc4e4b!important;
}
.gdLogin_wrap input[type="text"], .gdLogin_wrap input[type="password"], .gdLogin_wrap input[type="email"] {
	border: 1px solid #bc4e4b!important;

}
.gdLogin_wrap input[type="text"]:focus, .gdLogin_wrap input[type="password"]:focus, .gdLogin_wrap input[type="email"]:focus {
	box-shadow: 0 0 7px rgba(188, 78, 75, 0.5)!important;
}
.gdLogin_group.submit .btn {
	background-color: #bc4e4b;
}
.gdLogin_group.submit .btn:hover {
	color: #000;
}

#requiredFunctionality {
   position:fixed;
   top:0;
   left:0;
   width:100%;
   background-color: #000000;
   background: rgba(0,0,0,0.7);
   z-index: 2000;
   color: #ccc;
   text-align: center;
   font-size: 20px;
   padding: 20px 10px;
   transition: .3s all ease;
}

#requiredFunctionality:hover {
   background: #000;
   color: #fff;
}

#requiredFunctionality a {
   color: #ccc;
   display: inline-block;
   margin: 0 0 0 5px;
}

#dccom_TWGoogleMapEmbedWrap{
	height: 390px!important;
}
#dccom_TWGoogleMapEmbedWrap iframe {
	width: 100%;
}

/*contact page style */
.contact-items {
	width:50%;
	float: left;
	padding: 0 10px;
}
.contact-map {
	width: 100%;
	height: 250px;
	margin-bottom: 15px;
}

.copy .contact-inner{
	background-color: rgba(0,0,0,0.1);
	padding: 20px;
	margin-bottom: 20px;
}
.copy .contact-inner span {
	display: block;
}
.copy .contact-inner span i {
	padding-right: 5px;
}


#cookiePolicy {
    position: absolute;
    top: 0;
    color: #fff;
    background: rgba(0,0,0,0.7);
    padding: 5px;
    z-index: 999;
    right: 0;
    left: 0;
}
#cookiePolicy .inner {
    text-align: center;
    padding: 0px;
    z-index: 33443;
}
#cookiePolicy .inner a.btn {
	font-size: 14px;
	padding: 7px;
	margin-top: 0;
	margin-left: 15px;
}

.remodal-contactWrapper  {
	text-align: left;
}
.remodal-contactWrapper h3 {
	margin-bottom: 10px;
    border-bottom: 1px solid #666;
    padding-bottom: 10px;
}
form.enquiryForm div.small {
  float: left;
  margin: 0;
  width: 50%;
}
form.enquiryForm label {
  color: #2f373b;
  display: block;
  font-size: 16px;
  line-height: 16px;
  padding: 15px 0 5px;
}
form.enquiryForm input {
	color: #000;
}
form.enquiryForm input.text, form.enquiryForm select, form.enquiryForm textarea {
  background-color: rgba(0,0,0,0.1);
  border: 0 none;
  color: #666;
  font-size: 16px;
  margin: 0;
  padding: 5px 10px;
  width: 100%;
}
form.enquiryForm div.small.first input {
  width: 95%;
}

form.enquiryForm .btn {
  background-color: #bc4e4b;
  border: none;
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
  max-width: 100%;
  padding:  10px;
  width: 100%;
}
form.enquiryForm .btn:hover{
	color: #000;
}
.content-form > div.large {
	margin-top: 5px;
	clear: both;
}
.remodal-close {
  border: 1px solid #666!important;
  left: auto!important;
  right: 38px!important;
  top: 10px!important;
  border-radius: 50%;
}
form.enquiryForm .error {
	color: #bc4e4b;
	font-size: 14px;
	padding-top: 0;
}

.txt-phone {
	font-weight: 600;
	padding: 10px 0;
}
.success-msg {
	padding: 15px;
	background-color: rgba(188,78,75, 0.3);
	display: none;
}

.gdLogin_helper {
	z-index: 2!important;
}

.bradcrumb-wrapper {
	margin-top: 10px;
}
.col.span6.contact.left {
  text-align: center;
}
.col.span6.contact {
  width: 33.33%;
}
@media (min-width: 1350px) and (max-width: 1600px) {
  .header .nav li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1024px) {
  .col.span6.contact {
    width: 100%;
  }
  .contact.left .contact-inner {
    float: none;
  }
}
@media (max-width: 600px) {
  .header .nav li:nth-child(-n+3) {
    padding: 10px 3px!important;
    font-size: 10px!important;
  }
}
/* .service-list {
  display: flex;
  justify-content: center;
  flex: 1 0 20%;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
body#services .copy ul li {
	
	border: 2px solid #ccc;
	border-radius: 50%;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	
	height: 170px;
	width: 170px;
	margin: 10px;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
	
	

}
body#services .copy ul li:before {
	display: none;
} */