/* -------------------------------- 

Tema till Teamr v 1.2

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  font-family: "Lato", sans-serif;
  color: #ffffff;
  background-color: #00469b;
}

body, html {
  height: 100%;
}

a {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
}

a:hover {color: rgba(255,255,255,1);}

img {
  max-width: 100%;
}

/* -------------------------------- 

Moduler

-------------------------------- */
.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* -------------------------------- 

Komponenter

-------------------------------- */

#logo {
  font-family: 'itc-american-typewriter', serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  color:#ffffff;
  display: block;
  position: fixed;
  top:15px;
  left:15px;
  z-index:99;
}

#flag, #login, #fil, #film, #demo {
  opacity: 0.8;
  color:#ffffff;
  display: block;
  top:15px;
  position: relative;
  z-index:99;
  padding: 5px;
  font-size: 14px;
  text-transform: uppercase;
  float:right;
  margin-right:15px;
  min-height: 24px;
}

#flag:hover, #login:hover, #fil:hover, #film:hover, #demo:hover {opacity: 1;}

#login {background-image: url("../img/login.svg");background-position: left; background-repeat: no-repeat; background-size: contain;padding-left: 28px;}
#film {background-image: url("../img/movie.svg");background-position: left; background-repeat: no-repeat; background-size: contain;padding-left: 28px;}
#fil {background-image: url("../img/file.svg");background-position: left; background-repeat: no-repeat; background-size: contain;padding-left: 28px;}
#demo {background-image: url("../img/demo.svg");background-position: left; background-repeat: no-repeat; background-size: contain;padding-left: 28px;}
#flag {background-position: left; background-repeat: no-repeat; background-size:contain;padding-left: 30px;}

.eng {
  background-image: url("../img/flag_eng.svg");
}

.swe {
  background-image: url("../img/flag_swe.svg");
}

.mobile {display: inline-block;}
.notmobile {display: none;}

#header {
    display: inline-block;
	width:100%;
	height: 50px;
	position: fixed;
    top: 0; 
	background-color: rgba(0, 70, 155, 0);
	transition: 0.2s;
	z-index: 98;
}

strong {font-weight: 700;} 

h1 {  
  color: white;
  font-weight: 700;
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 25px;
  text-align: center;
}

h3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 7px;
}

em {font-style: italic;}

/* Form */

form input[type="text"],
form input[type="email"],
form input[type="password"],
form textarea
{
	border:none;
	border-radius: 6px;
	padding: 6px;
	font-size: 14px;
	background: rgba(255,255,255,0.6);
	width: 70%;
}

form input[type="submit"],
form input[type="button"]
{
	position: relative;
	display: block;
	border:#002c67 1px solid;
	border-radius: 20px;
	padding: 5px 10px;
	color: #00469b;
	margin: 0 auto;
	background: rgba(255,255,255,0.9);
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 10px;
}

form input[type="submit"]:hover,
form input[type="button"]:hover
{
	background: rgba(255,255,255,1);
}

::-webkit-input-placeholder{ 
   color:rgba(0,70,155,0.9);
} 
:-moz-placeholder{ 
   color:rgba(0,70,155,0.9);
}
::-moz-placeholder{ 
   color:rgba(0,70,155,0.9);
}
:-ms-input-placeholder{ 
   color:rgba(0,70,155,0.9);
}
::-ms-input-placeholder{ 
   color:rgba(0,70,155,0.9);
}
::placeholder { 
   color:rgba(0,70,155,0.9);
}

/* Knapp */

.knapp {
  display: inline-block;
  border-radius: 30px;
  padding: 6px; 
  margin: 5px;
  color: #ebe3c2;
  border:#e3c48c 1px solid;
  background: rgb(121,64,9);
  background: linear-gradient(305deg, rgba(121,64,9,1) 0%, rgba(227,196,140,1) 64%);
  text-shadow:-1px -1px 0px #854d13;
  transition: 0.3s;
  font-size: 0.7rem;
  font-weight: 700; 
  cursor: pointer;
}

.knapp:hover {
  color:#d3a16c;
  border:#d39853 1px solid;
  background: rgb(140,74,10);
  background: linear-gradient(105deg, #d39853 0%, #92562b 64%);
  text-shadow:-1px -1px 0px #854d13;
}

.cd-section {
  min-height: 100%;
  position: relative;
  padding: 2em 0;
  overflow: auto;
}

.cd-section:nth-of-type(odd) {
  background-color: #457ec3;
}
.cd-section:nth-of-type(odd) p {
  color: #ffffff;
}
.cd-section:nth-of-type(even) {
  background-color: #00469b;
}
.cd-section:nth-of-type(even) p {
  color: #ffffff;
}
.cd-section .container {

  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 768px;
  text-align: left;
  overflow: auto;
  padding-top: 70px;
  padding-bottom: 90px;
}

.cd-section p {
  line-height: 1.2;
  text-shadow: 0px 0px 12px rgba(0, 70, 155, 0.5);
}

.liten {font-size: 0.75rem;font-weight: 400;}
.liten strong {font-weight: 900;}

#section1 {
  background-image: url("../img/teamr1_square.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#section2 {
  background-image: url("../img/move_bild_square.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#section3 {
  background-image: url("../img/teamr3_square.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#section4 {
  background-image: url("../img/teamr_app_1_square.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#section5 {
  background-image: url("../img/teamr5_square.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#section6 {
  background-image: url("../img/teamr_app_2_square.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#section7 {
  background-image: url("../img/teamr7_square.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#section8 {
  background-image: url("../img/teamr_app_3_square.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#section9 {
  background-image: url("../img/teamr6_square.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#section10 {
  background-image: url("../img/teamr2_square.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

 /* TABS */

.tab {
  overflow: hidden;
  text-align: center;
}

.tab button {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  background-color: inherit;
  color:#d3a16c;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 8px 12px;
  transition: 0.3s;
  border-radius: 40px;
  margin-right: 15px;
  margin-top: 5px;
  background: linear-gradient(105deg, #d39853 0%, #92562b 64%);
  text-shadow:-1px -1px 0px #854d13;
  margin-bottom:5px;
}

.tab button:hover {
  background: linear-gradient(305deg, rgba(121,64,9,1) 0%, rgba(227,196,140,1) 64%);
  color: #ebe3c2;
  border:0px;
  text-shadow:-1px -1px 0px #854d13;
  z-index: 9;
}

.tab button.active {
  background: linear-gradient(305deg, rgba(121,64,9,1) 0%, rgba(227,196,140,1) 64%);
  color: #ebe3c2;
  border:0px;
  text-shadow:-1px -1px 0px #854d13;
  box-shadow: 0px 0px 5px white;
  z-index: 9;
}

.tabcontent {
  display: none;
  padding: 30px;
  color:#fff;
  text-align: center;
  max-width: 440px;
  margin: auto;
  margin-top: -15px;
  border-radius: 20px; 
  background-color: rgba(10, 36, 65, 0.7);
} 

section .quotes {
	width: 80%;
	margin: 20px auto;
   
}

/* Bubble Slider */

.bubble blockquote {
	margin: 10px 10px 0;
	background: rgba(255, 255, 255, 0.7);
	padding: 20px;
	position: relative;
	border: none;
	border-radius: 8px;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.2em;
	text-align: center;
	color: #00469b;
}
.bubble blockquote:before, .bubble blockquote:after {
	content: "\201C";
	position: absolute;
	font-size: 40px;
	padding: 5px;
	line-height: 1;
	color: #00469b;
}
.bubble blockquote:before {
	top: 0;
	left: 10px;
}
.bubble blockquote:after {
	content: "\201D";
	right: 10px;
	bottom: -.5em;
}
.bubble div {
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid rgba(255, 255, 255, 0.7);
	margin: 0 0 0 30px;
	margin-bottom: 10px;
}
.bubble cite {
	padding-left: 20px;
	font-size: 1em;
	font-weight: 700;
    color:#fff;
	padding-bottom: 5px;
}

/* The Modal (bakgrund) */

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
  transition: 1s;

}

.modal2 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
  transition: 1s;

}

/* Modal Innehåll */

.modal-content {
  background-color: #000;
  margin: auto;
  padding: 10px;
  border: 1px solid #888;
  width: 96%;
}

.modal-content2 {
  background-color: rgba(0,70,155,0.8);
  margin: auto;
  padding: 20px;
  max-width: 540px;
  border-radius: 8px;
  display:block;
}

/* Stäng-knapp */
.close {
  color: rgba(255,255,255,0.7);
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: -5px;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .cd-section h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .cd-section p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }

	.liten {font-size: 0.85rem;font-weight:400;}
}

.cd-scroll-down {
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px;
  width: 38px;
  height: 44px;
  background: url("../img/cd-arrow-bottom.svg") no-repeat center center;
  animation: MoveDown 2s linear infinite;
}

@keyframes MoveDown {
  0%,100% {
    bottom: 0px;
  }
  10% {
    bottom: 20px;
  }
}

/* Ej pekskärm */

.cd-nav-trigger {
  display: none;
}

.no-touch #cd-vertical-nav {
  position: fixed;
  right: 40px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.no-touch #cd-vertical-nav li {
  text-align: right;
}
.no-touch #cd-vertical-nav a {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.no-touch #cd-vertical-nav a:after {
  content: "";
  display: table;
  clear: both;
}
.no-touch #cd-vertical-nav a span {
  float: right;
  display: inline-block;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
.no-touch #cd-vertical-nav a:hover span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.no-touch #cd-vertical-nav a:hover .cd-label {
  opacity: 1;
}
.no-touch #cd-vertical-nav a.is-selected .cd-dot {
  background-color: white;
  background-image: radial-gradient(#ffffff, #ece5a1);
  box-shadow: 0px 0px 12px white;
}
.no-touch #cd-vertical-nav .cd-dot {
  position: relative;
  top: 8px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #ece5a1;
  background-image: radial-gradient(#ece5a1, #885b08);
  box-shadow: none;
  -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
  -moz-transition: -moz-transform 0.2s, background-color 0.5s;
  transition: transform 0.2s, background-color 0.5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.no-touch #cd-vertical-nav .cd-label {
  position: relative;
  margin-right: 10px;
  padding: .4em .5em;
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

/* Pekskärm */

.touch .cd-nav-trigger {
  display: block;
  z-index: 2;
  position: fixed;
  bottom: 30px;
  right: 5%;
  height: 44px;
  width: 44px;
  border-radius: 0.25em;
  background: linear-gradient(305deg, rgba(121,64,9,1) 0%, rgba(227,196,140,1) 64%);
}
.touch .cd-nav-trigger span {
  position: absolute;
  height: 4px;
  width: 4px;
  background-color: #854d13;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.touch .cd-nav-trigger span::before, .touch .cd-nav-trigger span::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
}
.touch .cd-nav-trigger span::before {
  top: -9px;
}
.touch .cd-nav-trigger span::after {
  bottom: -9px;
}

.touch #cd-vertical-nav {
  position: fixed;
  z-index: 1;
  right: 5%;
  bottom: 30px;
  width: 90%;
  max-width: 400px;
  max-height: 90%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border-radius: 0.25em;
  background-color: rgba(10, 36, 65, 0.9);
}
.touch #cd-vertical-nav a {
  display: block;
  padding: 1em;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.touch #cd-vertical-nav a span:first-child {
  display: none;
}
.touch #cd-vertical-nav a.is-selected span:last-child {
  color: #fff;
}
.touch #cd-vertical-nav.open {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.touch #cd-vertical-nav.open + .cd-nav-trigger {
  background-color: transparent;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span {
  background-color: rgba(255, 255, 255, 0.3);
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::before, .touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
  background-color: #854d13;
  height: 3px;
  width: 20px;
  border-radius: 0;
  left: -8px;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 1px;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 0;
}
.touch #cd-vertical-nav li:last-child a {
  border-bottom: none;
}

/* Stora skärmar */

@media only screen and (min-width: 768px) {
  .touch .cd-nav-trigger, .touch #cd-vertical-nav {
    bottom: 40px;
  }
  .notmobile {
  display: inline-block;
}
  .mobile {
  display: none;
}
	
#section1 {
  background-image: url("../img/teamr1.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#section2 {
  background-image: url("../img/move_bild.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#section3 {
  background-image: url("../img/teamr3.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#section4 {
  background-image: url("../img/teamr_app_1.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#section5 {
  background-image: url("../img/teamr5.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#section6 {
  background-image: url("../img/teamr_app_2.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#section7 {
  background-image: url("../img/teamr7.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#section8 {
  background-image: url("../img/teamr_app_3.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#section9 {
  background-image: url("../img/teamr6.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#section10 {
  background-image: url("../img/teamr2.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
	
	.tabcontent {margin-top: 30px;}
	.tab button {margin-top: 15px;}
	
	.tabcontent {
  position: relative;
  animation-name: tabcontentanimation;
  animation-duration: 0.5s;
  z-index: 8;
  } 
	
h1.hero {font-size:72px;}
	
.knapp {
  display: inline-block;
  border-radius: 30px;
  padding: 12px; 
  margin: 15px;
  color: #ebe3c2;
  border:#e3c48c 2px solid;
  background: rgb(121,64,9);
  background: linear-gradient(305deg, rgba(121,64,9,1) 0%, rgba(227,196,140,1) 64%);
  text-shadow:-1px -1px 0px #854d13;
  transition: 0.3s;
  font-size: 0.9rem;
  font-weight: 700; 
  cursor: pointer;
}
	
.knapp:hover {
  border:#d39853 2px solid;
}
	
	.bubble blockquote {
		font-size: 1.2em;
		line-height: 1.4em;
	}
	
  .modal-content {
  width: 80%;
}
  @keyframes tabcontentanimation {
  0%   {color:rgba(255, 255, 255, 0.3);background-color:rgba(10, 36, 65, 0.3);left:-50px; top:0px;}
  100% {color:rgba(255, 255, 255, 1);background-color:rgba(10, 36, 65, 0.7);left:0px; top:0px;}
}
	section .quotes {
	width: 60%;
	margin: 70px auto;
}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   /* IE10+ CSS */


.cd-section {
  min-height: 110%;
  position: relative;
  padding:0;
  overflow: hidden;
}
	
#login {background-image: url("../img/login.png");background-position: left; background-repeat: no-repeat; background-size: contain;padding-left: 32px;}
#film {background-image: url("../img/movie.png");background-position: left; background-repeat: no-repeat; background-size: contain;padding-left: 28px;}
#fil {background-image: url("../img/file.png");background-position: left; background-repeat: no-repeat; background-size: contain;padding-left: 26px;}
#demo {background-image: url("../img/demo.png");background-position: left; background-repeat: no-repeat; background-size: contain;padding-left: 28px;}
#flag {background-position: left; background-repeat: no-repeat; background-size:contain;padding-left: 42px;}

.eng {
  background-image: url("../img/flag_eng.png");
}

.swe {
  background-image: url("../img/flag_swe.png");
}
	
  #section2, #section4, #section6, #section8, #section10 {background-attachment: scroll;}
	
}

@supports (-ms-accelerator:true) {
   /* Edge 12+ CSS */ 

	html, body {max-width: 100%;}
	
.cd-section {
  overflow: hidden;
}
		
	#section3, #section4, #section6, #section9 {min-height: 120%;}
	
}

@supports (-ms-ime-align:auto) {
    /* Edge 16+ CSS */ 

	html, body {max-width: 100%;}
	
.cd-section {
  overflow: hidden;
}
	
	#section3, #section4, #section6, #section9 {min-height: 120%;}
	
}