@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

/*========================================================
                    Main layout styles
=========================================================*/


body {
	background: #31353d;
	font: 15px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #757575;
}
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 {
	font: 15px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 15px;
	line-height: 24px;
}
h1.navbar-brand_ {
	margin: 36px 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: bold 24px/30px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #35424d;
	margin: 0 0 36px 0;
	text-transform: uppercase;
}
h2.indent {
	margin: 0 0 30px 0;
}
h3 {
	font: 15px/28px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #0453a0 ; /* was #1abc9c */
	margin: 0 0 0 0;
	text-transform: uppercase;
}
h4 {
	font: 18px/24px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin: 0 0 18px 0;
	text-transform: uppercase;
}
.extra-wrap {
	overflow: hidden;
}
.content {
	padding: 0;
	background: #ffffff;
}
.content.indent {
	padding: 66px 0 0 0;
	background: #ffffff;
}
.center {
	text-align: center;
}
/*========================================================
                    header
=========================================================*/
header {
	position: relative;
	margin: 0;
	padding: 0 0 17px 0;
	z-index: 11;
	background: #ffffff;
	border-bottom: 1px solid #e9e9e9;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
header.indent {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.follow-box {
	overflow: hidden;
	padding: 12px 0 6px 0;
	background: #2c2c2c;
}
.follow-box p {
	float: right;
	font: 12px 'Arial';
	color: #ffffff;
	margin: 4px 0 0 0;
}
.follow-box p > a {
	font: 12px 'Arial';
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.follow-box p > a:hover {
	color: #0453a0 ;
}
.address_icon {
	padding: 0;
	margin: 0;
	float: right;
	list-style: none;
}
.address_icon li {
	float: right;
	margin-right: 36px;
	font: 12px 'Arial';
	color: #ffffff;
}
.address_icon li:first-child {
	margin-right: 0;
}
.address_icon li img {
	float: left;
	margin-right: 9px;
}
.address_icon li a {
	font: 12px 'Arial';
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.address_icon li a:hover {
	color: #0453a0 ;
}

.address_icon li span{
	padding: 0 2px 0 2px !important;
	margin: 0 2px 0 2px !important;
}

.follow_icon {
	padding: 0;
	margin: -4px 0 0 0;
	float: left;
	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;
	font-weight: 900;
	color: #fff;
}
.follow_icon li a:hover {
	opacity: 0.5 !important;
	filter: alpha(opacity=50) !important;
}
.follow_icon.indent {
	float: none;
}
.follow_icon.indent li {
	margin-left: 21px;
}
.follow_icon.indent li:first-child {
	margin-left: 0;
}
.follow_icon.indent li a {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.follow_icon.indent li a:hover {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.logo {
	width: 323px;
	height: 86px;
	overflow: hidden;
}

/* menu
========================================================*/
nav.tm_navbar {
	border: none;
	padding: 0;
	margin: 0;
	float: right;
	min-height: 0;
	background: none;
}
nav.tm_navbar li {
	position: relative;
	font-size: 13px;
	line-height: 24px;
	padding: 0;
	margin: 0;
	float: left;
}
nav.tm_navbar li::after {
 position: absolute;
 right: 0;
 top: 50%;
 width: 1px;
 height: 18px;
 background: #d0d0d0;
 content: '';
}
nav.tm_navbar li:last-child::after {
 content: none;
 display: none;
}
nav.tm_navbar li a {
	position: relative;
	padding: 48px 0 33px 0;
	width: 94px;
	text-align: center;
	font: 14px 'Roboto Condensed';
	color: #505050;
	background: transparent;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li.active > a {
	color: #ffffff;
	background: #0453a0  !important;
}
nav.tm_navbar li.active::after {
 content: none;
 display: none;
}
nav.tm_navbar li:hover > a {
	color: #ffffff;
	background: #0453a0 ;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li:hover::after {
 content: none;
 display: none;
}
nav.tm_navbar .sfHover > a {
	color: #ffffff;
	background: #0453a0 ;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar .sfHover::after {
 content: none;
 display: none;
}
nav.tm_navbar li span {
	text-align: center;
	position: absolute;
	height: 4px;
	width: 6px;
	display: inline-block;
	left: 49.5%;
	bottom: 26px;
	z-index: 0;
	background: url(../img/marker.png) center 0 no-repeat;
}
/* subMenu1
========================================================*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 350px;
	left: 0;
	top: 95px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #2a2a2a;
	border-radius: 0;
	padding: 29px 0/*10px*/ 16px 0/*16px*/;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
	position: relative;
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 13px 0;
	padding: 0;
	display: block;
}
nav.tm_navbar .sub-menu > ul li::after {
 content: none !important;
 display: none !important;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none;
	padding: 0 10px 0 16px;
	margin: 0;
	float: none;
	font: 12px 'Arial';
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: all 0.25s ease-out 0.7s;
	-o-transition: all 0.25s ease-out 0.7s;
	transition: all 0.25s ease-out 0.7s;
}

nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #0453a0  !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 > ul li span { 
	display: block;
	position: absolute;
	right: 10px;
	top: 5px;
	left: auto;
	width: auto !important;
	color: #ffffff;
	font-size: 14px;
	background: none;
	-webkit-transition: all 0.25s ease-out 0.7s ;
    -moz-transition: all 0.25s ease-out 0.7s;
    -ms-transition: all 0.25s ease-out 0.7s;
    -o-transition: all 0.25s ease-out 0.7s;
    transition: all 0.25s ease-out 0.7s;
}

nav.tm_navbar .sub-menu > ul li:hover > span{
	transform: rotate(90deg);
	transform-origin: bottom center;
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out ;
    -ms-transition: all 0.25s ease-in-out ;
    -o-transition: all 0.25s ease-in-out ;
    transition: all 0.25s ease-in-out ;
}

nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #0453a0  !important;
	background: none !important;
}

/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
	position: relative;
	display: none;
	overflow: hidden;
	left:0;
	padding-left:0 !important;
	margin-bottom: 0 !important;
	width:100%; /*107px;*/
	/*left: 94px;*/
	/*top: -10px;*/
	border-radius: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #0453a0 ;
	/*padding: 10px 10px 0 10px;*/
	margin: 0;
	text-align: left;
}

nav.tm_navbar .sub-menu ul ul a li {
  width: 100%;
  opacity: 100;
  padding: 3px 0 3px 0;
  float:left;
  margin:0 0 0 0;
  background: #0453a0;
  box-shadow: 0px 1px #2a2a2a  inset;
  -webkit-transition: box-shadow .3s,text-indent .3s;
  transition: box-shadow .3s,text-indent .3s;
  position: relative;
}

nav.tm_navbar .sub-menu ul ul a li:hover {
	background: #167add;
  	box-shadow: 7px 0px #2a2a2a  inset;
  	-webkit-transition: box-shadow .3s linear,text-indent .3s linear;
  	transition: box-shadow .3s linear,text-indent .3s linear;
  	text-indent: 31px;
  }

nav.tm_navbar .sub-menu ul ul a  {
	background: none;
	display: grid;
	width:100%;
	padding: 0;
	margin: 0;
	display: block;
	font: 12px 'Arial';
	text-transform: uppercase;
	color: #000000;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	text-decoration: none;
	color: #ffffff !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;
}

/*========================================================
					-aBanner-
========================================================*/
.aBanner {
	background:#167add;
	padding:0;
	margin:0;
	overflow: hidden;
}

.aBanner h1 {
	/*==Scrolling==*/
	 width: 100%;
	 height: 100%;
	 /* Start*/
	 -moz-transform:translateX(100%);
	 -webkit-transform:translateX(100%);	
	 transform:translateX(100%);
	 /* Animation*/	
	 -moz-animation: scroll-left 50s linear infinite;
	 -webkit-animation: scroll-left 50s linear infinite;
	 animation: scroll-left 50s linear infinite;
	/*=============*/
	color: white;
	/*text-align: center;*/
	margin: 0;
	padding: 5px 0 5px 0;
}

/* Move it (define the animation) */
@-moz-keyframes scroll-left {
	0%   { -moz-transform: translateX(100%); }
	100% { -moz-transform: translateX(-100%); }
   }
@-webkit-keyframes scroll-left {
	0%   { -webkit-transform: translateX(100%); }
	100% { -webkit-transform: translateX(-100%); }
   }
@keyframes scroll-left {
	0% { 
	-moz-transform: translateX(100%); /* Browser bug fix */
	-webkit-transform: translateX(100%); /* Browser bug fix */
	transform: translateX(100%); 		
	}
	100% { 
	-moz-transform: translateX(-100%); /* Browser bug fix */
	-webkit-transform: translateX(-100%); /* Browser bug fix */
	transform: translateX(-100%); 
	}
}

.aBanner h1 a{
	color: #c7c7c7;
}

.aBanner h1 a:hover{
	color: #474747;
}

/*========================================================
                    -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 'Roboto Condensed', "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: 47px;
}

.tf_description{
	font-size:15px;
	padding: 5px 0 5px 0;
	margin: 0 !important;
}

/*========================================================
                    Company Page
=========================================================*/

.companyCEO {
	background-color: #0453a0;
	color: #FFFFFF;
	
}

.companyCEO p{
	padding-left: 10px;
	margin:0;
}

.companyCEO h3{
	background-color:#0d3053;
	color: #FFFFFF;
	padding-left: 10px;
}

.companyContainer figure{
	margin:0 !important;
}

.companyContainer div.caption h3{
	padding:0 25px 0/*10px*/ 25px !important;
	color: #FFFFFF;
	height:55px;
	font-weight: bold;
}


.companyContainer .name{
	padding:5px 0 5px 0;	
	width:100%;
	background-color: #0d3053;
}

.companyContainer div.caption{
	padding:0 /*0 10px 0*/  !important;
	width: 270px;
	height: 275px;
	background-color: #0453a0;
	color: #FFFFFF;
}

.companyContainer .name a{
	color: #FFFFFF !important;
}

.companyContainer p{
	padding:0 25px 0/*10px*/ 25px !important;
	margin:5px 0 0 0 !important;
	/*background-color: #0d3053;*/
}

.companyContainer .thumbnail {
	box-shadow: 10px 10px 5px #aaaaaa !important;
	
	width: 270px;
}
/*================================================*/

/*========================================================
                    Blog
=========================================================*/

.blogH4{
	font-weight: bold;
}

.blogTable{
	margin-left: 8%;
}

.blogTable .blogH4{
	padding-left: 15% !important;
}

.blogTable table, .blogTable th, .blogTable td{
	border: 2px solid black;
	padding: 5px 10px;
}

.blogTable .tableBlank{
	border: none !important;
}

.blogTable .tableHeader{
	background-color: #0453a0;
	color: #000000;
}

.blogContact{
	padding-left:25%;	
}

.blogContact div{
	background-color: #0453a0;
	width: fit-content;
	margin-left: 5%;
	border: 2px solid black;
	padding: 0;
}

.blogContact div .contactName{
	display: inline-block;
	background-color: #0d3053;
	width: 100%;
	height: 100%;
	padding: 5px 0 5px 5px;
	font-size: large;
	border-bottom: 2px solid black;
}

.blogContact div .contactRow{
	padding:0 10px 3px 5px;
}

.blogContact img{
	padding-left: 6%;
}
/*================================================*/

.thumb-box1 {
	overflow: hidden;
	padding: 39px 0;
}
.thumb-box2 {
	overflow: hidden;
	padding: 24px 0 83px 0;
}
.thumb-box2 .title {
	font: bold 48px/48px 'Roboto Condensed';
	text-transform: uppercase;
	color: #35424d;
	margin-bottom: 0;
}
.thumb-box2 .description {
	font: 24px 'Roboto Condensed';
	color: #747f88;
	margin-bottom: 13px;
	letter-spacing: 1px;
}
.thumb-box2 p {
	font: 14px/24px 'Roboto Condensed';
	color: #8595a2;
	margin-bottom: 0;
}
.thumb-box3 {
	background: url(../img/pattern.png) repeat;
	padding: 75px 0 28px 0;
	overflow: hidden;
}
.thumb-box3 .col-lg-3 {
	margin-bottom: 30px;
}
.thumb-box3 .box {
	text-align: center;
}
.thumb-box3 .box .title {
	font: 21px/24px 'Roboto Condensed';
	color: #35424d;
	text-transform: uppercase;
	margin-bottom: 3px;
}
.thumb-box3 .box figure {
	overflow: hidden;
	width: 107px;
	height: 139px;
	margin-bottom: 32px;
	display: inline-block;
}
.thumb-box3 .box:hover figure img {
	margin-top: -139px;
}
.thumb-box3 .box:hover a {
	background: url(../img/more_btn2.png) 0 bottom no-repeat;
}
.thumb-box3 .box p {
	margin-bottom: 23px;
}
.thumb-box3 .box a {
	width: 23px;
	height: 23px;
	display: inline-block;
	background: url(../img/more_btn2.png) 0 top no-repeat;
	overflow: hidden;
}
.thumb-box3 .box a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.thumb-box4 {
	overflow: hidden;
	background: #ffffff;
	padding: 70px 0 32px 0;
}
.thumb-box4 figure {
	position: relative;
	margin-bottom: 30px;
}
.thumb-box4 figure img {
	width: 100%;
}
.thumb-box4 figure:hover i {
	-webkit-transform: translateY(0) translateX(0) scale(1);
	transform: translateY(0) translateX(0) scale(1);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 1;
	filter: alpha(opacity=100);
}
.thumb-box4 figure i {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 0;
	top: 0;
	left: 0;
	display: block;
	background: #0453a0  url(../img/more_btn.png) center center no-repeat;
	background: rgba(26, 188, 156, 0.6) url(../img/more_btn.png) center center no-repeat;
	font-weight: normal;
	-webkit-transform: translateY(0) translateX(0) scale(0.25);
	transform: translateY(0) translateX(0) scale(0.25);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.thumb-box5 {
	padding: 60px 0 53px 0;
	overflow: hidden;
	background-position: 100% 100%;
	background-attachment: fixed;
	position: relative;
	background-image: url(../img/2021/bg_pic3.jpg);
}
.thumb-box5 .title {
	font: bold 40px/48px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	letter-spacing: -1px;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #239c80;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.13);
}
.thumb-box5 .description {
	color: #ffffff;
	text-transform: uppercase;
	font: 16px/24px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.thumb-box5 .col-lg-4, .thumb-box5 .col-lg-5 {
	padding-top: 22px;
}
.thumb-box6 {
	overflow: hidden;
	background: #ffffff;
	padding: 40px 0 32px 0;
}
.thumb-box6 .title {
	font: bold 36px/36px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #35424d;
	margin-bottom: 0;
}
.thumb-box6 .description {
	font: 18px/24px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #8595a2;
	margin-bottom: 1px;
}
.thumb-box6 p {
	font: 16px/24px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #8595a2;
	margin-bottom: 0;
}
.thumb-box7 {
	overflow: hidden;
	background: #f6f6f6;
	padding: 47px 0;
}
.thumb-box8 {
	overflow: hidden;
	background: url(../img/pattern.png) repeat;
	padding: 70px 0 38px 0;
}
.thumb-box9 {
	background: #ffffff;
	padding: 68px 0 0 0;
	overflow: hidden;
}
.thumb-box9 .col-lg-3, .thumb-box9 .col-lg-4, .thumb-box9 .col-lg-5 {
	margin-bottom: 38px;
}
.thumb-box10 {
	padding: 0 0 45px 0;
	overflow: hidden;
}
.thumb-box11 {
	overflow: hidden;
	background: url(../img/pattern.png) repeat;
	padding: 70px 0 74px 0;
}
.thumb-box12 {
	padding: 68px 0 60px 0;
	background: #ffffff;
	overflow: hidden;
}
.thumb-box12 .col-lg-4 {
	margin-bottom: 30px;
}
.thumb-box13 {
	padding: 60px 0 58px 0;
	overflow: hidden;
	background-position: 100% 100%;
	background-attachment: fixed;
	position: relative;
	background-image: url(../img/bg_pic1.jpg);
}
.thumb-box13 p {
	color: #ffffff;
}
.thumb-box13 .title {
	font: bold 40px/48px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	letter-spacing: -1px;
	margin-bottom: 25px;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #239c80;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.13);
}
.thumb-box14 {
	background: url(../img/pattern.png) repeat;
	padding: 70px 0 9px 0;
}
/*-----subscribeForm-----*/
#newsletter {
	position: relative;
	overflow: hidden;
	display: inline-block;
	margin-top: 24px;
}
#newsletter .btn-default.btn2 {
	float: left;
}
#newsletter input {
	box-shadow: none;
	border: none;
	font: 14px/18px 'Open Sans';
	color: #a2a2a2;
	background: none;
	height: 38px;
	width: 465px;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 9px 22px;
	float: left;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter input:focus {
	outline: none;
	border: 1px solid #ccc;
}
#newsletter .error {
	position: absolute;
	bottom: 0;
	right: 12px;
	text-align: right;
	display: block;
	overflow: hidden;
	height: 0px;
	font-size: 10px;
	color: #3bc2a4;
	text-transform: none;
	font-weight: normal;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter label {
	position: relative;
	margin-right: 5px;
	float: left;
	border: none;
}
#newsletter label.invalid .error {
	height: 19px;
}
#newsletter .success {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	text-align: center;
	border: none;
	font: 14px/18px 'Open Sans';
	color: #a2a2a2;
	background: #ffffff;
	border: 1px solid #ccc;
	height: 38px;
	width: 100%;
	border-radius: 0;
	padding: 9px 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* thumbs
========================================================*/
.thumb-pad1 {
	margin: 0 0 30px 0;
	overflow: hidden;
	text-align: center;
	background: #0453a0 ;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad1:hover {
	background: #2c2c2c;
}
.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: 26px 75px 38px 75px;
	color: #a2a2a2;
}
.thumb-pad1 .caption .title {
	font: 300 30px 'Roboto Condensed';
	color: #ffffff;
	margin-bottom: 4px;
	text-transform: uppercase;
}
.thumb-pad1 .caption p {
	font: bold 14px/21px 'Roboto Condensed';
	color: #ffffff;
	margin-bottom: 10px;
}
.thumb-pad1 .caption a {
	display: inline-block;
	width: 27px;
	height: 27px;
	background: url(../img/more_btn.png) 0 top no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad1 .caption a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.thumb-pad1 figure {
	margin: 0;
}
.thumb-pad1 figure img {
	width: 100%;
}
.thumb-pad2 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad2 .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad2 .caption p {
	font-style: italic;
}
.thumb-pad2 .caption a {
	font: 21px 'Roboto Condensed', "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-pad2 .caption a:hover {
	color: #0453a0 ;
}
.thumb-pad2 figure {
	margin: 0 30px 0 0;
	float: left;
}

.proj_figure{
	display: grid;
}

.proj_figure img{
	float: left;
	width:153px !important;
	height: 131px !important;
}

.proj_figure div{
	width:100%;
	padding-top:20px;
	margin:0;
	float: right;
}

.proj_figure div a{
	margin:0 !important;
}

.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 'Roboto Condensed', "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;
	text-align: center;
}
.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 25px;
	text-align: center;
}
.thumb-pad5 .thumbnail .caption a {
	font: 21px 'Roboto Condensed', "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-pad5 .thumbnail .caption a:hover {
	color: #0453a0 ;
}
.thumb-pad5 figure {
	margin: 0 0 35px 0;
}
.thumb-pad5 figure img {
	width: 100%;
}
.thumb-pad6 {
	margin: 0 0 30px 0;
	overflow: hidden;
	text-align: center;
	background: #0453a0 ;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6:hover {
	background: #2c2c2c;
}
.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: 26px 15px 38px 15px;
	color: #a2a2a2;
}
.thumb-pad6 .caption .title {
	font: 300 30px 'Roboto Condensed';
	color: #ffffff;
	margin-bottom: 4px;
	text-transform: uppercase;
}
.thumb-pad6 .caption p {
	font: bold 14px/21px 'Roboto Condensed';
	color: #ffffff;
	margin-bottom: 10px;
}
.thumb-pad6 .caption a {
	display: inline-block;
	width: 27px;
	height: 27px;
	background: url(../img/more_btn.png) 0 top no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6 .caption a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.thumb-pad6 figure {
	margin: 0;
}
.thumb-pad6 figure img {
	width: 100%;
}

.thumb-pad7 .thumbnail .extra-wrap .caption .contact_text p {
	text-align: center;
}

.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: 7px 0 0 0;
	text-align: center;
	font: 14px/18px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
}
.thumb-pad8 .lnk {
	font: 21px/25px 'Roboto Condensed', "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: #0453a0 ;
}


.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: #0453a0 ;
}
.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: #a2a2a2;
}
.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 'Roboto Condensed', "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 21px;
	font: 14px/50px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 66px 0 0 0;
	text-shadow: none;
	border-radius: 0;
	color: #ffffff;
	background: #35424d;
	float:none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: #0453a0 ;
	text-decoration: none;
}
.btn-default.btn2 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 26px;
	font: 14px/36px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	border-radius: 0;
	color: #2f2f2f;
	text-transform: uppercase;
	border: 1px solid #ccc;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #0453a0;
	border-color: #0453a0;
	text-decoration: none;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 21px;
	font: 14px/50px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	border-radius: 0;
	color: #ffffff;
	background: #0453a0 ;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3:hover {
	color: #ffffff;
	background: #39464f;
	text-decoration: none;
}
/* list
========================================================*/
.list1-1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list1-1 li {
	font-size: 15px;
	line-height: 1.428571429;
	margin: 0 0 17px 0;
	padding: 0 0 0 20px;
	position: relative;
}
.list1-1 li a {
	font: 15px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li a:hover {
	color: #35424d;
}
.list1-1 li::after {
 position: absolute;
 left: 0;
 top: 7px;
 width: 6px;
 height: 6px;
 background: #eaf7f4;
 border-radius: 100%;
 content: '';
}
.list1 {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}
.list1 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin: 0 0 27px 0;
	padding: 0;
}
.list1 li .badge {
	width: 52px;
	height: 52px;
	border-radius: 100%;
	background: #39464f;
	float: left;
	margin: 0 17px 0 0;
	padding: 7px 0 0 0;
	text-align: center;
	font: 14px/18px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin: 0 0 0 85px;
	float: left;
}
.list2 li a {
	display: inline-block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list2 li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.list2 li:first-child {
	margin: 0;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin: 0 0 12px 0;
	padding: 0 0 0 12px;
	position: relative;
}
.list3 li a {
	font: 13px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #b8b7b7;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list3 li a:hover {
	color: #1cae91;
}
.list3 li::after {
 position: absolute;
 left: 0;
 top: 7px;
 width: 4px;
 height: 4px;
 background: #1cae91;
 border-radius: 100%;
 content: '';
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list4 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin-bottom: 28px;
}
.list4 li p {
	margin-bottom: 0;
	text-transform: uppercase;
	color: #ddd;
	font-size: 12px;
	line-height: 20px;
}
.list4 li p a {
	color: #ddd;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list4 li p a:hover {
	color: #0453a0 ;
}
.list4 li figure {
	float: left;
	margin-right: 10px;
	width: 23px;
}
.list5 {
	margin: 0;
	padding: 16px 0 17px 0;
	list-style: none;
}
.list5 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin: 0 0 12px 0;
	padding: 0 0 0 34px;
	position: relative;
}
.list5 li a {
	font: 13px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #a2a2a2;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list5 li a:hover {
	color: #1cae91;
}
.list5 li::after {
 position: absolute;
 left: 0;
 top: 5px;
 width: 8px;
 height: 8px;
 background: #1cae91;
 border-radius: 100%;
 content: '';
}
.list5-1 {
	margin: 0;
	padding: 16px 0 17px 0;
	list-style: none;
}
.list5-1.indent {
	border-bottom: 1px solid #ccc;
	padding-bottom: 60px;
	margin-bottom: 70px;
}
.list5-1 li {
	font-size: 13px;
	line-height: 1.428571429;
	margin: 0 0 12px 0;
	padding: 0 0 0 20px;
	position: relative;
}
.list5-1 li a {
	font: 13px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #a2a2a2;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list5-1 li a:hover {
	color: #1cae91;
}
.list5-1 li::after {
 position: absolute;
 left: 0;
 top: 5px;
 width: 8px;
 height: 8px;
 background: #1cae91;
 border-radius: 100%;
 content: '';
}
.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 'Roboto Condensed', "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;
}
.list7 li {
	font-size: 13px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 13px;
}
.list7 li span {
	width: 69px;
	height: 69px;
	border-radius: 100%;
	background: #0453a0 ;
	color: #ffffff;
	font-size: 36px;
	line-height: 69px;
	display: inline-block;
	float: left;
	margin: 8px 30px 0 0;
	text-align: center;
}
.list8 {
	margin: 0;
	padding: 0 0 50px 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 a {
	position: absolute;
	top: 13px;
	right: 12px;
	display: inline-block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#search-404 a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#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 #ccc;
	font: 13px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #a2a2a2;
	padding: 13px 33px 13px 13px;
	height: 47px;
	resize: none;
}
#search {
	margin: 0 0 0 10px;
	position: relative;
	float: right;
}
#search a {
	font-size: 14px;
	color: #dbdbdb;
	position: absolute;
	top: 9px;
	right: 8px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#search a:hover {
	color: #353535;
}
#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 #ffffff;
	font: 12px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #a2a2a2;
	padding: 6px 30px 6px 14px;
	height: 32px;
	outline: none;
	resize: none;
	overflow: hidden;
}
/* map
========================================================*/
.map {
	margin-bottom: 75px;
}
.map iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 442px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.info {
	margin-bottom: 50px;
}
.info p {
	margin-bottom: 0;
}
.info p span {
	width: 107px;
	display: inline-block;
}
.info p a {
	color: #0453a0 ;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.info p a:hover {
	color: #35424d;
}
.mail {
	color: #0453a0 ;
	font: 13px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.mail:hover {
	color: #35424d;
	text-decoration: none;
}
.errorBox {
	text-align: center;
}
.errorBox .description {
	font: 48px/48px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #1f1f1f;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.errorBox .title {
	font: bold 172px/172px 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #0453a0 ;
	margin-bottom: 19px;
}
.errorBox p {
	font-size: 18px;
	line-height: 24px;
}
/*========================================================
                    footer
=========================================================*/
footer {
	padding: 46px 0 0 0;
	overflow: hidden;
}
footer em {
	font-style: normal;
}
footer .prev {
	font: 12px 'Open Sans';
	color: #ddd;
	margin-bottom: 10px;
	text-transform: uppercase;
}
footer .prev span {
	font: 33px 'Pacifico';
	text-transform: none;
	margin-right: 6px;
	color: #ffffff;
}
footer .prev a {
	color: #ddd;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer .prev a:hover {
	color: #0453a0 ;
}
footer .follow_icon {
	float: none;
}
footer .col-lg-3 {
	margin-bottom: 46px;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}

 .btn-default.btn1 {
 float: right;
}
}
/*========================================================
                		Grid Layout  

.containe > .grid{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
=========================================================*/

/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
 .list2 li {
 margin: 0 0 0 28px;
}
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
 #toTop {
 display: none !important;
}
 .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-pad1 .caption {
 padding: 26px 15px;
 color: #a2a2a2;
}
 .thumb-box5 .col-lg-4,  .thumb-box5 .col-lg-5 {
 padding: 0;
 margin-bottom: 35px;
}
 .list2 {
 text-align: center;
}
 .list2 li {
 float: none;
 display: inline-block;
 margin: 0 15px 0;
}
 .thumb-pad7 .thumbnail figure {
 margin: 0 0 20px 0;
 float: none;
}
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
 #toTop {
 display: none !important;
}
 nav.tm_navbar {
 float: none;
 width: 100%;
 text-align: center;
}
 nav.tm_navbar .nav {
 display: none;
}
 header {
 text-align: center;
}
 header h1.navbar-brand_ {
 float: none;
 margin-bottom: 15px;
}
 .select-menu {
 display: inline-block !important;
 padding: 4px 4px 4px 0;
 margin: 50px 0 0 0;
 width: 100%;
 border: 1px solid #31353d;
 background: #31353d;
 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-box5 .col-lg-4,  .thumb-box5 .col-lg-5 {
 padding: 0;
 margin-bottom: 35px;
}
 #newsletter {
 display: block;
}
 #newsletter input {
 width: 100%;
 float: none;
 margin-right: 0;
}
 #newsletter label {
 margin-right: 0;
 float: none;
 width: 100%;
}
 .list2 {
 text-align: center;
}
 .list2 li {
 float: none;
 display: inline-block;
 margin: 0 15px 0;
}
 .thumb-pad4 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-pad7 .thumbnail figure {
 margin: 0 0 20px 0;
 float: none;
}
 .map iframe {
 height: 300px;
}
 footer {
 text-align: center;
}
 footer .list3 li {
 margin: 0 3px 12px 0;
 display: inline-block;
}
 footer figure {
 float: none !important;
 margin: 0 0 15px 0;
 display: inline-block;
}
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
 .thumb-pad4 figure {
 margin: 0 0 26px 0;
 float: none;
}
 .thumb-pad8 .thumbnail figure {
 margin: 0 0 20px 0;
 float: none;
}
}
/*===========================================================================================================================*/
/*===========================================================================================================================*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-pad2 figure {
 margin: 0 0 20px 0;
 float: none;
}
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-pad2 figure img {
 width: 100%;
}
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
