<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=Open+Sans:800italic,300,400,800,700,600,600italic,300italic,400italic);
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;
}
/*------ template stylization ------*/
body {
	background: #272727;
}
/*---------------row_s----------------*/
.row_1 {
	position: relative;
	padding: 77px 0 73px;
}
.row_2 {
	background: #FFF;
	padding: 60px 0 39px;
}
.row_3 {
	padding: 0;
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f7f7f7), to(#e8e8e8));
	background-image: -webkit-linear-gradient(top, #f7f7f7, 0%, #e8e8e8, 100%);
	background-image: -moz-linear-gradient(top, #f7f7f7 0%, #e8e8e8 100%);
	background-image: linear-gradient(to bottom, #f7f7f7 0%, #e8e8e8 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#ffe8e8e8', GradientType=0);
}
.row_4 {
	padding: 38px 0 39px;
	background-size: cover;
	background: url(../img/bgrow4.jpg) center top repeat-x;
}
.row_5 {
	padding: 61px 0 30px;
	background: #ffffff;
}
.row_6 {
	padding: 39px 0 28px;
	background: #ffffff;
}
.row_7 {
	padding: 39px 0 102px;
	background: #ffffff;
}
.row_8 {
	padding: 37px 0 76px;
	background: #ffffff;
}
.row_9 {
	padding: 39px 0 33px;
	background: #ffffff;
}
.row_10 {
	padding: 73px 0 57px;
	background: #ffffff;
}
.row_11 {
	padding: 39px 0 33px;
	background: #ffffff;
}
.padbot1 {
	padding-bottom: 40px;
}
.padbot2 {
	padding-bottom: 39px;
}
.padbot3 {
	padding-bottom: 38px;
}
.mbot1 {
	margin-bottom: 18px;
}
.mbot2 {
	margin-bottom: 23px;
}
/*----------- Back to top --------------*/
#toTop {
	display: none;
	width: 27px;
	height: 19px;
	overflow: hidden;
	background: url(../img/totop.png) 0 bottom no-repeat;
	position: fixed;
	margin-right: -690px !important;
	right: 50%;
	bottom: 60px;
	z-index: 999;
}
#toTop:hover {
	background-position: 0 0;
}
#toTop:active, #toTop:focus {
	outline: none;
}
/*---------------headings links------------------*/
p {
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #6c6c6c;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
h2 {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
	line-height: 50px;
	font-weight: 300;
	font-style: italic;
	color: #292929;
	margin: 0;
	padding: 30px 0 43px;
}
.color1 {
	color: #7ecefd;
}
.h2big {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
	line-height: 50px;
	font-weight: 300;
	font-style: italic;
	color: #7ecefd;
	margin: 0;
	padding: 30px 0 36px;
}
.h2big span {
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	line-height: 34px;
	font-weight: 300;
	font-style: normal;
	color: #1d1d1d;
	display: block;
	margin: 0;
	margin-top: 5px;
}
h3 {
	letter-spacing: -1px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	line-height: 24px;
	font-weight: 300;
	color: #7ecefd;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
h3 span {
	color: #292929;
}
h4 {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	color: #848484;
	margin: 0;
	margin-bottom: 16px;
}
h5 {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400 !important;
	color: #1d1d1d;
	margin: 0;
	margin-bottom: 16px;
}
.btn1 {
	position: relative;
	border: none;
	border-radius: 0;
	background: transparent;
	box-sizing: border-box;
	padding: 0;
	right: -1px;
	z-index: 10;
	line-height: 0;
	padding-right: 32px;
}
.btn1 span {
	text-transform: uppercase;
	position: relative;
	display: block;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
	padding: 12px 20px 12px 22px;
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#97d8fd), to(#76cbfd));
	background-image: -webkit-linear-gradient(top, #97d8fd, 0%, #76cbfd, 100%);
	background-image: -moz-linear-gradient(top, #97d8fd 0%, #76cbfd 100%);
	background-image: linear-gradient(to bottom, #97d8fd 0%, #76cbfd 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff97d8fd', endColorstr='#ff76cbfd', GradientType=0);
}
.btn1 strong {
	top: 0;
	padding: 16px 12px;
	position: absolute;
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#289dd1), to(#1f7ec1));
	background-image: -webkit-linear-gradient(top, #289dd1, 0%, #1f7ec1, 100%);
	background-image: -moz-linear-gradient(top, #289dd1 0%, #1f7ec1 100%);
	background-image: linear-gradient(to bottom, #289dd1 0%, #1f7ec1 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff289dd1', endColorstr='#ff1f7ec1', GradientType=0);
}
.btn1 strong img {
	position: relative;
	top: 0;
	right: 0;
}
.btn1:hover span {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#289dd1), to(#1f7ec1));
	background-image: -webkit-linear-gradient(top, #289dd1, 0%, #1f7ec1, 100%);
	background-image: -moz-linear-gradient(top, #289dd1 0%, #1f7ec1 100%);
	background-image: linear-gradient(to bottom, #289dd1 0%, #1f7ec1 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff289dd1', endColorstr='#ff1f7ec1', GradientType=0);
}
.btn1:hover strong {
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#97d8fd), to(#76cbfd));
	background-image: -webkit-linear-gradient(top, #97d8fd, 0%, #76cbfd, 100%);
	background-image: -moz-linear-gradient(top, #97d8fd 0%, #76cbfd 100%);
	background-image: linear-gradient(to bottom, #97d8fd 0%, #76cbfd 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff97d8fd', endColorstr='#ff76cbfd', GradientType=0);
}
.btn2 {
	position: relative;
	border: none;
	border-radius: 0;
	background: #7ecefd;
	box-sizing: border-box;
	z-index: 10;
	text-transform: uppercase;
	line-height: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: 400;
	padding: 6px 27px;
	color: #FFF;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn2:hover {
	background: #1d76af;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.btn3 {
	position: relative;
	border: none;
	border-radius: 0;
	background: #804000;
	box-sizing: border-box;
	z-index: 10;
	text-transform: uppercase;
	line-height: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: 400;
	padding: 6px 19px;
	color: #FFF;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-color: #996600;
}
.btn3:hover {
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-color: #804000;
}
/************* header ***************/
header {
	background: url(../img/bgheader.jpg) center 88px no-repeat;
	background-size: cover;
}
.headtop {
	position: relative;
	text-align: center;
	z-index: 999;
}
.bottomline {
	background: url(../img/bgheadtop2.jpg) center bottom repeat-x;
}
/*-------- Logo -------- */
.navbar-brand_ {
	float: left;
	display: block;
	position: relative;
	margin: 50px 0;
	text-align: center;
	padding: 0;
}
.navbar-brand_ img {
	max-width: 100%;
}
.navbar-brand_ a:hover {
	text-decoration: none;
}
.navbar-brand_2 {
	float: left;
	display: block;
	position: relative;
	margin: 50px 0 63px;
	text-align: center;
	padding: 0;
}
.navbar-brand_2 img {
	max-width: 100%;
}
.navbar-brand_2 a:hover {
	text-decoration: none;
}
/*-----------------navbar---------------------*/
.menuheader {
	position: relative;
	z-index: 1000;
	background: url(../img/patternmenu.jpg) center bottom;
}
.tm_navbar {
	position: relative;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	line-height: 0;
	background: url(../img/linemenu.jpg) left top repeat-y;
}
.tm_navbar .nav {
	float: none;
	position: relative;
	display: inline-block;
}
.tm_navbar ul {
	position: relative;
	padding: 0;
	margin: 0;
	background: none;
	list-style: none;
}
.tm_navbar .nav li:first-child {
	position: relative;
	padding: 0 0 0 1px;
	zoom: 1;
}
.tm_navbar .nav li {
	float: left;
	padding: 0 0 0 0;
	position: relative;
	zoom: 1;
	background: url(../img/linemenu.jpg) right top repeat-y;
}
.tm_navbar .nav li a {
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
	color: #FFF;
	background: transparent;
	padding: 32px 65px 34px;
	border: none;
	border-radius: 0;
	text-shadow: none;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.tm_navbar .nav li a span {
	position: absolute;
	z-index: -1;
	border-radius: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 0%;
	text-align: center;
	background: #ffffff url(../img/patternhover1.jpg) repeat-x;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.tm_navbar .nav &gt; li &gt; a .sf-sub-indicator {
	background: url(../img/indicator.png) no-repeat 0 bottom;
	width: 7px;
	height: 5px;
	display: inline-block;
	top: 55px;
	right: 48%;
	position: absolute;
	z-index: 5;
}
.tm_navbar .nav li a:hover, .tm_navbar .nav &gt; li.active &gt; a, .tm_navbar .nav &gt; li.active &gt; a:hover {
	color: #ffffff;
	background: transparent;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.tm_navbar .nav li a:hover span, .tm_navbar .nav &gt; li.active &gt; a span, .tm_navbar .nav &gt; li.active &gt; a:hover span {
	height: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.tm_navbar .nav &gt; .active &gt; a, .tm_navbar .nav &gt; .active &gt; a:hover, .tm_navbar .nav &gt; .active &gt; a:focus {
	color: #ffffff;
	background: transparent;
}
.tm_navbar .nav &gt; .active &gt; a span, .tm_navbar .nav &gt; .active &gt; a:hover span, .tm_navbar .nav &gt; .active &gt; a:focus span {
	height: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.tm_navbar .nav &gt; li.sfHover.active &gt; a .sf-sub-indicator, .tm_navbar .nav &gt; li.active &gt; a .sf-sub-indicator {
	color: #FFF;
	background-position: 0 0;
}
.tm_navbar .nav &gt; li.sfHover &gt; a, .tm_navbar .nav &gt; li.sfHover &gt; a:hover, .tm_navbar .nav &gt; li &gt; a:hover, .tm_navbar .nav &gt; li.active &gt; a, .tm_navbar .nav &gt; li.active &gt; a:hover {
	color: #ffffff;
	background: transparent;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.tm_navbar .nav &gt; li.sfHover &gt; a span, .tm_navbar .nav &gt; li.sfHover &gt; a:hover span, .tm_navbar .nav &gt; li &gt; a:hover span, .tm_navbar .nav &gt; li.active &gt; a span, .tm_navbar .nav &gt; li.active &gt; a:hover span {
	height: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/*---------submenu1-------------*/
.tm_navbar .nav ul {
	position: absolute;
	display: none;
	top: 88px;
	left: -1px;
	width: 239px;
	padding: 30px 0 35px;
	list-style: none;
	zoom: 1;
	z-index: 11;
	margin: 0;
	text-align: center;
	background: #93d6fd url(../img/bgsub1.jpg) bottom center repeat-x;
}
.tm_navbar .nav ul li:first-child {
	width: 100%;
	padding: 0 0 6px;
	display: block;
	position: relative;
	zoom: 1;
	z-index: 10;
	border-top: none;
	background: none;
}
.tm_navbar .nav ul li:first-child img {
	position: absolute;
	top: -22px;
	left: -5px;
}
.tm_navbar .nav ul li {
	width: 100%;
	text-align: center;
	padding: 3px 0;
	display: block;
	position: relative;
	zoom: 1;
	z-index: 10;
	background: none;
}
.tm_navbar .nav ul li a {
	position: relative;
	color: #ffffff;
	padding: 0;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
	margin: 0;
	background: transparent;
}
.tm_navbar .nav ul li a:hover {
	color: #292929;
}
/*--------------------------*/
.tm_navbar .nav &gt; li &gt; ul li &gt; a:hover, .tm_navbar .nav &gt; li &gt; ul li.sfHover &gt; a {
	text-decoration: none;
	color: #292929;
	background: transparent;
}
.tm_navbar .nav &gt; li &gt; ul li &gt; a:hover, .tm_navbar .nav &gt; li &gt; ul ul li.sfHover &gt; a {
	text-decoration: none;
	color: #292929;
	background: transparent;
}
/*-----------submenu2-----------*/
.tm_navbar .nav ul ul {
	position: absolute;
	list-style: none;
	width: 197px;
	padding: 27px 0;
	left: 250px;
	top: 0px;
	zoom: 1;
	background: #ffffff url(../img/bgsub2.jpg) bottom center repeat-x;
}
.tm_navbar .nav ul ul li:first-child {
	width: 100%;
	text-align: center;
	padding: 0 0 3px;
	position: relative;
	zoom: 1;
	border-top: none;
	z-index: 11;
	background: transparent;
}
.tm_navbar .nav ul ul li {
	width: 100%;
	text-align: center;
	padding: 3px 0;
	position: relative;
	zoom: 1;
	z-index: 11;
	background: none;
}
.tm_navbar .nav ul ul li a {
	padding: 0;
	margin: 0;
	background: transparent;
	color: #292929;
}
.tm_navbar .nav ul ul li a:hover {
	color: #79ccfd;
	background: transparent;
}
/*-------indicator2-------*/
.tm_navbar .nav ul .sf-sub-indicator {
	background: url(../img/indicator2.png) no-repeat 0 0;
	width: 5px;
	height: 7px;
	position: absolute;
	display: block;
	top: 6px;
	left: auto;
	right: -14px;
	z-index: 5;
}
/*-------------------select------------------*/
.select-menu {
	display: none !important;
}
/************** header end **************/
/************** content **************/
/*------------------------Caroufredsel---------------------*/
.list_carousel {
	margin: 0;
	padding: 0;
}
.list_carousel ul {
	cursor: default;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	overflow: hidden;
}
.list_carousel li {
	cursor: default;
	color: #999;
	padding: 0;
	margin: 87px 0 44px 114px;
	display: inline-block;
	overflow: hidden;
}
.list_carousel li .title1 {
	text-align: left;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 150px;
	line-height: 120px;
	font-weight: 300;
	color: #ffffff;
	margin-bottom: 15px;
}
.list_carousel li .title2 {
	text-align: left;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 70px;
	line-height: 70px;
	font-weight: 300;
	color: #7ecefd;
	margin-bottom: 15px;
}
.list_carousel li .title3 {
	text-align: left;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	color: #FFF;
	margin-bottom: 52px;
}
.list_carousel.responsive {
	overflow: hidden;
	width: auto;
	margin-left: 0;
	background: url(../img/patterncarusel.png);
}
.caruselbuttons {
	width: 74px;
	margin: 20px 120px 50px 0;
	overflow: hidden;
	bottom: 50px;
	right: 0;
	float: right;
}
.caruselbuttons #next {
	float: right;
}
.caruselbuttons #prev {
	float: left;
}
.navimgs {
	cursor: pointer;
	position: relative;
	width: 30px;
	height: 46px;
	overflow: hidden;
	display: inline-block !important;
}
.navimgs img {
	position: absolute;
	top: 0;
	left: 0;
}
.navimgs:hover {
	cursor: pointer;
	position: relative;
	width: 30px;
	height: 46px;
	overflow: hidden;
}
.navimgs:hover img {
	position: absolute;
	top: -46px;
	left: 0;
}
/*-------bgheadtop2---------*/
.headtop2 {
	position: relative;
	padding-top: 11px;
	z-index: 999;
	background: url(../img/bgheadtop2.jpg) center top repeat-x;
}
.bgheadtop2 {
	background: url(../img/bgheadtop2_1.jpg) center top repeat-x;
	background-size: cover;
}
.row_1 {
	overflow: hidden;
}
.row_1 figure {
	position: relative;
	float: left;
	margin-right: 29px;
	margin-bottom: 5px;
	border: 13px solid #FFF;
}
.row_1 h2 {
	font-size: 50px;
	line-height: 47px;
	padding: 0;
}
.title4 {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	color: #ffffff !important;
	margin: 0;
	margin-bottom: 16px !important;
}
.row_1 h4 {
	margin-bottom: 13px !important;
}
.row_1 p {
	color: #6c6c6c;
	margin-bottom: 0;
}
/*------ list-events ------- */
.list-events {
	padding: 0;
	margin: 0;
	list-style: none;
}
.list-events h3 {
	margin-bottom: 0;
}
.list-events h3 a {
	color: #7ecefd;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list-events h3 a:hover {
	color: #292929;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list-events h5 {
	margin-bottom: 11px;
}
.list-events p {
	margin-bottom: 0;
}
.list-events .overflow {
	overflow: hidden;
}
.list-events li {
	overflow: hidden;
	padding-top: 0;
	padding-bottom: 28px;
}
.badge_2 {
	position: relative;
	width: 75px;
	text-align: center;
	background: #7ecefd;
	float: left;
	text-shadow: none;
	padding: 10px 0 0;
	margin-right: 23px;
	white-space: normal;
	border: none;
	border-radius: 0;
	margin-bottom: 0;
}
.badge_2 .badgetxt {
	text-align: center;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
	line-height: 44px;
	font-weight: 300;
	color: #ffffff;
	margin: 0;
	padding-bottom: 17px;
	background: url(../img/linebadge2.jpg) center bottom repeat-x;
}
.badge_2 .badgetxt span {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	color: #2185c5;
}
.badge_2 .box1 {
	padding: 9px 0 9px;
	margin: 0;
	position: relative;
	display: block;
	text-align: center;
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#98d8fd), to(#7ecefd));
	background-image: -webkit-linear-gradient(top, #98d8fd, 0%, #7ecefd, 100%);
	background-image: -moz-linear-gradient(top, #98d8fd 0%, #7ecefd 100%);
	background-image: linear-gradient(to bottom, #98d8fd 0%, #7ecefd 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff98d8fd', endColorstr='#ff7ecefd', GradientType=0);
}
.badge_2 .box1:hover {
	text-decoration: none;
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#7ecefd), to(#98d8fd));
	background-image: -webkit-linear-gradient(top, #7ecefd, 0%, #98d8fd, 100%);
	background-image: -moz-linear-gradient(top, #7ecefd 0%, #98d8fd 100%);
	background-image: linear-gradient(to bottom, #7ecefd 0%, #98d8fd 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7ecefd', endColorstr='#ff98d8fd', GradientType=0);
}
.badge_2 em {
	position: absolute;
	right: -15px;
	top: 14px;
	content: "";
	border-style: solid;
	border-width: 8px 0 8px 15px;
	border-color: transparent transparent transparent #7ecefd;
}
/*---------------------list1---------------------*/
.list1 {
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin-top: 0;
	z-index: 100;
	margin-left: -24px;
}
.list1 li {
	width: 134px;
	overflow: hidden;
	position: relative;
	list-style: none;
	margin-bottom: 27px;
	margin-left: 24px;
	float: left;
}
.list1 li figure a &gt; img {
	width: 100%;
}
.list1 li figure a {
	position: relative;
	width: 100%;
	display: block;
}
.list1 li figure a span {
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	position: absolute;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list1 li figure a span img {
	text-align: center;
	position: absolute;
	top: -80px;
	margin-top: 0;
	left: 50%;
	margin-left: -21px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list1 li figure a:hover span {
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list1 li figure a:hover span img {
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	left: 50%;
	margin-left: -21px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/*-------------list3-----------------*/
.list3 {
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
}
.list3 li:first-child {
	width: 25%;
	float: left;
	padding: 0;
	position: relative;
	list-style: none;
	border-left: none;
	background-image: none;
}
.list3 li:first-child a {
	border-left: none;
	margin-left: 2px;
}
.list3 li {
	width: 25%;
	float: left;
	padding: 0;
	position: relative;
	list-style: none;
	background: url(../img/linelist3.jpg) left bottom no-repeat;
}
.list3 li a {
	width: 100%;
	float: left;
	padding: 0;
	margin-left: 2px;
	position: relative;
	list-style: none;
}
.list3 li a span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-bottom: 0 inset #7ecefd;
	border-top: 0 inset #7ecefd;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.list3 li a:hover span {
	border-bottom: 10px inset #7ecefd;
	border-top: 10px inset #7ecefd;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/*------------about----------------*/
.about figure {
	margin-bottom: 25px;
}
.about p {
	margin-bottom: 24px;
}
/*------------mission----------------*/
.mission p {
	margin-bottom: 29px;
}
.mission .mbot2 {
	margin-bottom: 23px;
}
/*--------list4------------*/
.list4 {
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 100;
}
.list4 li {
	overflow: hidden;
	position: relative;
	list-style: none;
	margin-bottom: 30px;
}
.list4 li figure a &gt; img {
	width: 100%;
}
.list4 li figure a {
	position: relative;
	width: 100%;
	display: block;
}
.list4 li figure a span {
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	position: absolute;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list4 li figure a span img {
	text-align: center;
	position: absolute;
	top: -80px;
	margin-top: 0;
	left: 50%;
	margin-left: -21px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list4 li figure a:hover span {
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list4 li figure a:hover span img {
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	left: 50%;
	margin-left: -21px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/*-----------testimonials1--------------*/
.list-quote1 {
	overflow: hidden;
	padding: 0;
	list-style: none;
	margin: 0 0 24px 0;
}
.list-quote1 li {
	margin-top: 0;
	overflow: hidden;
	background: url("../img/blockquote.png") no-repeat 13px 0px;
}
.quote-1 {
	position: relative;
	border: none;
	border-radius: 0;
	display: block;
	margin: 0;
	padding: 0 0 0 100px;
}
.quote-1 p {
	overflow: visible;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	font-style: italic;
	margin: 0;
	padding: 0;
	color: #a9a9a9;
	margin-bottom: 3px;
	top: -4px;
	position: relative;
}
/*-----------------list5------------------*/
.list5 {
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
	overflow: hidden;
}
.list5 li {
	position: relative;
	margin: 0 0 43px;
}
.list5 li figure a &gt; img {
	width: 100%;
}
.list5 li figure a {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
}
.list5 li figure a em {
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	position: absolute;
	background: url("../img/patterngall.png");
}
.list5 li figure a span {
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	position: absolute;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list5 li figure a span img {
	text-align: center;
	position: absolute;
	top: -80px;
	margin-top: 0;
	left: 50%;
	margin-left: -21px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list5 li figure a:hover em {
	height: 100%;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list5 li figure a:hover span {
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list5 li figure a:hover span img {
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	left: 50%;
	margin-left: -21px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list5 li div &gt; p {
	color: #a9a9a9;
	margin-bottom: 0;
}
.list5 li div &gt; h5 {
	margin: 23px 0 15px;
	word-spacing: -1px;
}
.list5 li div &gt; h5 &gt; a {
	color: #1d1d1d;
	-webkit-transition: all 0.35s ease-in;
	transition: all 0.35s ease-in;
}
.list5 li div &gt; h5 &gt; a:hover {
	text-decoration: none;
	color: #7ecefd;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
/*--------------------list-blog----------------------*/
.list-blog {
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
	margin-bottom: 11px;
}
.list-blog li {
	overflow: hidden;
	position: relative;
	margin: 0;
	margin-bottom: 49px;
}
.list-blog li h5 {
	margin-bottom: 11px;
}
.list-blog li h5 a {
	color: #1d1d1d;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list-blog li h5 a:hover {
	color: #7ecefd;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list-blog li h3 {
	color: #f2762e;
	margin-bottom: 0;
}
.list-blog li h3 a {
	color: #7ecefd;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list-blog li h3 a:hover {
	color: #1d1d1d;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list-blog li figure {
	float: left;
	margin-bottom: 10px;
	margin-right: 31px;
}
.list-blog li .textinfo1 {
	overflow: hidden;
}
.list-blog li .textinfo1 p {
	margin-bottom: 23px;
	color: #a9a9a9;
}
.linkbox {
	position: relative;
	overflow: hidden;
}
.rightlink {
	float: none;
	display: block;
}
.leftlink {
	float: none;
	display: block;
}
/*---------categories---------------*/
.categories .list6 {
	margin: 0 0 29px;
}
.list6 {
	padding: 0;
	position: relative;
	list-style: none;
	overflow: hidden;
	margin: 0;
}
.list6 li {
	position: relative;
	padding-left: 14px;
	margin-bottom: 8px;
}
.list6 li i {
	position: absolute;
	left: 0;
	top: 6px;
}
.list6 li a {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	left: 0;
	color: #7ecefd;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list6 li a i {
	color: #1d1d1d;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list6 li a:hover {
	text-decoration: none;
	color: #1d1d1d;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list6 li a:hover i {
	color: #7ecefd;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
/*-------- contacts page --------*/
.gmap {
	margin-top: 0;
}
.line1 {
	outline: none;
	padding: 0;
	margin: 63px 0 19px;
	width: 100%;
	height: 1px;
	background: #e6e6e6;
	box-shadow: none;
	border: none;
}
.map {
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	padding: 0;
	margin-bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
}
.map iframe {
	width: 100%;
	height: 465px;
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.address h2 {
	padding: 56px 0 25px;
}
address {
	margin: 9px 0 0 0;
	margin-bottom: 24px;
}
address strong {
	margin: 0;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #a9a9a9;
	font-weight: normal;
	display: block;
	margin-bottom: 0;
}
address strong em {
	font-style: normal;
	color: #7ecefd;
}
address span {
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #a9a9a9;
	font-weight: normal;
}
address p {
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #a9a9a9;
	font-weight: normal;
}
address .info p:first-child {
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #a9a9a9;
	font-weight: normal;
}
.info &gt; p {
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #a9a9a9;
	font-weight: normal;
	margin-bottom: 0;
}
.info &gt; p span {
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #a9a9a9;
	font-weight: normal;
	width: 78px;
	display: inline-block;
}
.info a {
	color: #7ecefd;
	text-decoration: none;
	font-weight: normal;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.info a:hover {
	text-decoration: none;
	color: #a9a9a9;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.caroufredsel_wrapper {
	overflow: visible!important;
}
/*------------contact form------------*/
.contact-form .coll-1, .contact-form .coll-2, .contact-form .coll-3 {
	margin-right: 5px;
	margin-bottom: 25px;
	width: 199px;
	display: inline-block;
}
.contact-form .coll-3 {
	margin-right: 0;
}
.coll-message {
	position: relative;
}
#contact-form {
	position: relative;
	width: 650px;
}
#contact-form label {
	position: relative;
	/*!*/

	display: block;
}
#contact-form span {
	display: block;
}
#contact-form ._placeholder {
	width: 100%!important;
	position: absolute;
	/*!*/

  left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: text;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	padding: 8px 10px 7px 15px;
	color: #a9a9a9;
	border-radius: 0;
	display: block;
}
#contact-form ._placeholder.focused {
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	opacity: .4;
	filter: alpha(opacity=40);
	box-shadow: none;
	padding: 8px 10px 7px 15px;
	width: 100%;
}
#contact-form ._placeholder.hidden {
	display: none;
}
#contact-form input, #contact-form textarea {
	outline: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: #a9a9a9;
	width: 100%;
	height: 41px;
	border-radius: 0;
	padding: 8px 10px 7px 15px;
	border: 1px solid #e2e2e2;
	background: #FFF;
}
#contact-form textarea {
	height: 100px;
	resize: none;
	margin: 0 0 30px;
	overflow: hidden;
}
.req {
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #a9a9a9;
	position: relative;
	display: inline-block;
	margin-left: 18px;
	top: 2px;
}
#contact-form &gt; label {
	margin-bottom: 0;
}
#contact-form .error-message, #contact-form .empty-message {
	height: 0;
	overflow: hidden;
	font: 10px/20px Arial;
	-webkit-transition: 0.3s ease-in height;
	transition: 0.3s ease-in height;
	position: absolute;
	right: 3px;
	top: 0;
}
#contact-form .invalid .error-message, #contact-form .empty .empty-message {
	height: 20px;
}
#contact-form .success-message {
	line-height: 22px;
	position: absolute;
	overflow: hidden;
	height: 0;
	left: 0;
	top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: none;
	border-radius: 0;
	background: #f0f0f2;
	z-index: 10;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.7s linear;
	transition: all 0.7s linear;
	padding: 0;
}
#contact-form.success .success-message {
	height: 50px;
	padding: 15px 0;
	border: 1px #e2e2e2 solid;
	background: #FFF;
	-webkit-transition: all 0.7s linear;
	transition: all 0.7s linear;
}
/*-----------------privacy page-------------------*/
.privacy_page h2 {
	padding-bottom: 36px;
	letter-spacing: -1px;
}
.privacy_page h5 {
	line-height: 24px;
	margin-bottom: 19px;
}
.privacy_page p {
	color: #a9a9a9;
	margin-bottom: 36px;
}
.privacy_page p.last {
	margin-bottom: 24px;
}
.privacy_link {
	color: #7ecefd;
}
.privacy_link:hover {
	color: #1d1d1d;
}
/*404 page*/
/*404 page*/
.block-404 {
	margin-bottom: 20px;
}
.block-404 figure {
	margin: 0 0 0 0;
}
.block-404 .forminfo h2 {
	padding-top: 42px;
	padding-bottom: 31px;
	line-height: 51px;
	letter-spacing: 0;
}
.block-404 p {
	width: 100%;
	color: #a9a9a9;
	line-height: 24px;
	margin-bottom: 20px;
}
.form-404 {
	width: 292px;
	display: block;
	margin-top: 33px;
	position: relative;
	padding-right: 25px;
}
.form-404 input {
	outline: none;
	height: 42px;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: #a9a9a9;
	width: 100%;
	height: 41px;
	border-radius: 0;
	padding: 8px 10px 7px 15px;
	border: 1px solid #e2e2e2;
	background: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: none;
	background: transparent;
	float: left;
}
.form-404 a {
	position: absolute;
	margin-top: 0 !important;
	width: 20px;
	height: 20px;
	overflow: hidden;
	padding: 0;
	top: 11px;
	right: -3px;
	float: right;
	box-shadow: none;
	outline: none;
	border: none;
	opacity: 1;
}
.form-404 a img {
	position: absolute;
	top: 0;
	left: 0;
}
.form-404 a:hover {
	box-shadow: none;
}
.form-404 a:hover img {
	top: -20px;
}
/************* content end **************/
/************** footer **************/
footer {
	overflow: hidden;
}
.footerbottom {
	padding: 20px 0 20px;
	background: url(../img/footerbot.jpg) center top repeat-x;
}
.bgshadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 2;
	background: url(../img/patternfooter1shadow.png) center top repeat-x;
}
.footerrow2 {
	position: relative;
	padding: 63px 0 51px;
	background: url(../img/patternfooter1.jpg);
}
.footerrow2 h3 {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	line-height: 24px;
	font-weight: 400;
	color: #FFF;
	padding-bottom: 31px;
	margin: 0;
	letter-spacing: 0px;
}
/*--------------social----------------*/
.social_icons {
	overflow: hidden;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	position: relative;
	margin: 0;
	padding-top: 2px;
	margin-bottom: 18px;
	z-index: 10;
}
.social_icons &gt; li {
	float: left;
	cursor: pointer;
	width: 36px;
	height: 35px;
	overflow: hidden;
	margin: 0 7px 0 0;
}
.social_icons &gt; li a {
	width: 36px;
	height: 35px;
	overflow: hidden;
}
.social_icons &gt; li a img {
	position: relative;
	top: 0;
	top: -35px;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.social_icons &gt; li a:hover img {
	position: relative;
	top: 0;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
/*-------list2----------*/
.list2 {
	padding: 0;
	position: relative;
	list-style: none;
	overflow: hidden;
	margin: 0;
}
.list2 li {
	position: relative;
	padding: 0;
	padding-left: 27px;
	margin-bottom: 15px;
	line-height: 0;
}
.list2 li img {
	position: absolute;
	left: 0;
	top: 1px;
}
.list2 li a {
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	left: 0;
	color: #6a6a6a;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.list2 li a:hover {
	text-decoration: none;
	color: #89d2fd;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.footerpriv {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: 400;
	color: #747474;
	margin: 0;
}
.footerpriv img {
	margin: 0 3px;
}
.footerpriv strong {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: 400;
	color: #7ecefd;
	margin: 0;
}
.privacylink {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: 400;
	color: #747474;
	margin: 0;
}
.privacylink:hover {
	text-decoration: none;
	color: #7ecefd;
}
/************** footer end **************/
/*-------------- media queries -------------------*/
/**********************************************************/
@media (min-width: 1220px) {
.form-404 {
	width: 292px;
}
.block-404 {
	margin-bottom: 20px;
}
.block-404 figure {
	margin: 0 0 0 0;
}
.contact-form .coll-1,  .contact-form .coll-2,  .contact-form .coll-3 {
	margin-right: 5px;
	width: 250px;
	display: inline-block;
}
.contact-form .coll-3 {
	margin-right: 0;
}
h2 {
	font-size: 60px;
}
.h2big {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 60px;
}
.rightlink {
	float: right;
}
.leftlink {
	float: left;
}
.list1 li {
	width: 107px;
}
.caruselbuttons {
	position: relative;
	width: 74px;
	margin: 57px auto 0;
	overflow: hidden;
	bottom: 103px;
	right: 50%;
	margin-right: -534px;
}
.caruselbuttons #next {
	float: right;
}
.caruselbuttons #prev {
	float: left;
}
.list_carousel li {
	margin: 167px 0 44px 244px;
}
.tm_navbar .nav li a {
	padding: 32px 90px 34px;
}
.container {
	padding: 0;
}
}
/**********************************************************/
@media (min-width: 768px) and (max-width: 991px) {
.form-404 {
	width: 292px;
}
.contact-form .coll-1,  .contact-form .coll-2,  .contact-form .coll-3 {
	margin-right: 0;
	width: 100%;
	display: inline-block;
}
.list-blog li figure {
	float: none;
	width: 100%;
	margin-bottom: 20px;
	margin-right: 0;
}
.list-blog li figure img {
	width: 100%;
}
.rightlink {
	float: right;
}
.leftlink {
	float: left;
}
.quote-1 {
	padding: 0 0 0 90px;
}
.social_icons &gt; li {
	margin: 0 2px 0 0;
}
.list1 li {
	width: 97px;
	display: block;
}
.badge_2 {
	margin-right: 10px;
}
.badge_2 em {
	right: -7px;
	top: 14px;
	border-width: 8px 0 8px 8px;
}
.h2big,  h2 {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
	line-height: 45px;
}
.list_carousel li .title1 {
	font-size: 100px;
	line-height: 80px;
}
.list_carousel li {
	cursor: default;
	color: #999;
	padding: 0;
	margin: 50px 0 40px 60px;
}
.tm_navbar .nav li a {
	padding: 34px 43px 32px;
}
}
/**********************************************************/
@media (max-width: 767px) {
.form-404 {
	width: 100%;
}
.map iframe {
	width: 100%;
	height: 300px;
}
#contact-form textarea {
	height: 250px;
	resize: none;
	overflow: hidden;
}
.contact-form .coll-1,  .contact-form .coll-2,  .contact-form .coll-3 {
	margin-right: 0;
	margin-bottom: 10px;
	width: 100%;
	display: inline-block;
}
.row_7 {
	padding-bottom: 25px;
}
.list-blog li .textinfo1 {
	overflow: visible;
}
.quote-1 {
	margin-bottom: 30px;
}
.about figure {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}
.footerrow2 {
	position: relative;
	padding: 30px 0;
	background: url(../img/patternfooter1.jpg);
}
.footerrow2 h3 {
	margin-top: 30px;
	padding-bottom: 31px;
}
.socialcol {
	width: 100%;
	float: none;
	display: block;
	overflow: hidden;
}
.list3 li.noborder1 {
	background-image: none;
}
.list3 li:first-child {
	width: 50%;
	float: left;
}
.list3 li:first-child img {
	width: 100%;
}
.list3 li {
	width: 50%;
	float: left;
}
.list3 li img {
	width: 100%;
}
.list1 li {
	width: 20%;
	display: block;
}
header {
	background: url(../img/bgheader.jpg) center top no-repeat;
	background-size: cover;
}
.pagesheader {
	background: url(../img/bgheader.jpg) center 90px no-repeat;
}
.caruselbuttons {
	width: 74px;
	margin: 20px 50px 20px 0;
	overflow: hidden;
	bottom: 50px;
	right: 0;
	float: right;
}
.list_carousel li {
	margin: 20px;
}
.list_carousel li .title1 {
	font-size: 80px;
	line-height: 70px;
}
.list_carousel li .title2 {
	font-size: 30px;
	line-height: 28px;
}
.list_carousel li .title3 {
	font-size: 20px;
	line-height: 24px;
}
.menuheader {
	padding: 30px 0 10px;
	background: #7bcdfd;
	margin: 0;
	float: none;
	position: relative;
}
.tm_navbar {
	background-image: none;
}
.sf-menu {
	display: none !important;
}
.select-menu {
	display: block !important;
	color: #ffffff;
	border: 1px solid #343434;
	background: #343434 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 5px;
}
.select-menu option {
	padding: 0;
}
}
/**********************************************************/
@media (max-width: 630px) {
.row_1 figure {
	position: relative;
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
	width: 100%;
	border: 13px solid #FFF;
}
.row_1 figure img {
	width: 100%;
}
}
/**********************************************************/
@media (max-width: 570px) {
.categories h2 {
	font-size: 40px;
}
.list-blog li figure {
	float: none;
	width: 100%;
	margin-bottom: 20px;
	margin-right: 0;
}
.list-blog li figure img {
	width: 100%;
}
.about figure {
	width: 100%;
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
}
.about figure img {
	width: 100%;
}
}
/**********************************************************/
@media (max-width: 540px) {
.collist5 {
	width: 50%;
}
.size1 {
	font-size: 40px;
}
.list1 {
	margin-left: -20px;
}
.list1 li {
	width: 27%;
	display: block;
	margin-left: -20px;
}
.list1 li {
	margin-bottom: 20px;
	margin-left: 20px;
}
}
/**********************************************************/
@media (max-width: 480px) {
.list3 li:first-child {
	width: 100%;
	float: none;
	background-image: none;
}
.list3 li:first-child img {
	width: 100%;
}
.list3 li {
	width: 100%;
	float: none;
	background-image: none;
}
.list3 li img {
	width: 100%;
}
}
/**********************************************************/
@media (max-width: 450px) {
.collist5 {
	width: 100%;
}
.collist4 {
	width: 100%;
}
.list2col {
	width: 100%;
	float: none;
	display: block;
	overflow: hidden;
}
}
/**********************************************************/
@media (max-width: 340px) {
.list1 li {
	width: 43%;
	display: block;
	margin-left: -20px;
}
.list1 li {
	margin-bottom: 20px;
	margin-left: 20px;
}
}
/*Core variables and mixins*/
img {
	max-width: 100%;
}
</pre></body></html>