
/* element styles */

html {
	overflow: scroll;
}

body{
	margin: 0;
	padding: 0; 
	background: #fff;
	font-size: 100%;
}	 

div {
	font-family: Lato, arial, verdana, sans-serif;
	font-size: 100%;
	color: #3b3b3b;
}

p {
	font-family: Lato, arial, verdana, sans-serif;
	font-size: 100%;
	color: #3b3b3b;
	margin: 0 0 15px 0;
	line-height: 120%;
}

li {
	font-size: 100%;
	color: #3b3b3b;
}

td {
	font-size: 100%;
	color: #3b3b3b;
	vertical-align: top;
}

img {
	border: 0;
}

a {
	font-size: 100%;
	color: #376e00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Lato, arial, verdana, sans-serif;
	font-size: 220%;	
	color: #376e00;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
	text-align: center;
}

h2 {
	font-family: Lato, arial, verdana, sans-serif;
	font-size: 170%;	
	color: #376e00;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
	text-align: center;
}

h3 {
	font-family: Lato, arial, verdana, sans-serif;
	font-size: 150%;	
	color: #376e00;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
}


h4 {
	font-family: Lato, arial, verdana, sans-serif;
	font-size: 130%;	
	color: #376e00;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
}

form {
	margin: 0;
}

textarea {
	font-family: Lato, arial, verdana, sans-serif;
	font-size: 90%;
}

.image_left {
	float: left;
	margin: 0 20px 20px 0;
}

.image_right {
	float: right;
	margin: 0 0 20px 20px;
}


/* page element styles */ 


#social_media {
	float: right;
	width: 115px;
	margin: 64px 0 0 0;
}

.social {
	display: block;
	float: right;
	background:  top left no-repeat;
	background-size: 100% auto;
	margin: 5px 0 0 15px;
	transition: background-position 0.3s;
}

.social:hover {
	background-position: bottom left;
}

#facebook {
	background-image: url(../images/site/facebook.png);
	width: 30px;
	height: 50px;
}


#social_email {
	background-image: url(../images/site/email.png);
	width: 53px;
	height: 50px;
}

.nav_item, 
.nav_item:hover, 
.nav_item_active  {
	font-family: Lato, arial, verdana, sans-serif;
	display: block;
	text-align: center;
	color: #fff !important;
	font-weight: 300 !important;
	padding: 15px 10px 0 10px;
	height: 40px;
	font-size: 100% !important;
	background: #607848;
	transition: background-color 0.3s;
}

.nav_item:hover, .nav_item_active {
	background: #af9b8b;
	color: #000;
	text-decoration: none !important;
}
	
	
#footer {
	padding: 32% 50px 50px 50px;
	margin: 0 0 0 0;
	background: #354229 url(../images/site/footer-illustration.jpg) top center no-repeat;
	background-size: 100% auto;
	font-size: 90%;
}

#footer * {
	color: #fff;
}

#footer_left {
	width: calc((100% - 100px) * 0.3);
	float: left;
	margin: 0 50px 0 0;
}

#footer_left img {
	float: left;
	margin: 0 30px 50px 0;
}

#footer_mid {
	width: calc((100% - 100px) * 0.4);
	float: left;
	margin: 0 50px 0 0;
}

#footer_right {
	width: calc((100% - 100px) * 0.3);
	float: left;
}

/* content pages */

#breadcrumb {
	float: right;
	margin: -30px 0 0 0;
}

#print {
	cursor: pointer;
}


/* left nav */

#left_nav a {
	display: block;
	color: #333333;
}

.nav_item_1, .nav_item_2, .nav_item_3 {
	border-bottom: 1px #b9c7ab solid;
	padding: 10px;
	transition: background-color 0.3s;
}

.nav_item_1:hover, .nav_item_2:hover, .nav_item_3:hover, #nav_print:hover {
	background-color: #607848;
}

.nav_item_1:hover *, .nav_item_2:hover *, .nav_item_3:hover *, #nav_print:hover * {
	color: #fff !important;
	text-decoration: none;
}

.nav_item_1_active, .nav_item_2_active, .nav_item_3_active {
	background-color: #607848;
	border-bottom: 1px #b9c7ab solid;
	padding: 10px;
}

.nav_item_1_active *, .nav_item_2_active *, .nav_item_3_active * {
	color: #fff !important;
	text-decoration: none;
}

.nav_item_2, .nav_item_2_active {
	padding-left: 20px;
}

.nav_item_3, .nav_item_3_active {
	padding-left: 40px;
}

#nav_print {
	background: url(../images/site/print-icon.png) no-repeat 5px 3px;
	padding-left: 35px;
}


/* form styles */


.user_form .row_0 {
	background-color: #f7f7f7;
}

.user_form .row_1 {
	background-color: #f2f2f2;
}

.user_form .row_section {
	background-color: #fff;
}

.user_form .row_section td {
	border: 0 !important;
	padding-top: 30px;
}

.user_form .cell {
	padding: 10px;
}

.user_form .cell_left {
	padding: 10px;
}

.user_form .cell_right {
	padding: 10px;
}

.user_form .cell_span {
	padding: 10px;
}

.user_form .error {
	display: block;
	color: #c00;
	font-weight: bold;
}

.user_form .input_box {
	width: 300px;
	padding: 8px;
}

.user_form .input_box_200 {
	width: 300px;
	padding: 8px;
}

.user_form .input_box_small {
	width: 80px;
	padding: 8px;
}

.user_form form {
	margin: 0px;
}

.user_form select {
	width: 300px;
	padding: 8px;
}

.user_form .textarea {
	width: 300px;
	height: 200px;
	padding: 8px;
}

.user_form .textarea_small {
	width: 300px;
	height: 50px;
	font-family: Lato;
	font-size: 90%;
	padding: 8px;
}

.user_form .section {
}	

.user_form h3 {
	padding: 20px 0 0 0;
}

.user_form .select_box_200 {
	width: 300px;
}

/* FAQs */

.faq_area_label,
.faq_question_block {
	margin: 25px 0 0 0;
}

.faq_question {
	display: block;
	background: #fff url(../images/site/expand.png) top left no-repeat;
	padding: 0 0 0 50px;
	height: 30px;
	margin: 10px 0 0 0;
	transition: background-color 1s;
}

.faq_question:hover {
	background-color: #1C6983;
	color: #fff;
	text-decoration: none;
}

.faq_question_expanded {
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	background: #1C6983 url(../images/site/contract.png) top left no-repeat;
	transition: background-color 1s;
}

	
.faq_answer {
	margin: 0 0 20px 0;
	background: #1C6983;
	padding: 20px 30px 10px 30px;
}

.faq_answer * {
	color: #fff;
}



/* home page grid */
	
.hp_grid_item_image {
	display: block;
	height: 300px;
	background-size: cover;
	background-position: center center;
	opacity: 0.8;
	border-radius: 10px;
}

.hp_grid_item_text {
	display: block;
	padding: 20px 0 0 0;
}

.hp_grid_item img {
	max-width: calc(100%);
	height: auto;
}


/* events icon */

.calendar_icon {
	float: left;
	width: 63px;
	height: 60px;
	background: url(../images/site/calendar-icon.png) no-repeat center center;
	background-size: 100% 100%;
	margin-right: 30px;
}

.calendar_icon:hover {
	animation-name: scale-up-center;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	animation-duration: 1s;
	background-position: bottom left;
}

.calendar_day {
	width: 100%;
	display: block;
	color: #000;
	text-align: center;
	padding: 30% 0 0 0;
	font-size: 120%;
	font-weight: 700;
}

.calendar_month {
	width: 100%;
	display: block;
	color: #000;
	text-align: center;
	padding: 0 0 0 0;
	font-size: 80%;
	font-weight: 700;
}

.event_text {
	float: left;
	width: calc(100% - 93px);
	margin: 0 0 30px 0;
}


.event_text h3 {
	color:  #000;
}




/* read more button */

#read_less_button {
	width: 100px;
	display: none;
	float: left;
}

 #read_more_text {
	display: none;
}

.button {
	display: inline-block;
	text-align: center;
	color: #fff;
	background: #607848;
	padding: 10px 20px;
	font-size: 110%;
	cursor: pointer;
	margin: 20px auto 20px auto;
	box-shadow: 0 0 11px rgba(0,0,0,0.4); 
	border: 0;
	border-radius: 10px;
	transition: background 0.3s;
}	

.button:hover {
	background: #af9b8b;
	color: #000;
	text-decoration: none;
}


/* blog */

.blog_text_full img {
	max-width: calc(100%) !important;	
	height: auto !important;
}

.blog_intro:hover {
	text-decoration: none;
}

.blog_intro:hover .blog_image {
	opacity: 1;
}

.blog_intro h2 {
	transition: color .3s;
}

.blog_intro:hover h2 {
	color: #000;
}

.blog_divider {
	clear: both;
	height: 3px;	
}

#blog_right_side {
	position: fixed;	
	width: 200px;
}

.blog_title h2 a {
	color: #000;
}

.archive_link {
	display: block;
}

.archive_link_1 {
	font-weight: bold;	
	background: url(../images/site/archive-year.png) left top no-repeat;
	padding: 0 0 0 20px;
	margin: 5px 0 0 0;
}

.archive_link_1.active {
	background: url(../images/site/archive-year.png) left bottom no-repeat;
	padding: 0 0 0 20px;
	margin: 5px 0 0 0;
}

.archive_link_2 {
	padding: 0 0 0 30px;
	margin: 5px 0 0 0;
}

.archive_link_2.active {
	font-weight: bold;	
	padding: 0 0 0 30px;
	margin: 5px 0 0 0;
}

.archive_month {
	display: none;	
}

.archive_month.active {
	display: block;	
}


/* gallery */

#gallery {
	margin: 50px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	width: calc(100%);
}

.gallery_animated {
	margin: 50px auto 0 auto !important;
	width: calc((100% - 40px) / 4) !important;
	transition: width 2s;
}

.gallery_finished {
	margin: 50px auto 0 auto !important;
	width: calc(100%) !important;
}

.photo {
	position: relative;
	display: block;
	flex-basis: calc((100% - 40px) / 4);
	padding-top: 25%;
	margin: 5px;
	background-size: cover;
	background-position: center center;
	border-radius: 10px;
}

.photo_animated {
	opacity: 0;
	flex-basis: calc(100%);
	padding-top: 100%;
	transition: opacity 2s, padding 1s, flex 1s;
}

.photo_finished {
	opacity: 1;
	flex-basis: calc((100% - 40px) / 4);
	padding-top: 25%;
}

.photo span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 40px);
	padding: 20px;
	background: url(../images/site/30-percent.png);
	color: #fff;
	border-radius: 0 0 10px 10px;
}


/* general styles */


.top_margin_50 {
	margin-top: 50px !important;
}

.padded_img img {
	padding: 0;
	border-radius: 10px;
}

.not_rounded_corners {
	border-radius: 0 !important;
}

.smallText {
	font-size: 80%;
}

.smallText a {
	font-size: 100%;
}

.error {
	color: #c00;
	font-weight: bold;
}

.pad30lr {
	padding: 0 30px 0 30px;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.hide {
	display: none;
}

/* simple slider */

#simple_slider {
	position: relative;
	display: block;
	width: 100%;
	height: auto;	
	padding-top: 34.16%;
}

.ss_wrapper {
	position: relative;
	top: 0;
	height: 100%;
}

#ss_previous {
	cursor: pointer;
	display: block;
	position: absolute;
	top: calc((100% - 115px)/2);
	left: 30px;
	width: 63px;
	height: 115px;
	background: url(../images/site/arrows.png) no-repeat left top;
	z-index: 99;
}

#ss_next {
	cursor: pointer;
	display: block;
	position: absolute;
	top: calc((100% - 115px)/2);
	right: 30px;
	width: 63px;
	height: 115px;
	background: url(../images/site/arrows.png) no-repeat right top;
	z-index: 99;
}

.ss_slide {
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100%);
	height: calc(100%);
	display: none;
}

#ss_1 {
	display: block;
}

.ss_image {
	display: block;
	position: absolute;
	width: calc(100%);
	height: calc(100%);
	background: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.ss_caption {
	display: block;
	position: absolute;
	left: 0;
	bottom: 50px;
	width: calc(33%);
}

.ss_caption_inner {
	display: block;
	padding: 30px;
	color: #fff;
	background: url(../images/site/30-percent.png);
	border-radius: 10px;
}

.ss_caption_inner p {
	font-size: 110% !important;
}

.ss_caption_inner * {
	margin:0;
	padding:5px;
	color: #fff;
}


#whats_new {
	height: 330px;
	margin: 50px 50px 0 50px;
}


#whats_new_left {
	position: relative;
	float: left;
	width: 151px;
	margin-right: 3px;
	background: url(../images/site/news-icon.png) center 110px no-repeat #af9b8b;
	background-size: 80px 80px;
	padding: 30px;
	font-size: 130%;
	height: 270px;
	border-radius: 10px 0 0 10px;
}

#whats_new_left h2 {
	color: #fff;
	font-size: 140%;
}

#whats_new_prev,
#whats_new_next,
#whats_new_counter {
	position: absolute;
	bottom: 25px;
	display: block;
	width: 50px;
	height: 50px;
	border: 3px #fff solid;
	font-size: 200%;
	text-align: center;
	background: #607848;
	border-radius: 10px;
	color: #fff;
}

#whats_new_prev {
	left: 22px;
}

#whats_new_next {
	left: 80px;
}

#whats_new_prev:hover, 
#whats_new_next:hover {
	background: #af9b8b;
	text-decoration: none;
}
	
#whats_new_counter {
	left: 137px;
	height: 35px;
	font-size: 100%;
	padding: 10px 0 5px 0;
}

#whats_new_right {
	position: relative;
	float: left;
	width: -moz-calc(100% - 274px);
	width: -webkit-calc(100% - 274px);
	width: calc(100% - 274px);
	background: #f2ede9;
	padding: 30px;
	font-size: 110%;
	height: 270px;
	overflow-y: auto;
	border-radius: 0 10px 10px 0;
}

.whats_new_item {
	width: -moz-calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
	position: absolute;
	top: 30px;
	left: 30px;
	display: none;
}

#whats_new_1 {
	display: block;
}

/* document types */

.icon {
	list-style-type: none;
	padding: 0 0 0 25px !important;
	margin: 0 0 10px -3px !important;
}

.pdf {
	background: url(../images/resources/pdf.gif) no-repeat;
}

.doc, .docx {
	background: url(../images/resources/doc.gif) no-repeat;
}

.xls, .xlsx {
	background: url(../images/resources/xls.gif) no-repeat;
}

.ppt, .pptx {
	background: url(../images/resources/ppt.gif) no-repeat;
}

.wav {
	background: url(../images/resources/wav.png) no-repeat;
}

.avi {
	background: url(../images/resources/avi.png) no-repeat;
}

.folder {
	background: url(../images/resources/folder.png) no-repeat;
}

/* cookie preferences */

#cookie_popup_message {
	display:  none;
	position: fixed; 
	z-index: 9999; 
	bottom: 20px; 
	left: 20px; 
	width: 310px; 
	background-color: #ffffffcc; 
	padding: 10px;  
	border-radius: 5px; 
	box-shadow: 0 0 1px #00000066;
}

#cookie_popup_message p {
	font-size: 85% !important; 
	color: #000; 
	margin: 0 0 10px 0;
}

#cookie_options {
	display:  flex;
	flex-direction: column;
}

.cookie_options_row {
	display:  flex;
	flex-direction: row;
}

.cookie_options_label {
	font-size: 85% !important; 
	font-weight:  bold;
	margin: 0 20px 20px 0;
}

.cookie_options_yes,
.cookie_options_no {
	display:  block;
	color:#fff !important; 
	font-size: 90% !important;  
	text-decoration: none; 
	padding: 3px 15px 0 15px; 
	height:  22px;
	border-radius: 5px; 
	font-weight: bold;
	transition: background-color 0.3s;
	margin:  0 10px 0 0;
}

.cookie_options_no {
	background: #666; 
}

.cookie_options_yes {
	background: #666; 
}

.cookie_options_yes:hover,
.cookie_options_no:hover {
	text-decoration: none; 
}

.cookie_options_no:hover,
.cookie_options_no.active {
	background: #c33; 
}

.cookie_options_yes:hover,
.cookie_options_yes.active {
	background: #3c3; 
}

#cookie_accept_all,
#cookie_set_preferences {
	background: #666; 
	color:#fff !important; 
	font-size: 90% !important;  
	text-decoration: none; 
	padding: 5px 25px; 
	border-radius: 5px; 
	font-weight: bold;
	transition: background-color 0.3s;
}

#cookie_accept_all:hover,
#cookie_set_preferences:hover {
	background: #000; 
}

/* admin nav bar styles */

#admin_navbar {
	position: fixed; 
	top: 0; 
	right: 10px; 
	height: 50px; 
	background: -moz-linear-gradient(top, #e7e9eb 0%, #d8dade 100%); 
	background: -webkit-linear-gradient(top, #e7e9eb 0%,#d8dade 100%) ; 
	background: linear-gradient(to bottom, #e7e9eb 0%,#d8dade 100%); 
	border: 1px solid #e7e9eb;
	box-shadow: 0 0 11px rgba(0,0,0,0.4); 
	z-index: 9999999;
	padding: 10px;
	color: #fff;
	border-radius: 0 0 3px 3px;
}

.admin_navbar_icon {
	color: #fff;
	margin-right: 10px;
	opacity: 0.6;
	width: 48px;
	height: 48px;
}

.admin_navbar_icon img {
	width: 48px;
	height: 48px;
}

.admin_navbar_icon:hover {
	color: #fff;
	margin-right: 10px;
	opacity: 1;
}

#admin_navbar .admin_navbar_hassubnav {
	font-size: 85%;
	color: #000;
}

#admin_navbar .admin_navbar_hassubnav .admin_navbar_subnav {
	display: none;
}

#admin_navbar .admin_navbar_hassubnav .admin_navbar_subnav span,
#admin_navbar .admin_navbar_hassubnav .admin_navbar_subnav a  {
	display: block;
	color: #000;
	border-bottom: 1px solid #bdbdbd;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	height: auto;
}

#admin_navbar .admin_navbar_hassubnav:hover .admin_navbar_subnav {
	display: block;
	position: absolute;
	top: 60px;
	left: 175px;
	width: 150px;
	background: #d8dade; 
	padding: 10px;
}

#admin_navbar_extended {
	float: left; 
	height: 50px;
	overflow-y: hidden;
	width: 0;
}

#admin_navbar_icon {
	float: left;
	margin: 0;
}
	
@keyframes slide_out {
	0%   { width: 0px; }
	100% { width: 380px; }
}

.slide_out {
	animation-name: slide_out;
	animation-duration: 0.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}

@keyframes slide_in {
	0%   { width: 380px; }
	100% { width: 0px; }
}

.slide_in {
	animation-name: slide_in;
	animation-duration: 0.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}





/* lightbox */


html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 10px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 10px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/site/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/site/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  line-height: 1em;
  color: #fff;
}

.lb-data .lb-caption a {
  color: #fff;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/site/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


/* animista */


@-webkit-keyframes scale-up-center{
	0%{-webkit-transform:scale(1);transform:scale(1)}
	100%{-webkit-transform:scale(1.2);transform:scale(1.2)}}
@keyframes scale-up-center{
	0%{-webkit-transform:scale(1);transform:scale(1)}
	100%{-webkit-transform:scale(1.2);transform:scale(1.2)}}