@charset "utf-8";
/* CSS Document */


.navbar .nav > li > a:before{
	font-size: 36px;
	margin-right: 16px;
	float: left;
	margin-top: -7px;
}
.navbar .nav > li > a{
	padding:15px 20px;
}
.navbar .nav > li > a#contact{
	padding-bottom:0px;
}
.contact-form input[type=submit], .comment_form input[type=submit]{
	display: inline-block;
	width:100%;
	background: #33cc66;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #ffffff;
	font-family: 'BebasNeueRegular', sans-serif;
	text-transform: uppercase;
}
.form-actions.form-wrapper{
	padding:0px!important;
	width:100%;
	float:left;
	clear:both;
	margin-top:10px!important;
}
.contact-form input[type=submit]:hover, .comment_form input[type=submit]:hover {
	background: #339966;
}
.comment_form textarea{
	float:left;
	clear:both;
}
.comment .user-picture{
	width:50px;
	height:auto;
	overflow:hidden;
	float:left;
}
.comment-content .links.inline{
	float:left;
	margin:0px;
	list-style-type:none;
}
.comment-content .links.inline li{
	float:left;
}

.comment-form .form-actions.form-wrapper input[type=submit]{
	margin-left:none!important;
	width:48.717948717948715%;
}
.comment-form .form-actions.form-wrapper input[type=submit]:last-child{
	float:right;
	margin-right:0px;
}
.comment-form .form-actions.form-wrapper{
	border-top:0px;
}
/*hide button submit search sidebar*/
.widget.block.block-search .form-actions.form-wrapper{
	display:none;
}
.block-blog .more-link a{
	margin-left:10px;
	margin-top:10px;
}
.widget.block-comment ul li span{
	font-size:11px;
	color:#CCC;
}
.widget.block-user input[type=submit], #user-register-form input[type=submit], #user-pass input[type=submit]{
	background:#33cc66;
	width:100%;
	color:#FFF;
	border:none;
	height:50px;
}
.widget.block-user input[type=submit]:hover, #user-register-form input[type=submit]:hover{
	background: #339966;
}
.widget.block-user input[type=text], .widget.block-user input[type=password], #user-register-form input[type=password], #user-register-form input[type=text], #user-pass input[type=text]{
	width:96%;
	border:none;
	height:24px;
	border:1px solid #33cc66;
}
#user-pass input[type=text]{
	width:98%;
}
.container .tabs.primary li a{
	color:#333;
}
.container .tabs.primary li{
	float:left;
	list-style-type:none;
	margin-right:10px;
}
.container .tabs.primary{
	float:left;
	margin-left:30px;
	width:100%;
	float:left;
	
}
#switcher {
	position: fixed;
	width: 123px;
	padding: 10px;
	background: #339966;
	top: 100px;
	left: -145px;
	z-index: 111;
	transition: left ease-in-out .5s;
}
#switcher .skin{
	float:left;
	clear:both;
	width:100%;
	list-style-type:none;
}
#switcher .skin li{
	float:left;
	margin-right:10px;
	width:20px;
	height:20px;
	
}
#switcher .skin li#preset1{
	background:#33CC66;
}
#switcher .skin li#preset2{
	background:#F58239;
}
#switcher .skin li#preset3{
	background:#7A74F6
}
#sw-button-toggle {
	position: absolute;
	top: 0;
	right: -50px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	cursor: pointer;
	display: block;
	width: 50px;
	height: 50px;
	background:#9C3;
	color: #FFF;
}
.sw-title {
	display: block;
	height: 50px;
	margin: 0;
	padding: 0;
	line-height: 30px;
	text-align: center;
	color: #888;
}
#switcher p {
	padding: 0;
	margin: 0;
}
#switcher.toggle-in {
	left: 0;
}
#switcher ul li:hover{
	cursor:pointer;
}
