@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500,700i';
@import 'https://fonts.googleapis.com/css?family=Julius+Sans+One';

body {
	background: #575757;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size:14px;
	line-height: 1.428571429;
	color: #838587;
}
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: 18px;
	font-weight: 300;
	line-height: 22px;
}

.chinese{
	font-weight:bold;
	letter-spacing:1px;
	font-family: "Arial Unicode MS", Arial, Helvetica, sans-serif;
}


p.chinese{
	font-weight:bold;
	text-align: justify !important;
	font-size:16px;
	line-height:26px;
	letter-spacing:1px;
	font-family: "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

h1.navbar-brand_ {
	margin: 0px 0 0 12px;
	padding: 0;
	float: left;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ a > span {
	display: none;
}
h2 {
	font: 36px/36px 'Julius Sans One';
	color: #383838;
	margin: 0 0 76px 0;
}
h2 strong {
	background: #f5f5f5;
	font-weight: normal;
	padding: 0 30px;
}
h2 > span {
	display: block;
	height: 1px;
	background: #d8d8d8;
	margin-top: -19px;
}
h3 {
	font: 30px/30px 'Julius Sans One';
	color: #373737;
	margin: 0 0 30px 0;
}
h3.indent {
	margin: 0 0 44px 0;
}
h4 {
	font: 300 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #373737;
	text-transform: uppercase;
	margin: 0 0 4px 0;
}

.history-box{
	font-size:16px;
	text-align:justify;
	
}

.divider-line{
	border-top:2px solid #ccc;
}

.spacing{
	padding-top:100px;
}

.separator{
	border-bottom:2px #ccc solid;
	padding:20px 0;
}

.extra-wrap {
	overflow: hidden;
}
.global {
	padding: 0;
	background: #ffffff;
}
.global.indent {
	padding: 64px 0 0 0;
	background: #f6f6f6;
}
.center {
	text-align: center;
}
/*-----menu-----*/
.menuBox {
	background: #1a1a1a;
	border-radius: 3px;
	padding: 20px 0 29px 0;
	margin-top: 60px;
}
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 11px 35px 0 0;
	min-height: 0;
	float: right;
}
nav.tm_navbar li {
	float: left;
	font-size: 13px;
	line-height: 22px;
	position: relative;
	margin-left: 38px;
}
nav.tm_navbar li:first-child {
	margin-left: 0;
}



nav.tm_navbar li a {
	position: relative;
	padding: 0;
	text-align: center;
	font: 18px 'Julius Sans One';
	color: #ffffff;
	background: none;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	font-weight: bold;
}

nav.tm_navbar ul.chinese li a, nav.tm_navbar ul.chinese li a ul li a{
	position: relative;
	padding: 0;
	text-align: center;
	font: 18px 'Arial Unicode MS';
	color: #ffffff;
	background: none;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	letter-spacing:1px;
}

nav.tm_navbar li.active > a, nav.tm_navbar .chinese li.active > a {
    color: #cd2b44;
    background: none;
} {
	color: #cd2b44;
	background: none;
}
nav.tm_navbar li > a:hover {
	color: #cd2b44;
	background: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sfHover > a {
	color: #cd2b44;
	background: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar li span {
	height: 4px;
	background: url(../img/menu-marker.png) center 0 no-repeat;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: -10px;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 118px;
	left: -12px;
	top: 48px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #ffffff;
	padding: 27px 0 16px 0;
	margin: 0;
	text-align: center;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 9px 0;
	display: block;
	text-align: center;
}
nav.tm_navbar .sub-menu > ul li.triangle {
	background: url(../img/tr.png) center 0 no-repeat !important;
	width: 100%;
	height: 5px;
	position: absolute;
	border: none;
	top: -5px;
	left: 0;
}
nav.tm_navbar .sub-menu > ul li:first-child + li + li {
	padding-bottom: 0;
	border-bottom: none;
}
nav.tm_navbar .sub-menu > ul li a {
	background: transparent;
	padding: 0;
	margin: 0;
	float: none;
	font: 16px 'Julius Sans One';
	color: #0f0f0f;
	text-transform: none;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
		font-weight: bold;
}
nav.tm_navbar .sub-menu > ul li span {
	display: inline-block;
	background: url(../img/menu-marker2.png) right 0 no-repeat;
	width: 6px;
	height: 5px;
	position: absolute;
	left: auto;
	right: 16px;
	top: 8px;
	margin-left: 0;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #ff5c5d !important;
	background: none !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #ff5c5d !important;
	background: none !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 118px;
	left: 120px;
	top: -21px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #303030;
	padding: 21px 23px;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li {
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: transparent;
	padding: 0;
	margin: 0;
	float: none;
	font: 16px 'Julius Sans One';
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu ul ul li {
	border-color: #545454;
}
nav.tm_navbar .sub-menu ul ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	text-decoration: none;
	color: #ff5c5d !important;
	background: none !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.select-menu {
	display: none !important;
}
.select-menu {
	display: none !important;
}


.language-box{
	text-align:right;
	padding:10px 45px;
}

/*-----content-----*/
header {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
header.indent {
	background: url(../img/picture2.jpg) center 0 no-repeat;
	padding-bottom: 67px;
	position: relative;
}
footer {
	padding: 0;
	border-top: 1px solid #dfdfdf;
}
footer p {
	margin: 0;
	color: #ffffff;
	font: 14px Julius Sans One;
	text-transform: uppercase;
}
footer p > span {
	width: 1px;
	height: 21px;
	background: #838587;
	display: inline-block;
	position: relative;
	top: 5px;
	margin: 0 9px;
}
footer a {
	color: #ffffff;
	font: 14px Julius Sans One;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
footer a:hover {
	color: #cd2b44;
}
footer em {
	font-style: normal;
}
footer br {
	display: none;
}
footer .box {
	background: #575757;
	padding: 37px 0;
	text-align: center;
}
.menu_box {
	background: #f6f6f6;
	padding: 45px 0 42px 0;
}
.foo_menu {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
.foo_menu li {
	float: none;
	display: inline-block;
	margin-right: 45px;
}
.foo_menu li a {
	font: 16px 'Julius Sans One';
	color: #4a4a4a;
}
.foo_menu li a:hover {
	color: #cd2b44;
}
.foo_menu li:last-child {
	margin-right: 0;
	background: none;
}
.foo_menu li.active a {
	color: #cd2b44;
}
.follow_icon {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
}
.follow_icon li {
	float: left;
	margin-left: 17px;
}
.follow_icon li a {
	font-size: 16px;
	color: #63707c;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_icon li a:hover {
	color: #cd2b44;
}
.follow_icon li:first-child {
	margin-left: 0;
}
.errorBox1 .box {
	background: #ffffff;
	padding: 54px 37px 66px 37px;
	margin-top: 125px;
}
.errorBox1 .box .title {
	color: #fb5813;
	font: 100 55px/55px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 0;
}
.errorBox1 .box .description {
	color: #8b7d66;
	font: 100 42px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 14px;
	text-transform: uppercase;
}
#toTop {
	display: none;
	width: 27px;
	height: 19px;
	background: url(../img/top.png) 0 top no-repeat;
	position: fixed;
	margin-right: -672px !important;
	right: 50%;
	bottom: 120px;
	z-index: 999;
}
#toTop:hover {
	background: url(../img/top.png) 0 bottom no-repeat;
}
.privacyBox {
	margin-bottom: 62px;
}
.blog-box {
	padding: 63px 0 40px 0;
	position: relative;
}
.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 'Open Sans', "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;
}
.title-box {
	position: relative;
	width: 290px;
	margin: -157px 0 0 87px;
}
.title-box .title {
	margin: 0 0 15px 0;
	color: #af8f58;
	font: 300 36px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-bottom: 12px;
	border-bottom: 1px solid #e8dec4;
}
.title-box p {
	color: #ae9872;
}
.banner-box {
	text-align: center;
	padding: 72px 0 96px 0;
}
.banner-box > div {
	padding: 0 28px;
}
.banner-box .title {
	color: #6f5843;
	font: 300 30px/30px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
}
.banner-box .description {
	font: 300 18px/18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #b49258;
	padding-bottom: 29px;
	margin-bottom: 20px;
	background: url(../img/border.png) 0 bottom repeat-x;
}
.banner-box p {
	margin-bottom: 30px;
}
.banner-box .col-lg-4 {
	margin-bottom: 40px;
}
.service-box {
	margin-bottom: 48px;
}
.service-box hr {
	margin: 0;
	border-top: 1px solid #f2ece3;
}
.navbar-box {
	position: relative;
}
.navbar-box h1 {
	position: relative;
}
.stallion-box {
	margin-bottom: 38px;
}
.stallion-box > div {
	padding: 30px 0;
	border-top: 1px solid #f2ece3;
	border-bottom: 1px solid #f2ece3;
	overflow: hidden;
}
.location-box > div {
	border: 1px solid #f3f2ed;
	padding: 40px 0 38px 63px;
}
.location-box > div .title {
	color: #a36e3d;
	font: 100 26px/34px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.location-box > div p {
	font-size: 18px;
	line-height: 24px;
	color: #8b7662;
}
.location-box > div a {
	color: #fb5813;
	font-size: 18px;
	font-weight: 300;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.location-box > div a:hover {
	color: #ac8b64;
}
.trainerBox {
	margin-bottom: 26px;
	position: relative;
	display: block;
}
.trainerBox figure {
	margin: 0;
}
.trainerBox figure a {
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.trainerBox figure a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.trainerBox figure a:hover img {
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
.trainerBox figure img {
	width: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	outline: 1px solid transparent;
}
.who-box hr {
	margin: 50px 0 0 0;
}
.samples-box {
	background: #f5f5f5 url(../img/shadow.png) center top no-repeat;
	text-align: center;
	padding: 58px 0 20px 0;
}
.samples-box figure a {
	position: relative;
	display: block;
}
.samples-box figure a:hover em {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.samples-box img {
	width: 100%;
}
.samples-box em {
	width: 100%;
	height: 100%;
	background: url(../img/play.png) center center no-repeat;
	display: block;
	position: absolute;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.products-box {
	padding:  0px;
	text-align: right;
}
.products-box .title {
	font: 50px/53px 'Julius Sans One';
	color: #151515;
	margin-bottom: 6px;
}
.products-box .description {
	font: 13px/20px 'Open Sans';
	color: #a0a0a0;
	text-transform: uppercase;
	margin-bottom: 0;
}
.products-box .gadget-box {
	text-align: left;
	margin-bottom: -48px;
}
.products-box .gadget-box figure {
	margin-top: -73px;
}
.testimonials-box {
	background: #f6f6f6;
	padding: 60px 0 66px 0;
}
.testimonials-box .locations-box figure {
	margin-bottom: 0px;
}
.testimonials-box .locations-box p {
	font: 16px/24px 'Open Sans';
	color: #727272;
}
.testimonials-box .locations-box strong {
	background: url(../img/envelope.png) left 0 no-repeat;
	padding-left: 29px;
}
.testimonials-box .locations-box strong a {
	font: italic 16px/24px 'Open Sans';
	color: #cd2b44;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.testimonials-box .locations-box strong a:hover {
	color: #3b3b3b;
}
.error-box {
	padding-top: 77px;
	text-align: center;
	padding-bottom: 60px;
}
.error-box1 {
	padding-top: 60px;
}
.error-box1 .title {
	font: 48px 'Julius Sans One';
	color: #dca449;
	margin-bottom: 10px;
}
.error-box1 .description {
	font: 30px 'Julius Sans One';
	color: #373737;
}
.error-box1 p {
	font-size: 16px;
}
/*-----carousel-----*/
.carousel-box {
	border-top: 12px solid #f5f5f5;
	padding: 60px 0 51px 0;
	background: #ffffff;
}
.list_carousel1.responsive {
	position: relative;
	width: auto;
	margin: 0;
	padding: 0 0 80px 0;
}
.list_carousel1 #foo1 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}

.list_carousel1 .caroufredsel_wrapper{
height:55px !important;
}

.list_carousel1 #foo1 > li {
	float: left;
	cursor: default;
	padding: 0;
	text-align: center;
}
.list_carousel1 #foo1 > li .title {
	font: 24px/25px 'Julius Sans One';
	color: #151515;
	margin-bottom: 20px;
}

.list_carousel1 #foo1 > li .titlecn {
    font: 26px/25px 'Arial Unicode MS';
    color: #151515;
    margin-bottom: 20px;
}

.list_carousel1 #foo1 > li .description {
	font: 30px/30px 'Julius Sans One';
	color: #8d8d8d;
	text-transform: uppercase;
}
.list_carousel1 #foo1 > li p {
	margin-bottom: 0;
}
.list_carousel1.responsive .caroufredsel_wrapper {
	cursor: default !important;
}



.list_btn {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -38px;
	width: 76px;
	height: 31px;
}
.list_btn .prev, .list_btn .next {
	display: inline-block;
	width: 32px;
	height: 31px;
	cursor: pointer;
	float: left;
	position: relative;
	margin: 0 3px;
}
.list_btn .prev {
	background: url(../img/prev.png) 0 top no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_btn .next {
	background: url(../img/next.png) 0 top no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_btn .prev:hover {
	background: url(../img/prev.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_btn .next:hover {
	background: url(../img/next.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel2.responsive {
	position: relative;
	width: auto;
	margin: 0;
	padding: 0 0 50px 0;
}
.list_carousel2.responsive hr {
	margin: 11px 0 0 0;
	border-top: 1px solid #d7d7d7;
}
.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: left;
	margin-right: 30px;
}
.list_carousel2 #foo2 > li .title {
	font: 18px/30px 'Julius Sans One';
	color: #373737;
	margin-bottom: 28px;
}

.list_carousel2 #foo2 > li .titlecn {
    font: 16px/30px 'Arial Unicode MS';
    color: #373737;
    margin-bottom: 28px;
	font-weight:bold;
	letter-spacing:0px;
}

.list_carousel2 #foo2 > li .title span {
	color: #cd2b44;
}

.list_carousel2 #foo2 > li .titlecn span {
	color: #cd2b44;
}

.list_carousel2 #foo2 > li figure {
	margin-bottom: 25px;
	-webkit-box-shadow: 6px 7px 10px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 6px 7px 10px 0 rgba(0, 0, 0, 0.15);
}
.list_carousel2 #foo2 > li figure img {
	width: 100%;
}
.list_carousel2 #foo2 > li p {
	margin-bottom: 0;
}
.list_carousel2.responsive .caroufredsel_wrapper {
	cursor: default !important;
}
.list_btn2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 76px;
	height: 31px;
}
.list_btn2 .prev, .list_btn2 .next {
	display: inline-block;
	width: 23px;
	height: 23px;
	cursor: pointer;
	float: left;
	position: relative;
	margin: 0;
}
.list_btn2 .prev {
	background: url(../img/prev2.png) 0 top no-repeat;
	margin-right: 4px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_btn2 .next {
	background: url(../img/next2.png) 0 top no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_btn2 .prev:hover {
	background: url(../img/prev2.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_btn2 .next:hover {
	background: url(../img/next2.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----thumbs-----*/
.thumb-pad1 {
	overflow: hidden;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail .caption p {
	margin-bottom: 23px;
	text-transform: uppercase;
	color: #a0a0a0;
	font: 13px 'Open Sans';
}
.thumb-pad1 .thumbnail .caption .title {
	font: 600 13px 'Open Sans';
	text-transform: uppercase;
	color: #373737;
	margin-bottom: 11px;
}
.thumb-pad1 figure {
	margin: 0 34px 0 0;
	float: left;
}
.thumb-pad1 figure img {
	width: 100%;
}
.thumb-pad2 {
	margin: 0 0 72px 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;
}
.thumb-pad2 .thumbnail .caption p {
	margin: 0 0 15px 0;
}
.thumb-pad2 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad3 {
	overflow: hidden;
	padding: 0;
	margin-bottom: 37px;
}
.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: #838587;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption .title {
	font: 300 30px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #373737;
}

.thumb-pad3 .thumbnail .caption .titlecn {
	font-family: 'Arial Unicode MS', Helvetica, Arial, sans-serif;
	font-size:30px;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #373737;
	font-weight:bold;
}

.thumb-pad3 .thumbnail .caption .description {
	font: 18px Julius Sans One;
	color: #cd2b44;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption .description:hover {
	color: #373737;
}
.thumb-pad3 .thumbnail .caption p {
	margin: 17px 0 21px 0;
		text-align: justify;
}
.thumb-pad3 figure {
	margin: 0 32px 0 0;
	float: left;
}
.thumb-pad4 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad4 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad4 .thumbnail .caption .title {
	font: 600 13px/22px 'Open Sans';
	text-transform: uppercase;
	color: #373737;
	margin-bottom: 14px;
}
.thumb-pad4 figure {
	margin: 0 0 29px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}

ul.hlights li{
	font-size:23px;
	padding-bottom:10px;
	
}

.testimBox {
	padding-top: 21px;
	
}
.thumb-pad5 {
	overflow: hidden;
	margin-bottom: 37px;
}
.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;
	color: #838587;
	overflow: hidden;
}
.thumb-pad5 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad5 .thumbnail .caption a {
	font: 300 24px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #373737;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 8px;
}
.thumb-pad5 .thumbnail .caption a:hover {
	color: #cd2b44;
}
.thumb-pad5 figure {
	margin: 0 0 27px 0;
	padding: 0;
}
.thumb-pad5 figure img {
	width: 100%;
}
.thumb-pad6 {
	overflow: hidden;
	padding-bottom: 60px;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad6 .thumbnail a {
	color: #373737;
	font: 20px Julius Sans One;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6 .thumbnail a:hover {
	color: #cd2b44;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0 0 0 9px;
	color: #838587;
}
.thumb-pad6 .thumbnail .caption p {
	margin-bottom: 18px;
	text-align:justify;
}
.thumb-pad6 .thumbnail figure {
	display: block;
}
.thumb-pad7 {
	overflow: hidden;
}
.thumb-pad7 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad7 .thumbnail figure {
	margin: 0 0 20px 0;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	margin: 0;
	color: #838587;
}
.thumb-pad7 .thumbnail .caption p {
	color: #fb5813;
	font: 100 30px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 0;
}
/*-----btn-----*/
.btn-default.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 16px 24px;
	border-radius: 5px;
	font: 14px 'Julius Sans One';
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	background: #343434;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: #ee3f60;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn2 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 12px 22px;
	border-radius: 7px;
	font: 16px 'Contrail One';
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	background: #fb5813;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #b9a178;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn3 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0;
	border-radius: 7px;
	font: 16px 'Contrail One';
	margin: 0;
	text-shadow: none;
	color: #6f5843;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn3 > span {
	background: url(../img/more_arrow.png) no-repeat;
	display: inline-block;
	width: 5px;
	height: 7px;
	position: relative;
	top: -1px;
	margin: 0 9px;
}
.btn-default.btn3:hover {
	color: #d8c17e;
	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: #838587;
	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: 10px;
	padding-left: 21px;
	background: url(../img/list_arrow.png) left 4px no-repeat;
}
.list1-1 li a {
	font: 14px 'Julius Sans One';
	color: #717070;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1-1 li a:hover {
	color: #ee3f60;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.list1-2 li {
	font-size: 13px;
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 10px;
	padding-left: 21px;
	background: url(../img/list_arrow.png) left 4px no-repeat;
}

.list1-2 li a {
    font: 16px 'Arial Unicode MS';
    color: #717070;
	font-weight:bold;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-weight: bold;
	letter-spacing:1px;
}

.list1 {
	margin: 0 27px 25px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	float: left;
}
.list1 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 0;
}
.list1 li p {
	margin-top: 0;
	font-size: 13px;
	line-height: 19px;
}
.list1 li p > span {
	display: inline-block;
	width: 74px;
}
.list2 {
	margin: -9px 0 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 13px;
}
.list2 li time {
	font: 24px/24px 'Quicksand';
	color: #df890f;
	margin-top: 6px;
	margin-right: 16px;
	float: left;
}
.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: 24px;
}
.list3 li a {
	color: #404040;
	font: bold 23px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list3 li a:hover {
	color: #0a6f68;
}
.list3 li p {
	margin-bottom: 0;
}
.list3 li .badge {
	padding: 0;
	margin: 0;
	float: left;
	margin-right: 19px;
	display: inline-block;
	color: #ffffff;
	font: bold 30px 'PT Serif';
	background: #0a6f68;
	border: none;
	width: 49px;
	height: 49px;
	border-radius: 100%;
	text-align: center;
	line-height: 47px;
	margin-top: 6px;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 35px;
}
.list6 li strong {
	font: 30px 'Julius Sans One';
	color: #cd2b44;
	float: left;
	margin-right: 10px;
	margin-top: -9px;
}
.list6 li .title {
	margin-bottom: 4px;
	font: 20px 'Julius Sans One';
	color: #373737;
	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: 13px;
	line-height: 22px;
	margin-bottom: 23px;
}
.list8 li h4 {
	margin-bottom: 0;
	font-size: 13px;
}
.list8 li p {
	margin-bottom: 0;
}
/*-----search-----*/
#search-404 {
	position: relative;
	margin: 0;
	overflow: hidden;
	padding-top: 20px;
}
#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 #cdcdcd;
	background: #f2f2f2;
	font: 300 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #838587;
	padding: 8px 14px;
	height: 37px;
	resize: none;
	margin-bottom: 30px;
}
#search {
	margin: 7px 0 0 0;
	position: relative;
	float: right;
	border-radius: 38px;
	border: 1px solid #2f2521;
	background: #090909;
	width: 254px;
}
#search a {
	position: absolute;
	float: left;
	top: 0;
	line-height: 35px;
	right: 18px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
#search a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#search input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	margin: 0;
	width: 215px;
	outline: none;
	font: 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	float: left;
	color: #ffffff;
	background: none;
	height: 38px;
	padding: 9px 0 9px 20px;
	resize: none;
	overflow: hidden;
}
/*-----map-----*/
.map {
	margin: 0 0 68px 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: 538px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.info p {
	margin-bottom: 25px;
}
.info a {
	color: #df890f;
}
.info a:hover {
	color: #000000;
}
/*-----form-----*/
.formBox {
	background: #3f3f3f;
	padding: 64px 0;
}
#contact-form {
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: left;
	margin-bottom: 67px;
}
#contact-form label {
	position: relative;
	display: block;
	min-height: 60px;
	margin: 0;
	font-weight: normal;
	font: 300 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #838587;
}
#contact-form label span {
	margin-bottom: 2px;
	display: block;
	color: #838587;
}
#contact-form .holder {
	overflow: hidden;
}
.form-div-1, .form-div-2, .form-div-3 {
	float: left;
	width: 243px;
	margin-right: 19px;
}
.form-div-1 p, .form-div-2 p, .form-div-3 p {
	margin-bottom: 7px;
}
.form-div-4 p {
	margin-bottom: 7px;
}
.form-div-3 {
	margin-right: 0;
}
#contact-form ._placeholder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: text;
	padding: 8px 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, #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 #cdcdcd;
	background: #f2f2f2;
	font: 300 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #838587;
	padding: 8px 14px;
	height: 37px;
	resize: none;
}
#contact-form textarea {
	height: 151px;
	margin-bottom: 26px;
}
#contact-form .error-message, #contact-form .empty-message {
	height: 0;
	overflow: hidden;
	font: 10px 'Arial';
	color: #d464ad;
	-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 #cdcdcd;
	background: #f2f2f2;
	font: 300 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 66px;
	color: #838587;
	padding: 0 14px;
	height: 66px;
	resize: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btns .btn1 {
	float: left;
	margin-right: 24px;
}
.btns p {
	margin-top: 0;
	float: left;
}
.mail {
	color: #dca449;
	font: 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.mail:hover {
	color: #373737;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
 .follow_icon {
 margin-right: 133px;
}
.example {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 2em;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1219px) {
	
.destroy2{
	display:none;
}

 .list_carousel1 .caroufredsel_wrapper{
	 height:80px !important;
 }
 
 .products-box .gadget-box figure img {
 width: 100%;
}
 .testimonials-box {
 padding: 100px 0 50px 0;
}
 .products-box .title {
 font-size: 30px;
 line-height: 40px;
}
 .thumb-pad3 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad3 figure img {
 width: 100%;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 #contact-form label {
 min-height: 50px;
}
 .title-box {
 margin-top: -130px;
}
 .thumb-pad1 {
 padding: 20px;
}
 .thumb-pad1 .thumbnail .caption {
 padding: 0;
 border-right: none;
}
 .location-box > div {
 padding: 20px;
}
 .thumb-pad4 .thumbnail .caption ul li a {
 font-size: 11px;
}
 .thumb-pad4 .thumbnail .caption ul li span {
 font-size: 13px;
}
 .error-box figure img {
 width: 100%;
}
 #contact-form.success .success-message {
 line-height: 224px;
 height: 224px;
}

}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 1024px) {

.destroy2{
	display:none;
}

 .list_carousel1 .caroufredsel_wrapper{
	 height:60px !important;
 }


 .list_carousel1 #foo1 > li .title{
font-size: 20px;
 line-height: 26px; 
 } 

.list_carousel1 #foo1 > li .titlecn {
 font-size: 22px;
 line-height: 26px;
}

 h1.navbar-brand_ {
 float: none;
 width: 100%;
 text-align: center;
}
 h1.navbar-brand_ a {
 float: none;
}
 .menuBox {
 text-align: center;
}
 nav.tm_navbar {
 margin: 30px 0 0 0;
 float: none;
 display: inline-block;
}
 nav.tm_navbar .sub-menu > ul {
 top: 53px;
}
 .products-box .gadget-box figure img {
 width: 100%;
}
 .testimonials-box {
 padding: 100px 0 50px 0;
}
 .products-box {
 padding: 35px 0 35px 0;
}
 .products-box .title {
 font-size: 30px;
 line-height: 40px;
}
 .products-box .gadget-box {
 margin-bottom: 0;
}
 .products-box .gadget-box figure {
 margin-top: 0;
}
 .thumb-pad3 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad3 figure img {
 width: 100%;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 float: none;
 width: 100%;
 margin-right: 0;
}
 #contact-form label {
 min-height: 50px;
}
 .errorBox figure img {
 width: 100%;
}
 .title-box {
 width: 100%;
 margin: -80px 0 0 0;
 padding: 0 120px;
 text-align: center;
}
 .thumb-pad1 figure {
 margin: 0 0 15px 0;
 float: none;
}
 .thumb-pad1 .thumbnail .caption {
 padding: 0;
 border-right: none;
}
 .thumb-pad2 figure {
 margin: 0 0 15px 0;
 float: none;
}
 .location-box > div {
 padding: 20px;
}
 .thumb-pad3 figure {
 margin: 0;
 float: none;
}
 .thumb-pad3 figure img {
 width: 100%;
}
 .trainers-box {
 margin-top: 40px;
}
 .thumb-pad5 figure {
 margin: 0 0 20px 0;
 padding: 0;
 float: none;
}
 .thumb-pad5 figure img {
 width: 100%;
}
 .thumb-pad5 .thumbnail .caption {
 border: none;
}
 .testimBox article {
 margin-bottom: 35px;
}
 .categories-box {
 margin-top: 80px;
 overflow: hidden;
}
 .thumb-pad1 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .error-box figure img {
 width: 100%;
}
 .error-box {
 padding-bottom: 50px;
}
 .error-box1 {
 padding-bottom: 50px;
}
 #contact-form.success .success-message {
 line-height: 224px;
 height: 224px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 769px) {
	
 .list_carousel1 .caroufredsel_wrapper{
	 height:60px !important;
 }
 
 .list_carousel1 #foo1 > li .titlecn {
 font-size: 22px;
 line-height: 26px;
}

.destroy2{
	display:none;
}

.thumbnail h3{
	padding-top:30px;
}

 h1.navbar-brand_ {
 float: none;
 width: 100%;
 text-align: center;
 margin-bottom: 20px;
}
 nav.tm_navbar {
 float: none;
 display: inline-block;
 width: 100%;
 padding: 0;
 margin: 0;
}
 nav.tm_navbar .nav {
 display: none;
}
 h2 {
 font-size: 25px;
}
 .select-menu {
 display: inline-block !important;
 padding-top: 4px;
 padding-right: 3px;
 padding-bottom: 4px;
 width: 100%;
 border: 1px solid #ffffff;
 background: #ffffff;
 color: #444;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .menuBox {
 margin-top: 0;
}
 header {
 position: relative;
}
 .products-box {
 text-align: left;
 padding: 30px 0;
}
 .products-box .description {
 margin-bottom: 30px;
}
 .products-box .gadget-box {
 margin-bottom: 0;
}
 .products-box .gadget-box figure {
 margin-top: 0;
}
 .thumb-pad4 .thumbnail .caption {
 overflow: visible;
}
 .thumb-pad4 figure {
 margin: 0 15px 0 0;
 float: left;
}
 footer .foo_menu {
 display: none;
}
 .list_carousel1 #foo1 > li .title {
 font-size: 20px;
 line-height: 20px;
}
 .list_carousel1 #foo1 > li .description {
 font-size: 20px;
 line-height: 20px;
}
 .thumb-pad1 {
 margin-bottom: 50px;
}
 .thumb-pad1 figure {
 margin: 0 15px 0 0;
 float: left;
}
 .list1-1 {
 margin-bottom: 50px;
}
 .menu_box {
 text-align: center;
}
 .follow_icon {
 float: none;
 display: inline-block;
}
 .products-box .title {
 font-size: 30px;
 line-height: 30px;
}
 .products-box .title br {
 display: none;
}
 .who-box .col-lg-4 {
 margin-bottom: 50px;
}
 .testimBox {
 padding-bottom: 0px;
}
 .thumb-pad6 {
 margin-bottom: 0px;
}
 .thumb-pad3 figure {
 margin: 0 0 15px 0;
 float: none;
}
 .thumb-pad3 figure img {
 width: 100%;
}
 .title-box {
 width: 100%;
 margin: 0;
 padding: 0 50px 10px 50px;
 background: #ffffff;
 text-align: center;
}
 .trainers-box {
 overflow: hidden;
 margin-top: 60px;
}
 .thumb-pad7 {
 overflow: hidden;
 margin-bottom: 30px;
}
 .gallery-box hr {
 display: none;
}
 .errorBox > .box {
 background: none;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .map iframe {
 height: 300px;
}
 .info {
 margin-bottom: 50px;
}
 #contact-form label {
 min-height: 50px;
}
 .errorBox figure {
 margin-bottom: 60px;
}
 .thumb-pad2 {
 margin: 0 0 30px 0;
}
 .thumb-pad2 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-pad6 {
 padding-bottom: 0;
}
 .padBot1 {
 padding-bottom: 40px !important;
}
 .list_carousel2 #foo2 > li .title {
 font-size: 18px;
 line-height: 20px;
}

 .error-box1 {
 padding-bottom: 50px;
}
 #contact-form.success .success-message {
 line-height: 224px;
 height: 224px;
}
h3.destroy{
	display:none;
}
.disnone{
	display:none;
}
h3{
	padding-top:30px;
}

.topspace{
	padding-top:30px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
	
 .list_carousel1 #foo1 > li .title {
 font-size: 17px;
 line-height: 20px;
}
	
.destroy2{
	display:none;
}

 .thumb-pad4 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad3 figure {
 margin: 0 0 15px 0;
 float: none;
}
 .thumb-pad3 figure img {
 width: 100%;
}
 .thumb-pad5 figure {
 margin: 0 0 20px 0;
 padding: 0;
 float: none;
}
 .thumb-pad5 figure img {
 width: 100%;
}
 .thumb-pad5 .thumbnail .caption {
 border: none;
}
 .thumb-pad6 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 .thumb-pad2 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .error-box figure img {
 width: 100%;
}
 .error-box,  .error-box1 {
 padding-top: 0;
 padding-bottom: 50px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
	
.destroy2{
	display:none;
}

 .thumb-pad1 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .products-box .gadget-box figure img {
 width: 100%;
}
 .gall-box {
 width: 100%;
 float: left;
}
 .error-box figure img {
 width: 100%;
}
.list_carousel1 #foo1 > li .title,
.list_carousel1 #foo1 > li .titlecn {
    font-size: 17px;
}

.list_carousel1 .caroufredsel_wrapper{
	height:100px !important;
}

}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 320px) {
	
.destroy2{
	display:none;
}

 h1.navbar-brand_ a img {
 width: 100%;
}
 .trainerBox {
 width: 100%;
 float: left;
}
 .testimBox .col-lg-3 {
 width: 100%;
 float: none;
}
 .list_carousel2 #foo2 > li {
 margin-right: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.margBot {
	margin-bottom: 0;
}
.padBot {
	padding-bottom: 23px;
}
.padBot1 {
	padding-bottom: 100px;
}
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
