/*
   Theme Name: FLEXFIT child
   Theme URI: http://www.webmeistars.lv
   Description: We are good
   Author: WEBmeistars team
   Author URI: http://www.webmeistars.lv
   Template: flexfit
   Version: 1.0 - 09.07.2012
*/
@import url("../flexfit/style.css");


body{
	background: #999999;
	color:#666666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, "Open Sans", sans-serif;
	font-weight:400;
	font-size:12px;
	line-height:21px;
}


#nav ul ol li a{
	display: block;
	float: left;
	padding:8px 20px 7px 20px;
	text-decoration: none;
	color:#666666;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2);
	font-weight:700;
	font-size:11px;
	text-transform: uppercase;
	background: url(framework/images/divider.png) no-repeat right center;
	
	-webkit-transition: none;
	   -moz-transition: none;
	    -ms-transition: none;
	     -o-transition: none;
	        transition: none;
}

#logo{
	float:left;
	margin-left:15px;
	margin-top:20px;
	margin-bottom:10px;
	font-size:24px;
	font-weight:600;
}

#breadcrumb {display: none!important;}


.wpcf7-form{

    width : 500;
    height: 200px;
    overflow: hidden;
    margin: 0px;
}
.wpcf7-form h2{
    font-size : 20px;
    text-align: center;
}
.wpcf7-form input, .wpcf7-form textarea {
    border-color: #808080 #C0C0C0 #C0C0C0 #D4D4D4;
    border-style: solid;
    border-width: 1px;
    padding: 4px;
    line-height: 16px;
    font-size: 14px;
    width: 200px;
    float: none;
    margin: 0;
}
.wpcf7-form textarea {
    line-height: 16px;
    font-size: 14px;
    height: 100px;
}
.wpcf7-form p{
    font-size : 14px;
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 200px;
    padding: 0 0 10px;
    color: #fff;
}

.buttons_form {
     padding: 0px;
     height: 30px;
     width: 150px !important;
     border: none !important;
     cursor: pointer;
     color: #fff;
     -webkit-border-radius: .5em;
     -moz-border-radius: .5em;
     border-radius: .5em;
     color: #faddde;
     border: solid 1px #980c10;
     background: #d81b21;
     background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
     background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
     filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}

a{ 
	outline: none;
	color:#3D3D3D; /*AL 5d5d5d*/
	text-decoration: none;
	-webkit-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	   -moz-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	    -ms-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	     -o-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	        transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
a:hover{
	color:#ed7811;
}