/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

body {
  font-family: "museo-sans-1", "museo-sans-2", Arial, "Lucida Grande", sans-serif;
  color: #000;
  font-size: 14px;
}

div#logo img {
  padding: 10px 0 0 25px;
}

#footer {
  text-align: center;
}

.box4 {
display: none;
}

.left {
float:left;
display:inline;
}

.right {
float:right
}

.clear {
clear:both;
}

.contact-form {
width: 450px;
}

.contact-details  {
}

.contact-details .img-detail {
margin-right: 40px;
}

#social_icons img {
border: none;
padding-left: 20px;
}

.official-address {
padding-left: 40px;
}

address {
font-style: normal;
padding: 0px;
}

.contact {
padding: 30px 40px 30px 40px;
border-bottom: 1px solid #CECDCD;
}

.contact-tagline {
  padding-bottom: 15px;
}

.first {
padding-top: 0px;
}

div#language-chooser {
float:right;
margin: 22px 20px 0 43px;
}

#language-chooser li.active {
display: none;
}

.last {
border: 0px;
}

.last .left {
  line-height: 32px;
  vertical-align: middle;
}

img#wko {
  margin-top: 2em;
}

a, a:visited {
  text-decoration: underline;
}

a:hover, .post li a:hover, .nav2 li a:hover, .widget li a:hover {
  color: #3FA241;
  text-decoration: none;
}

# LINGUIST BADGE START
	
#linguist span#linguist_header {

opacity: 1;
		
}
#linguist span#linguist_text {
background-color: #4ab54b;
color: #000;
opacity: 0;
font-size: 16px;
}
a#linguist:hover span#linguist_header {
     opacity: 0;
}
a#linguist:hover span#linguist_text {
  opacity: 1;
}

#linguist span {
background-color: #e30011;
color: #FFF;
font-size: 24px;

height: 40px;
line-height: 40px;
left: 0;
padding: 5px 0;
position: absolute;
text-align: center;
width: 350px;
-moz-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 10px;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 10px;
-o-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 10px;
box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 10px;
-moz-transition-property: opacity;
-webkit-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity;
-moz-transition-duration: 1s;
-webkit-transition-duration: 1s;
-o-transition-duration: 1s;
transition-duration: 1s;
}

#linguist {
left: -65px;
height: 40px;
top: 105px;
position: absolute;
text-decoration: none;
width: 250px;
-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}

# LINGUIST BADGE END
