<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* open-sans-regular - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/open-sans-v29-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/open-sans-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/open-sans-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/open-sans-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/open-sans-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/open-sans-v29-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  
  /* open-sans-700 - latin */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/open-sans-v29-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/open-sans-v29-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/open-sans-v29-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/open-sans-v29-latin-700.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/open-sans-v29-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/open-sans-v29-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  
/*========================================================
                    Main layout styles
=========================================================*/
body {
	background: #11192b;
	font-size: 14px;
	font-family: "Open Sans";
	line-height: 1.428571429;
	color: #8b8b8b;
}
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: 19px;
	line-height: 20px;
	color: #FFFFFF;
}
h1.navbar-brand_ {
	margin: 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 {
	line-height: 1em;
	font-weight: 300;
	font-size: 20px;
	font-family: "Open Sans";
	text-transform: uppercase;
	margin: 0 0 20px 0;
	color: #3e3d44;
}
h3 {
	font: 21px/24px 'Roboto';
	color: #242424;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 32px 0;
}
.extra-wrap {
	overflow: hidden;
}
.content {
	padding: 0;
	background: #11192b;
}
.content.indent {
	padding: 1px 0 0 0;
	background-repeat: repeat-x;
	background-position: 0 top repeat-x;
	background-color: #11192b;
}
.center {
	text-align: center;
}
.main {
	position: relative;
}
/*========================================================
                    header
=========================================================*/
header {
	position: relative;
	margin: 0 0 1px 0;
	padding: 54px 0 59px 0;
	z-index: 11;
	background-repeat: no-repeat;
	background-position: left 0 no-repeat;
	background-image: url(../img/ec1.jpg);
}
header.indent {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	background: #11192b;
	background: rgba(36, 186, 202, 0.6);
}
/* menu
========================================================*/
nav.tm_navbar {
	position: relative;
	z-index: 0;
	border: none;
	padding: 0;
	margin: 10px 0 0 0;
	float: right;
	min-height: 0;
	background: none;
}
nav.tm_navbar li {
	position: relative;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 0 43px;
	float: left;
}
nav.tm_navbar li:first-child {
	margin: 0;
}
nav.tm_navbar li:last-child {
	padding: 0;
	background: none;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0;
	font-size: 18px;
	font-family: "Open Sans";
	color: #ffffff;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li.active &gt; a {
	color: #ffff91;
	background: none;
}
nav.tm_navbar li.active &gt; span {
	color: #ffff91;
}
nav.tm_navbar li:hover &gt; a {
	color: #97AAC6;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	font-family: "Open Sans";
}
nav.tm_navbar li:hover &gt; span {
	color: #ffff91;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sfHover &gt; a {
	color: #ffff91;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sfHover &gt; span {
	color: #ffff91;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li span {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -12px;
	color: #ffffff;
	font-size: 10px;
	z-index: 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
/* subMenu1
========================================================*/
nav.tm_navbar .sub-menu &gt; ul {
	position: absolute;
	display: none;
	width: 89px;
	left: -24px;
	top: 50px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #11192b;
	text-align: center;
	padding: 10px 0 0 0;
	margin: 0;
}
nav.tm_navbar .sub-menu &gt; ul::after {
 position: absolute;
 left: 0;
 top: -5px;
 width: 100%;
 height: 5px;
 background: url(../img/tr.png) center 0 no-repeat;
 content: '';
}
nav.tm_navbar .sub-menu &gt; ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 4px 0;
	padding: 0 0 3px 0 !important;
	display: block;
	border-bottom: 1px solid #d1f2ca;
}
nav.tm_navbar .sub-menu &gt; ul li:last-child {
	border-bottom: none;
}
nav.tm_navbar .sub-menu &gt; ul li a {
	background: none !important;
	padding: 0;
	margin: 0;
	float: none;
	width: auto;
	font: 14px 'Open Sans';
	text-shadow: none;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu &gt; .submenu li span {
	display: inline-block;
	width: 8px;
	height: 5px;
	position: absolute;
	right: 6px;
	top: 6px;
	left: auto;
	background: none;
}
nav.tm_navbar .sub-menu &gt; ul li a:hover {
	text-decoration: none;
	color: #484848 !important;
	background: none !important;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu &gt; ul li.sfHover &gt; a {
	text-decoration: none;
	color: #484848 !important;
	background: none !important;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 89px;
	left: 100%;
	top: -10px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #ffffff;
	padding: 10px 0 0 0;
	margin: 0;
	text-align: center;
}
nav.tm_navbar .sub-menu ul ul li {
	border-bottom: 1px solid #e7e7e7;
}
nav.tm_navbar .sub-menu ul ul li:last-child {
	border-bottom: none;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 14px 'Open Sans';
	color: #b7b7b7;
	-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: #484848 !important;
	background: none !important;
}
.select-menu {
	display: none !important;
}
/*========================================================
                    -Content-
=========================================================*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	width: 60px;
	height: 60px;
	overflow: hidden;
	border: none;
	z-index: 20;
	text-indent: -999px;
	background: url(../img/top.png) 0 top no-repeat;
}
#toTop:hover {
	outline: none;
	background: url(../img/top.png) 0 bottom no-repeat;
}
.who-box {
	overflow: hidden;
	padding: 76px 0 30px 0;
	background: #ffffff url(../img/pattern1.png) 0 top repeat-x;
}
.who-box .col-lg-4 {
	margin-bottom: 43px;
}
.thumb-box1 {
	padding: 303px 0 124px 0;
	overflow: hidden;
	margin-bottom: 16px;
	background-position: left top;
	position: relative;
	background-image: url(../img/picture1.jpg);
}
.thumb-box1 .title {
	font: bold 60px/1em 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #11192b;
	margin-bottom: 2px;
}
.thumb-box1 strong {
	display: block;
	font: bold 30px/1em 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #828282;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.thumb-box1 span {
	display: block;
	font: 30px/1em 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #828282;
	text-transform: uppercase;
	margin-bottom: 23px;
}
.thumb-box2 {
	overflow: hidden;
	background: url(../img/border.png) 0 top repeat-x;
	padding-top: 1px;
}
.thumb-box2 .box {
	padding: 68px 0 77px 0;
	background: #ffffff url(../img/pattern1.png) 0 top repeat-x;
}
.thumb-box3 {
	overflow: hidden;
	background: url(../img/border.png) 0 top repeat-x;
	padding: 76px 0 50px 0;
}
.thumb-box4 {
	padding: 93px 0 125px 0;
	overflow: hidden;
	background-position: 100% top;
	position: relative;
	background-image: url(../img/bg_pic.jpg);
}
.thumb-box4 .title {
	font: 300 72px/62px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #3e3d44;
	margin-bottom: 16px;
}
.thumb-box4 span {
	display: block;
	font: 300 28px/1em 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #3e3d44;
	text-transform: uppercase;
	margin-bottom: 43px;
}
.thumb-box4 p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 34px;
}
.thumb-box5 {
	overflow: hidden;
	padding: 57px 0 0 0;
}
.thumb-box6 {
	overflow: hidden;
	padding: 41px 0 16px 0;
	background: #ffffff url(../img/pattern2.png) 0 top repeat-x;
}
.thumb-box6 .title {
	font: 30px/1em 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #3e3d44;
	text-transform: uppercase;
	margin-bottom: 130px;
	text-align: center;
}
.thumb-box7 {
	padding-top: 12px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 48px;
	overflow: hidden;
	background: url(../img/bg_pic3.jpg) center 0 no-repeat;
	background-attachment: fixed;
	color: #FFFFFF;
	font-family: "Open Sans";
	text-align: justify;
}
.thumb-box7 h2 {
	color: #ffffff;
}
.thumb-box8 {
	overflow: hidden;
	padding: 93px 0 16px 0;
}
.thumb-box8 .col-lg-3, .thumb-box8 .col-lg-4, .thumb-box8 .col-lg-5 {
	margin-bottom: 50px;
}
.thumb-box9 {
	overflow: hidden;
	padding: 76px 0 48px 0;
	background: #ffffff url(../img/pattern1.png) 0 top repeat-x;
}
.thumb-box10 {
	padding: 88px 0 46px 0;
	overflow: hidden;
	background-position: left top;
	position: relative;
	text-align: center;
	background-image: url(../img/bg_pic4.jpg);
}
.thumb-box10 .title {
	font: 800 72px/1em 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.thumb-box10 .description {
	font: 300 36px/1em 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.thumb-box11 {
	overflow: hidden;
	padding: 93px 0 34px 0;
}
.thumb-box11 figure {
	position: relative;
	margin-bottom: 24px;
}
.thumb-box11 figure img {
	width: 100%;
}
.thumb-box11 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-box11 figure a:hover {
	opacity: 0;
	filter: alpha(opacity=0);
}
.thumb-box11 .title {
	font: 600 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #3a3a3a;
	text-transform: uppercase;
	margin-bottom: 7px;
}
.thumb-box11 .col-lg-3 {
	margin-bottom: 40px;
}
.thumb-box12 {
	overflow: hidden;
	padding: 76px 0 97px 0;
	background: #ffffff url(../img/pattern1.png) 0 top repeat-x;
}
.thumb-box13 {
	padding: 88px 0 46px 0;
	overflow: hidden;
	text-align: center;
	background: url(../img/bg_pic3.jpg) center 0 no-repeat;
	background-attachment: fixed;
}
.thumb-box13 .title {
	font: 800 72px/1em 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.thumb-box13 .description {
	font: 300 36px/1em 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.thumb-box14 {
	padding: 88px 0 35px 0;
	overflow: hidden;
}
.thumb-box14 .title1 {
	color: #ff7248;
	font: 300 30px/28px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 12px;
}
.thumb-box14 .title2 {
	color: #3e3d44;
	font: 300 30px/28px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 52px;
	text-transform: uppercase;
}
.thumb-box14 .col-md-6 {
	margin-bottom: 50px;
}
.thumb-box15 {
	background: #ffffff url(../img/pattern2.png) 0 top repeat-x;
	padding: 50px 0 17px 0;
	overflow: hidden;
}
.thumb-box15 h2 {
	margin: 0 0 127px 0;
}
.thumb-box15 figure img {
	width: 100%;
}
.thumb-box15 .indent {
	margin-bottom: 34px;
}
.thumb-box15 hr {
	display: block;
	height: 1px;
	width: 100%;
	border: none;
	background: url(../img/border.png) repeat-x;
	margin: 0 0 26px 0;
}
.thumb-box15 .box {
	margin-bottom: 50px;
}
.thumb-box16 {
	overflow: hidden;
	padding: 76px 0 98px 0;
	background: #ffffff url(../img/pattern1.png) 0 top repeat-x;
}
.thumb-box17 {
	overflow: hidden;
	padding: 92px 0 98px 0;
	background: url(../img/bg_pic5.jpg) center 0 no-repeat;
	background-attachment: fixed;
}
.thumb-box17 h2 {
	color: #ffffff;
}
.thumb-box18 {
	overflow: hidden;
	padding: 76px 0 57px 0;
	background: #ffffff url(../img/pattern1.png) 0 top repeat-x;
}
.errorBox {
	text-align: center;
	overflow: hidden;
	padding: 89px 0 126px 0;
	background: #ffffff url(../img/pattern1.png) 0 top repeat-x;
}
.errorBox .title {
	font: 600 156px/1em 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #11192b;
	text-transform: uppercase;
	margin-bottom: 23px;
}
.errorBox .description {
	font: 60px/1em 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #4d4d4d;
	text-transform: uppercase;
	margin-bottom: 28px;
}
.errorBox p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
}
/* thumbs
========================================================*/
.thumb-pad1 {
	margin: 0 0 50px 0;
	padding: 0;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad1 .thumbnail .title {
	font: 300 24px/30px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #11192b;
	text-transform: uppercase;
	margin-bottom: 23px;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
}
.thumb-pad1 .thumbnail figure {
	position: relative;
	margin: 0 0 25px 0;
}
.thumb-pad1 .thumbnail figure img {
	width: 100%;
}
.thumb-pad2 {
	margin: 0 0 52px 0;
}
.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 .title {
	font: 36px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ff7248;
	margin-bottom: 5px;
}
.thumb-pad2 .thumbnail .caption .title.indent {
	color: #71d759;
}
.thumb-pad2 .thumbnail .caption p {
	font-size: 16px;
	line-height: 21px;
	color: #757575;
}
.thumb-pad2 figure {
	margin: 0 22px 0 0;
	float: left;
}
.thumb-pad3 {
	margin: 0 0 50px 0;
}
.thumb-pad3 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad3 .thumbnail .badge {
	width: 126px;
	height: 228px;
	text-align: left;
	margin: 0 40px 0 0;
	border-right: 2px solid #ff6764;
	padding: 0;
	border-radius: 0;
	float: left;
	background: none;
	font: 300 60px/1em 'Roboto';
	color: #ff6764;
}
.thumb-pad3 .thumbnail .badge span {
	font-size: 36px;
	line-height: 36px;
	font-weight: 300;
	display: block;
	margin-top: -4px;
}
.thumb-pad3 .thumbnail .badge.indent {
	color: #ffc101;
	border-right: 2px solid #ffc101;
}
.thumb-pad3 .thumbnail .caption {
	padding: 12px 0 0 0;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption .description {
	font: 600 18px/22px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #3a3a3a;
	margin-bottom: 20px;
}
.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;
}
.thumb-pad4 figure {
	margin: 0 0 12px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin: 0 0 40px 0;
	overflow: hidden;
}
.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;
	overflow: hidden;
}
.thumb-pad5 .thumbnail .caption a {
	font: 600 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad5 .thumbnail .caption a:hover {
	color: #f6cf71;
}
.thumb-pad5 .thumbnail .caption p {
	color: #ffffff;
}
.thumb-pad5 figure {
	margin: 0 0 23px 0;
}
.thumb-pad5 figure img {
	width: 100%;
}
.thumb-pad6 {
	overflow: hidden;
	margin: 0;
	text-align: left;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad6 .thumbnail .caption a {
	font: 600 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #8b8b8b;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6 .thumbnail .caption a:hover {
	color: #f6cf71;
}
.thumb-pad6 .thumbnail figure {
	padding: 0;
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad7 {
	margin: 0 0 50px 0;
}
.thumb-pad7 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad7 .thumbnail .box {
	background: #31b5e8;
	padding: 0 22px;
	font: 600 16px/48px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
}
.thumb-pad7 .thumbnail .box span {
	font-size: 14px;
	margin-right: 13px;
}
.thumb-pad7 .thumbnail .caption {
	padding: 14px 22px 23px 22px;
	overflow: hidden;
	border: 1px solid #a8a8a8;
	border-top: none;
}
.thumb-pad7 .thumbnail .caption p {
	margin-bottom: 22px;
}
.thumb-pad7 figure {
	margin: 0;
}
.thumb-pad7 figure img {
	width: 100%;
}
.thumb-pad8 {
	margin: 0;
	padding: 0;
}
.thumb-pad8 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0;
}
.thumb-pad8 .thumbnail .caption p strong {
	font-weight: 600;
}
.thumb-pad8 .thumbnail figure {
	padding: 0;
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad8 .thumbnail figure img {
	width: 100%;
}
/* btn
========================================================*/
.btn-default.btn1 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 24px;
	font: bold 12px/37px 'Arial';
	margin: 0;
	border-radius: 5px;
	color: #ffffff;
	background: #11192b;
	text-transform: uppercase;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: #11192b;
	text-decoration: none;
}
.btn-default.btn2 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 24px;
	font: bold 12px/37px 'Arial';
	margin: 0;
	border-radius: 5px;
	color: #ffffff;
	background: #636363;
	text-transform: uppercase;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #11192b;
	text-decoration: none;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 24px;
	font: bold 12px/37px 'Arial';
	margin: 0;
	border-radius: 5px;
	color: #ffffff;
	background: #11192b;
	text-transform: uppercase;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3:hover {
	color: #ffffff;
	background: #636363;
	text-decoration: none;
}
.btn-default.btn4 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0;
	font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	border-radius: 0;
	color: #11192b;
	background: none;
	text-transform: uppercase;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn4 i {
	width: 11px;
	height: 11px;
	display: inline-block;
	background: url(../img/more_arrow.png) no-repeat;
	float: right;
	margin: 5px 0 0 7px;
}
.btn-default.btn4:hover {
	color: #3e3d44;
	background: none;
	text-decoration: none;
}
.btn-default.btn5 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0;
	font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	border-radius: 0;
	color: #11192b;
	background: none;
	text-transform: uppercase;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn5 i {
	width: 11px;
	height: 11px;
	display: inline-block;
	background: url(../img/more_arrow2.png) no-repeat;
	float: right;
	margin: 5px 0 0 7px;
}
.btn-default.btn5:hover {
	color: #3e3d44;
	background: none;
	text-decoration: none;
}
.btn-default.btn6 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0;
	font: 600 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	border-radius: 0;
	color: #6f6f6f;
	background: none;
	text-transform: uppercase;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn6:hover {
	color: #ff6764;
	background: none;
	text-decoration: none;
}
.btn-default.btn7 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0;
	font: 600 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	border-radius: 0;
	color: #6f6f6f;
	background: none;
	text-transform: uppercase;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn7:hover {
	color: #ffc101;
	background: none;
	text-decoration: none;
}
/* list
========================================================*/
.list1 {
	margin: 0 0 37px 0;
	padding: 0;
	list-style: none;
}
.list1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 0 105px;
	float: left;
	position: relative;
}
.list1 li a {
	font: 300 28px/32px 'Open Sans';
	color: #229bcb;
	text-transform: uppercase;
	margin-bottom: 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li a:hover {
	color: #7acd68;
}
.list1 li:first-child {
	margin: 0;
}
.list1 li:first-child:after {
	display: none;
}
.list1 li:after {
	width: 62px;
	height: 91px;
	top: 0;
	left: -95px;
	background: url(../img/slash.png) no-repeat;
	position: absolute;
	content: '';
}
.list1-1 {
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
}
.list1-1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 7px 0;
	padding-left: 22px;
	background: url(../img/list_arrow2.png) 0 4px no-repeat;
}
.list1-1 li a {
	color: #8b8b8b;
	font: 15px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li a:hover {
	color: #31b5e8;
}
.list1-2 {
	margin: 0 0 37px 0;
	padding: 0;
	list-style: none;
}
.list1-2 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 6px 0;
}
.list1-2 li a {
	color: #ffffff;
	font: 12px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-2 li a:hover {
	color: #f7bc46;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	float: right;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 0 15px;
	position: relative;
	float: left;
}
.list2 li:first-child {
	margin: 0;
}
.list2 li:first-child:after {
	display: none;
}
.list2 li::after {
 width: 1px;
 height: 12px;
 top: 2px;
 left: -7px;
 background: #85848d;
 position: absolute;
 content: '';
}
.list2 li a {
	display: block;
	color: #85848d;
	font: 12px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list2 li a:hover {
	color: #f7bc46;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.list3 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 47px 60px;
	display: inline-block;
}
.list3 li:first-child {
	margin: 0;
}
.list3 li a {
	display: inline-block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list3 li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list4 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 32px;
	overflow: hidden;
}
.list4 li time {
	font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ff6c47;
	float: left;
	margin-right: 10px;
}
.list4 li p {
	margin-bottom: 0;
}
.list5 {
	margin: 0;
	padding: 6px 0 20px 0;
	list-style: none;
}
.list5 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 7px 0;
	padding-left: 16px;
	overflow: hidden;
	background: url(../img/list_arrow.png) 0 3px no-repeat;
}
.list5 li a {
	font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #8b8b8b;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list5 li a:hover {
	color: #71d759;
}
.list5-1 {
	margin: 0;
	padding: 25px 0 37px 0;
	list-style: none;
	text-align: center;
}
.list5-1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 16px 0;
	overflow: hidden;
}
.list5-1 li a {
	font: 18px 'Roboto';
	color: #f7bc46;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list5-1 li a:hover {
	color: #ffffff;
}
.list6 {
	margin: 0 0 18px 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 44px 0;
}
.list6 li p {
	margin-bottom: 0;
}
.list6 li strong {
	font: 15px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #414042;
	text-transform: uppercase;
}
.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list7 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 27px;
}
.list7 li .badge {
	width: 53px;
	height: 53px;
	line-height: 48px;
	position: relative;
	border-radius: 100%;
	background: #ff6c47;
	color: #ffffff;
	font-size: 24px;
	float: left;
	margin: 3px 12px 0 0;
	text-align: center;
}
.list7 li p {
	margin: 10px 0 0 0;
}
.list7 li:first-child + li .badge {
	background: #71d759;
}
.list7 li:first-child + li + li .badge {
	background: #ffc101;
}
.list7 li a {
	font: 600 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #8b8b8b;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list7 li a:hover {
	color: #3e3d44;
}
.list8 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list8 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 38px 0;
}
.list8 li p {
	margin-bottom: 0;
}
.list8 li p strong {
	font-weight: 600;
}
/*-----accordeon-----*/
._accodList {
	list-style: none;
	margin: 0;
	padding: 26px 0 0 0;
}
._accodList &gt; li {
	margin-bottom: 1px;
	width: 100%;
	position: relative;
	font-size: 14px;
	line-height: 50px;
}
._accodList &gt; li strong {
	margin: 0;
	float: none;
	display: block;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	font: 16px/48px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 100%;
	color: #ffffff;
	background: #31b5e8;
	padding: 0 22px 0 22px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
._accodList &gt; li strong.color1 {
	color: #ffffff;
}
._accodList &gt; li strong.color2 {
	color: #ffffff;
}
._accodList &gt; li strong.color2 span {
	background: url(../img/plus.png) 0 bottom no-repeat;
}
._accodList &gt; li span {
	width: 12px;
	height: 12px;
	overflow: hidden;
	background: url(../img/plus.png) 0 top no-repeat;
	float: left;
	display: inline-block;
	margin: 18px 8px 0 0;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
._accodList &gt; li p {
	margin: 0 0 -1px 0;
	font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 20px;
	color: #8b8b8b;
	padding: 13px 23px 42px 23px;
	border-left: 1px solid #a8a8a8;
	border-right: 1px solid #a8a8a8;
}
._accodList &gt; li:last-child p {
	border-bottom: 1px solid #a8a8a8;
}
._accodList.indent {
	padding-bottom: 0;
}
._accodList.indent p {
	padding: 13px 33px;
}
._accodList li strong:hover {
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
._accodList li strong:hover span {
	background: url(../img/plus.png) 0 bottom no-repeat;
}
/* search
========================================================*/
#search-404 {
	position: relative;
	margin: 13px 0 0 0;
	overflow: hidden;
	display: inline-block;
	width: 303px;
}
#search-404 a {
	position: absolute;
	top: 10px;
	right: 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#search-404 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#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: 267px;
	outline: none;
	border: 1px solid #e4e6e5;
	background: #ffffff;
	font: 300 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #8b8b8b;
	padding: 10px 14px;
	height: 41px;
	resize: none;
}
/* map
========================================================*/
.content_map {
	position: relative;
	height: 286px;
	margin-bottom: 14px;
}
.content_map.indent {
	height: 490px;
	margin-bottom: 0;
}
.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;
}
.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: 14px 'Open Sans', "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;
	color: #ffffff;
}
.info {
	margin-bottom: 50px;
}
.info p {
	margin-bottom: 0;
	color: #ffffff;
}
.info p strong {
	font-weight: 600;
}
.info p span {
	display: inline-block;
	width: 83px;
}
.info p a {
	color: #ffffff;
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.info p a:hover {
	color: #f6cf71;
}
.info p.indent {
	margin-bottom: 16px;
	line-height: 22px;
}
.mail {
	color: #8b8b8b;
	font: 14px 'Open Sans', "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: #f6cf71;
	text-decoration: underline;
}
/*========================================================
                    footer
=========================================================*/
footer {
	padding: 40px 0 63px 0;
	overflow: hidden;
	text-align: center;
	background-repeat: repeat-x;
	background-position: 0 top repeat-x;
	background-color: #11192B;
}
footer p {
	font: 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #757575;
	margin: 0;
}
footer p a {
	color: #757575;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #71d759;
}
footer em {
	font-style: normal;
}
footer i {
	width: 1px;
	height: 30px;
	background: #ddd;
	display: inline-block;
	margin: 0 7px 0 5px;
	position: relative;
	top: 10px;
}
.follow_icon {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
	overflow: hidden;
}
.follow_icon li {
	float: left;
	margin: 0 0 0 17px;
}
.follow_icon li:first-child {
	margin: 0;
}
.follow_icon li:first-child + li a {
	background: #ff8a8e;
}
.follow_icon li:first-child + li + li a {
	background: #6982b8;
}
.follow_icon li:first-child + li + li + li a {
	background: #f6cf71;
}
.follow_icon li a {
	font-size: 17px;
	line-height: 48px;
	color: #ffffff;
	width: 48px;
	height: 48px;
	background: #88d0e1;
	border-radius: 100%;
	text-align: center;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_icon li a:hover {
	color: #ffffff;
	background: #636363 !important;
}
.foo_menu {
	display: block;
	text-align: center;
	padding: 0;
	margin: 30px 0 32px 0;
	list-style: none;
}
.foo_menu li {
	display: inline-block;
	margin: 0 0 0 43px;
}
.foo_menu li:first-child {
	margin: 0;
}
.foo_menu li a {
	font: 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #3f3f3f;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.foo_menu li a:hover {
	color: #71d759;
}
.foo_menu li.active a {
	color: #71d759;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1220px) {
 .container {
	padding: 0;
	text-align: justify;
	color: #FFFFFF;
	font-family: "Open Sans";
}
}
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
 .list1 li {
 margin: 0 0 25px 0 !important;
 float: none;
 text-align: center;
}
 .list1 li:after {
 display: none;
}
 .list1 li br {
 display: none;
}
 .thumb-box2 .box {
 padding: 50px 0;
}
 .thumb-box7,  .thumb-box13 {
 background: #11192b;
 background-attachment: scroll;
}
 .thumb-pad8 .thumbnail figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-box17 {
 background-attachment: scroll;
 background: #11192b;
}
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
 #toTop {
 display: none !important;
}
 header {
 text-align: center;
}
 header h1.navbar-brand_ {
 float: none;
}
 nav.tm_navbar {
 float: none;
 display: inline-block;
}
 .list1 li {
 margin: 0 0 25px 0 !important;
 float: none;
 text-align: center;
}
 .list1 li:after {
 display: none;
}
 .list1 li br {
 display: none;
}
 .thumb-box2 .box {
 padding: 50px 0;
}
 .thumb-box7,  .thumb-box13 {
 background: #11192b;
 background-attachment: scroll;
}
 .thumb-pad8 .thumbnail figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-box17 {
 background-attachment: scroll;
 background: #11192b;
}
 .errorBox .title {
 font-size: 100px;
}
 .errorBox .description {
 font-size: 40px;
}
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
 #toTop {
 display: none !important;
}
 header {
 text-align: center;
 padding: 25px 0;
}
 header h1.navbar-brand_ {
 float: none;
 margin-bottom: 20px;
}
 nav.tm_navbar {
 padding: 0;
 float: none;
 margin: 0;
 display: block;
}
 nav.tm_navbar .nav {
 display: none !important;
}
 .select-menu {
 display: inline-block !important;
 padding: 4px 4px 4px 0;
 margin: 0;
 width: 100%;
 border: 1px solid #f2f4f6;
 background: #f2f4f6;
 color: #8c8c8c;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .content_map {
 height: 250px;
}
 .thumb-box1 {
 padding: 230px 0 90px 0;
}
 .thumb-box1 .title {
 font-size: 45px;
}
 .thumb-box1 .strong,  .thumb-box1 span {
 font-size: 21px;
}
 .list1 li {
 margin: 0 0 25px 0 !important;
 float: none;
 text-align: center;
}
 .list1 li:after {
 display: none;
}
 .list1 li br {
 display: none;
}
 .list1 li a {
 font-size: 18px;
 line-height: 1em;
}
 .thumb-box2 .box {
 padding: 50px 0;
}
 .thumb-pad1 .thumbnail figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-box4 .title {
 font-size: 50px;
 line-height: 1em;
}
 .foo_menu {
 display: none;
}
 .thumb-box7,  .thumb-box13 {
 background: #11192b;
 background-attachment: scroll;
}
 .thumb-pad4 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-box13 .title {
 font-size: 40px;
}
 .thumb-box10 .title {
 font-size: 40px;
}
 ._accodList &gt; li strong {
 font-size: 14px;
}
 #search-404 {
 width: 276px;
}
 #search-404 input {
 width: 247px;
}
 .thumb-box17 {
 background-attachment: scroll;
 background: #11192b;
}
 .errorBox {
 padding: 89px 0;
}
 .errorBox .title {
 font-size: 60px;
}
 .errorBox .description {
 font-size: 30px;
}
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
 .thumb-pad1 .thumbnail figure {
 margin: 0 0 25px 0;
 float: none;
}
 .thumb-pad4 figure {
 margin: 0 0 12px 0;
 float: none;
}
}
/*===========================================================================================================================*/
@media (max-width: 560px) {
 .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;
}
 .thumb-pad3 .thumbnail .badge {
 float: none;
 margin: 0 0 20px 0;
 height: 95px;
}
 .thumb-pad6 .thumbnail figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-box10 .title {
 font-size: 25px;
}
 .thumb-box10 .description {
 font-size: 20px;
}
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-pad6 .thumbnail figure img {
 width: 100%;
}
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
</pre></body></html>