<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(//fonts.googleapis.com/css?family=Archivo+Narrow:400,700,700italic,400italic);
@import url(//fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);
/*========================================================
                    Main layout styles
=========================================================*/
body {
	background: #2d2d2b url(../img/pattern1.png) repeat;
	font: 13px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #5f5e5e;
}
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: 15px;
	line-height: 21px;
}
h1.navbar-brand_ {
	margin: 40px 0 0 0;
	padding: 0;
	float: left;
	height: auto;
	position: relative;
	top: 0;
	z-index: 10;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ a img {
	width: 100%;
}
h2 {
	font: 40px/40px 'Archivo Narrow';
	color: #181818;
	margin: 0 0 43px 0;
	position: relative;
	text-align: center;
}
h2::after {
 position: absolute;
 left: 0;
 top: 50%;
 width: 26%;
 height: 1px;
 background: #50514f;
 content: '';
}
h2::before {
 position: absolute;
 right: 0;
 top: 50%;
 width: 26%;
 height: 1px;
 background: #50514f;
 content: '';
}
h3 {
	font: bold 30px/36px 'Archivo Narrow';
	color: #272727;
	margin: 0 0 30px 0;
}
h4 {
	font: bold 14px/21px 'Ubuntu';
	color: #444;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
h5 {
	font: bold 48px/48px 'Archivo Narrow';
	color: #ffffff;
	text-transform: uppercase;
	margin: 0 0 30px 0;
	text-align: center;
}
.extra-wrap {
	overflow: hidden;
}
.content {
	padding: 0;
	background: #ffffff;
}
.content.indent {
	padding: 45px 0 0 0;
	background: #ffffff;
}
.center {
	text-align: center;
}
/*========================================================
                    header
=========================================================*/
header {
	position: relative;
	margin: 0;
	padding: 0 0 28px 0;
	z-index: 11;
	background: #000000;
	background: rgba(0, 0, 0, 0.88);
}
.follow-box {
	overflow: hidden;
	padding: 14px 0 8px 0;
	background: #0a0c0e;
}
.follow-box p {
	float: left;
	font: 12px 'Arial';
	color: #ffffff;
	margin: 4px 0 0 0;
}
.follow-box p &gt; a {
	font: 12px 'Arial';
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.follow-box p &gt; a:hover {
	color: #1abc9c;
}
.address_icon {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
}
.address_icon li {
	float: left;
	margin-left: 76px;
	font: 12px 'Archivo Narrow';
	color: #acacac;
}
.address_icon li:first-child {
	margin-left: 0;
}
.address_icon li img {
	float: left;
	margin-right: 9px;
}
.address_icon li a {
	font: 12px 'Arial';
	color: #acacac;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.address_icon li a:hover {
	color: #f1373a;
}
.follow_icon {
	padding: 0;
	margin: -4px 0 0 0;
	float: right;
	list-style: none;
}
.follow_icon li {
	display: inline-block;
	margin-left: 16px;
}
.follow_icon li:first-child {
	margin-left: 0;
}
.follow_icon li a {
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	display: block;
}
.follow_icon li a:hover {
	opacity: 0.5 !important;
	filter: alpha(opacity=50) !important;
}
.follow_icon_foo {
	padding: 0;
	margin: -4px 0 0 0;
	list-style: none;
	display: inline-block;
}
.follow_icon_foo li {
	display: inline-block;
	margin-left: 25px;
}
.follow_icon_foo li:first-child {
	margin-left: 0;
}
.follow_icon_foo li a {
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	display: block;
}
.follow_icon_foo li a:hover {
	opacity: 0.5 !important;
	filter: alpha(opacity=50) !important;
}
/* menu
========================================================*/
nav.tm_navbar {
	border: none;
	padding: 0;
	margin: 60px 0 0 0;
	float: right;
	min-height: 0;
	background: none;
}
nav.tm_navbar li {
	position: relative;
	font-size: 13px;
	line-height: 21px;
	padding: 0;
	margin: 0 0 0 35px;
	float: left;
}
nav.tm_navbar li:first-child {
	margin-left: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0;
	text-transform: uppercase;
	font: bold 14px 'Archivo Narrow';
	color: #a1a0a0;
	background: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li.active &gt; a {
	color: #ffffff;
	background: none !important;
}
nav.tm_navbar li:hover &gt; a {
	color: #ffffff;
	background: none !important;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar .sfHover &gt; a {
	color: #ffffff;
	background: none !important;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li span {
	text-align: center;
	position: absolute;
	height: 4px;
	width: 100%;
	display: inline-block;
	left: 0;
	bottom: -9px;
	z-index: 0;
	background: url(../img/marker.png) center 0 no-repeat;
}
/* subMenu1
========================================================*/
nav.tm_navbar .sub-menu &gt; ul {
	position: absolute;
	display: none;
	width: 110px;
	left: -17px;
	top: 32px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #2a2a2a;
	border-radius: 0;
	padding: 29px 10px 16px 16px;
	margin: 0;
	border-radius: 10px;
	text-align: left;
}
nav.tm_navbar .sub-menu &gt; ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 9px 0;
	padding: 0;
	display: block;
}
nav.tm_navbar .sub-menu &gt; ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 12px 'Arial';
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu &gt; ul li span {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 5px;
	left: auto;
	width: auto !important;
	color: #ffffff;
	font-size: 14px;
	background: none;
}
nav.tm_navbar .sub-menu &gt; ul li a:hover {
	text-decoration: none;
	color: #f1373a !important;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu &gt; ul li.sfHover &gt; a {
	text-decoration: none;
	color: #f1373a !important;
	background: none !important;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 107px;
	left: 95px;
	top: -10px;
	border-radius: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #f1373a;
	padding: 10px 10px 0 10px;
	margin: 0;
	border-radius: 10px;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 12px 'Arial';
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu &gt; ul li &gt; ul li a:hover {
	text-decoration: none;
	color: #000000 !important;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.select-menu {
	display: none !important;
}
/*========================================================
                    -Content-
=========================================================*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	width: 42px;
	height: 42px;
	overflow: hidden;
	border: none;
	z-index: 20;
	background: url(../img/top.png) 0 top no-repeat;
}
#toTop:hover {
	outline: none;
	background: url(../img/top.png) 0 bottom no-repeat;
}
.trainerBox {
	margin-bottom: 25px;
	position: relative;
	display: block;
}
.trainerBox figure {
	margin: 0 0 25px 0;
}
.trainerBox figure img {
	width: 100%;
}
.trainerBox a {
	font: 300 13px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #8d8d8d;
	text-transform: uppercase;
	-webkit-transition: color 0.25s ease;
	-o-transition: color 0.25s ease;
	transition: color 0.25s ease;
}
.trainerBox a:hover {
	color: #e25454;
}
.who-box {
	overflow: hidden;
}
.who-box .col-lg-4 {
	margin-bottom: 17px;
}
.thumb-box1 {
	overflow: hidden;
	background: url(../img/pattern2.png) repeat;
	position: relative;
}
.thumb-box1 p {
	font: 18px/24px 'Archivo Narrow';
	color: #272727;
	margin-bottom: 25px;
}
.thumb-box1 .title {
	font: bold 30px/30px 'Archivo Narrow';
	color: #ffffff;
	margin: 0 0 21px 0;
	letter-spacing: 1px;
}
.thumb-box1 .box1 {
	padding: 48px 0 37px 0;
}
.thumb-box1 .box2 {
	background: #ffffff;
	padding: 48px 0 37px 100px;
	position: relative;
	z-index: 1;
}
.thumb-box1 .box2 .title {
	color: #272727;
}
.thumb-box1 .box2 svg.bigTriangleColor {
	pointer-events: none;
	position: absolute;
	top: 0;
	left: -115px;
}
.thumb-box1 .box2 .bigTriangleColor path {
	fill: #ffffff;
}
.thumb-box1 .box2 #curveUpColor path, .thumb-box1 .box2 #curveDownColor path {
	fill: #ffffff;
}
.thumb-box1 em {
	position: absolute;
	z-index: 0;
	top: 0;
	right: -50%;
	width: 100%;
	height: 100%;
	display: inline-block;
	background: #ffffff;
}
.thumb-box2 {
	overflow: hidden;
	padding: 63px 0 0 0;
	text-align: center;
}
.thumb-box3 {
	overflow: hidden;
	background: #181818;
	position: relative;
}
.thumb-box3 .box1 {
	padding: 118px 0 37px 0;
}
.thumb-box3 .box2 {
	background: #f5f3f3;
	padding: 106px 0 83px 100px;
	position: relative;
	z-index: 1;
}
.thumb-box3 .box2 p {
	font: 13px/21px 'Ubuntu';
	color: #5f5e5e;
	margin-bottom: 29px;
}
.thumb-box3 .box2 .title {
	font: 40px/40px 'Archivo Narrow';
	color: #222220;
	margin-bottom: 36px;
}
.thumb-box3 .box2 .description {
	font: bold 14px/20px 'Ubuntu';
	color: #444;
	text-transform: uppercase;
	margin-bottom: 11px;
}
.thumb-box3 .box2 svg.bigTriangleColor {
	pointer-events: none;
	position: absolute;
	top: 0;
	left: -115px;
}
.thumb-box3 .box2 .bigTriangleColor path {
	fill: #f5f3f3;
}
.thumb-box3 .box2 #curveUpColor path, .thumb-box3 .box2 #curveDownColor path {
	fill: #f5f3f3;
}
.thumb-box3 em {
	position: absolute;
	z-index: 0;
	top: 0;
	right: -50%;
	width: 100%;
	height: 100%;
	display: inline-block;
	background: #f5f3f3;
}
.thumb-box3 figure {
	position: relative;
}
.thumb-box3 figure img {
	width: 100%;
}
.thumb-box3 figure a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/play.png) center center no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-box3 figure a:hover {
	opacity: 0;
	filter: alpha(opacity=0);
}
.thumb-box4 {
	background: #ffffff;
	overflow: hidden;
	padding: 83px 0 40px 0;
	text-align: center;
}
.thumb-box4 h2::before, .thumb-box4 h2::after {
 width: 37%;
}
.thumb-box4 .col-lg-4 {
	text-align: left;
	margin-bottom: 40px;
}
.thumb-box4 .col-lg-4 &gt; div:hover .badge {
	color: #181818;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-box4 .badge {
	width: 75px;
	margin: 0 20px 0 0;
	padding: 0;
	font: bold 60px/48px 'Archivo Narrow';
	color: #f1373a;
	border-radius: 0;
	background: none;
	text-align: left;
	float: left;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-box4 p {
	font: 12px/18px 'Ubuntu';
	color: #909090;
	margin-bottom: 0;
}
.thumb-box5 {
	padding: 60px 0;
	overflow: hidden;
	background-position: left 100%;
	background-attachment: fixed;
	position: relative;
	background-image: url(../img/bg_pic.jpg);
	text-align: center;
}
.thumb-box6 {
	overflow: hidden;
	background: #ffffff;
	padding: 44px 0;
}
.thumb-box6 .container {
	position: relative;
}
.thumb-box7 {
	overflow: hidden;
	background: #f5f5f1;
	padding: 103px 0 64px 0;
}
.thumb-box7 h3 {
	letter-spacing: 1px;
	font-weight: normal;
}
.thumb-box8 {
	padding: 60px 0 10px 0;
	overflow: hidden;
	background-position: left 100%;
	background-attachment: fixed;
	position: relative;
	background-image: url(../img/bg_pic.jpg);
	text-align: center;
}
.thumb-box8 p {
	font: 16px/20px 'Archivo Narrow';
	margin-bottom: 23px;
	color: #ffffff;
}
.thumb-box8 .col-lg-4 {
	text-align: left;
	margin-bottom: 50px;
}
.thumb-box9 {
	overflow: hidden;
	padding: 63px 0 0 0;
}
.thumb-box10 {
	overflow: hidden;
	background: #181818;
	position: relative;
}
.thumb-box10 p {
	color: #bbb;
}
.thumb-box10 .title {
	font: 40px/40px 'Archivo Narrow';
	color: #ffffff;
	margin: 0 0 38px 0;
	letter-spacing: 1px;
}
.thumb-box10 .box1 {
	padding: 94px 0 73px 0;
}
.thumb-box10 .box1 .description {
	font: bold 14px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 13px;
}
.thumb-box10 .box2 {
	background: #f5f3f3;
	padding: 94px 0 73px 100px;
	position: relative;
	z-index: 1;
}
.thumb-box10 .box2 .title {
	color: #222220;
}
.thumb-box10 .box2 p {
	color: #5f5e5e;
}
.thumb-box10 .box2 svg.bigTriangleColor {
	pointer-events: none;
	position: absolute;
	top: -10px;
	left: -114px;
}
.thumb-box10 .box2 .bigTriangleColor path {
	fill: #f5f3f3;
}
.thumb-box10 .box2 #curveUpColor path, .thumb-box10 .box2 #curveDownColor path {
	fill: #f5f3f3;
}
.thumb-box10 em {
	position: absolute;
	z-index: 0;
	top: 0;
	right: -50%;
	width: 100%;
	height: 100%;
	display: inline-block;
	background: #f5f3f3;
}
.thumb-box11 {
	padding: 60px 0 10px 0;
	overflow: hidden;
	background-position: left 100%;
	background-attachment: fixed;
	position: relative;
	background-image: url(../img/bg_pic.jpg);
	text-align: center;
}
.thumb-box11 p {
	font: 18px/20px 'Archivo Narrow';
	margin-bottom: 23px;
	color: #ffffff;
}
.thumb-box11 .col-lg-4 {
	text-align: left;
	margin-bottom: 50px;
}
.thumb-box12 {
	padding: 0;
	overflow: hidden;
}
.thumb-box13 {
	overflow: hidden;
	background: #f4f4f5;
	padding: 103px 0 84px 0;
}
.thumb-box13 h3 {
	leter-spacing: 1px;
	font-weight: normal;
}
.thumb-box14 {
	overflow: hidden;
	padding-bottom: 40px;
}
/* thumbs
========================================================*/
.thumb-pad1 {
	margin: 0 0 56px 0;
	overflow: hidden;
}
.thumb-pad1:hover .badge {
	background: #181818;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad1 .caption {
	padding: 0;
	color: #5f5e5e;
}
.thumb-pad1 .caption .title {
	font: bold 18px/24px 'Archivo Narrow';
	color: #181818;
	margin-bottom: 24px;
	text-transform: uppercase;
}
.thumb-pad1 .caption p {
	font: 12px/22px 'Ubuntu';
	color: #909090;
	margin-bottom: 18px;
}
.thumb-pad1 .badge {
	margin: 0 0 22px 0;
	padding: 0;
	border-radius: 100%;
	width: 62px;
	height: 62px;
	line-height: 62px;
	text-align: center;
	background: #f1373a;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad2 {
	margin: 0 0 35px 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad2 .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad2 figure {
	margin: 0 0 25px 0;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad3 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad3 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption a {
	font: 900 12px/24px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
}
.thumb-pad3 .thumbnail .caption a:hover {
	text-decoration: underline;
}
.thumb-pad3 .thumbnail .caption img {
	display: block;
	margin-top: 8px;
}
.thumb-pad3 figure {
	margin: 0 19px 0 0;
	float: left;
}
.thumb-pad4 {
	margin: 0;
}
.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;
}
.thumb-pad4 figure {
	margin: 0 0 26px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin: 0 0 30px 0;
}
.thumb-pad5 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
}
.thumb-pad5 .thumbnail .caption a {
	font: bold 14px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #444;
	text-transform: uppercase;
	margin-bottom: 12px;
	display: inline-block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad5 .thumbnail .caption a:hover {
	color: #f1373a;
}
.thumb-pad5 figure {
	margin: 0 0 26px 0;
}
.thumb-pad5 figure img {
	width: 100%;
}
.thumb-pad6 {
	margin: 0 0 40px 0;
	overflow: hidden;
	background: #f4f5f4;
}
.thumb-pad6 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad6 .caption {
	padding: 25px 20px;
	color: #5f5e5e;
}
.thumb-pad6 .caption a {
	font: bold 18px 'Archivo Narrow';
	color: #091824;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6 .caption a:hover {
	color: #f1373a;
}
.thumb-pad6 figure {
	margin: 0;
}
.thumb-pad6 figure img {
	width: 100%;
}
.thumb-pad7 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad7 .thumbnail {
	padding: 0;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	background: none;
	overflow: hidden;
	display: block;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad7 .thumbnail figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad7 .thumbnail figure img {
	width: 100%;
}
.thumb-pad8 {
	margin: 0 0 78px 0;
	padding: 0 0 75px 0;
	border-bottom: 1px solid #ccc;
}
.thumb-pad8.indent {
	border-bottom: none;
}
.thumb-pad8 .badge {
	width: 52px;
	height: 52px;
	border-radius: 100%;
	background: #39464f;
	float: left;
	margin: 0 17px 0 0;
	padding: 8px 0 0 0;
	text-align: center;
	font: 14px/18px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
}
.thumb-pad8 .lnk {
	font: 21px/25px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #35424d;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad8 .lnk:hover {
	color: #1abc9c;
}
.thumb-pad8 .extra-wrap p {
	margin: 0;
	color: #9f9f9f;
}
.thumb-pad8 .extra-wrap p a {
	color: #9f9f9f;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad8 .extra-wrap p a:hover {
	color: #1abc9c;
}
.thumb-pad8 .extra-wrap p span {
	color: #9f9f9f;
	font-size: 13px;
	margin-right: 3px;
}
.thumb-pad8 .thumbnail {
	padding: 42px 0 0 0;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	background: none;
	overflow: hidden;
	width: 100%;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0;
	color: #5f5e5e;
}
.thumb-pad8 .thumbnail figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad8 .thumbnail figure img {
	width: 100%;
}
.thumb-pad9 {
	margin: 0 0 43px 0;
	overflow: hidden;
}
.thumb-pad9 .thumbnail {
	padding: 0;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	background: none;
	overflow: hidden;
	display: block;
}
.thumb-pad9 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad9 .thumbnail .caption p {
	margin: 0;
}
.thumb-pad9 .thumbnail .caption time {
	font: 13px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #35424d;
}
.thumb-pad9 .thumbnail figure {
	margin: 0 33px 0 0;
	float: left;
}
.thumb-pad9 .thumbnail figure img {
	width: 100%;
}
/* btn
========================================================*/
.btn-default.btn1 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 20px;
	font: 16px/57px 'Archivo Narrow';
	margin: 0;
	text-shadow: none;
	text-transform: uppercase;
	border: 2px solid #e7e7e7;
	border-radius: 0;
	color: #ffffff;
	background: transparent;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1:hover {
	color: #f5393e;
	background: #ffffff;
	border-color: #ffffff;
	text-decoration: none;
}
.btn-default.btn2 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 15px;
	font: 14px/46px 'Archivo Narrow';
	margin: 0;
	text-shadow: none;
	text-transform: uppercase;
	border: 2px solid #ffffff;
	border-radius: 0;
	color: #ffffff;
	background: transparent;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2:hover {
	color: #f5393e;
	background: #ffffff;
	border-color: #ffffff;
	text-decoration: none;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 15px;
	font: bold 14px/46px 'Archivo Narrow';
	margin: 0;
	text-shadow: none;
	text-transform: uppercase;
	border: 2px solid #f1373a;
	border-radius: 0;
	color: #f1373a;
	background: transparent;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3:hover {
	color: #ffffff;
	background: #272727;
	border-color: #272727;
	text-decoration: none;
}
.btn-default.btn4 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 15px;
	font: bold 16px/44px 'Archivo Narrow';
	margin: 0;
	text-shadow: none;
	border: 1px solid #949494;
	border-radius: 0;
	color: #242424;
	background: none;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn4:hover {
	color: #f1373a;
	background: none;
	border-color: #f1373a;
	text-decoration: none;
}
.btn-default.btn5 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 64px;
	font: 16px/57px 'Archivo Narrow';
	margin: 0;
	text-shadow: none;
	text-transform: uppercase;
	border: 2px solid #e7e7e7;
	border-radius: 0;
	color: #ffffff;
	background: transparent;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn5:hover {
	color: #f5393e;
	background: #ffffff;
	border-color: #ffffff;
	text-decoration: none;
}
.btn-default.btn6 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 15px;
	font: bold 16px/44px 'Archivo Narrow';
	margin: 0;
	text-shadow: none;
	border: 1px solid #949494;
	border-radius: 0;
	color: #242424;
	background: none;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn6:hover {
	color: #ffffff;
	background: #949494;
	border-color: #949494;
	text-decoration: none;
}
/*-----carousel-----*/
.list_carousel1.responsive {
	width: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.list_carousel1 .foo {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel1 .foo &gt; li {
	position: relative;
	float: left;
	cursor: default;
	margin: 0 10px;
	text-align: center;
	padding: 0;
	background: none;
}
.list_carousel1 .foo &gt; li a {
	display: inline-block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_carousel1 .foo &gt; li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.list_carousel1.responsive .caroufredsel_wrapper {
	cursor: default !important;
	margin-bottom: 0 !important;
	overflow: visible !important;
}
.list_btn2 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -7px;
}
.list_btn2 .prev, .list_btn2 .next {
	display: inline-block !important;
	cursor: pointer;
	width: 9px;
	height: 15px;
	position: relative;
}
.list_btn2 .prev {
	float: left;
	margin-left: -10px;
	background: url(../img/prev.png) 0 top no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_btn2 .prev:hover {
	background: url(../img/prev.png) 0 bottom no-repeat;
}
.list_btn2 .next {
	float: right;
	margin-right: -10px;
	background: url(../img/next.png) 0 top no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_btn2 .next:hover {
	background: url(../img/next.png) 0 bottom no-repeat;
}
/*---*/
.list_carousel2.responsive {
	position: relative;
	width: auto;
	margin: 0;
	z-index: 11;
}
.list_carousel2 #foo2 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center !important;
	cursor: default;
}
.list_carousel2 #foo2 &gt; li {
	padding: 0;
	float: left;
	cursor: default;
	margin: 0;
}
.list_carousel2 #foo2 &gt; li p {
	color: #ffffff;
	font: 16px/18px 'Archivo Narrow';
	margin-bottom: 20px;
}
.list_carousel2 #foo2 &gt; li .title {
	font: bold 48px/48px 'Archivo Narrow';
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 24px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.list_carousel2 #foo2 &gt; li .name {
	font: bold italic 16px/20px 'Archivo Narrow';
	color: #f1373a;
	margin-bottom: 0;
}
.list_carousel2.responsive .caroufredsel_wrapper {
	cursor: default !important;
}
#foo2_pag {
	position: relative;
	margin: 16px 0 27px 0;
	padding: 0;
	border-radius: 0;
	text-align: center;
	bottom: 0;
	width: 100%;
}
#foo2_pag a {
	position: relative;
	z-index: 1;
	width: 13px;
	height: 13px;
	padding: 0 !important;
	margin: 0 0 0 7px;
	display: inline-block;
	background: #ffffff;
	border-radius: 100%;
	cursor: pointer;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#foo2_pag a:hover {
	background: #f1373a;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#foo2_pag a.selected {
	background: #f1373a;
}
#foo2_pag a span {
	display: none;
}
/* list
========================================================*/
.list1 {
	margin: 0 0 28px 0;
	padding: 0;
	list-style: none;
}
.list1 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin: 0 0 0 0;
	padding: 0 0 0 30px;
	background: url(../img/list_point1.png) left 13px no-repeat;
}
.list1 li a {
	font: 18px/38px 'Archivo Narrow';
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li a:hover {
	color: #272727;
}
.list1-1 {
	margin: 0 0 7px 0;
	padding: 0;
	list-style: none;
}
.list1-1.indent {
	margin-bottom: 28px;
}
.list1-1 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin: 0 0 0 0;
	padding: 0 0 0 30px;
	background: url(../img/list_point2.png) left 13px no-repeat;
}
.list1-1 li a {
	font: 18px/38px 'Archivo Narrow';
	color: #272727;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li a:hover {
	color: #f1373a;
}
.list1-2 {
	margin: 0 0 28px 0;
	padding: 0;
	list-style: none;
}
.list1-2 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin: 0 0 0 0;
	padding: 0 0 0 30px;
	background: url(../img/list_point1.png) left 13px no-repeat;
}
.list1-2 li a {
	font: 18px/38px 'Archivo Narrow';
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-2 li a:hover {
	color: #f1373a;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2.indent {
	padding-top: 12px;
}
.list2 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin: 0 0 12px 0;
	padding-left: 21px;
	background: url(../img/list_point2.png) left 4px no-repeat;
}
.list2 li a {
	font: 13px 'Ubuntu';
	color: #f1373a;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list2 li a:hover {
	color: #222220;
}
.list2-1 {
	margin: 0;
	padding: 12px 0 0 0;
	list-style: none;
	overflow: hidden;
}
.list2-1.indent {
	padding-top: 12px;
}
.list2-1 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin: 0 0 12px 0;
	padding-left: 21px;
	background: url(../img/list_point1.png) left 4px no-repeat;
}
.list2-1 li a {
	font: 13px 'Ubuntu';
	color: #f1373a;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list2-1 li a:hover {
	color: #ffffff;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin: 0 0 13px 0;
	overflow: hidden;
}
.list3 li .badge {
	width: 75px;
	margin: 0 20px 0 0;
	padding: 0;
	font: bold 60px/48px 'Archivo Narrow';
	color: #f1373a;
	border-radius: 0;
	background: none;
	text-align: left;
	float: left;
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list4 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 30px;
}
.list4 li a {
	font: 16px 'Archivo Narrow';
	color: #f1373a;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list4 li a:hover {
	color: #ffffff;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin: 0 0 12px 0;
	overflow: hidden;
}
.list5 li span {
	font-size: 49px;
	color: #f1373a;
	float: left;
	width: 70px;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list6 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 13px;
}
.list6 li span {
	width: 52px;
	height: 52px;
	border-radius: 100%;
	background: #39464f;
	font: bold 18px/52px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	display: inline-block;
	float: left;
	margin: 8px 16px 0 0;
	text-align: center;
}
.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	text-align: left;
}
.list7 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 7px;
}
.list7 li span {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	background: #f1373a;
	color: #ffffff;
	font: bold 40px/68px 'Archivo Narrow';
	display: inline-block;
	float: left;
	margin: 5px 30px 0 0;
	text-align: center;
}
.list7 li p {
	font: 16px/20px 'Archivo Narrow';
	margin-bottom: 23px;
	color: #ffffff;
}
.list8 {
	margin: 0;
	padding: 0 0 53px 0;
	list-style: none;
	overflow: hidden;
}
.list8 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 28px;
}
/* search
========================================================*/
#search-404 {
	padding: 0;
	margin: 40px 0 0 0;
	position: relative;
}
#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	outline: none;
	background: none;
	border: 1px solid #cacaca;
	font: 13px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #5f5e5e;
	padding: 9px 13px;
	height: 38px;
	resize: none;
	margin-bottom: 25px;
}
#search {
	margin: 46px 0 0 10px;
	position: relative;
	margin-left: 83px;
	float: right;
}
#search a {
	position: absolute;
	top: 9px;
	right: 8px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#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: 270px;
	border: 1px solid #626265;
	background: none;
	font: 12px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #a1a0a0;
	padding: 9px 35px 9px 14px;
	height: 38px;
	outline: none;
	resize: none;
	overflow: hidden;
}
/* map
========================================================*/
.content_map {
	margin-bottom: 45px;
}
.google-map-api {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#map-canvas img {
	max-width: none !important;
}
.content_map {
	position: relative;
	height: 382px;
}
.gm-wrapper div:first-child div + div + div + div {
	background-color: transparent !important;
	background-color: #000 !important;
	background-color: rgba(0, 0, 0, 0.7) !important;
}
.gm-wrapper * {
	box-shadow: 0 0 0 #000 !important;
	background-color: transparent !important;
}
.gm-style-iw {
	text-align: center;
	width: 330px !important;
	height: 127px !important;
	right: 0;
	position: absolute;
	left: 0 !important;
	top: 0 !important;
	color: #ffffff;
	padding: 38px 0 0 20px;
	font: 13px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	overflow: visible !important;
}
.gm-style-iw:after {
	content: '';
	width: 0;
	height: 0;
	top: 100%;
	margin-top: 17px;
	left: 50%;
	margin-left: 5px;
	border-style: solid;
	border-width: 25px 15px 0 15px;
	border-color: #000000;
	border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
	position: absolute;
}
.gm-style-iw span {
	font-weight: bold;
	display: block;
	font-size: 18px;
}
.info {
	margin-bottom: 50px;
}
.info p {
	margin-bottom: 21px;
}
.mail {
	color: #5f5e5e;
	font: 13px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.mail:hover {
	color: #f1373a;
	text-decoration: underline;
}
.errorBox {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 40px;
}
.errorBox1 {
	padding-bottom: 40px;
}
/*========================================================
                    footer
=========================================================*/
footer {
	padding: 65px 0;
	overflow: hidden;
	text-align: center;
}
footer em {
	font-style: normal;
}
footer p {
	font: 12px/18px 'Archivo Narrow';
	color: #bbb;
	margin-bottom: 17px;
	text-transform: uppercase;
}
footer .title {
	font: bold 48px/48px 'Archivo Narrow';
	margin-bottom: 3px;
	color: #ffffff;
	text-transform: none;
}
footer .privacy {
	font: 12px 'Archivo Narrow';
	color: #ffffff;
	margin-bottom: 13px;
	text-transform: uppercase;
}
footer .privacy a {
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer .privacy a:hover {
	color: #f1373a;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
 .list_carousel2.responsive .caroufredsel_wrapper {
 height: 202px !important;
}
}
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
 header {
 text-align: center;
}
 header h1.navbar-brand_ {
 float: none;
}
 header nav.tm_navbar {
 float: none;
 display: block;
 text-align: center;
 margin: 0;
}
 header nav.tm_navbar li {
 float: none;
 display: inline-block;
}
 header #search {
 margin: 30px 0;
 float: none;
 display: inline-block;
}
 .follow-box {
 text-align: center;
}
 .follow-box .address_icon {
 display: inline-block;
 float: none;
 margin-bottom: 30px;
}
 .follow-box .address_icon li {
 float: none;
 margin: 0 0 15px 0;
}
 .follow-box .address_icon li img {
 float: none;
}
 .follow-box .follow_icon {
 float: none;
 margin: 0 0 15px 0;
}
 .thumb-box1 .box2,  .thumb-box3 .box2,  .thumb-box10 .box2 {
 padding-left: 50px;
}
 .thumb-box10 .box2 svg#bigTriangleColor {
 left: -114px;
}
 .thumb-box8 {
 background: #2d2d2b url(../img/pattern1.png) repeat;
}
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
 #toTop {
 display: none !important;
}
 header {
 text-align: center;
}
 header h1.navbar-brand_ {
 float: none;
}
 header nav.tm_navbar {
 float: none;
 display: block;
 text-align: center;
 margin: 0;
}
 header nav.tm_navbar li {
 float: none;
 display: inline-block;
}
 header #search {
 margin: 30px 0;
 float: none;
 display: inline-block;
}
 h2::after,  h2::before {
 width: 15%;
}
 .follow-box {
 text-align: center;
}
 .follow-box .address_icon {
 display: inline-block;
 float: none;
 margin-bottom: 30px;
}
 .follow-box .address_icon li {
 float: none;
 margin: 0 0 15px 0;
}
 .follow-box .address_icon li img {
 float: none;
}
 .follow-box .follow_icon {
 float: none;
 margin: 0 0 15px 0;
}
 .thumb-box1 .box2,  .thumb-box3 .box2,  .thumb-box10 .box2 {
 padding-left: 0;
}
 .errorBox img {
 width: 100%;
}
 .list_btn2 .prev {
 margin: 0 0 0 5px;
}
 .list_btn2 .next {
 margin: 0 5px 0 0;
}
 .list_carousel1 .foo &gt; li a img {
 width: 100%;
}
 .thumb-box8 {
 background: #2d2d2b url(../img/pattern1.png) repeat;
}
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
 #toTop {
 display: none !important;
}
 header {
 text-align: center;
}
 header h1.navbar-brand_ {
 float: none;
}
 header nav.tm_navbar {
 float: none;
 display: block;
 text-align: center;
 margin: 0;
}
 header nav.tm_navbar li {
 float: none;
 display: inline-block;
}
 header #search {
 margin: 30px 0;
 float: none;
 display: inline-block;
}
 h2::after,  h2::before {
 display: none;
 content: none;
}
 h5 {
 font-size: 35px;
 line-height: 40px;
}
 nav.tm_navbar {
 float: none;
 width: 100%;
 text-align: center;
}
 nav.tm_navbar .nav {
 display: none;
}
 .select-menu {
 display: inline-block !important;
 padding: 4px 4px 4px 0;
 margin: 0;
 width: 100%;
 border: 1px solid #f33538;
 background: #f33538;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .follow-box {
 text-align: center;
}
 .follow-box .address_icon {
 display: inline-block;
 float: none;
 margin-bottom: 30px;
}
 .follow-box .address_icon li {
 float: none;
 margin: 0 0 15px 0;
}
 .follow-box .address_icon li img {
 float: none;
}
 .follow-box .follow_icon {
 float: none;
 margin: 0 0 15px 0;
}
 .thumb-box1 .subbox2 {
 background: #ffffff;
}
 .thumb-box1 .box2 {
 padding-left: 0;
 background: none;
 height: auto !important;
}
 .thumb-box1 .box2 svg#bigTriangleColor {
 display: none;
}
 .thumb-box1 .box1 {
 height: auto !important;
}
 .thumb-box1 em {
 display: none;
}
 .thumb-box3 .subbox2 {
 background: #f2f5f3;
}
 .thumb-box3 .box2 {
 padding: 50px 0;
 background: none;
 height: auto !important;
}
 .thumb-box3 .box2 svg#bigTriangleColor {
 display: none;
}
 .thumb-box3 .box1 {
 height: auto !important;
 padding: 40px 0;
}
 .thumb-box3 em {
 display: none;
}
 .thumb-box10 .subbox2 {
 background: #f2f5f3;
}
 .thumb-box10 .box2 {
 padding: 50px 0;
 background: none;
 height: auto !important;
}
 .thumb-box10 .box2 svg#bigTriangleColor {
 display: none;
}
 .thumb-box10 .box1 {
 height: auto !important;
 padding: 40px 0;
}
 .thumb-box10 em {
 display: none;
}
 .thumb-box6 {
 padding: 44px 15px;
}
 .list_carousel2 #foo2 &gt; li .title {
 font-size: 30px;
 line-height: 40px;
}
 .list_btn2 .prev {
 margin: 0 0 0 10px;
}
 .list_btn2 .next {
 margin: 0 10px 0 0;
}
 .list_carousel1.responsive .caroufredsel_wrapper {
 padding: 0 20px;
}
 .list_carousel1 .foo &gt; li img {
 width: 100%;
}
 .thumb-pad4 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .who-box .col-lg-4 {
 margin-bottom: 50px;
}
 .thumb-pad2 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-box8 {
 background: #2d2d2b url(../img/pattern1.png) repeat;
}
 .map iframe {
 height: 300px;
}
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
 .thumb-pad4 figure {
 margin: 0 0 26px 0;
 float: none;
}
 .thumb-pad2 figure {
 margin: 0 0 25px 0;
 float: none;
}
}
/*===========================================================================================================================*/
/*===========================================================================================================================*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .errorBox img {
 width: 100%;
}
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/

/*CUSTOM MODIFICATIONS*/
@media (min-width: 1200px) {
    .obory .col-lg-3 {
	width: 20%;
    }
    .obory .col-md-3 {
	width: 20%;
    }
}
</pre></body></html>