/*
List plus minus
--------------------------------------------------
*/

.list-minus li {
list-style-image:url("/uploads/tmpl/minus.gif");
padding-top: 0.3em;
font-size: 1.1em;
}

.list-minus ul {
margin-bottom: 2em;    
margin-top: -0.5em;  
}

.list-plus li {
list-style-image:url("/uploads/tmpl/plus.gif");
padding-top: 0.3em;
font-size: 1.1em;
}

.list-plus ul {
margin-bottom: 2em;    
margin-top: -0.5em;  
}

/*
Contact form
--------------------------------------------------
*/

.form-horizontal .control-label {
	float: left;
	width: 100px;
	padding-top: 5px;
	text-align: right;
}
.form-horizontal .controls {
	margin-left: 120px;
}

.form-horizontal input {
	margin-bottom: 1em;
}

.form-horizontal-wide .control-label-wide {
	float: left;
	width: 250px;
	padding-top: 5px;
	text-align: right;
}
.form-horizontal-wide .controls-wide {
	margin-left: 270px;
}

.form-horizontal-wide input {
	margin-bottom: 1em;
}

.form-horizontal-wide textarea{
	margin-left: 16em;
}

.cms_textarea{
    width: 97%;
}

.error_message, .fb_invalid {
background: pink;
color: #B94A48;
background-color: #F2DEDE;
border-color: #EED3D7;
padding: 1em;
}



/*
Price calculator
--------------------------------------------------
*/

.price-sender, .price-receiver, .price-message {
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 1.5em 1em 0.5em 1em;
    margin-bottom: 1em;
    margin-top: 1.5em;
}

.price-receiver img {
    width: 50px;
    height: 50px;
    border: 1px solid #CCC;
    margin-right: 1em;
    margin-top: 4px;
        }

.form-title {
    position: absolute;
    font-weight: bold;
    background: lightblue;
    border-radius: 5px;
    border: 1px solid #CCC;
    padding: 0.1em 0.5em 0.1em 0.5em;
    margin-top: -2.3em;
}

.price {
	padding: 0.5em;
	margin-bottom: 0.5em;
}

.price-table-left {
	background: #C8DCBE;
	padding: 1.5em 0.5em 1.5em 0.3em;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	border: 1px solid #AAA;
}

.price-small-caption {
	font-size: 0.5em;
	padding-left: 5px;
}

.show-price {
	display: none;
} 

.show-price-introduction {

} 


.table th, .table td {
	border-top: 1px solid #CCC;
	line-height: 8px;
	padding: 8px;
	text-align: left;
	vertical-align: top;
}

#yht td {
	border-top: 1px solid #AAA;
	background: #EEE;
}

#yhtAlv td {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #C8DCBE;
	font-weight: bold;
}

.label-transparent {
	background-color: transparent;
}

.list-tick li {
	font-size: 1.1em;
	list-style: none;
	line-height: 130%;
	padding: 1px 1px 14px 30px;
	background: url("/img/green-tick.gif") 2px 0px no-repeat;
}




/*
Body and background
------------------------------------------------------------------------
*/

body {
	padding-bottom: 0px; 
	background : #FFF;
	background-image: url('/uploads/tmpl/bg.png');
}

.background {
	position: relative;
	background: #5B88C3;
	height: 300px;
	padding: 1em 0 1em 0;
	border-bottom: 1px solid #BBB;
	box-shadow: 0 3px 6px 2px rgba(0,0,0,.10); 
	-webkit-box-shadow: 0 3px 6px 2px rgba(0,0,0,.10); 
	-moz-box-shadow: 0 3px 6px 2px rgba(0,0,0,.10); 
}

.background-in {
	position: relative;
	background: #5B88C3;
	height: 180px;
	padding: 1em 0 1em 0;
	border-bottom: 1px solid #BBB;
	box-shadow: 0 3px 6px 2px rgba(0,0,0,.10); 
	-webkit-box-shadow: 0 3px 6px 2px rgba(0,0,0,.10); 
	-moz-box-shadow: 0 3px 6px 2px rgba(0,0,0,.10); 
}

.background-blog {
	position: relative;
	background: #5B88C3;
	height: 100px;
	padding: 1em 0 1em 0;
	border-bottom: 1px solid #BBB;
	box-shadow: 0 3px 6px 2px rgba(0,0,0,.10); 
	-webkit-box-shadow: 0 3px 6px 2px rgba(0,0,0,.10); 
	-moz-box-shadow: 0 3px 6px 2px rgba(0,0,0,.10); 
}

/*
Typograph
------------------------------------------------------------------------
*/

h1, h2 {
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
	color: #745F45;
}
 
.lead {
	font-size: 1.3em;
	line-height: 1.4em;
	color: #808080;
}

.lead-low {
	font-size: 1.1em;
	line-height: 1em;
	color: #808080;
}

p {
	font-size: 1.1em;
	line-height: 1.4em;
}

/*
Topnavigation
------------------------------------------------------------------------
*/

.navbar {
	margin-bottom: 0px;
}

.navbar-inner {
	background: #043D86;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
	padding-top: 10px;
	padding-bottom: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-image: -moz-linear-gradient(top, #043D86, #0D3A73);
	background-image: -ms-linear-gradient(top, #043D86, #0D3A73);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#043D86), to(#0D3A73));
	background-image: -webkit-linear-gradient(top, #043D86, #0D3A73);
	background-image: -o-linear-gradient(top, #043D86, #0D3A73);
	background-image: linear-gradient(top, #043D86, #0D3A73);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#043D86', endColorstr='#0D3A73', GradientType=0);
}






.navbar .nav .active > a, .navbar .nav .active > a:hover {
	background-color: #043D86;
	color: #FFF;
	text-decoration: none;
	border-bottom: 3px solid #3573C3;
}

.navbar .nav  a:hover {
	border-bottom: 3px solid #FFF;
}

.navbar .nav > li > a {
	color: #FFF;
	float: none;
	line-height: 19px;
	padding: 0px 0px 0px;
	margin: 7px 30px 7px 0;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 0 1px 1px #000;
}

.brand {
	margin-right: 15px;
	margin-top: -5px;
}

.top-button {
	margin-left:27px;
}

/*
Frontpage welcome image
------------------------------------------------------------------------
*/

.welcome-content
{
	display: none;
}

.welcome-text h1 {
	font-size: 3em;
	font-weight: bold;
	color: #FAFAFA;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
}

.welcome-text h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #FAFAFA;
	line-height: 1.5em;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
}

.welcome-heading h2 {
	font-size: 1.9em;
	font-weight: normal;
	line-height: 1.1em;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
	color: #FAFAFA;
	padding-bottom: 0.3em;
}

.welcome-heading p {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
}

.welcome-heading a {
    color: #FFF;  
}

.welcome-text {
	text-align: center;
	margin-top: 65px;
}

.welcome-boxi {
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	box-shadow: 0 0 0 15px #fff, 0 0 0 16px #BBB, 0 3px 6px 18px rgba(0,0,0,.10); 
	-webkit-box-shadow: 0 0 0 15px #fff, 0 0 0 16px #BBB, 0 3px 6px 18px rgba(0,0,0,.10); 
	-moz-box-shadow: 0 0 0 15px #fff, 0 0 0 16px #BBB, 0 3px 6px 18px rgba(0,0,0,.10); 
	margin: 2em 0 5em 0;
	margin-top: -150px;
	position: relative;
}

.welcome-img{
	position: relative; 
	width: 100%;
}

.welcome-heading {
	position: absolute;
	background-color: #043D86;
	padding: 1em;
	margin: 1px;
	color: #FAFAFA;
	width: 250px;
	right: 1.4%;
	top: 5%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	 opacity:0.95;
	filter:alpha(opacity=95); /* For IE8 and earlier */     
}

ul.welcome-list {
	float:left;
	list-style:none;
	position: relative;
	top: -14px;
	left: 32px;
	z-index: 1;
}

ul.welcome-list li
{
	float: left;
	margin-right: -1px;
	box-shadow: 0 3px 6px rgba(0,0,0,.10); 
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.10); 
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.10); 
}

ul.welcome-list a
{
    color: #FFF;
    background-color: #5B88C3;
    display:block;
    padding:10px 25px 10px 25px;
    text-decoration:none;
    border: 1px solid #FAFAFA;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}



.welcome-list li:first-child a{
	-moz-border-radius: 6px;
	-webkit-border-radius: 0 0 0 6px;
	border-radius: 6px 0 0 6px;
}

.welcome-list li:last-child a{
	-webkit-border-radius: 0 0 6px 0;
	border-radius: 0 6px 6px 0;
}

ul.welcome-list a:hover{

}

.welcome-list li.active a { 
	background: #043D86;
	color: #FFF;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	font-weight: bold;

}


.content-boxi {
	background-color: #FFF;
	padding: 2em 2em 2em 2em;
	border-radius: 15px 15px 0px 0px;	
	margin: 2em 0 3em 0;
	margin-top: -50px;
	position: relative;
	border: 1px solid #CCC;
	padding: 1em;
	background-color: #FFF;
	box-shadow: 0 3px 6px rgba(0,0,0,.10);
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.10);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.10);
	
}




/*
Buttons
------------------------------------------------------------------------
*/

a.ml-btn {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: block;
  margin: 0.2em auto;
  padding: 15px 0px;
  text-align: center;
  text-decoration: none;
  background-color: #678C3B;
  color: #FFF;
  text-shadow: #000 0 1px 2px;
  border-bottom: solid 1px #798C32;
  border-right: solid 1px #798C32;
  width:20em;
  float: right;
  -webkit-box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px -2px 3px rgba(0, 0, 0, 0.45), 0px 2px 2px rgba(0, 0, 0, 0.25);
}

a.ml-btn .title {
	font-family: Arial, sans-serif;
	font-size: 1.9em;
	text-align: center;
	display: block;
	color: #FFF;
	padding-bottom: 0.3em;
}

a.ml-btn .subtitle {
	font-family: Arial, sans-serif;
	font-size: 1.1em;
	text-align: center;
	display: block;
	margin-top: 4px;
	color: #FFF;
}



/*
Boxes
------------------------------------------------------------------------
*/


.boxi {
	border: 1px solid #CCC;
	padding: 1em;
	background-color: #FFF;
	box-shadow: 0 3px 6px rgba(0,0,0,.10);
	webkit-box-shadow: 0 3px 6px rgba(0,0,0,.10);
	moz-box-shadow: 0 3px 6px rgba(0,0,0,.10);
	margin-bottom: 3em;
}

.rotated {
	margin: 20px;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	transform: rotate(2deg);
	width: 70%;
}

.rotated p {
	text-align: center;
	margin-bottom: 0px;
}

.rotated img {
	text-align: center;
	margin-bottom: 0px;
}

.boxi h2 {
	font-size: 1.4em;
	color: #043D86;
	line-height: 1.4em;
	padding-bottom: 0.5em;
}

/*
Process
------------------------------------------------------------------------
*/

.process { 
	list-style: none; 
	overflow: hidden;
	margin: 20px 0 20px 0px;
}
	
.process-align { 
	margin: 0px; 
}
	
.process li { 
	float: left; 
}

.process li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none; 
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	padding: 15px 5px 15px 55px;
	background: #5B88C3; 
	position: relative; 
	display: block;
	float: left;
}
	
.process li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid #5B88C3;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}	
	
.process li.active a { background: #043D86;}

.process li.active a:after {border-left: 30px solid #043D86;}
	
.process li a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 35px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1; 
}	
	.process li:first-child a { padding-left: 20px; margin-left: 10px;	}
	
	.process li:nth-child(2) a       		{ background: #5B88C3; }
	.process li:nth-child(2) a:after 		{ border-left-color: #5B88C3;  }
	.process li.active:nth-child(2) a       { background: #043D86; }
	.process li.active:nth-child(2) a:after { border-left-color: #043D86; }	
	
	.process li:nth-child(3) a       		{ background: #5B88C3; }
	.process li:nth-child(3) a:after 		{ border-left-color: #5B88C3; }
	.process li.active:nth-child(3) a       { background: #043D86; }
	.process li.active:nth-child(3) a:after { border-left-color: #043D86; }
	
	.process li:nth-child(4) a       		{ background: #5B88C3; }
	.process li:nth-child(4) a:after 		{ border-left-color: #5B88C3; }
	.process li.active:nth-child(4) a       { background: #043D86; }
	.process li.active:nth-child(4) a:after { border-left-color: #043D86; }
	
	.process li:nth-child(5) a       		{ background: #5B88C3; }
	.process li:nth-child(5) a:after 		{ border-left-color: #5B88C3; }
	.process li.active:nth-child(5) a       { background: #043D86; }
	.process li.active:nth-child(5) a:after { border-left-color: #043D86; }

.nuoli {
	margin: 0 1em -1em 7em;
}


/*
Starburst
------------------------------------------------------------------------
*/

.starburst-container {
    position: absolute;
    margin: -4em 0 0 -1em;
}

.starburst {
	display:block;
	width:5em;
	height:5em;
	background:#fe0;
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	rotation:-90deg;
	position:relative;
	text-align:center;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	font-family:Arial, sans-serif;
	margin-top: 0em;
}
.starburst span {
	display:block;
	width:5em;
	height:5em;
	background:#fe0;
	-webkit-transform:rotate(22.5deg);
	-moz-transform:rotate(22.5deg);
	rotation:22.5deg;
}	
		

/*
Sticky-note
------------------------------------------------------------------------
*/

.sticky-note {
	display:block;
	width:8em;
	height:3em;
	padding: 10px 10px 10px 10px;
	-webkit-transform:rotate(-25deg);
	-moz-transform:rotate(-25deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-25);
	-ms-transform: rotate(-25deg);
	-o-transform: rotate(-25deg);
	transform: rotate(-25deg);
	position:relative;
	top:2.5em;
	left:-2em;
	text-align:center;
	color: #808080;
	font-weight:bold;
	font-size: 1.0em;
	margin-top: -4.5em;
	background: #FFFFBD;
	box-shadow: 0 3px 6px rgba(0,0,0,.10);
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.10);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.10);
}

.sticky-note-linear {
	padding: 10px 10px 10px 10px;
	text-align: center;
	color: #000;
	background: #FFFFBD;
	box-shadow: 0 3px 6px rgba(0,0,0,.10);
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.10);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.10);
}	
				
/*
List with numbers
------------------------------------------------------------------------
*/
ol.listsquare{
    display: block;
    padding: 0 0 0 26px;
    list-style: none;
    overflow: hidden;
    counter-reset: numList;
}
ol li.listsquare {
    position: relative
}
ol li:before{
    counter-increment: numList;
    content: counter(numList);
    float: left;
    position: absolute;
    left: -26px;   
    font-size: 20px;
    font-family: arial;
    text-align: center;
    color: #000;
    line-height: 40px;
    width: 40px; height: 40px;
    border: 3px solid #CCC;
    background: #EEE;
    -moz-border-radius: 999px;
    border-radius: 999px;
    -webkit-border-radius:999px;
}

li.listsquare
{
    margin-bottom: 20px;
    padding-left: 35px;
    font-size: 14px;
    line-height: 20px;
}		

/*
Reference images
------------------------------------------------------------------------
*/

.reference ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
		
.reference ul li { 
	display: inline; 
	float: left;
}		

.reference li {
	width: 141px; 
	margin-right: 1em;
	margin-bottom: 1em;
	padding: 1em;
	border: 1px solid #CCC;
	box-shadow: 0 3px 6px rgba(0,0,0,.10);
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.10);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.10);
}

.reference h3 {
	text-align: center;
	font-size: 1.1em;
}

.reference-img {
position: relative;
}

.img-mark {
	position: absolute;
	top: 20px;
	left: 1em;
	color: #FFF;
	font-size: 1em;
	font-weight: bold; 
	background: #678C3B;
	text-shadow: 1px 0px 0 rgba(0, 0, 0, 0.3);
	padding: 0px 10px 0px 10px;
	box-shadow: 0 3px 6px rgba(0,0,0,.10);
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.10);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.10);

}

.img-mark-models {
	top: 60px;
	left: 19px;
}

/*
Speech bubble
------------------------------------------------------------------------
*/

.speech-bubble {
	width:95%;
	background: #FFF;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	position:relative;
	margin:0em 1em 1em 1em;
	box-shadow: 0 3px 6px rgba(0,0,0,.10);
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.10);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.10);
}

.speech-gray {
	background: #F6F6F6;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.40);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.40);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.40);
}

.speech-bubble-content {
	padding: 1em;
}

.speech-bubble-content:before {
	display: block; 
	content: '\201C'; 
	float:left;
	font-size: 2em;
	color: #808080;
	padding-top: -5px;
}

.speech-bubble-point {
	border-top-color: #FFF;
    border-color: #FFF transparent transparent;
    border-style: solid solid none;
    border-width: 10px 10px 0;
    height: 0;
    left: 16px;
    position: absolute;
    top: 100%;
    width: 0;
    z-index: 2;
}

.speech-point-gray {
	border-top-color: #F6F6F6;
    border-color: #F6F6F6 transparent transparent;
}

.speech-bubble-by {
	margin-left: 2em;
	color: #000;
}

/*
Speech bubble for tweets
------------------------------------------------------------------------
*/

.speech-bubble-tweet {
	width:95%;
	background: #FFF;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	position:relative;
	margin:0em 1em 1em 0em;
	box-shadow: 0 3px 6px rgba(0,0,0,.10);
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.10);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.10);
}

.speech-bubble-tweet-content {
	padding: 0.5em;
}


.speech-bubble-tweet-point {
    height: 0;
    width: 0;
    left: 57px;
    position: absolute;
    bottom: 100%;
    z-index: 2;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFF;
}

.tweet_list{
    list-style: none;
    color: #000;
    font-size: 1em;
    margin: 0em;
    padding: 0.5em;
}

.tweet_time a{
    color: #808080;
}


/*
Footer
------------------------------------------------------------------------
*/
.footer {
	padding: 2em 0 4em 0;
        background: #575C5E;
	color: #fff;
}

.footer .nav li a:link {color:#FFF;}      /* unvisited link */
.footer .nav li a:visited {color:#FFF;}  /* visited link */
.footer ul a:hover {color: #000; background-color: transparent; }  /* mouse over link */
.footer ul a:active {color:#000;}  /* selected link */

/*
Blog articles
------------------------------------------------------------------------
*/


.blog-writer{
margin: 3em 0;
padding: 1em 2em;
border-bottom: 1px solid rgba(0, 0, 0, .1);
border-top: 0.5em solid #CCC;
}

.blog-article h1 {
font-size: 24px;
line-height: 36px;
}

.blog-article h2, h3{
font-size: 1.3em;
margin-top: 1.5em;
}

.blog-article p {
    line-height: 1.6em;
}

.blog-article ul li{
font-size: 1.1em; 
line-height: 1.6em;
}

.blog-article{
margin: 0em 1em 1em 1em;
}



.blog-tags {
margin-top: 2em;
}

.blog-icons {
margin-bottom: 2em;
}

blockquote{
margin: 2em 0 2em 0;
padding: 1em 2em;
border: 1px solid rgba(0, 0, 0, .1);
border-left: 0.5em solid #5B88C3;
background-color: #F7F7F7;
}

blockquote h2{
font-size: 1.2em;
color: #666;
}


/*
Line through text element
------------------------------------------------------------------------
*/

p.line-under {
margin-top: 0;
position: relative;
margin-top: 2em;
margin-bottom: 2em;
text-align: center; 
  }
  
p.line-under:before {
content: "";
display: block;
border-top: solid 2px #ccc;
width: 100%;
height: 2px;
position: absolute;
top: 50%;
z-index: 1;
  }
  
p.line-under span {
background: #fff;
padding: 0 1em;
position: relative;
z-index: 5;
font-weight: bold;
  }


/*
Hyphen
------------------------------------------------------------------------
*/

.hyphen {
margin: 1em 0 1em 0;
padding: 1em;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
font-size: 1.4em;
line-height: 1.4em;
color: #808080;
font-family: georgia, Verdana, sans-serif;
font-weight: normal;
font-style: normal;

}

.hyphen:before {
	display: block; 
	content: '\201C'; 
	float:left;
	font-size: 4em;
	color: #CCC;
	padding: 10px;
}

/*
Browser corner ribbon
------------------------------------------------------------------------
*/

.ribbon {
  background-color: #678C3B;
  overflow: hidden;
  /* top left corner */
  position: absolute;
  left: -3em;
  top: 2.5em;
  /* 45 deg ccw rotation */
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  /* shadow */
  -moz-box-shadow: 0 0 1em #888;
  -webkit-box-shadow: 0 0 1em #888;
}
.ribbon a {
  border: 1px solid #798C32;
  color: #fff;
  display: block;
  font-family: arial;
  font-face: bold;
  margin: 0.05em 0 0.075em 0;
  padding: 0.5em 3.5em;
  text-align: center;
  text-decoration: none;
  /* shadow */
  text-shadow: 0 0 0.5em #444;
}


/*
Houses
------------------------------------------------------------------------
*/

.houses-images {
padding: 0.5em;
border: 1px solid #CCC;
box-shadow: 0 3px 6px rgba(0,0,0,.10);
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.10);
-moz-box-shadow: 0 3px 6px rgba(0,0,0,.10);
width: 98%;
}

.houses-images-thumb {
padding: 0.5em;
border: 1px solid #CCC;
box-shadow: 0 3px 6px rgba(0,0,0,.10);
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.10);
-moz-box-shadow: 0 3px 6px rgba(0,0,0,.10);
}

.houses-images-text {
text-align: center;
padding-top: 0.5em;
}



/*
Testing, unordered
------------------------------------------------------------------------
*/

p a {
  color: #0088cc;
  text-decoration: underline;
}


.highlight {
	background: #FFFFBD;
	box-shadow: 0 0 1px rgba(217,217,128,.9);
	-webkit-box-shadow: 0 0 1px rgba(217,217,128,.9);
	-moz-box-shadow: 0 0 1px rgba(217,217,128,.9);
	padding: 2px;
}

.custom-underline {
	background-image: url('/uploads/tmpl/underline.gif');
	background-repeat:no-repeat;
	background-position: 0 17px;
	background-size: contain;
	background-size: 100%;
	padding-bottom: 4px;
	white-space: nowrap;
}

.social-media a {
margin-right: 1em;
font-color: #000;
}

legend {
margin-bottom: 0.7em;
}

/* Stylesheet: talosuunnittelu1 Modified On 2013-06-16 10:17:24 */
