@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(//fonts.googleapis.com/css?family=Lobster);
body {
	background: #ffffff;
	/*font: 13px 'Trebuchet MS', "Helvetica Neue", Helvetica, Arial, sans-serif;*/
        font : 13px Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #333;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	background: none;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
p {
	margin-bottom: 12px;
	line-height: 18px;
}
p > strong {
	color: #ab2d2f;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    color: #800000;
}
h1.navbar-brand_ {
	margin: -76px 0 0 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ a span {
	display: none;
}
h2 {
/*	font: 41px/40px 'Open Sans';
	color: #a02d2f;
	margin: 0 0 34px 0;
	width: 100%;
	text-align: center;*/
}
h2 em {
	display: inline-block;
	padding: 0 22px;
	font-style: normal;
	background: #ffffff;
	letter-spacing: 2px;
}
h2 span {
	width: 100%;
	height: 2px;
	background: #a02d2f;
	display: block;
	margin-top: -23px;
}
h3 {
	font:27px/27px 'Open Sans';/*font: 40px/40px 'Open Sans';*/
	color: #191919;
	margin: 0 0 28px 0;
}
h4 {
	font: 14px/18px 'Open Sans';
	color: #a02d2f;
	margin: 0 0 10px 0;
}
.extra-wrap {
	overflow: hidden;
}
.global {
	padding: 0;
	background: #ffffff;
}
.global.indent {
	padding: 67px 0 0 0;
	background: #ffffff;
}
.center {
	text-align: center;
}
.logo-box {
	background: #ffffff;
}
.logo-box h1.navbar-brand_ {
	position: relative;
	left: 0;
	top: 0;
}
/*-----menu-----*/
.menuBox > div {
	border-top: 6px solid #ffffff;
	border-radius: 6px 6px 0 0;
	background: #810103;
}
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	min-height: 0;
	background: #93191b;
}
nav.tm_navbar li {
	float: left;
	display: inline-block;
	font-size: 13px;
	line-height: 18px;
	padding: 0;
}
nav.tm_navbar li:last-child {
	margin-left: 0;
	border-right: none;
}
nav.tm_navbar li a {
	position: relative;
	padding: 20px 0;
	width: 195px;
	text-align: center;
	text-transform: uppercase;
	font: 12px 'Open Sans';
	color: #ffffff;
	background: #93191b;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar li.active > a {
	color: #ffffff;
	background: #810103;
}
nav.tm_navbar li > a:hover {
	color: #ffffff;
	background: #810103;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sfHover > a {
	color: #ffffff;
	background: #810103;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar li span {
	height: 4px;
	background: url(../image/menu-marker.png) center 0 no-repeat;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 10px;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 234px;
	left: 0;
	top: 57px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #810103;
	padding: 13px 0 32px 0;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
	position: relative;
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
	display: block;
}
nav.tm_navbar .sub-menu > ul li a {
	display: block;
	background: transparent;
	padding: 0;
	margin: 0;
	font: 12px 'Open Sans';
	color: #ffffff;
	text-transform: uppercase;
	padding: 5px 0;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu > ul li span {
	margin-left: 30px;
	display: inline-block;
	background: url(../image/menu-marker2.png) no-repeat;
	width: 6px;
	height: 7px;
	position: absolute;
	right: 30px;
	top: 11px;
	left: auto;
}
nav.tm_navbar .sub-menu > li > a:hover {
	text-decoration: none;
	color: #810103 !important;
	background: #ffffff !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu > li.sfHover > a {
	text-decoration: none;
	color: #810103 !important;
	background: #ffffff !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: relative;
	display: none;
	width: 234px;
	left: 0;
	top: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: transparent;
	padding: 0;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	display: block;
	background: transparent;
	padding: 0;
	margin: 0;
	font: 12px 'Open Sans';
	color: #ffffff;
	text-transform: uppercase;
	padding: 5px 0;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu ul ul li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: #93191b !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.select-menu {
	display: none !important;
}
/*-----content-----*/
header {
	margin: 0;
	padding: 100px 0 0 0;
	background: #a52c28 url(../image/pattern1.png) repeat;
}
header .box1 {
	padding-top: 34px;
}
header .box1 ul.login-links {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
}
header .box1 ul.login-links li {
	float: left;
	margin: 0 23px;
}
header .box1 ul.login-links li a {
	font: 14px 'Open Sans';
	color: #df6062;
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
header .box1 ul.login-links li a:hover {
	color: #ffffff;
}
header .box3 {
	padding-top: 20px;
}
header .box3 .title {
	font: 18px/18px 'Open Sans';
	color: #eb6a6c;
	margin-bottom: 0;
}
header .box3 .number {
	font: 24px 'Open Sans';
	color: #ffffff;
	margin-bottom: 0;
}
footer {
	padding: 0 0 57px 0;
	border-top: 2px solid #e2e2e2;
	background: #ffffff;
	text-align: center;
}
footer figure {
	float: none;
	display: inline-block;
	position: relative;
	top: -28px;
	z-index: 0;
}
footer p {
	margin: -7px 0 0 0;
	color: #cdcdcd;
	font: 12px/16px 'Open Sans';
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}
footer a {
	color: #cdcdcd;
	font: 12px/16px 'Open Sans';
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
footer a:hover {
	color: #a02d2f;
}
footer em {
	font-style: normal;
}
.advantages-box {
	padding-bottom: 25px;
}
.errorBox {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 77px;
}
.errorBox1 {
	margin-bottom: 50px;
}
.errorBox1 h2 {
	font-size: 60px !important;
	letter-spacing: 2px;
	margin: 0 0 6px 0;
	color: #191919;
	width: auto;
	text-align: left;
}
.errorBox1 h3 {
	font-size: 40px !important;
	letter-spacing: 2px;
	margin: 0 0 46px 0;
	color: #191919;
}
.errorBox1 p {
	color: #a02d2f;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 36px;
}
.testimBox {
	padding: 0;
}
#toTop {
	display: none;
	width: 32px;
	height: 18px;
	background: url(../image/top.png) 0 top no-repeat;
	position: fixed;
	margin-right: -660px !important;
	right: 50%;
	bottom: 80px;
	z-index: 999;
}
#toTop:hover {
	background: url(../image/top.png) 0 bottom no-repeat;
}
.privacyBox {
	margin-bottom: 80px;
}
.blog-box {
	padding: 63px 0 40px 0;
	position: relative;
}
.about-box {
	text-align: center;
	padding-top: 70px;
}
.about-box hr {
	border-top: 1px solid #d6d6d6;
	margin: 70px 0 75px 0;
}
.about-box .title {
	font: 600 36px/36px 'Trebuchet MS', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #222;
	margin-bottom: 36px;
}
.comment-box {
	padding: 11px 0 26px 0;
	background: #fed46f;
}
.comment-box figure {
	border-radius: 100%;
	float: left;
	margin-right: 45px;
	border: 3px solid #fee097;
}
.comment-box figure img {
	border-radius: 100%;
}
.comment-box .extra-wrap {
	padding-top: 15px;
}
.comment-box p {
	font-size: 14px;
	font-style: italic;
	color: #2e2e2e;
	margin-bottom: 0;
}
.comment-box p a {
	font: bold italic 14px 'Trebuchet MS', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2e2e2e;
}
.comment-box p a:hover {
	text-decoration: underline;
}
.block-box {
	padding: 37px 0 29px 0;
	background: #3f3f3f;
}
.block-box p {
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 0;
}
.trainerBox {
	margin-bottom: 28px;
	position: relative;
	display: block;
	text-align: center;
}
.trainerBox figure {
	margin: 0 0 16px 0;
	border-radius: 100%;
}
.trainerBox figure img {
	width: 100%;
	border-radius: 100%;
}
.trainerBox a {
	font: bold 13px 'Trebuchet MS', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ab2d2f;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.trainerBox a:hover {
	color: #b2b2b2;
}
.events-box hr {
	margin: 0 0 44px 0;
	border-top: 1px solid #e2e2e2;
}
.coaching-box {
	padding-bottom: 50px;
}
.coaching-box hr {
	margin: 0 0 44px 0;
	border-top: 1px solid #e2e2e2;
}
.who-box .col-lg-4 {
	margin-bottom: 38px;
}
.list2-box {
	padding-bottom: 37px;
}
.icons-box {
	margin: -35px 0 59px 0;
	overflow: hidden;
}
.icons-box > div {
	position: relative;
}
/*-----carousel-----*/
.carousel-box {
	margin-bottom: 54px;
	text-align: center;
}
.carousel-box h2 {
	color: #a02d2f;
	margin-bottom: 25px;
}
.carousel-box h2 span {
	background: #a02d2f;
}
.carousel-box .title {
	margin: 0 0 35px 0;
	font: 24px 'Open Sans';
	color: #a02d2f;
	letter-spacing: 2px;
}
.carousel-box hr {
	margin: 0;
	border: none;
	width: 600px;
	height: 2px;
	background: #a02d2f;
	display: inline-block;
	position: relative;
	top: 42px;
	z-index: 0;
}
.list_carousel1.responsive {
	position: relative;
	width: auto;
	margin: 0;
	padding: 0 0 70px 0;
}
.list_carousel1 #foo1 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel1 #foo1 > li {
	padding: 0;
	float: left;
	cursor: default;
	text-align: center;
	margin-right: 30px;
}
.list_carousel1 #foo1 > li figure {
	border-radius: 100%;
	margin-bottom: 18px;
	overflow: hidden;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list_carousel1 #foo1 > li figure img {
	width: 100%;
	border-radius: 100%;
}
.list_carousel1 #foo1 > li .title {
	font: 14px 'Open Sans';
	color: #a02d2f;
	letter-spacing: 0;
	margin-bottom: 0;
}
.list_carousel1 #foo1 > li .price {
	font: 27px 'Open Sans';
	color: #a02d2f;
	letter-spacing: 0;
	margin: -4px 0 0 0;
}
.list_carousel1 #foo1 > li p {
	margin-bottom: 0;
}
.list_carousel1 #foo1 > li:hover figure {
	border: 4px solid #a02d2f;
	padding: 3px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list_carousel1.responsive .caroufredsel_wrapper {
	cursor: default !important;
}
.list_btn {
	position: absolute;
	bottom: 13px;
	left: 50%;
	margin-left: -58px;
	width: 116px;
	padding: 0 12px;
	background: #ffffff;
	z-index: 1;
}
.list_btn .prev, .list_btn .next {
	display: inline-block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	float: left;
	position: relative;
	margin: 0 3px;
	border-radius: 100%;
}
.list_btn .prev {
	background: url(../image/prev2.png) 0 top no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_btn .next {
	background: url(../image/next2.png) 0 top no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_btn .prev:hover {
	background: url(../image/prev2.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_btn .next:hover {
	background: url(../image/next2.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.offers-box {
	margin-bottom: 60px;
}
/*-----thumbs-----*/
.thumb-pad0 {
	margin: 10px 0 70px 0;
	overflow: hidden;
}
.thumb-pad0:hover a {
	color: #b2b2b2;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad0:hover .title {
	color: #b2b2b2 !important;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad0 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad0 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	text-align: center;
}
.thumb-pad0 .thumbnail .caption a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad0 .thumbnail .caption p {
	margin-bottom: 12px;
}
.thumb-pad0 .thumbnail .caption .title {
	font: 30px/33px 'Lobster';
	color: #a02d2f !important;
        text-align: center  !important;
	margin-bottom: 11px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad1 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	text-align: center;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	text-align: center;
}
.thumb-pad1 .thumbnail .caption a {
	font: 14px 'Open Sans';
	color: #a9282a;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad1 .thumbnail .caption a:hover {
	color: #b2b2b2;
}
.thumb-pad1 figure {
	margin: 0 0 3px 0;
	display: inline-block;
}
.thumb-pad2 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.thumb-pad2 figure {
	margin: 0 0 25px 0;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad3 {
	overflow: hidden;
	margin: 0 0 24px 0;
}
.thumb-pad3 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
	color: #b2b2b2;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption a {
	font: 14px 'Open Sans';
	color: #a02d2f;
	margin-bottom: 3px;
	display: inline-block;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption a:hover {
	color: #b2b2b2;
}
.thumb-pad3 .thumbnail .caption .price {
	font: 24px 'Open Sans';
	color: #a02d2f;
	margin: -8px 0 10px 0;
}
.thumb-pad3 figure {
	margin: 0;
	margin-right: 16px;
	float: left;
	border-radius: 100%;
}
.thumb-pad3 figure img {
	width: 100%;
	border-radius: 100%;
}
.thumb-pad4 {
	overflow: hidden;
}
.thumb-pad4 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
	color: #b2b2b2;
}
.thumb-pad4 figure {
	margin: 0;
	border-radius: 20px;
	margin-bottom: 21px;
}
.thumb-pad4 figure img {
	width: 100%;
	border-radius: 20px;
}
.thumb-pad5 {
	margin: 0 0 70px 0;
	overflow: hidden;
}
.thumb-pad5 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
	margin: 0;
	overflow: hidden;
	color: #333;
        font-size:14px;
}
.thumb-pad5 .thumbnail .caption .title {
	font: bold 18px 'Roboto Slab';
	color: #ffffff;
	margin: 0 0 8px 0;
}
.thumb-pad5 .thumbnail .caption p span {
	color: #a02d2f;
}
.thumb-pad5 .thumbnail .caption p strong {
	color: #a02d2f;
}
.thumb-pad5 .thumbnail .caption em {
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	color: #191919;
}
.thumb-pad5 figure {
	margin: 0 20px 0 0;
	float: left;
}
.thumb-pad5 figure img {
	border-radius: 100%;
	width: 100%;
}
.thumb-pad6 {
	overflow: hidden;
	padding-bottom: 69px;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad6 .thumbnail a {
	color: #a02d2f;
	font: bold 13px 'Trebuchet MS', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6 .thumbnail a:hover {
	color: #b2b2b2;
}
.thumb-pad6 .thumbnail img {
	float: left;
	margin-right: 6px;
}
.thumb-pad6 .thumbnail .caption {
	padding: 6px 0 0 0;
	overflow: hidden;
	color: #b2b2b2;
}
.thumb-pad6 .thumbnail .caption .description {
	margin-bottom: 18px;
	color: #191919;
}
.thumb-pad6 .thumbnail figure {
	display: block;
}
/*-----btn-----*/
.btn-default.btn1 {
	box-shadow: none;
	position: relative;
	padding: 0;
	font: 14px 'Open Sans';
	margin: 0;
	text-shadow: none;
	color: #a9282a;
	text-decoration: underline;
	background: none;
	display: inline-block;
}
.btn-default.btn1:hover {
	text-decoration: none;
}
.btn-default.btn2 {
	box-shadow: none;
	position: relative;
	padding: 0;
	font: bold 18px 'Roboto Slab';
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	text-decoration: none;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: none;
	text-decoration: underline !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn3 {
	box-shadow: none;
	position: relative;
	padding: 0;
	font: bold 18px 'Roboto Slab';
	margin: 0;
	text-shadow: none;
	color: #72a3c1;
	text-decoration: underline;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn3:hover {
	color: #72a3c1;
	background: none;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn4 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0;
	font: 12px 'Trajan Pro';
	margin: 0;
	text-shadow: none;
	color: #f75050;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn4 img {
	display: inline-block;
	margin: 0 13px 0 0;
}
.btn-default.btn4:hover {
	color: #b2b2b2;
	background: none;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----list-----*/
.list1-1 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list1-1 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 8px;
	padding-left: 13px;
	background: url(../image/list_arrow.png) left 6px no-repeat;
}
.list1-1 li a {
	font: 13px 'Trebuchet MS', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #72a3c1;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1-1 li a:hover {
	color: #c9c9c9;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 {
	margin: 0;
	padding: 0 0 13px 0;
	list-style: none;
	overflow: hidden;
}
.list1 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 8px;
	padding-left: 13px;
	background: url(../image/list_arrow.png) left 6px no-repeat;
}
.list1 li a {
	font: 13px 'Trebuchet MS', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #72a3c1;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 li a:hover {
	color: #c9c9c9;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 21px;
}
.list2 li span {
	float: left;
	margin-right: 30px;
	width: 70px;
	text-align: center;
	color: #5188a9;
	font-size: 75px;
	margin-top: 5px;
}
.list2 li p {
	margin-bottom: 0;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 11px;
}
.list3 li span {
	float: left;
	margin-right: 13px;
	font-size: 26px;
	color: #ff4500;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 26px;
}
.list6 li strong {
	font: 24px/48px 'Open Sans';
	color: #ffffff;
	background: #a02d2f;
	border-radius: 100%;
	width: 53px;
	height: 53px;
	float: left;
	text-align: center;
	margin-right: 13px;
	margin-top: 3px;
}
.list6 li .title {
	margin-bottom: 10px;
	font: 14px/18px 'Open Sans';
	color: #a02d2f;
	padding: 0;
}
.list6 li a {
	color: #fb5813;
	font-size: 18px;
	font-weight: 300;
}
.list6 li p {
	margin-bottom: 0;
}
.list6 li.indent {
	border-bottom: none;
}
.list8 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list8 li {
	font-size: 14px;
/*	line-height: 18px;*/
	margin-bottom: 18px;
}
.list8 li p {
	margin-bottom: 0;
}
/*-----search-----*/
#search-404 {
	position: relative;
	margin: 0;
	overflow: hidden;
}
#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #e3e0e2;
	background: none;
	font: 13px 'Trebuchet MS', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #b2b2b2;
	padding: 7px 14px;
	height: 34px;
	resize: none;
	margin-bottom: 36px;
}
#search {
	position: relative;
	margin: 0;
	overflow: hidden;
}
#search a {
	position: absolute;
	top: 0;
	right: 5px;
	background: #ffffff;
	line-height: 31px;
	height: 31px;
	width: 25px;
	text-align: center;
}
#search a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#search input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 90%;
	outline: none;
	border: none;
	background: #ffffff;
	font: 13px 'Trebuchet MS';
	line-height: 18px;
	color: #ff4500;
	padding: 6px 8px 6px 14px;
	height: 31px;
	resize: none;
}
/*-----map-----*/
.map {
	margin: 0 0 73px 0;
	width: 100%;
	line-height: 0;
	overflow: hidden;
}
.map iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 433px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.info p {
	margin-bottom: 15px;
}
.info a {
	color: #b2b2b2;
}
.info a:hover {
	color: #72a3c1;
}
/*-----form-----*/
.formBox {
	padding-bottom: 72px;
}
#contact-form {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	text-align: left;
}
#contact-form label {
        display: block;
/*	position: relative;
	
	min-height: 51px;
	margin: 0;
	font-weight: normal;
	font: 13px 'Trebuchet MS', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #b2b2b2;*/
}
#contact-form label p {
	margin-bottom: 3px;
}
#contact-form label span {
	margin-bottom: 2px;
	display: block;
	color: #b2b2b2;
}
#contact-form .holder {
	overflow: hidden;
        margin-bottom: 20px;
}
.form-div-1, .form-div-2, .form-div-3 {
	float: left;
	width: 248px;
	margin-right: 11px;
}
.form-div-3 {
	margin-right: 0;
}
#contact-form ._placeholder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: text;
	padding: 7px 14px;
	border-radius: 0;
	display: block;
}
#contact-form ._placeholder.focused {
	opacity: 0;
	filter: alpha(opacity=0);
	box-shadow: none;
}
#contact-form ._placeholder.hidden {
	display: none;
}
#contact-form input.textbox, #contact-form textarea {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #e3e0e2;
	background: none;
	font: 13px 'Trebuchet MS', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #b2b2b2;
	padding: 7px 14px;
	height: 34px;
	resize: none;
}
#contact-form textarea {
	height: 79px;
/*	margin-bottom: 20px;*/
}
#contact-form .error-message, #contact-form .empty-message {
	height: 0;
	overflow: hidden;
	font: 10px 'Arial';
	color: #a9282a;
	-webkit-transition: 0.3s ease-in height;
	transition: 0.3s ease-in height;
	position: absolute;
	right: 5px;
	top: 2px;
}
#contact-form .invalid .error-message, #contact-form .empty .empty-message {
	height: 20px;
}
#contact-form .success-message {
	line-height: 48px;
	position: absolute;
	overflow: hidden;
	height: 0;
	left: 0;
	top: 0;
	box-sizing: border-box;
	box-shadow: none;
	border-radius: 0;
	background: #fff;
	z-index: 10;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	padding: 0;
}
#contact-form.success .success-message {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #e3e0e2;
	background: white;
	font: 13px 'Trebuchet MS', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 67px;
	color: #b2b2b2;
	padding: 0 14px;
	height: 67px;
	resize: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btns .btn1 {
	float: left;
	margin-right: 32px;
}
.btns p {
	float: left;
	font-weight: bold;
	color: #191919;
}
.mail {
	color: #a02d2f;
	font: bold 13px 'Trebuchet MS', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.mail:hover {
	color: #b2b2b2;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
 .icons-box > div {
 left: 200px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1219px) {
 h1.navbar-brand_ a img {
 width: 100%;
}
 .menuBox > div {
 padding-bottom: 10px;
}
 nav.tm_navbar li a {
 width: 188px;
}
 .thumb-pad1 {
 margin-bottom: 30px;
}
 .form-div-1, .form-div-2, .form-div-3 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .errorBox figure img {
 width: 100%;
}
 #contact-form label {
 min-height: 50px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
 h1.navbar-brand_ {
 margin: -38px 0 0 0;
}
 h1.navbar-brand_ img {
 width: 100%;
}
 .menuBox > div {
 padding-bottom: 10px;
}
 nav.tm_navbar li a {
 width: 144px;
}
 .thumb-pad1 {
 margin-bottom: 30px;
}
 .advantages-box article {
 margin-bottom: 35px;
}
 .form-div-1, .form-div-2, .form-div-3 {
 float: none;
 width: 100%;
 margin-right: 0;
}
 .errorBox figure img {
 width: 100%;
}
 .categories-box {
 margin-top: 80px;
 overflow: hidden;
}
 .about-box article {
 margin-bottom: 30px;
}
 #contact-form p {
 margin-bottom: 0;
}
 .quote-box {
 margin-bottom: 30px;
}
 .coaching-box .thumb-pad3 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 20px;
}
 #contact-form label {
 min-height: 50px;
}
 .who-box article {
 margin-bottom: 30px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
 h1.navbar-brand_ {
 margin: 0;
}
 h1.navbar-brand_ img {
 width: 100%;
}
 h2 {
 font-size: 30px !important;
}
 h2 span {
 display: none;
}
 .menuBox {
 text-align: center;
}
 .menuBox > div {
 padding-bottom: 10px;
}
 nav.tm_navbar {
 padding: 0 15px;
}
 header {
 padding: 40px 0 0 0;
}
 header .box1 ul.login-links {
 display: inline-block;
 margin-bottom: 20px;
}
 .select-menu {
 display: inline-block !important;
 padding-top: 4px;
 padding-right: 3px;
 padding-bottom: 4px;
 margin-top: 20px;
 width: 100%;
 border: 1px solid #810103;
 background: #810103;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
 margin-bottom: 20px;
}
 nav.tm_navbar .nav {
 display: none;
}
 .icons-box {
 margin-top: 35px;
}
 .carousel-box hr {
 display: none;
}
 .thumb-pad5 .thumbnail .caption {
 overflow: visible;
}
 .list1-1 {
 display: block;
 text-align: center;
}
 .list1-1 {
 margin-bottom: 20px;
}
 .list1-1 li {
 background: none;
 padding-left: 0;
}
 .form-div-1, .form-div-2, .form-div-3 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .map iframe {
 height: 300px;
}
 .info {
 margin-bottom: 50px;
}
 .privacyBox {
 margin-top: 50px;
}
 .privacyBox h2 {
 font-size: 28px;
 line-height: 28px;
 margin-bottom: 33px;
}
 .pict {
 background: none;
 padding: 0 0 90px 0;
}
 .thumb-pad3 figure {
 margin: 0;
 float: left;
 margin-right: 15px;
}
 .categories-box {
 margin-top: 80px;
 overflow: hidden;
}
 .block-box article {
 margin-bottom: 50px;
}
 .about-box article {
 margin-bottom: 30px;
}
 .thumb-pad1 {
 margin-bottom: 30px;
}
 .thumb-pad4 figure {
 margin: 0 15px 0 0;
 float: left;
}
 footer {
 text-align: center;
}
 footer figure {
 float: none;
}
 footer p {
 float: none;
 margin-bottom: 15px;
}
 .thumb-pad0 .thumbnail figure img {
 width: auto;
}
 .thumb-pad2 figure {
 float: left;
 margin-right: 20px;
 margin-bottom: 0;
}
 .who-box article {
 margin-bottom: 35px;
}
 .advantages-box article {
 margin-bottom: 45px;
}
 .events-box {
 padding-bottom: 30px;
}
 .coaching-box article {
 margin-bottom: 40px;
}
 .who-box article {
 margin-bottom: 60px;
}
 .list2-box article {
 margin-bottom: 40px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
 .thumb-pad6 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 .thumb-pad1 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad4 figure {
 margin: 0 0 15px 0;
 float: none;
}
 .thumb-pad2 figure {
 margin: 0;
 float: none;
 margin-bottom: 20px;
}
 .thumb-pad5 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad5 figure img {
 width: auto;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
 .thumb-pad6 .thumbnail .badgeBox p br {
 display: block;
}
 .thumb-pad6 .thumbnail .badgeBox p > .lnk {
 float: none !important;
}
 .errorBox figure img {
 width: 100%;
}
 .comment-box .extra-wrap {
 overflow: visible;
}
 .comment-box figure {
 margin-right: 20px;
}
 .quote-box {
 background: none !important;
 text-align: center;
}
 .quote-box .caption {
 float: none;
 padding: 20px;
 width: 100% !important;
}
 .quote-box strong {
 float: none !important;
}
 .quote-box .thumbnail_more a {
 margin-left: 5px;
 float: none;
}
 .programs-box {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
 .icons-box .col-xs-4 {
 width: 50%;
}
 .testimBox article {
 width: 100%;
 float: none;
}
 .galleryBox article {
 width: 100%;
 float: none;
}
 .baner-box {
 width: 100%;
 float: none;
}
 .proffesional-box h2 {
 font-size: 35px;
}
 .blogBox h2 h2 {
 font-size: 35px;
}
 .servicesBox article {
 width: 100%;
 float: none;
}
 .thumb-pad6 .thumbnail .badgeBox a.tl {
 font-size: 15px;
 line-height: 20px;
 margin-bottom: 15px;
 font-weight: normal;
}
 .thumb-pad6 .thumbnail .badgeBox p.lnk1 {
 float: none;
 display: block;
 margin-bottom: 10px;
}
 .thumb-pad6 .thumbnail .badgeBox p.lnk2 {
 float: none;
 display: block;
}
 .gallery-box {
 width: 100%;
 float: none;
}
 .thumb-pad0 .thumbnail figure img {
 width: 100%;
}
 .thumb-pad3 figure {
 margin: 0 0 27px 0;
 float: none;
}
 .trainerBox {
 width: 50%;
}
 .thumb-pad5 figure img {
 width: 100%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 320px) {
 h1.navbar-brand_ {
 margin: 0;
}
 h1.navbar-brand_ img {
 width: 100%;
}
 .menuBox {
 text-align: center;
}
 .menuBox > div {
 padding-bottom: 10px;
}
 nav.tm_navbar {
 padding: 0 15px;
}
 header .box1 ul.login-links {
 display: inline-block;
 margin-bottom: 20px;
}
 header .box1 ul.login-links li {
 float: left;
 margin: 0 10px;
}
 .eventsBox article {
 width: 100%;
 float: none;
}
 .teamBox article {
 width: 100%;
 float: none;
}
 .testimBox article {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.margBot {
	margin-bottom: 0;
}
.padBot {
	padding-bottom: 50px;
}
.padBot1 {
	padding-bottom: 16px;
}
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/


/*** Sj ***/
.account-register #column-right,body.account-login #column-right,body.account-forgotten #column-right{display:none;}
#search {
	overflow: hidden;
	padding-top: 31px;
	float: left;
	position: relative;
	margin: 0px 0px 30px 0px;
}
#search .title {
	padding-top: 8px;
	font-size: 13px;
	text-transform: uppercase;
	color: #333;
	float: left;
	min-width: 118px;
	letter-spacing: 1px;
}
#search .rel {
	position: relative;
}
a.cut {
	margin-left: 26px;
	letter-spacing: 1px;
	margin-top: 39px;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: underline;
	color: #93191b;
}
a.cut:hover {
	color: #810103;
}
#search a:hover {
	background-color: #710204;
}
#search label {
	display: block;
}
#search .rel {
	float: left;
	padding-right: 160px;
}
#search input {
	width: 100%;
	border: 1px solid #999;
	background: none;
	letter-spacing: 1px;
	height: 37px;
	text-transform: uppercase;
	padding: 8px 14px 11px;
	font: 13px/18px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #757575;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}
#search a {
	letter-spacing: 1px;
	margin-right: 37px;
	background-color: #93191b;
	display: block;
	position: absolute;
	right: 0;
	cursor: pointer;
	top: 0;
	padding: 8px 70px 11px 26px;
	font: 14px/18px 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: #fff;
}
#search a:after {
	position: absolute;
	width: 37px;
	top: 0;
	bottom: 0;
	right: 0;
	content: '';
	display: block;
	//background: url(../images/search_icon.png) center 0 no-repeat #810103;
	right: -37px;
}
.ord ul {
	font: 24px/28px 'Patua One', cursive;
	overflow: hidden;
	border-top: 9px solid #93191b;
	margin-bottom: 50px;
}
.ord li {
	float: left;
	width: 32%;
	background-color: #fff;
}
.ord li {
	text-transform: uppercase;
	color: #af8747;
	position: relative;
	list-style: none;
}
.ord li+li {
	width: 34%;
}
.ord li+li .count {
	margin-right: 14px;
}
.ord li+li:after {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	background-color: #af8747;
	content: '';
}
.ord li a {
	letter-spacing: 1px;
	overflow: hidden;
	font-family: 'Open Sans', sans-serif;
	padding-left: 20px;
	padding: 22px 0 26px 20px;
	display: block;
	font-size: 20px;
	color: #93191b;
}
.ord li a:hover {
	background-color: #93191b;
	padding-left: 0;
	color: #fff;
}
.ord li a:hover .count {
	color: #710204;
}
.ord .count {
	float: left;
	margin-right: 22px;
	color: #810103;
	line-height: 56px;
	font-size: 60px;
}
.count {
	float: left;
	margin: 20px 0px 0px 0px;
}

@media(min-width:200px) and (max-width:630px) {
.count {
	margin-right: 15px;
}
}
.count p {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	color: #999999;
	padding: 5px 10px 0px 10px !important;
	line-height: 22px;
	border: 1px #999999 solid;
}
.block1 {
	background-color: #353535;
	margin: 0px 0px 50px 0px;
}
.block1 h3 {
	font-family: 'Patua One', cursive;
	color: #FFF;
	font-size: 20px;
	padding: 30px 0px 0px 30px;
	line-height: 22px;
	text-transform: uppercase;
}
.block1 p {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #999999;
	font-size: 16px;
	padding: 0px 10% 10px 30px;
}
.block1 a {
	float: left;
	background: #93191b;
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-size: 14px;
	padding: 5px 15px 5px 15px;
	border-radius: 0px;
	margin: 30px 0px 0px 0px;
	text-transform: uppercase;
}
.block1 a:hover {
	background: #810103;
	color: #FFF;
}
.mob_img {
	margin-top: 35px;
}
.block2 {
	font: 24px/26px 'Patua One', cursive;
	color: #af8747;
	border-bottom: 9px solid #93191b;
	background: url(../image/block2_bg.png) right 0 no-repeat #fff;
	padding: 55px 236px 32px 80px;
	margin-bottom: 60px;
}
.block2 .title {
	letter-spacing: 2px;
	color: #2b2b2b;
	margin-bottom: 17px;
	font-size: 36px;
	text-transform: uppercase;
}
.block2 .title span {
	letter-spacing: 0px;
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	margin-right: 8px;
	position: relative;
	top: -9px;
	font-size: 60px;
}
.block2 p {
	margin-bottom: 13px;
	line-height: 28px;
	color: #93191b;
}
.block2 span {
	color: #2b2b2b;
}
.bo {
	float: right;
	margin: 50px 75px 0px 10px;
	background: #696969;
	width: 110px;
	height: 2px;
}
.bo.active {
	background: #af8747;
}

@media(min-width:200px) and (max-width:979px) {
.bo {
	background: none;
}
}
.email-conetents {
	float: left;
	width: 100%;
}
.email-conetents h1 {
	font-family: 'Open Sans', sans-serif;
	color: #a01417;
	font-size: 26px;
	padding: 30px 0px 20px 0px;
	text-align: center;
	line-height: 26px;
	font-weight: bold;
}
.email-conetents p {
	font-family: 'Open Sans', sans-serif;
	color: #93191b;
	font-size: 20px;
	line-height: 30px;
	padding: 0px 0px 10px 0px;
	text-align: center;
	font-weight: normal;
}
.email-form {
	float: left;
	width: 100%;
	margin: 40px 0px 40px 0px;
}
.email-form ul {
	margin: 0px !important;
	padding: 0px !important;
	width: 100%;
}
.email-form ul li {
	float: left;
	list-style: none;
	width: 100%;
	margin: 0px !important;
	padding: 0px !important;
}
.email-form ul li label {
	width: 100%;
	float: left;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #810103;
	font-weight: normal;
	font-size: 16px;
}
.email-form ul li input {
	width: 100%;
	float: left;
	background: none;
	border: 1px #cecece solid;
	height: 44px;
	margin: 10px 0px 10px 0px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #999999;
	font-size: 15px;
	padding: 0px 0px 0px 15px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.email-form ul li input.sub {
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #9B1315), color-stop(1, #6D0507) );
	background-image: -o-linear-gradient(bottom, #9B1315 0%, #6D0507 100%);
	background-image: -moz-linear-gradient(bottom, #9B1315 0%, #6D0507 100%);
	background-image: -webkit-linear-gradient(bottom, #9B1315 0%, #6D0507 100%);
	background-image: -ms-linear-gradient(bottom, #9B1315 0%, #6D0507 100%);
	background-image: linear-gradient(to bottom, #9B1315 0%, #6D0507 100%);
	width: 100%;
	margin: 35px 0px 0px 0px;
	font-family: 'Patua One', cursive;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	padding: 0px;
	cursor: pointer;
}
.welcome-area {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.welcome-area h1 {
	font-family: 'Open Sans', sans-serif;
	color: #810103;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0px 0px 5px 0px;
}
.welcome-area p {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #696969;
	font-size: 14px;
	padding: 0px 20px 10px 0px;
}
.im1 {
	float: left;
	width: 100%;
	margin-bottom: 60px;
}
.im1 img {
	width: 100%;
}
.product-listing {
	float: left;
	width: 100%;
	margin-bottom: 60px;
}
.product-heading {
	float: left;
	width: 100%;
	background: #820203;
}
.product-heading h1 {
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-size: 17px;
	padding: 5px 0px 5px 15px;
}
.product-list-form {
	float: left;
	width: 100%;
}
.product-list-form ul li {
	float: left;
	width: 100%;
	border-bottom: 1px #dadada solid;
	padding: 20px 0px 0px 0px;
	list-style: none;
}
.product-list-form ul li p {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	color: #999999;
	padding: 25px 10px 5px 10px;
}
.product-image {
	float: left;
	margin: 0px 12px 0px 0px;
}
.product-image img {
	border: 1px #9e1416 solid;
	width: 70px;
	height: 70px;
}
.product-list-form ul {
	padding: 0px;
}
.product-list-form ul li h1 {
	font-family: 'Open Sans', sans-serif;
	color: #a01417;
	font-weight: bold;
	font-size: 17px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
.product-list-form ul li p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #232323;
	padding: 0px 10px 5px 10px !important;
}
.product-list-form ul li h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #232323;
	padding: 25px 10px 5px 15px !important;
	text-align: left;
}
.count {
	float: left;
	margin: 0px 0px 0px 0px;
}
.count input {
	width: 50px;
	height: 30px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	color: #5b5b5b;
	padding: 5px 10px 0px 10px !important;
	line-height: 22px;
	margin-top: -5px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px #999999 solid;
}
.plus-ico {
	float: right;
}
.plus-ico a {
	display: block;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 28px;
	text-align: center;
	color: #93191b;
	font-weight: bold;
	margin: -15px 20px 0px 0px;
	padding: 0px;
}

@media(min-width:200px) and (max-width:630px) {
.count {
	margin-right: 15px;
}
}
.count p {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	color: #999999;
	padding: 5px 10px 0px 10px !important;
	line-height: 22px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px #999999 solid;
}
.product-list-form ul li select {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	color: #999999;
	background: none;
	padding: 3px 10px 3px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px #999999 solid;
	margin: -10px 0px 0px 0px;
}
.picked-products {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.picked-heading {
	float: left;
	width: 100%;
	background: #820203;
}
.picked-heading h1 {
	font-family: 'Patua One', cursive;
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px 0px 5px 15px;
}
.items-outer {
	float: left;
	width: 100%;
	border: 1px #dadada solid;
}
.items-heading {
	float: left;
	width: 100%;
	background: #ededed;
	border-bottom: 1px #dadada solid;
}
.items-heading h1 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #4d4d4d;
	font-size: 14px;
	line-height: 0px;
	padding: 0px 0px 5px 15px;
}
.items-list {
	float: left;
	width: 100%;
	background: #ffffff;
}
.items-list table tr {
	border-bottom: 1px #dadada solid;
}
.items-list h1 {
	font-family: 'Open Sans', sans-serif;
	color: #4d4d4d;
	font-size: 16px;
	padding: 20px 0px 20px 15px;
	font-weight: bold;
}
.items-list a {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #9c3738;
	font-size: 16px;
	padding: 18px 0px 7px 15px !important;
	font-weight: normal;
	font-weight: bold;
	float: left;
}
.sub-total {
	float: left;
	width: 100%;
	background: #f7f7f7;
	border-bottom: 1px #dadada solid;
}
.sub-total h1 {
	font-family: 'Open Sans', sans-serif;
	color: #2a2a2a;
	font-weight: normal;
	font-size: 14px;
	line-height: 5px;
	padding: 0px 0px 0px 15px;
}
.check {
	float: left;
	width: 100%;
}
.check a {
	display: table;
	margin: 0 auto;
	width: 210px;
	height: 35px;
	margin-top: 30px;
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #9B1315), color-stop(1, #6D0507) );
	background-image: -o-linear-gradient(bottom, #9B1315 0%, #6D0507 100%);
	background-image: -moz-linear-gradient(bottom, #9B1315 0%, #6D0507 100%);
	background-image: -webkit-linear-gradient(bottom, #9B1315 0%, #6D0507 100%);
	background-image: -ms-linear-gradient(bottom, #9B1315 0%, #6D0507 100%);
	background-image: linear-gradient(to bottom, #9B1315 0%, #6D0507 100%);
	margin-bottom: 30px;
	font-family: 'Patua One', cursive;
	color: #FFF;
	font-weight: normal;
	text-align: center;
	padding: 15px 0px 10px 0px;
	font-size: 16px;
	text-transform: uppercase;
}
.shipping-form {
	float: left;
	width: 75%;
	margin: 30px 10% 60px 10%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px #c3c3c3 solid;
	padding: 2%;
}
.shipping-form h1 {
	font-family: 'Open Sans', sans-serif;
	color: #810103;
	font-weight: normal;
	padding: 0px 0px 15px 10px;
	font-size: 20px;
	text-transform: uppercase;
}
.shipping-form h1 img {
	margin: -5px 0px 0px 10px;
}
.shipping-form ul li {
	float: left;
	width: 100%;
	margin: 0px 0px 5px 0px;
	list-style: none;
}
.shipping-form ul li label {
	width: 90%;
	float: left;
	font-family: 'Open Sans', sans-serif;
	color: #a01417;
	font-size: 16px;
	font-weight: normal;
}
.shipping-form ul li label.nb {
	width: auto;
}
.shipping-form ul li label.nb2 {
	width: auto;
	float: left;
	margin: -26px 0px 0px 0px;
}
.shipping-form ul li input {
	width: 97%;
	float: left;
	background: #ffffff;
	border: 1px #d1d1d1 solid;
	height: 45px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0px 0px 10px 0px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #999999;
	font-size: 15px;
	padding: 0px 0px 0px 15px;
}
.shipping-form ul li input.city{
	width:130px;
}
.shipping-form ul li input.sec {
	width: 35%;
}
.shipping-form ul li input.sec4 {
	width: 26%;
	margin-top: 2px;
}
.shipping-form ul li select.sec3 {
	width: 30%;
}
.shipping-form ul li input.sec2 {
	width: 43%;
	margin: -8px 0px 0px 0px;
}
.shipping-form ul {
	padding: 0px 0px 0px 10px;
}
.shipping-form ul li select {
	width: 42%;
	float: left;
	background: #FFF;
	border: 1px #d1d1d1 solid;
	height: 45px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 2px 5% 10px -38px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #999999;
	font-size: 15px;
	padding: 0px 0px 0px 15px;
}

@media(min-width:200px) and (max-width:630px) {
.shipping-form ul li select {
	margin-left: 0px;
}
}
.shipping-form ul li select.m {
	margin-left: 0px;
}
.shipping-form ul li input.sub {
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #9B1315), color-stop(1, #6D0507) );
	background-image: -o-linear-gradient(bottom, #9B1315 0%, #6D0507 100%);
	background-image: -moz-linear-gradient(bottom, #9B1315 0%, #6D0507 100%);
	background-image: -webkit-linear-gradient(bottom, #9B1315 0%, #6D0507 100%);
	background-image: -ms-linear-gradient(bottom, #9B1315 0%, #6D0507 100%);
	background-image: linear-gradient(to bottom, #9B1315 0%, #6D0507 100%);
	width: 40%;
	height: 45px;
	margin: 27px 0px 0px 30%;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	color: #FFF;
	font-size: 17px;
	text-align: center;
	padding: 0px;
	cursor: pointer;
	text-transform: uppercase;
}
.verified {
	float: right;
	margin: 10px 0px 0px 0px;
}
.order-summary {
	float: left;
	width: 100%;
}
.order-summary ul li {
	float: left;
	width: 100%;
	list-style: none;
}
.order-summary ul li table tr {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}
.order-summary ul li h1 {
	font-family: 'Open Sans', sans-serif;
	color: #a01417;
	font-size: 20px;
	padding: 5px 0px 0px 10px;
	line-height: 26px;
}
.order-summary ul li h2 {
	font-family: 'Open Sans', sans-serif;
	color: #a01417;
	font-size: 16px;
	padding: 0px 0px 10px 10px;
	line-height: 18px;
	text-align: left;
	margin: 0px;
}
.order-summary ul li p {
	font-family: 'Open Sans', sans-serif;
	color: #707070;
	font-size: 14px;
	padding: 0px 0px 10px 10px;
	line-height: 10px;
}
.order-summary ul li a {
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #9B1315), color-stop(1, #6D0507) );
	background-image: -o-linear-gradient(bottom, #9B1315 0%, #6D0507 100%);
	background-image: -moz-linear-gradient(bottom, #9B1315 0%, #6D0507 100%);
	background-image: -webkit-linear-gradient(bottom, #9B1315 0%, #6D0507 100%);
	background-image: -ms-linear-gradient(bottom, #9B1315 0%, #6D0507 100%);
	background-image: linear-gradient(to bottom, #9B1315 0%, #6D0507 100%);
	width: 50%;
	display: block;
	float: right;
	margin: 27px 0px 20px 20%;
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-size: 20px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	cursor: pointer;
	text-transform: none;
}
.menu-list {
	float: left;
	width: 100%;
}
.menu-list ul li {
	float: left;
	list-style: none;
}
.menu-list ul li a {
	display: block;
	float: left;
	margin: 30px 0px 30px 0px;
}
.menu-list ul li a img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.menu-list ul li a img.active {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.menu-list ul li a img:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.home-registration {
	float: left;
	width: 100%;
	border: 1px #dddddd solid;
	margin: 0px 0px 0px 0px;
	background: #f5f5f5;
}
.home-registration ul li {
	float: left;
	list-style: none;
}
.home-registration ul li a {
	display: block;
	float: left;
	padding: 11px 30px 11px 30px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	color: #878787;
	background: url(../image/ar.png) no-repeat right;
}
.line-b {
	float: left;
	width: 100%;
	height: 1px;
	border-bottom: 1px #e3e3e3 solid;
	margin: 30px 0px 0px 0px;
}
.line-c {
	float: left;
	width: 100%;
	height: 1px;
	border-bottom: 1px #e3e3e3 solid;
	margin: 10px 0px 30px 0px;
}
.triveni-product-outer {
	float: left;
	width: 100%;
}
.triveni-product-list {
	float: left;
	width: 100%;
	border: 1px #c3c3c3 solid;
}
.triveni-product-head {
	float: left;
	width: 100%;
	background: #820203;
	padding: 3px 0px 3px 0px;
}
.triveni-product-head h1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #FFF;
	padding: 3px 0px 3px 10px;
	line-height: 22px;
	margin: 0px;
}
.triveni-list-contents {
	float: left;
	width: 100%;
	position: relative;
}
.triveni-list-contents ul li {
	float: left;
	width: 100%;
}
#vertical-ticker {
	height: 330px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	list-style: none;
}
#vertical-ticker li {
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 10px 10px 10px 10px;
}
.ticker-prev {
	margin: 30px 0px 0px 0px;
	position: absolute;
	top: -30px;
	right: 7px;
}
.ticker-next {
	margin: 30px 0px 0px 0px;
	position: absolute;
	bottom: 0px;
	right: 7px;
}
.ticker-product {
	float: left;
	width: 100%;
}
.ticker-image {
	float: left;
	width: 50px;
	height: 50px;
	border: 1px #800203 solid;
}
.ticker-image img {
	width: 40px;
	height: 40px;
	padding: 5px;
}
.ticker-details {
	float: left;
}
.ticker-details h1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5d8288;
	padding: 10px 0px 0px 10px;
	margin: 0px;
	text-align: left !important;
}
.ticker-details p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #8c8b87;
	text-align: left !important;
	padding: 10px 0px 0px 10px;
}
.plus-ico {
	float: right;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #850001;
	font-weight: bold;
	margin: 0px 30px 0px 0px;
}
.address-form {
	float: left;
	width: 70%;
	margin: 0 20% 60px 16%;
	border:1px #c3c3c3 solid;
	padding:25px 5% 25px 5%;
}
.address-form h1 {
	font-family: 'Open Sans', sans-serif;
	color: #a01417;
	font-size: 16px;
	font-weight: normal;
	margin:-35px 0px 30px -20px;
	background:#FFF;
	float:left;
	padding-left:10px;
	padding-right:10px;
}
.address-form ul li {
	float: left;
	width: 100%;
	margin: 0px 0px 5px 0px;
	list-style: none;
}
.address-form ul li label {
	width: 90%;
	float: left;
	font-family: 'Open Sans', sans-serif;
	color: #a01417;
	font-size: 16px;
	font-weight: normal;
}
.address-form ul li label.nb {
	width: auto;
}
.address-form ul li label.nb2 {
	width: auto;
	float: left;
	margin: -26px 0px 0px 0px;
}
.address-form ul li input {
	width: 97%;
	float: left;
	background: #ffffff;
	border: 1px #d1d1d1 solid;
	height: 45px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0px 0px 10px 0px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #999999;
	font-size: 15px;
	padding: 0px 0px 0px 15px;
}
.address-form ul li input.sec {
	width: 35%;
}
.address-form ul li input.sec4 {
	width: 26%;
	margin-top: 2px;
}
.address-form ul li select.sec3 {
	width: 30%;
}
.address-form ul li input.sec2 {
	width: 43%;
	margin: -8px 0px 0px 0px;
}
.address-form ul {
	padding: 0px 0px 0px 10px;
}
.address-form ul li select {
	width: 97%;
	float: left;
	background: #FFF;
	border: 1px #d1d1d1 solid;
	height: 45px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 2px 0 10px 0px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #999999;
	font-size: 15px;
	padding: 0px 0px 0px 15px;
}

@media(min-width:200px) and (max-width:630px) {
.address-form ul li select {
	margin-left: 0px;
}
}
.address-form ul li select.m {
	margin-left: 0px;
}
.address-form ul li input.sub {
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #9B1315), color-stop(1, #6D0507) );
	background-image: -o-linear-gradient(bottom, #9B1315 0%, #6D0507 100%);
	background-image: -moz-linear-gradient(bottom, #9B1315 0%, #6D0507 100%);
	background-image: -webkit-linear-gradient(bottom, #9B1315 0%, #6D0507 100%);
	background-image: -ms-linear-gradient(bottom, #9B1315 0%, #6D0507 100%);
	background-image: linear-gradient(to bottom, #9B1315 0%, #6D0507 100%);
	width: 100%;
	height: 45px;
	margin: 27px 0px 0px 0;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	padding: 0px;
	cursor: pointer;
	text-transform: uppercase;
}
.registration-projects{
	float:left;
	width:100%;
	margin:0px 0px 80px 0px;
}
.registration-category-list{
	float:left;
	width:100%;
	border:1px #c3c1c2 solid;
	padding:2px;
}
.registration-category-heading{
	float:left;
	width:100%;
	background:#820203;
}
.registration-category-heading h1 {
	font-family: 'Open Sans', sans-serif;
	color:#FFF;
	font-size: 14px;
	font-weight: normal;
	padding:10px 0px 10px 15px;
	line-height:18px;
	margin:0px;
}
.registration-list-categories{
	float:left;
	width:100%;
}
.registration-list-categories h1 {
	font-family: 'Open Sans', sans-serif;
	color:#820105;
	font-size: 18px;
	font-weight: normal;
	padding:15px 0px 15px 15px;
	line-height:18px;
	margin:0px;
}
.registration-list-categories ul{
	margin:0px;
	padding:0px;
}
.registration-list-categories ul li{
	float:left;
	width:100%;
	list-style:none;
	padding:10px 0px 0px 0px;
	border-bottom:1px #c3c3c3 solid;
}
.registration-list-categories ul li:last-child{
	border-bottom:0px;
}
.category-pic{
	float:left;
	width:100%;
	margin:0px 0px 0px 15px;
}
.category-pic img{
	border:1px #666666 solid;
	padding:2%;
}
.category-pic-contents{
	float:left;
	width:100%;
}
.category-pic-contents h1 {
	font-family: 'Open Sans', sans-serif;
	color:#333;
	font-size: 18px;
	font-weight: normal;
	padding:5px 0px 15px 10px;
	line-height:18px;
	margin:0px;
}
.category-main-list{
	float:left;
	width:100%;
}
.category-main-list table{
	width:100%;
}
.product-name-details{
	float:left;
	width:100%;
}
.product-name-pic{
	float:left;
	width:100%;
}
.product-name-pic img{
	/*border:1px #666666 solid;*/
	padding:2%;
}
.product-name-pic-details{
	float:left;
	width:100%;
}
.product-name-pic-details h1 {
	font-family: 'Open Sans', sans-serif;
	color:#849398;
	font-size: 13px;
	font-weight: normal;
	padding:5px 0px 0px 15px;
	line-height:18px;
	margin:0px;
}
.product-name-pic-details p {
	font-family: 'Open Sans', sans-serif;
	color:#849398;
	font-size: 13px;
	font-weight: normal;
	padding:5px 0px 15px 15px;
	line-height:18px;
	margin:0px;
}
.frequency-input{
	float:left;
	width:100%;
}
.frequency-input select{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#666;
	padding:3px 0px 3px 10px;
	border:1px #c3c3c3 solid;
	width:100%;
	float:left;
}
.quantity-box{
	float:left;
	width:100%;
        width:70px;
}
.icon-minus{
	float:left;
	margin:35px 0px 0px 0px;
	width:10px;
}
@media(min-width:200px) and (max-width:979px) {
	.icon-minus{
		margin:0px;
		width:30px;
		height:20px;
	}
}
.quantity-box input{
	float:left;
	width:40px;
	height:30px;
	border:1px #c1c0be solid;
	margin:35px 0px 0px 0px;
	text-align:center;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#333;
	font-weight:bold;
}
@media(min-width:200px) and (max-width:979px) {
	.quantity-box input{
		margin:0px;
	}
}
.my-cart{
	float:left;
	width:100%;
}
.my-cart-heading{
	float:left;
	width:100%;
	background:#880016;
}
.my-cart-heading h1 {
	font-family: 'Open Sans', sans-serif;
	color:#FFF;
	font-size: 14px;
	font-weight: normal;
	padding:10px 0px 10px 20px;
	line-height:18px;
	margin:0px;
}
.mycart-details{
	float:left;
	width:100%;
	border:1px #880018 solid;
}
.mycart-details h1 {
	font-family: 'Open Sans', sans-serif;
	color:#880016;
	text-align:center;
	font-size: 18px;
	font-weight:bold;
	padding:10px 0px 10px 0px;
	line-height:18px;
	margin:0px;
}
.mycart-details p {
	font-family: 'Open Sans', sans-serif;
	color:#880016;
	text-align:center;
	font-size: 14px;
	font-weight:bold;
	padding:10px 0px 10px 0px;
	line-height:18px;
	margin:0px;
}
.my-cart-table{
	float:left;
	width:100%;
}
.my-cart-table ul li{
	float:left;
	width:100%;
}
.my-cart-table ul li p {
	font-family: 'Open Sans', sans-serif;
	color:#880016;
	text-align:left;
	font-size: 14px;
	padding:0px 0px 0px 0px;
	line-height:18px;
	margin:0px;
	font-weight:normal;
}
.my-cart-table ul{
	padding:0px;
	list-style:none;
}
.my-cart-table ul li table td, table th{
	border:0px !important;
}
.cart-calender{
	float:left;
	width:100%;
	margin:20px 0px 0px 0px;
}
.continue-pay{
	float:left;
	width:100%;
}
.continue-pay input.sub {
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #9B1315), color-stop(1, #6D0507) );
	background-image: -o-linear-gradient(bottom, #9B1315 0%, #6D0507 100%);
	background-image: -moz-linear-gradient(bottom, #9B1315 0%, #6D0507 100%);
	background-image: -webkit-linear-gradient(bottom, #9B1315 0%, #6D0507 100%);
	background-image: -ms-linear-gradient(bottom, #9B1315 0%, #6D0507 100%);
	background-image: linear-gradient(to bottom, #9B1315 0%, #6D0507 100%);
	width: 100%;
	height: 45px;
	margin: 27px 0px 0px 0;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	color: #FFF;
	font-size: 17px;
	text-align: center;
	padding: 0px;
	cursor: pointer;
	text-transform: uppercase;
	border:1px #1d0505 solid;
}
.continue-pay-custom input.sub{width:auto;padding:10px 10px;margin-bottom: 10px;font-size:15px;}
.shipping-form2 {
	float: left;
	width: 75%;
	margin: 30px 10% 60px 10%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px #c3c3c3 solid;
	padding: 2%;
}
.shipping-form2 h1 {
	font-family: 'Open Sans', sans-serif;
	color: #810103;
	font-weight: normal;
	padding: 0px 0px 15px 10px;
	font-size: 20px;
	text-transform: uppercase;
}
.shipping-form2 h1 img {
	margin: -5px 0px 0px 10px;
}
.shipping-form2 ul li {
	float: left;
	width: 100%;
	margin: 0px 0px 5px 0px;
	list-style: none;
}
.shipping-form2 ul li label {
	width: 90%;
	float: left;
	font-family: 'Open Sans', sans-serif;
	color: #535258;
	font-size: 13px;
	font-weight: normal;
}
.shipping-form2 ul li label.ab{
	width:100px;
	line-height:25px;
}
.shipping-form2 ul li label.ab2{
	line-height:25px;
}
.shipping-form2 ul li label span{
	padding-left:15px;
	color:#a8a8a8;
}
.shipping-form2 ul li label.nb {
	width: auto;
}
.shipping-form2 ul li label.nb2 {
	width: auto;
	float: left;
	margin: -26px 0px 0px 0px;
}
.shipping-form2 ul li input.text {
	width: 97%;
	float: left;
	background: #ffffff;
	border: 1px #d1d1d1 solid;
	height: 45px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0px 0px 10px 0px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #999999;
	font-size: 15px;
	padding: 0px 0px 0px 15px;
}
.shipping-form2 ul li input.check{
	width:20px;
	height:20px;
	margin-right:10px;
}
.shipping-form2 ul li input.radio{
	float:left;
	width:40px;
}
.shipping-form2 ul li textarea {
	width: 97%;
	float: left;
	background: #ffffff;
	border: 1px #d1d1d1 solid;
	height: 65px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0px 0px 10px 0px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #999999;
	font-size: 14px;
	padding: 5px 0px 0px 15px;
}
.shipping-form2 ul li input.city{
	width:130px;
}
.shipping-form2 ul li input.sec {
	width: 35%;
}
.shipping-form2 ul li input.sec4 {
	width: 26%;
	margin-top: 2px;
}
.shipping-form2 ul li select.sec3 {
	width: 30%;
}
.shipping-form2 ul li input.sec2 {
	width: 43%;
	margin: -8px 0px 0px 0px;
}
.shipping-form2 ul {
	padding: 0px 0px 0px 10px;
}
.shipping-form2 ul li select {
	width:80px;
	float: left;
	background: #FFF;
	border: 1px #d1d1d1 solid;
	height: 45px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0px 0 10px 0px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #999999;
	font-size: 15px;
	padding: 0px 0px 0px 15px;
}

@media(min-width:200px) and (max-width:630px) {
.shipping-form2 ul li select {
	margin-left: 0px;
}
}
.shipping-form2 ul li select.m {
	margin-left: 0px;
}
.shipping-form2 ul li input.sub {
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #9B1315), color-stop(1, #6D0507) );
	background-image: -o-linear-gradient(bottom, #9B1315 0%, #6D0507 100%);
	background-image: -moz-linear-gradient(bottom, #9B1315 0%, #6D0507 100%);
	background-image: -webkit-linear-gradient(bottom, #9B1315 0%, #6D0507 100%);
	background-image: -ms-linear-gradient(bottom, #9B1315 0%, #6D0507 100%);
	background-image: linear-gradient(to bottom, #9B1315 0%, #6D0507 100%);
	width: 40%;
	height: 45px;
	margin: 27px 0px 0px 30%;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	color: #FFF;
	font-size: 17px;
	text-align: center;
	padding: 0px;
	cursor: pointer;
	text-transform: uppercase;
}





.shipping-form3 {
	float: left;
	width: 75%;
	border: 1px #c3c3c3 solid;
	padding: 2%;
	margin-top:-16px;
/*	margin-bottom:100px;*/
}
@media(min-width:200px) and (max-width:979px) {
	.shipping-form3 {
		margin:0px;
		width:100%;
	}
}
.shipping-form3 h1 {
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: normal;
	padding: 0px 0px 15px 0px;
	text-align:left;
	font-size: 16px;
}
.shipping-form3 h1 img {
	margin: -5px 0px 0px 10px;
}
.shipping-form3 ul li {
	float: left;
	width: 100%;
	margin: 0px 0px 5px 0px;
	list-style: none;
}
.shipping-form3 ul li label {
	width: 90%;
	float: left;
	font-family: 'Open Sans', sans-serif;
	color: #535258;
	font-size: 13px;
	font-weight: normal;
}
.shipping-form3 ul li label.ab{
	width:100px;
	line-height:45px;
}
.shipping-form3 ul li label span{
	padding-left:15px;
	color:#a8a8a8;
}
.shipping-form3 ul li label.nb {
	width: auto;
}
.shipping-form3 ul li label.nb2 {
	width: auto;
	float: left;
	margin: -26px 0px 0px 0px;
}
.shipping-form3 ul li input {
	width: 97%;
	float: left;
	background: #ffffff;
	border: 1px #d1d1d1 solid;
	height: 45px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0px 0px 10px 0px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #999999;
	font-size: 15px;
	padding: 0px 0px 0px 15px;
}
.shipping-form3 ul li input.check{
	width:20px;
	height:20px;
	margin-right:10px;
}
.shipping-form2 ul li input.radio{
	float:left;
	width:40px;
}
.shipping-form3 ul li textarea {
	width: 97%;
	float: left;
	background: #ffffff;
	border: 1px #d1d1d1 solid;
	height: 65px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0px 0px 10px 0px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #999999;
	font-size: 14px;
	padding: 5px 0px 0px 15px;
}
.shipping-form3 ul li input.city{
	width:130px;
}
.shipping-form3 ul li input.sec {
	width: 35%;
}
.shipping-form3 ul li input.sec4 {
	width: 26%;
	margin-top: 2px;
}
.shipping-form3 ul li select.sec3 {
	width: 30%;
}
.shipping-form3 ul li input.sec2 {
	width: 43%;
	margin: -8px 0px 0px 0px;
}
.shipping-form3 ul {
	padding: 0px 0px 0px 10px;
}
.shipping-form3 ul li select {
	width:100%;
	float: left;
	background: #FFF;
	border: 1px #d1d1d1 solid;
	height: 45px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0px 0 10px 0px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #999999;
	font-size: 15px;
	padding: 0px 0px 0px 15px;
}
.shipping-form3 ul li select.n1{
	width:40%;
	margin-right:10px;
}

@media(min-width:200px) and (max-width:630px) {
.shipping-form3 ul li select {
	margin-left: 0px;
}
}
.shipping-form3 ul li select.m {
	margin-left: 0px;
}
.shipping-form3 ul li input.sub {
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #9B1315), color-stop(1, #6D0507) );
	background-image: -o-linear-gradient(bottom, #9B1315 0%, #6D0507 100%);
	background-image: -moz-linear-gradient(bottom, #9B1315 0%, #6D0507 100%);
	background-image: -webkit-linear-gradient(bottom, #9B1315 0%, #6D0507 100%);
	background-image: -ms-linear-gradient(bottom, #9B1315 0%, #6D0507 100%);
	background-image: linear-gradient(to bottom, #9B1315 0%, #6D0507 100%);
	width: 40%;
	height: 45px;
	margin: 27px 0px 0px 30%;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	color: #FFF;
	font-size: 17px;
	text-align: center;
	padding: 0px;
	cursor: pointer;
	text-transform: uppercase;
}
/* Tabs container */
.r-tabs {
	position: relative;

}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
	border:1px #c3c3c3 solid;
	-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	padding: 10px 25px;

	text-decoration: none;
	font-size: 13px;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	color: #425053;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #fff;
        background-color: #333;
        -webkit-border-top-left-radius: 15px;
        -webkit-border-top-right-radius: 15px;
        -moz-border-radius-topleft: 15px;
        -moz-border-radius-topright: 15px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;

}

/* Tab panel */
.r-tabs .r-tabs-panel {
	background-color: white;

	border-bottom: 4px solid white;

	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;

}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px;
	font-size: 13px;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	color: #425053;
	font-weight: bold;
	text-decoration: none;

	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #fff;
	color: #00c5ad;
	text-shadow: none;
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}

/* Buttons */
button {
	display:inline-block;
/*	margin-top: 10px;*/
/*	margin-right: 10px;*/
	padding: 10px 20px;
	line-height: 100%;

	color: #fff;
	font-size: 14px;
	text-align: center;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	vertical-align: middle;
	font-weight: bold;
	
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	cursor: pointer;
}

/* Info bar */
.info {
	display:inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	width: 300px;
	line-height: 100%;

	font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
	font-size: 14px;
	color: #00c5ad;
	border: 2px solid #00ab94;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;

	cursor: pointer;
} 






body.delivery-register .address-form .text-danger{clear:both}
.date_box{width: 80px;margin: 10px auto;border:#810103 solid 1px;border-top-width:25px;border-radius: 10px;overflow: hidden;text-align: center;padding:5px;box-sizing: border-box;}
.date_box h2{font: 25px/25px'Open Sans';  color: #810103;  padding: 3px 0px;  margin: 0px;}
.date_box h4{font-size: 12px;  color: #810103;  padding: 3px 0px;  margin: 0px;}
#standing-order-summary h2{font-size:20px;color: #a01417;}
.input-group-addon{	height:30px !important;	margin-top:-30px; margin-left: 24px;	float:right;	width:35px;}
.spinner.input-group input{	width:38px;	margin-top:2px;}
.quantity-box .input-group-addon{background-color: #860210;}
.quantity-box  .spinner.input-group .input-group-addon a.spin-up, .quantity-box  .spinner.input-group .input-group-addon a.spin-down{color:#fff}
.quantity-box .spinner.input-group .input-group-addon a.spin-up:hover,.quantity-box .spinner.input-group .input-group-addon a.spin-down:hover{color:#fff}
li.active{  background-color: #B5BCD5;}
.date-p input{
/*    width: 100px;*/
    float: left;
    background: url(../image/Calendar_16.png) no-repeat right;
}
#delivery_days{font-size: 16px;  color: green;  font-weight: bold;  margin-left: 15px;}
#cart_products_form table td, #cart_products_form table th{padding:9px 14px}

.section01{width:100%;border-radius: 4px 4px;border:1px #880018 solid;}
.section01-heading{width:100%;background:#880016;}
.section01-heading h1 {	font-family: 'Open Sans', sans-serif;	color:#FFF;	font-size: 14px;	font-weight: normal;	padding:10px 0px 10px 20px;	line-height:18px;	margin:0px;}
.section01-details{	width:100%;padding:10px;}
.section01-details h1 {	font-family: 'Open Sans', sans-serif;	color:#880016;	text-align:center;	font-size: 18px;	font-weight:bold;	padding:10px 0px 10px 0px;	line-height:18px;	margin:0px;}
.section01-details p {	font-family: 'Open Sans', sans-serif;	color:#880016;	text-align:center;	font-size: 14px;	font-weight:bold;	padding:10px 0px 10px 0px;	line-height:18px;	margin:0px;}
body.account-account #content h2{text-align:left;}
body.account #content h1,body.delivery-standingorder #content h1,body.support #content h1,.myheading{font: 27px/27px 'Open Sans';  color: #a02d2f;  margin: 0 0 34px 0;  width: 100%;}
#horizontalTab #existing-form{width:100%}
body.product-allproduct a.allproducts{  color: #444444;  background: #eeeeee;  border: 1px solid #DDDDDD;  text-shadow: 0 1px 0 #FFF;}
@media (max-width: 767px) {
 #product_search_all01 {
    display: block !important;
  }
}
.red01{color:#880016;font-weight: bold;}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #880016;
  border-color: #880016;
}
.subtables{width: 100%;    color: #fff;    background-color: #B2B2B2;}
.order-row{
	float:left;
	width:100%;
	margin:30px 0px 30px 0px;
}
.steps{
	float:left;
	width:100%;
}
.steps ul li{
	float:left;
	width:100%;
	list-style:none;
}
.step-name{
	float:left;
	width:100%;
}
.step-name h1{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#a71202;
	font-weight:bold;
	text-align:center;
}
.step-name p{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#525252;
	font-weight:normal;
	text-align:center;
}
.step-icon{
	float:left;
	width:100%;
	text-align:center;
}
.delivery-call-box{
	float:left;
	width:100%;
	-webkit-box-shadow: -1px 0px 5px 3px rgba(0,0,0,0.16);
-moz-box-shadow: -1px 0px 5px 3px rgba(0,0,0,0.16);
box-shadow: -1px 0px 5px 3px rgba(0,0,0,0.16);
margin:20px 0px 0px 0px;
}
body.information-information-10 #content h1.cms-page-title{
    float: left;
    width: 100%;
    text-align: center;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #222;
    background:  url(../image/strip.jpg) center repeat-x;
}
body.information-information-10 #content h1.cms-page-title span{
    background: #fff;
    padding-left: 50px;
    padding-right: 50px;
}

.call{
	float:left;
	width:100%;
}
.call img{
	margin:20px 0px 20px 0px;
}
.delivery-call-box p{
		font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#525252;
	font-weight:normal;
	padding:0px 15px 0px 10px;
}
.delivery-call-box h1{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#a71202;
	font-weight:normal;
	text-align:left;
	padding:0px 0px 0px 10px;
}
.how_i_order{font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #a71202;
    font-weight: normal;
    text-align: left;
    padding: 0px 0px 0px 10px;
}
.create_account{border: 1px solid #a71202;
    padding: 10px !important;
    /* margin: 100px; */
    text-align: center;
    width: 175px;
    margin: 0 auto;
    color: #a71202;font-size: 17px  !important;}
.create_account a {color: #a71202;}
.error{color: #EF0D0D !important;}
body.common-home p.title{    font: 24px "Times New Roman", Times, serif;    color: #a02d2f;}
.global .container .row .col-lg-12.col-md-12.col-sm-12 .row .col-lg-4.col-md-4.col-sm-4 .thumb-pad0 .thumbnail .caption p {
    text-align: justify;
    font-size: 24px;
    font-family: "Times New Roman", Times, serif;
    line-height: normal;
    color: #000;
    font-style: italic;
}
.listing-price-box select, .listing-price-box a{margin-bottom: 10px;}
label.error {    color: #FF0000;}
div.menuBox #cart{margin: 0 40px;    margin-top: 35px;}
@media (max-width: 767px){
    div.menuBox #cart{margin-top: 0px;}
}
body.common-home h2{color: #a02d2f;}
.clear_both{clear:both} 
.text-danger {    color: #F50E0A;}
.email-conetents2{
    float:none;
    width: auto;
} 
#notfoundZipcode .register-form2 ul li,#notfoundZipcode .register-form2{float:none;}
#notfoundZipcode .register-form2{width: auto;margin:8px;border:0px;}
#rc-imageselect {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
@media screen and (max-height: 575px){
#rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}}
.alert-success{font-weight: bold;font-size: 15px;}
.update_product_cls {background-color:#ccc; }
.update_product_cls h1,.update_product_cls p{color:#fff}
.custom-list-group .list-group-item-heading a{border:0px;color:#800000;padding:0px}
body.delivery-menu h3.sub-heading{font-size: 20px;margin-top: 20px;}
.product-thumb .caption{min-height: auto !important;}
.registration-list-categories ul.collapse li { border-top: 1px #c3c3c3 solid !important; border-bottom: 0px !important;}
.product-list .form-inline.center.listing-price-box {   margin-top: 45px;}
.product-list .product-thumb .caption {
    float:left;
}