@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);
 @import url(//fonts.googleapis.com/css?family=Roboto:400,300,500,700);
/*-----template stylization-----*/
body {
	background: #eeeeee;
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 1.428571429;
	color: #777777;
}
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: 20px;
	line-height: 20px;
}
p strong {
	color: #090909;
}
p span {
	color: #fe5013;
}
p em {
	font-style: normal;
	color: #a8e9e2;
}
p.txt {
	font-size: 11px;
	color: #888;
	line-height: 18px;
}
h1.navbar-brand_ {
	margin: 30px 30px 0 0; /* margin: 67px 137px 0 0;*/
	padding: 0;
	float: right;
}
h1.navbar-brand_ span {
	font: 300 10px 'Roboto';
	color: #8c8c8c;
	margin-left: 1px;
	margin-top: -2px;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ a > img {
	width: 100%;
}
h2 {
	color: #777;
	font: bold 30px/28px 'Trebuchet MS';
	margin: 0 0 27px 0;
	padding: 0 32px;
	text-transform: uppercase;
	float: left;
}
h3 {
	color: #979797;
	font: bold 20px/20px 'Trebuchet MS';
	margin: 0 0 23px 0;
	text-transform: uppercase;
}
h4 {
	color: #777;
	font: bold 30px/28px 'Trebuchet MS';
	margin: 0 0 43px 0;
	text-transform: uppercase;
}
h5 {
	color: #777;
	font: italic 18px/23px 'Georgia';
	font-weight: normal !important;
	margin: 0 0 11px 0;
}
h6 {
	color: #adadad;
	font: 20px/25px 'Trebuchet MS';
	font-weight: normal !important;
	margin: 0 0 14px 0;
}
.extra-wrap {
	overflow: hidden;
}
.container {
	position: relative;
}
.global {
	background: #eeeeee;
}
.global.indent {
	padding-top: 80px;
}
.global.bg-color {
	background: #ffffff;
}
/*-----menu-----*/
.shopping-bag{
	text-align:right;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding-top:10px;
	font-weight:700;
}

.shopping-bag a{
	color:#FFF;
}

.shopping-bag a:hover, .shopping-bag a:active{
	color:#b22d3e;
}

nav.tm_navbar {
	background: none;
	border: none;
	padding: 49px 0 0 0;
	margin: 0;
	float: right;
}
nav.tm_navbar li {
	float: left;
	font-size: 12px;
	line-height: 17px;
	position: relative;
	padding: 4px 31px 0 31px;
}
nav.tm_navbar li em {
	width: 1px;
	height: 54px;
	background: #fff;
	position: absolute;
	top: -11px;
	right: 0;
}
nav.tm_navbar li strong {
	background: url(../img/triangle.png) center bottom no-repeat !important;
	width: 11px;
	height: 6px;
	position: absolute;
	bottom: -49px;
	left: 0;
	width: 100%;
	display: none;
}
nav.tm_navbar li:last-child {
	margin-right: 0;
}
nav.tm_navbar li:first-child strong {
	bottom: -53px;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0;
	font: bold 18px 'Trebuchet MS';
	color: #ffffff;
	background: none;
	text-transform: uppercase;
	line-height: 22px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar li.ico > a {
	text-indent: -9999px;
	background: url(../img/home_icon.png) 0 top no-repeat !important;
	width: 25px;
	height: 20px;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar li.active strong {
	display: block;
}
nav.tm_navbar li.active > a {
	color: #FADFE4;
	background: none;
}
nav.tm_navbar li > a:hover {
	color: #FADFE4;
	background: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sfHover strong {
	display: block;
}
nav.tm_navbar .sfHover > a:hover {
	color: #b22d3e;
	background: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar li.ico {
	margin-top: -3px;
}
nav.tm_navbar li.active.ico > a {
	background: url(../img/home_icon.png) 0 bottom no-repeat !important;
}
nav.tm_navbar li.ico > a:hover {
	background: url(../img/home_icon.png) 0 bottom no-repeat !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sfHover.ico > a:hover {
	background: url(../img/home_icon.png) 0 bottom no-repeat !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar li a span {
	display: inline-block;
	height: 6px;
	background: url(../img/menu-marker.png) no-repeat;
	width: 7px;
	position: absolute;
	left: 11px;
	top: 30px;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 180px;
	left: 0;
	top: 58px;
	list-style: none !important;
	zoom: 1;
	z-index: 11; 
	background: #ffffff;
	padding: 16px;
	margin: 0;
	text-align: center;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0;
	padding: 8px 0 8px 0;
	display: block;
	text-align: center;
	border-bottom: 1px solid #e4e4e4;
}
nav.tm_navbar .sub-menu > ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
nav.tm_navbar .sub-menu > ul li a {
	background: transparent;
	padding: 0;
	margin: 0;
	float: none;
	font: 13px 'Trebuchet MS';
	color: #777;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sub-menu > ul li a span {
	display: inline-block;
	background: url(../img/menu-marker2.png) no-repeat;
	width: 6px;
	height: 7px;
	position: relative;
	left: 16px;
	top: -1px;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #b22d3e !important;
	background: none !important;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #059ec8 !important;
	background: none !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 104px;
	left: 88px;
	top: -16px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #059ec8;
	padding: 16px;
	margin: 0;
	text-align: center;
}
nav.tm_navbar .sub-menu ul ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0;
	padding: 8px 0 8px 0;
	display: block;
	text-align: center;
	border-bottom: 1px solid #2faed1;
}
nav.tm_navbar .sub-menu ul ul li:last-child {
	border-bottom: none;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: transparent;
	padding: 0;
	margin: 0;
	float: none;
	font: 13px 'Trebuchet MS';
	color: #71e1ff;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sub-menu ul ul li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: none !important;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.select-menu {
	display: none !important;
}

.aslide {
	display: none;
}
.aslide img {
	max-width: 100%;
	padding:0 15px;               
}
#slider {
	width: 100%;
	height: 450px !important;
}
.aslide .text {
	width: 200px;
	margin: 0 auto;
	color: #f8f8f8;
	text-shadow: 0 0 2px #000;
	font-weight: bold;
	font-size: 36px;
	width: 70%;
	text-align: center;
	position: absolute;
	bottom: 30px;
	font-family: sans-serif;
}
			
			
/*-----content-----*/
header {
	position: relative;
	width: 100%;
	z-index: 2010; /* 1*/
	margin: 0 0 0 0;
	padding-bottom: 44px;
	top: 0;
	left: 0;
	background: #6f0115;
}
header > .logoBox {
	background: #eeeeee;
	height: 222px;
	position: absolute;
	top: 0;
	left: -50%;
	width: 100%;
	z-index: -1;
	margin-left: -315px;
}
header.position {
	position: relative;
	padding-bottom: 10px;
	height: auto;
}
footer {
	padding: 73px 0 49px 0;
	background: #6f0115;
}
footer p {
	color: #fff;
	font: 14px/20px 'Trebuchet MS';
	text-transform: uppercase;
	margin-bottom: 18px;
}
footer p span {
	padding: 0 5px;
	color: #fff;
}
footer a {
	color: #fff;
	font: 14px 'Trebuchet MS';
	text-transform: uppercase;
	margin-bottom: 18px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
footer a:hover {
	color: #FADFE4;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
footer .follow_icon {
	margin: -3px 0 0 0;
	padding: 0;
	list-style: none;
}
footer .follow_icon li {
	float: left;
	margin-right: 6px;
}
footer .follow_icon li a {
	opacity: 1;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
footer .follow_icon li a:hover {
	opacity: 0.5;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.testimonialsBox h4 {
	color: #979797;
	font-size: 20px;
	margin-top: -4px;
}
.productsBox h2 {
	margin: 0 0 31px 0;
}
.newsBox {
	padding: 52px 0 63px 0;
	border-top: 1px solid #e5e5e5;
	background: #fbfbfb;
	margin-top: 55px;
}
.news-box .badge {
	box-shadow: none;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	text-shadow: none;
	float: left;
	margin-right: 27px;
}
.news-box .badge span {
	font: bold 30px/30px 'Asap';
	color: #dc6511;
}
.news-box .badge em {
	font-style: normal;
	color: #dc6511;
	font: 17px 'Asap';
}
.newsBox .caption {
	overflow: hidden;
}
.advantageBox {
	padding-top: 54px;
	padding-bottom: 19px;
}
.info-box p {
	font: 12px/18px 'Open Sans';
	color: #ffffff;
	letter-spacing: 1px;
}
.info-box a {
	color: #edce3d;
	text-decoration: underline;
	letter-spacing: 1px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.info-box a:hover {
	color: #ffffff;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.info-box h2 {
	font-size: 21px;
	letter-spacing: 2px;
	white-space: nowrap;
}
.professionalBox {
	padding-top: 81px;
	padding-bottom: 68px;
}
.professionalBox h2 {
	margin-bottom: 42px;
}
.professionalBox article figure {
	margin: 0;
	width: 100%;
	text-align: center;
	margin-bottom: 38px;
}
.professionalBox article figure img {
	display: inline-block;
}
.stallionBox {
	background: url(../img/pattern2.png) repeat;
	padding-top: 12px;
	padding-bottom: 46px;
}
.bannerBox {
	margin-bottom: 73px;
}
.bannerBox h4 {
	margin: 0 0 37px 0;
}
.bannerBox p {
	margin-bottom: 33px;
}
.trainerBox figure {
	margin-bottom: 30px;
}
.trainerBox figure a {
	display: inline-block;
	opacity: 1;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.trainerBox figure img {
	width: 100%;
}
.trainerBox figure a:hover {
	opacity: 0.5;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.testimonialsBox img {
	float: left;
	margin-right: 13px;
	margin-top: 5px;
}
.testimonialsBox a {
	font: 20px 'Trebuchet MS';
	color: #adadad;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.testimonialsBox a:hover {
	color: #ff711c;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.testimonialsBox article {
	margin-bottom: 26px;
	margin-top: -23px;
}
.testimonialsBox article p {
	margin-bottom: 14px;
}
.programsBox {
	padding: 48px 0 42px 0;
	background: #ffffff;
}
.servicesBox {
	padding-bottom: 94px;
}
.servicesBox em {
	width: 100%;
	height: 1px;
	display: block;
	background: #f2f2f2;
	margin-top: -10px;
	margin-bottom: 50px;
}
.servicesBox .container > h2 {
	font: 15px/20px Racing Sans One;
	color: #4b4b4b;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	margin-bottom: 0;
}
.servicesBox .container > h2 > span {
	background: #ffffff;
	display: inline-block;
	padding: 0 17px;
}
.formBox {
	padding-top: 0;
	margin-bottom: 113px;
}
.formMembers {
	padding-top: 0;
	margin-bottom: 113px;
}

.formMembers1 {
	padding-top: 0;
	margin-bottom: 113px;
}

.formShopping {
	padding-top: 0;
	margin-bottom: 113px;
}

.thanks {
	padding-top: 0;
	margin-bottom: 113px;
}

.error-box {
	padding-bottom: 83px;
}
.errorBox {
	text-align: center;
}
.errorBox > img {
	display: inline-block;
	width: 100%;
}
.errorBox1 h3 {
	margin-top: 66px;
}
.searchBox {
	padding-bottom: 60px;
}
#toTop {
	display: none;
	width: 82px;
	height: 82px;
	border-radius: 66px;
	background: url(../img/top.png) 0 top no-repeat;
	position: fixed;
	margin-right: -690px !important;
	right: 50%;
	bottom: 40px;
	z-index: 999;
}
#toTop:hover {
	background: url(../img/top.png) 0 bottom no-repeat;
}
.teamBox {
	background: #fbfbfb;
	padding-top: 67px;
	padding-bottom: 40px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	margin-top: 39px;
}
.clientsBox {
	background: #fbfbfb;
	padding-top: 67px;
	padding-bottom: 40px;
	border-top: 1px solid #e3e3e3;
	margin-top: 62px;
}
.moreBox {
	margin-top: 75px;
	margin-bottom: 105px;
}
.moreBox > div {
	background: #e2e2e2;
	padding: 20px 37px;
	overflow: hidden;
}
.moreBox > div p {
	margin-bottom: 0;
	font: 300 39px 'Open Sans';
	color: #333434;
	float: left;
}
.moreBox > div .btn3 {
	float: right;
	margin-top: 5px;
}
.iconBox {
	padding-top: 16px;
	margin-bottom: 5px;
}
.iconBox > div {
	margin-bottom: 22px;
}
.iconBox figure {
	margin: 0;
	width: 81px;
	float: left;
	margin-right: 17px;
}
.iconBox p {
	font-size: 12px;
	line-height: 18px;
	color: #888;
}
.privacyBox {
	margin-bottom: 68px;
}
.models {
	padding-top: 0px;
}

.waveBox {
	padding-top: 49px;
	text-align: center;
}
.waveBox figure {
	margin: -4px 0 0 0;
	float: left;
}
.waveBox p {
	font: italic 18px/23px 'Georgia';
	color: #777;
	margin-top: 10px;
}
.special {
	margin-bottom: 42px;
}

.izotopeBox {
	padding-top: 35px;
	margin-bottom: 42px;
}

.izotope-box {
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.izotope-box figcaption {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -450px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.izotope-box figcaption div {
	background: #6f0115;
	width: 100%;
	height: 100%;
	padding: 39px 25px 0 41px;
}
.izotope-box figcaption div .title {
	font: bold 24px/29px 'Trebuchet MS';
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.izotope-box figcaption div .title1 {
	font: 12px/18px 'Trebuchet MS';
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 17px;
}
.izotope-box figure {
	margin: 0;
	overflow: hidden;
	position: relative;
}
.izotope-box figure img {
	width: 100%;
}
.izotope-box:hover figcaption {
	left: 0;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.wh-waveBox {
	padding-top: 129px;
	padding-bottom: 81px;
	background: #ffffff url(../img/pattern.png) repeat-x;
}


/*-----Flickr-----*/
#flickr_badge_uber_wrapper {
	padding-top: 3px;
}
#flickr_badge_wrapper {
	padding: 0 0 3px 0 !important;
}
.flickr_badge_image {
	margin: 0 6px 6px 0 !important;
	width: 80px;
	border-radius: 2px;
	padding: 2px;
	border: 1px solid #6f6f6f;
	overflow: hidden;
}
.flickr_badge_image a {
	padding: 0 !important;
	border: none !important;
	border-radius: 0 !important;
	opacity: 1;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.flickr_badge_image a:hover {
	opacity: 0.5;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.flickr_badge_image a img {
	border-radius: 0 !important;
	border-radius: 2px;
}
/*-----tabs-----*/
.nav-tabs {
	margin-bottom: -1px;
	border: none;
	margin-top: 0;
}
.nav-tabs li {
	width: 146px;
	border-top: 1px solid #c9c9c9;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
}
.nav-tabs li:last-child {
	border-right: 1px solid #c9c9c9;
}
.nav-tabs li a {
	background: #fbfbfb;
	border: none;
	font: 12px 'Arial';
	color: #333434;
	line-height: 18px;
	margin-right: 0;
	padding: 14px 0 0 0;
	text-align: center;
	border-radius: 0;
	text-transform: uppercase;
	position: relative;
	height: 44px;
}
.nav-tabs li a:hover {
	background: #ffffff;
	color: #fe5013;
	border: none !important;
}
.nav-tabs li a:focus {
	outline: none;
}
.nav-tabs > li {
	margin-bottom: 0;
}
.nav-tabs .active, .nav-tabs .active {
	border-bottom: 1px solid #ffffff;
}
.nav-tabs .active a, .nav-tabs .active a, .nav-tabs .active a:hover, .nav-tabs .active a:hover {
	background: #ffffff !important;
	color: #fe5013 !important;
	box-shadow: none !important;
	border: none !important;
}
.tab-content {
	background: none;
	margin-top: 0 !important;
	min-height: 157px;
	padding: 26px 25px 32px 30px;
	background: #ffffff;
	border: 1px solid #c9c9c9;
}
/*-----subscribeForm-----*/
#newsletter {
	position: relative;
	margin: 3px 0;
}
#newsletter label {
	position: relative;
	float: none;
	width: 100%;
	margin-top: 14px;
}
#newsletter input {
	background: none;
	box-shadow: none;
	border-radius: 0;
	border: none;
	font: 11px 'Asap';
	line-height: 18px;
	color: #9c9c9c;
	border: 1px solid #e1e1e1 !important;
	height: 38px;
	width: 100%;
	padding: 0 9px 0 9px;
	margin: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	margin-bottom: 51px;
}
#newsletter input:focus {
	outline: none;
	border-color: #a4de54;
}
#newsletter .error {
	position: absolute;
	top: 37px;
	right: 0px;
	text-align: right;
	display: block;
	overflow: hidden;
	height: 0px;
	font-size: 10px;
	color: #000000;
	font-size: 11px;
	text-transform: none;
	font-weight: normal;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
#newsletter label.invalid .error {
	height: 19px;
}
#newsletter .success {
	position: absolute;
	left: 0;
	top: 14px;
	z-index: 10;
	border-radius: 0px;
	padding: 0 9px 0 9px;
	font: 11px 'Asap';
	line-height: 18px;
	color: #a3a3a3;
	border: 1px solid #e1e1e1;
	text-align: center;
	background: #fff;
	height: 38px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*-----thumbs-----*/
.thumb-pad1 {
	overflow: hidden;
}
.thumb-pad1 .thumbnail {
	position: relative;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	text-align: left;
}
.thumb-pad1 .thumbnail .badge1 {
	margin: 0;
	padding: 0;
	padding-top: 30px;
	margin-bottom: 38px;
	text-shadow: none;
	box-shadow: none;
	text-align: center;
	border: none;
	width: 113px;
	height: 113px;
	border-radius: 113px;
	background: #a6db83;
}
.thumb-pad1 .thumbnail .badge2 {
	margin: 0;
	padding: 0;
	padding-top: 30px;
	margin-bottom: 38px;
	text-shadow: none;
	box-shadow: none;
	text-align: center;
	border: none;
	width: 113px;
	height: 113px;
	border-radius: 113px;
	background: #50c3d8;
}
.thumb-pad1 .thumbnail .badge3 {
	margin: 0;
	padding: 0;
	padding-top: 30px;
	margin-bottom: 38px;
	text-shadow: none;
	box-shadow: none;
	text-align: center;
	border: none;
	width: 113px;
	height: 113px;
	border-radius: 113px;
	background: #e870a7;
}
.thumb-pad1 .thumbnail figure {
	margin: 0;
	padding: 0;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #a6a6a6;
}
.thumb-pad1 .thumbnail .caption p {
	margin-bottom: 33px;
}
.thumb-pad2 {
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
	color: #a6a6a6;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption p {
	text-transform: uppercase;
	font: 14px/20px 'Trebuchet MS';
	color: #fff;
}
.thumb-pad2 figure {
	margin: 0;
	float: left;
	margin-right: 9px;
	margin-top: -2px;
}
.thumb-pad3 {
	margin: 0 0 20px 0;
	padding-top: 6px;
	overflow: hidden;
}
.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: #a6a6a6;
	overflow: hidden;
}
.thumb-pad3 figure {
	margin: 0;
	float: left;
	margin-right: 29px;
}
.thumb-pad3 figure img {
	width: 100%;
}
.thumb-pad4 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad4 figure {
	margin: 0 21px 0 0;
	float: left;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #a6a6a6;
}
.thumb-pad4 .thumbnail .caption .title {
	color: #000000;
	margin-bottom: 0;
}
.thumb-pad4 .thumbnail .caption .title1 {
	font: 18px 'Pacifico';
	color: #000000;
	text-align: right;
	margin-bottom: 0;
}
.thumb-pad4 .thumbnail .caption .title2 {
	font: 11px Arial, Helvetica, sans-serif;
	color: #a6a6a6;
	text-align: right;
	margin-bottom: 0;
	margin-top: -7px;
}
.thumb-pad4-1 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad4-1 figure {
	margin: 0 31px 0 0;
	float: left;
}
.thumb-pad4-1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #a6a6a6;
}
.thumb-pad4-1 .thumbnail .caption .title {
	text-transform: uppercase;
	color: #4b4b4b;
	font-size: 10px;
}
.thumb-pad4-1 .thumbnail .caption .title1 {
	font: 20px 'Pacifico';
	color: #c1c1c1;
	text-align: right;
	margin-bottom: 0;
}
.thumb-pad4-1 .thumbnail .caption .title2 {
	font: 11px Arial, Helvetica, sans-serif;
	color: #a6a6a6;
	text-align: right;
	margin-bottom: 0;
	margin-top: -7px;
}
.thumb-pad5 {
	margin-top: -7px;
	padding-bottom: 69px;
}
.thumb-pad5 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad5 figure {
	margin: 0;
	float: left;
	margin-right: 30px;
}
.thumb-pad5 figure > img {
	width: 100%;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
	color: #a6a6a6;
}
.thumb-pad5 .thumbnail .caption p {
	margin-bottom: 23px;
}
.thumb-pad9 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad9 figure {
	margin: 0;
	float: left;
	margin-right: 20px;
	margin-bottom: 25px;
}
.thumb-pad9 figure > img {
	width: 100%;
}
.thumb-pad9 .thumbnail .caption {
	padding: 0;
	color: #a6a6a6;
}
.servBox {
	padding-bottom: 22px;
}
.servBox h2 {
	margin-bottom: 21px;
}
.deliveringBox h2 {
	margin-bottom: 40px;
}
.thumb-pad6 {
	overflow: hidden;
	padding: 0;
	margin-bottom: 40px;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad6 figure {
	margin: 0;
	float: left;
	margin-right: 30px;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	color: #a6a6a6;
	overflow: hidden;
}
.thumb-pad6 .thumbnail .caption h2 {
	margin-bottom: 18px;
}
.thumb-pad6 .thumbnail .caption p {
	font-size: 11px;
	line-height: 18px;
	color: #888;
}
.thumb-pad6 .thumbnail .caption .lnk {
	font-size: 12px;
	color: #fe5013;
	margin-bottom: 10px;
}
.thumb-pad6 .thumbnail .caption .lnk a {
	color: #fe5013;
}
.thumb-pad6 .thumbnail .caption .lnk a:hover {
	text-decoration: underline;
}
.thumb-pad6 .thumbnail .caption .lnk span {
	margin: 0 12px;
}
.thumb-pad7 {
	overflow: hidden;
	padding: 0 0 25px 0;
}
.thumb-pad7 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad7 figure {
	margin: 0;
	margin-bottom: 25px;
}
.thumb-pad7 figure a {
	display: inline-block;
	opacity: 1;
	-webkit-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}
.thumb-pad7 figure a:hover {
	opacity: 0.5;
	-webkit-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}
.thumb-pad7 figure img {
	width: 100%;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	color: #a6a6a6;
}
.thumb-pad7 .thumbnail .caption p a {
	color: #ffffff;
	font: italic 18px/23px 'Georgia';
	font-weight: normal !important;
	margin-bottom: 0;
	-webkit-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}
.thumb-pad7 .thumbnail .caption p a:hover {
	color: #a8e9dd;
	-webkit-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}
.thumb-pad7 .thumbnail .caption p span {
	float: right;
	color: #ffffff;
	font: italic 18px/23px 'Georgia';
	font-weight: normal !important;
}
/*------ isotope ------- */
.descripcion{
	height:81px !important;
	padding-top: 0px !important;
	font-size: 18px !important;
	width: auto !important;
}

.col-lg-3 p {
	font: italic 18px 'Georgia';
	color: #ffffff;

}
.col-lg-3 p span {
	float: left;
	color: #e75063;
	padding-top:15px;
	font-size:21px;
	width:140px;
}
.col-lg-3 p a {
	font: italic 14px 'Georgia';
	color: #777;
	-webkit-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
	text-align:justify;
}
.col-lg-3 p a:hover {
	color: #e75063;
	-webkit-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}



#work_container .box {
	width: 200px !important; /* 270*/
	height: auto !important;
	margin: 0 30px 26px 0;
	float: left;
}
#work_container .box p {
	font: italic 18px 'Georgia';
	color: #ffffff;

}
#work_container .box p span {
	float: left;
	color: #e75063;
	padding-top:15px;
	font-size:21px;
	width:140px;
}
#work_container .box p a {
	font: italic 14px 'Georgia';
	color: #777;
	-webkit-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
	text-align:justify;
}
#work_container .box p a:hover {
	color: #e75063;
	-webkit-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}
#work_container .box:first-child {
	margin-left: 0;
}
#work_container .box figure {
	margin: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
#work_container .box figure a {
	display: inline-block;
	opacity: 1;
	width: 100%;
	-webkit-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}
#work_container .box figure a:hover {
	opacity: 0.5;
	-webkit-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}
#work_container .box img {
	width: 100%;
}
#options {
	padding: 0 0 22px 0;
}
.filter {
	text-align: center;
}
#filters {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: -11px;
}
#filters li {
	float: left;
	margin-right: 30px;
}
#filters a {
	font: italic 18px 'Georgia';
	color: #777;
	line-height: 1em;
	padding: 9px 0;
	position: relative;
	display: block;
	font-weight: normal;
}
#filters a:hover, #filters a.selected {
	color: #000;
	text-decoration: underline;
}
#filters a:hover:after, #filters a.selected:after {
	width: 7px;
	height: 4px;
	position: absolute;
	left: 50%;
	top: -12px;
	margin-left: -3px;
	content: "";
}
/*-----carousel-----*/
.carouselBox {
	background: #ffd593;
	padding: 35px 0 44px 0;
	margin-top: 84px;
	margin-bottom: 94px;
}
.carouselBox .container {
	padding-top: 0;
}
.list_carousel2.responsive {
	width: auto;
	margin: 0;
}
.list_carousel2 #foo2 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel2 #foo2 > li {
	padding: 0;
	float: left;
	cursor: default;
	text-align: center;
}
.list_carousel2 #foo2 > li a {
	font-size: 12px;
	color: #ffffff;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel2 #foo2 > li a:hover {
	color: #4b4b4b;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel2 #foo2 > li span {
	color: #ffffff;
	font-size: 23px;
	width: 100%;
	text-align: center;
	margin-top: 17px;
	margin-bottom: 13px;
	display: block;
}
.list_carousel2 #foo2 > li .title {
	font: bold 25px/35px 'Roboto';
	color: #ffffff;
}
.list_carousel2 #foo2 > li figure:first-child {
	margin-left: 0;
}
.list_carousel2 #foo2 > li figure a {
	opacity: 1;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.list_carousel2 #foo2 > li figure a:hover {
	opacity: 0.5;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.list_carousel2.responsive .caroufredsel_wrapper {
	cursor: default !important;
}
.foo-btn {
	position: relative;
	top: 0;
	text-align: center;
	padding: 7px 0 0 0;
}
.pagination {
	position: relative;
	margin: 0;
	padding: 0 38px;
	border-radius: 0;
}
.pagination a {
	position: relative;
	z-index: 1;
	width: 9px;
	height: 9px;
	padding: 0 !important;
	margin: 0 0 0 4px;
	display: inline-block;
	background: #ffffff !important;
	border: none !important;
	border-radius: 10px;
	cursor: pointer;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.pagination a > span {
	padding: 0 !important;
	border: none !important;
}
.pagination a:first-child {
	margin-left: 0;
}
.pagination a:hover {
	background: #f3c274 !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.pagination a.selected {
	background: #f3c274 !important;
}
.pagination a span {
	display: none;
}
/*-----btn-----*/
.btn-default.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	padding: 7px 19px 7px 20px;
	font: bold 13px 'Trebuchet MS';
	margin: 0;
	text-shadow: none;
	color: #91172D;
	border: none;
	background: #ffffff !important;
	border-radius: 2px;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: #91172D !important;
	text-decoration: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn-default.btn2 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	padding: 7px 19px 7px 20px;
	font: bold 13px 'Trebuchet MS';
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	border: none;
	background: #8f8f8f !important;
	border-radius: 2px;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #a6db83 !important;
	text-decoration: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn-default.btn3 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	padding: 7px 19px 7px 20px;
	font: bold 13px 'Trebuchet MS';
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	border: none;
	background: #8f8f8f !important;
	border-radius: 2px;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn-default.btn3:hover {
	color: #ffffff;
	background: #50c3d8 !important;
	text-decoration: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn-default.btn3-1 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	padding: 7px 19px 7px 20px;
	font: bold 13px 'Trebuchet MS';
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	border: none;
	background: #8f8f8f !important;
	border-radius: 2px;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn-default.btn3-1:hover {
	color: #ffffff;
	background: #e870a7 !important;
	text-decoration: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn-default.btn4 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	padding: 7px 19px 7px 20px;
	font: bold 13px 'Trebuchet MS';
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	border: none;
	background: #8f8f8f !important;
	border-radius: 2px;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn-default.btn4:hover {
	color: #ffffff;
	background: #e870a7 !important;
	text-decoration: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn-default.btn5 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	padding: 10px 22px 10px 23px;
	font: bold 12px 'Trebuchet MS';
	margin: 0;
	text-shadow: none;
	color: #33c8c3;
	border: none;
	background: #ffffff !important;
	border-radius: 2px;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn-default.btn5:hover {
	color: #ffffff;
	background: #a8e9e2 !important;
	text-decoration: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn-default.btn6 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	padding: 10px 22px 10px 23px;
	font: bold 12px 'Trebuchet MS';
	margin: 0;
	text-shadow: none;
	color: #fff;
	border: none;
	background: #8f8f8f !important;
	border-radius: 2px;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn-default.btn6:hover {
	color: #ffffff;
	background: #b22d3e !important;
	text-decoration: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.btn-default.btnsubmit {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	padding: 10px 22px 10px 23px;
	font: bold 12px 'Trebuchet MS';
	margin: 0;
	text-shadow: none;
	color: #fff;
	border: none;
	width:100px !important;
	background: #8f8f8f !important;
	border-radius: 2px;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn-default.btnsubmit:hover {
	color: #ffffff;
	background: #b22d3e !important;
	text-decoration: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.btn-default.btn-add-cart {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	height: 36px;
	padding: 10px 48px 0 12px;
	font: 12px 'Open Sans';
	margin: 14px 0 0 0;
	text-shadow: none;
	letter-spacing: 1px;
	color: #ffffff;
	border: none;
	text-transform: uppercase;
	background: none;
	background: #b22d3e;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn-add-cart > em {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	background: #e75063;
	height: inherit;
	width: 35px;
	float: right;
	text-align: center;
	padding-top: 8px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn-add-cart > em > img {
	margin: 0;
	padding: 0;
	background: none;
	display: inline-block;
	width:5px !important;
	height:9px;
}
.btn-default.btn-add-cart:hover {
	color: #b7b7b7;
	background: none;
	background: #ededed;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn-add-cart:hover > em {
	background: #e75063;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

/*-----list-----*/
.followBox {
	margin-top: 17px;
}
.clientBox {
	background: #ffffff;
	padding: 17px 0;
	margin-top: 56px;
}
.clientBox figure {
	margin: 0;
	float: left;
	margin-right: 98px;
}
.clientBox figure:last-child {
	margin-right: 0;
}
/*-----list-----*/
.list1 {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}
.list1 li {
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 16px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	background: url(../img/list_point.png) right 10px no-repeat;
}
.list1 li a {
	color: #adadad;
	font: 20px 'Trebuchet MS';
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 li a:hover {
	color: #30c3c4;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list2 {
	margin: 0 0 0 0;
	padding: 6px 0 0 0;
	list-style: none;
 margin-top:;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	padding-bottom: 2px;
	margin-bottom: 16px;
	border-bottom: 1px solid #eee;
}
.list2 li:last-child {
	border-bottom: none;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list3 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 10px;
	padding-left: 17px;
	background: url(../img/list_point1.png) left 8px no-repeat;
}
.list3 li a {
	color: #a6a6a6;
	font: 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list3 li a:hover {
	color: #30c3c4;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	margin-top: -3px;
	margin-bottom: 12px;
}
.list4 li {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	float: left;
	margin-right: 45px;
}
.list4 li:last-child {
	margin-right: 0;
}
.list4 li figure {
	margin: 0;
}
.list5 {
	margin: -9px 0 0 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 33px;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 16px;
	padding-bottom: 18px;
	border-bottom: 1px solid #59cfd0;
}
.list6 li p {
	margin-bottom: 0;
}
.list6 li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.list6 li:last-child p {
	margin-bottom: 33px;
}
.list6 li a {
	font: 14px Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #c2c2c2;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list6 li a:hover {
	color: #ffffff;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list6 li .badge {
	padding: 0;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	font: bold 30px/30px 'Trebuchet MS';
	text-align: center;
	color: #33c8c3;
	background: #ffffff;
	padding-top: 11px;
	width: 57px;
	height: 57px;
	border-radius: 57px;
	float: left;
	margin-right: 30px;
	margin-top: 5px;
}
/*-----search-----*/
#search-404 {
	position: relative;
	margin: 0;
	margin-top: 25px;
}
#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;
	padding: 0;
	width: 100%;
	outline: none;
	border: 1px solid #cbccca;
	background: #fdfdfd;
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #a6a6a6;
	padding: 10px 15px 11px 14px;
	height: 41px;
	resize: none;
	margin-bottom: 38px;
}
#search {
	overflow: hidden;
	position: relative;
}
#search a {
	position: absolute;
	top: 10px;
	right: 14px;
	width: 15px;
	height: 15px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
#search input {
	width: 369px;
	outline: none;
	box-shadow: none;
	border: none;
	color: #a6a6a6;
	font: 14px Arial, Helvetica, sans-serif;
	border-radius: 0;
	padding: 7px 10px 10px 13px;
	margin-right: 0;
	float: left;
	background: none;
	border: 3px solid #e1e1e1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 41px;
}
/*-----map-----*/
.map {
	margin: 4px 0 61px 0;
	display: inline-block;
	width: 100%;
	line-height: 0;
}
.map iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 382px;
	border: none;
	line-height: 0;
}
.info p {
	margin-bottom: 20px;
	color: #a6a6a6;
	font-size: 14px;
	line-height: 20px;
}
/*---download area -----*/
.tabla-items, .tabla-shopping-cart{
	display: table;
}

.contenedor-item {
	display:table-row;
	height:260px;	
}

.contenedor-item-shopping {
	display:table-row;
	height:auto;
}

.title-imagen, .title-description, .title-action, .title-total{
	display:table-cell;
	vertical-align:middle;
	float:none;
	border-bottom:#FFF solid 1px;
	height:50px;
	padding-top:15px;
	text-align:center;
}

.imagen-item, .titulo-item, .download-item, .imagen-item-shopping, .description-item-shopping, .action-item-shopping, .total-item-shopping {
	display:table-cell;
	vertical-align:middle;
	height:260px;
	float:none;
	padding-top:30px;
}

.add-coupon {
	display:table-cell;
	vertical-align:middle;
	height:100px;
	float:none;
	width:100%;
}

.code-coupon {
	display:table-cell;
	vertical-align:middle;
	height:100px;
	float:none;
	padding-right:10px;
	width:100%;
}

.elemento-shopping {
	display:table-cell;
	vertical-align:middle;
	height:50px;
	float:none;
	padding-right:10px;
	width:100%;
}

.description-item-shopping{
	padding:0px 10px;
}

.imagen-item{
	width:auto;
}

.titulo-item {
	width:auto;
	padding-right:10px;
	padding-left:10px;
}

.download-item {
	width:auto;
}

.contenedor-formulario-shopping{
	margin-left:40%;
	width:60%;
}

.contenedor-checkout-shopping{
	margin-left:81%;
	width:19%;
}

/*-----form-----*/
#contact-form {
	width: 100%;
	position: relative;
	padding-top: 5px;
}
#contact-form label {
	position: relative;
	display: block;
	min-height: 61px;
	margin: 0;
	font-weight: normal;
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #a6a6a6;
}
#contact-form .holder {
	overflow: hidden;
}
.form-div-1, .form-div-2, .form-div-3 {
	float: left;
	width: 242px;
	margin-right: 20px;
}

.form-div-3 {
	margin-right: 0;
}

.form-div-members {
	width: 242px;
}

.centrar{
	width:30%;
	float:none;
	margin:0 auto;
}

.centrar2{
	width:48%;
	float:none;
	margin:0 auto;
}

#shopping-cart{
	width: 100%;
	position: relative;
}

#shopping-cart input[type="text"] {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
	outline: none;
	border: 1px solid #cbccca;
	background: #fdfdfd;
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #a6a6a6;
	padding: 10px 15px 11px 14px;
	height: 41px;
	resize: none;
}


#contact-form span {
	display: block;
}
#contact-form ._placeholder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: text;
	padding: 10px 15px 11px 14px;
	border-radius: 0;
	display: block;
}
#contact-form ._placeholder.focused {
	box-shadow: none;
}
#contact-form ._placeholder.hidden {
	display: none;
}
#contact-form input, #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;
	padding: 0;
	width: 100%;
	outline: none;
	border: 1px solid #cbccca;
	background: #fdfdfd;
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #777;
	padding: 10px 15px 11px 14px;
	height: 41px;
	resize: none;
}

.members{
	color:#FFF !important;
}


#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;
	padding: 0;
	width: 100%;
	outline: none;
	border: 1px solid #cbccca;
	background: #fdfdfd;
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #a6a6a6;
	padding: 10px 15px 11px 14px;
	height: 41px;
	resize: none;
}

#contact-form textarea {
	height: 201px;
	margin-bottom: 38px;
}
#contact-form .error-message, #contact-form .empty-message {
	height: 0;
	overflow: hidden;
	font: 11px Arial, Helvetica, sans-serif;
	color: #fe5c06;
	-webkit-transition: 0.3s ease-in height;
	transition: 0.3s ease-in height;
	position: absolute;
	right: 3px;
	top: 0;
}
#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: #fafafa;
	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 {
	height: 41px;
	padding: 10px 15px 11px 14px;
	line-height: 18px;
	background: #fdfdfd;
	border: 1px solid #cbccca;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btns .btn1 {
	float: left;
}
.btns p {
	margin-top: 0px;
	float: left;
	margin-left: 25px;
	font-weight: normal;
}
.mail {
	text-decoration: underline;
	color: #a8e9e2;
	font-size: 14px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.mail:hover {
	color: #a8e9e2;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (min-width: 992px) and (max-width: 1219px) {
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 191px;
}
 h1.navbar-brand_ {
 margin: 67px 60px 0 0;
}
 nav.tm_navbar li {
 padding: 4px 32px 0 32px;
}
 header > .logoBox {
 margin-left: -265px;
}
 .izotope-box figcaption div {
 padding: 15px 15px 0 15px;
}
 .izotope-box figcaption div .title {
 font-size: 15px;
 line-height: 18px;
}
 .izotope-box figcaption div .title1 {
 font-size: 11px;
 line-height: 17px;
}
 .waveBox figure {
 width: 230px;
 overflow: hidden;
}
 .list1 li a {
 font-size: 17px;
}
 #work_container {
 margin-left: 15px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (min-width: 768px) and (max-width: 991px) {
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 142px;
}
 h1.navbar-brand_ {
 margin: 40px 0;
 float: none;
 text-align: center;
}
 header > .logoBox {
 position: relative;
 width: 100%;
 left: 0;
 height: auto;
 margin-left: 0;
 display: inline-block;
}
 nav.tm_navbar {
 float: none;
 padding: 30px 0 0 0;
}
 nav.tm_navbar li {
 padding: 4px 32px 0 32px;
}
 .izotope-box figcaption div {
 padding: 25px 15px 0 15px;
}
 .izotope-box figcaption div .title {
 font-size: 15px;
 line-height: 18px;
}
 .izotope-box figcaption div .title1 {
 font-size: 11px;
 line-height: 17px;
}
 .waveBox figure {
 width: 120px;
 overflow: hidden;
}
 .errorBox img {
 width: 100%;
}
 .list1 li a {
 font-size: 17px;
}
 .thumb-pad4 figure,  .thumb-pad4-1 figure {
 margin-right: 0;
 width: 100%;
 float: none;
 margin-bottom: 20px;
}
 .thumb-pad4 figure img,  .thumb-pad4-1 figure img {
 width: 100%;
}
 .list6 li .badge {
 float: none;
 margin-right: 0px;
 margin-bottom: 10px;
}
 .thumb-pad5 figure {
 margin: 0;
 float: none;
 margin-right: 0;
 margin-bottom: 10px;
}
 .moreBox {
 text-align: center;
}
 .moreBox > div p {
 float: none;
}
 .moreBox > div .btn3 {
 float: none;
}
 footer .col-lg-3 {
 margin-bottom: 50px;
}
 .circleBox {
 margin-bottom: 90px;
}
 #filters a {
 font-size: 15px;
}
 #work_container .box {
 width: 200px !important;
}
 #work_container .box p a {
 font-size: 14px;
}
 #work_container .box p span {
 font-size: 14px;
 float: none;
 display: block;
}
 #work_container {
 margin-left: 15px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 767px) {
 .select-menu {
 display: inline-block !important;
 padding-top: 4px;
 padding-right: 3px;
 padding-bottom: 4px;
 width: 100%;
 border: 1px solid #fe5013;
 background: #fe5013;
 color: #ffffff;
 cursor: pointer;
 margin-top: 30px;
 height: 30px;
 vertical-align: middle;
}
 h1.navbar-brand_ {
 margin: 40px 0;
 float: none;
 text-align: center;
}
 header > .logoBox {
 position: relative;
 width: 100%;
 left: 0;
 height: auto;
 margin-left: 0;
 display: inline-block;
}
 header .container > div > span {
 display: none;
}
 #work_container {
 margin-left: 15px;
}
 h1.navbar-brand_ {
 width: 100%;
 margin-bottom: 20px;
 margin-top: 20px;
 float: none;
 text-align: center;
 margin-bottom: 40px;
}
 h2 {
 float: none;
 font-size: 25px;
}
 header .container > div {
 float: none;
 text-align: center;
 overflow: hidden;
}
 .waveBox figure {
 display: none;
}
 .circleBox {
 margin-bottom: 90px;
}
 .list1 li a {
 font-size: 17px;
}
 .trainers-box {
 padding-top: 80px;
}
 .thumb-pad3 {
 margin-bottom: 70px;
}
 .thumb-pad3 figure {
 float: left;
 margin-right: 20px;
}
 .servicesBox {
 padding-bottom: 0px;
}
 .btn2 {
 font-size: 12px;
}
 nav.tm_navbar {
 float: none;
 display: inline-block;
 width: 100%;
 padding: 0;
 margin: 0;
}
 nav.tm_navbar .nav {
 display: none;
}
 .dateBox:after {
 width: 0;
 height: 0;
 background: none;
 position: absolute;
 z-index: 1;
 display: inline-block;
 top: 0;
 left: 0;
 content: none;
 z-index: 10;
}
 .dateBox {
 margin-top: 70px;
}
 .padTop {
 padding-top: 20px;
}
 .padTop1 {
 padding-top: 0;
}
 .about-box {
 margin-bottom: 50px;
}
 .services-box {
 float: left;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 float: none;
 width: 100%;
 margin-bottom: 3px;
}
 #contact-form .error,  #contact-form .empty {
 bottom: 2px;
 text-align: right;
}
 #contact-form .message .error,  #contact-form .message .empty {
 bottom: 2px;
}
 .errorBox {
 margin-top: 0;
 margin-bottom: 50px;
}
 .map iframe {
 height: 300px;
}
 .info {
 margin-bottom: 50px;
}
 .info-box {
 width: 100%;
}
 .iconBlock {
 margin-top: 50px;
 margin-bottom: 50px;
}
 .list-romb-box {
 text-align: center;
}
 .list3 {
 padding-bottom: 70px;
}
 .thumb-pad4-1 .thumbnail .caption {
 overflow: visible;
}
 .newsBox .col-lg-9 {
 margin-bottom: 70px;
}
 .advantageBox .col-lg-4,  .advantageBox .col-lg-3 {
 margin-bottom: 70px;
}
 .container1.margTop {
 margin-top: 0;
}
 .moreBox {
 text-align: center;
}
 .moreBox > div p {
 float: none;
}
 .moreBox > div .btn3 {
 float: none;
}
 .moreBox > div p {
 font-size: 28px;
 line-height: 28px;
}
 .thumb6Box {
 margin-bottom: 90px;
}
 footer section.pull-right {
 float: none !important;
 width: 100%;
 overflow: hidden;
 text-align: center;
}
 footer .pull-left {
 float: none !important;
 width: 100%;
 overflow: hidden;
 text-align: center;
}
 .thumb-pad2 .thumbnail .caption br {
 display: none;
}
 .thumb-pad2 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 10px;
}
 footer .follow_icon {
 display: inline-block;
 margin-bottom: 15px;
}
 .thumb-pad9 {
 padding-bottom: 30px;
}
 #filters a {
 font-size: 15px;
}
 #work_container .box {
 width: 45% !important;
}
 #work_container .box p a {
 font-size: 14px;
}
 #work_container .box p span {
 font-size: 14px;
 float: none;
 display: block;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 626px) {
 .izotope-box figcaption div {
 padding: 45px 15px 0 15px;
}
 .izotope-box figcaption div .title {
 font-size: 15px;
 line-height: 18px;
}
 .izotope-box figcaption div .title1 {
 font-size: 11px;
 line-height: 17px;
}
 .thumb-pad3 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 #work_container .box {
 width: 40% !important;
}

.centrar{
	width:100%;
	float:none;
	margin:0 auto;
}

.centrar2{
	width:100%;
	float:none;
	margin:0 auto;
}

.contenedor-item {
	display:block;
	overflow:hidden;
	height:100%;
	margin-bottom:10px;
}

.tabla-items{
	position:relative;
	display:block;
	overflow:hidden;
	width:100%;
}

.imagen-item, .titulo-item, .download-item {
	float:left;
	display:inline-block;
	width:100%;
	max-width:200px;
	height:auto;
	padding:0px;
	text-align:center;
}

.imagen-item{
	margin:0 5px 10px 5px;
}

.titulo-item{
	margin:0 5px;
}

.download-item{
	margin:5px;
}

.contenedor-formulario-shopping{
	margin-left:25%;
	width:75%;
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 560px) {
 .errorBox img {
 width: 100%;
}
 .izotope-box figcaption div {
 padding: 15px 15px 0 15px;
 text-align: center;
}
 .thumb-pad5 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 .thumb-pad1 .thumbnail .thumb-caption {
 width: 100%;
 margin-right: 0;
 float: none;
}
 .thumb-pad6 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 .thumb-pad6 figure img {
 width: 100%;
}
 .wh-waveBox article {
 width: 100%;
 float: none;
}
 .thumb-pad9 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 14px;
}
 .bannerBox {
 margin-bottom: 70px;
 width: 100%;
 float: none;
}

.contenedor-formulario-shopping{
	margin-left:0px;
	width:100%;
}


}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 480px) {
 .izotope-box figcaption div .title {
 font-size: 24px;
 line-height: 29px;
}
 .izotope-box figcaption div .title1 {
 font-size: 12px;
 line-height: 18px;
}
 .izotope-box figcaption div {
 padding: 40px 15px 0 15px;
 text-align: center;
}
 .izotope-box {
 width: 100%;
 float: none;
}
 .dateBox {
 width: 100%;
 float: none;
}
 .services-box {
 width: 100%;
 margin-right: 0;
 float: none;
}
 .list_carousel2 #foo2 > li .title {
 font-size: 18px;
 line-height: 30px;
 font-weight: normal;
}
 .professionalBox article {
 width: 100%;
 float: none;
}
 .servBox article {
 width: 100%;
 float: none;
}
 .thumb-pad4 figure {
 margin-right: 0;
 width: 100%;
 float: none;
 margin-bottom: 20px;
}
 .thumb-pad4 figure img {
 width: 100%;
}
 .fruitBanner {
 width: 100%;
 float: none;
}
 .picBox article figure > div.pic1 {
 padding-top: 100px;
}
 .picBox article figure > div.pic1 .title1 {
 font-size: 15px;
 line-height: 19px;
}
 .picBox article figure > div.pic2 {
 padding-top: 20px;
}
 .picBox article figure > div.pic2 .title1 {
 font-size: 15px;
 line-height: 19px;
}
 .nav-tabs li {
 width: 100%;
 border-right: 1px solid #c9c9c9;
 margin-bottom: -1px;
}
 .trainerBox {
 width: 100%;
 float: none;
}
 .testimonialsBox article {
 width: 100%;
 float: none;
}
 #work_container .box {
 width: 100% !important;
 margin-right: 0;
}
 #work_container .box {
 padding-left: 15px;
 padding-right: 15px;
}
 #work_container {
 margin-left: 0;
}

.contenedor-item {
	width:210px;
	margin:0 auto;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 320px) {
 .izotope-box figcaption div {
 padding: 40px 15px 0 15px;
 text-align: center;
}
 .izotope-box {
 width: 100%;
 float: none;
}
 .teamBox article {
 float: none;
 width: 100%;
}
 .thumb-pad4 .thumbnail .posted br {
 display: block!important;
}
 .thumb-pad4 .thumbnail .posted a {
 float: none!important;
}
 .teamBox article {
 width: 100%;
 float: none;
}

.contenedor-item {
	width:210px;
	margin:0 auto;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/.margBot {
	margin-bottom: 49px;
}
.padBot {
	padding-bottom: 43px;
}
.padBot1 {
	padding-bottom: 109px;
}
.padBot2 {
	padding-bottom: 88px;
}
/*Core variables and mixins*/
