
.btn-icon i {
    margin-left: 4px;
}

.navbar-top .navbar-nav li a{
    transform:rotate(0deg) scale(1.003) skew(25deg) translate(0px);
	-webkit-transform:rotate(0deg) scale(1.003) skew(25deg) translate(0px);
}

[class*="animate-"] #tab-comments  img,
[class*="animate-"] #tab-recent  img,
[class*="animate-"] #tab-recent2  img,
[class*="animate-"] #tab-popular  img,
[class*="animate-"] .widget  img {
	position:inherit;
}

.entry-media .verticale-tabs-content iframe{
	margin: auto;
}
.widget_categories ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_meta ul,
.widget_pages ul,
.widget_nav_menu ul{
	list-style: outside none none;
	padding-left:0;
}
.widget_categories ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_nav_menu ul li{
	border-bottom: 1px solid #eeeeee;
	color: #666666;
	display: block;
	font-family: 'Fjalla One', sans-serif;
	padding: 10px 0;
	text-transform: uppercase;

}
.widget_categories li .posts-count {
	background-color:#d90000;
	color: #fff;
	float: right;
	margin-top: -5px;
	padding: 5px;
}

.widget ul.sub-menu, .widget ul.children {
    border-top: 1px solid #eee;
	margin-top: 10px;
}
.widget ul.sub-menu  li:last-child,
.widget ul.children  li:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
}

.widget_rss ul {
	margin: 0px;
	padding: 0px;
}
.widget_rss ul  li {
	list-style-type: none;
	margin: 0 0 20px;
}
.widget_rss li a {
	font-size: 14px;
	font-family: 'Fjalla One', sans-serif;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.widget_rss li span {
	font-style: italic;
	color: #ccc;
	font-size: 10px;
}
.widget_rss li cite {
	text-align: right;
	display: block;
	color: #666;
	font-size: 10px;
}

.textwidget img {
	max-width: 100%;
	height: auto;
}

.widget_calendar table {
    width: 100%;
}
.widget_calendar tr {
    line-height: 30px;
}
.widget_calendar th, .widget_calendar td {
    text-align: center;
}
.widget_calendar th {
	font-family: 'Fjalla One', sans-serif;
}
.widget_calendar td a {
	text-decoration: underline;
}
.widget_calendar #prev { text-align: left; }
.widget_calendar #next { text-align: right; }
.widget_calendar caption {
	color: #fff;
	font-family: 'Fjalla One', sans-serif;
	line-height: 30px;
	margin: 10px 0 20px;
	text-transform: uppercase;
	transform-style: flat;
	-webkit-transform-style: flat;
	-moz-transformtransform-style: flat;
	-ms-transform-style: flat;
	transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-webkit-transform: rotate(360deg) scale(1.003) skew(-14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
}

.wp-caption {
    max-width: 100%;
}

.mc4wp-form input[type=submit],
.wp-polls-form .Buttons {
    position: relative;
    background: #d90000;
    color: #fff;
    font-family: 'Fjalla One', sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857;
    text-shadow: none;
    transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border: none;
    padding: 10px 15px;
    margin: 0 10px 0px;
    display: inline-block;
    white-space: nowrap;
    border-radius: 0px;
    -webkit-user-select: none;
    text-transform: uppercase;
    transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
}
.wp-polls-form .Buttons:hover {
    background: #000;
}

.mc4wp-form label {
    display: none;
}
.mc4wp-form input[type=email] {
    margin-top: -14px;
}
.mc4wp-form .nws-car-box input[type=email] {
    margin-top: 0px;
}
@media (min-width:1024px) {
    .mc4wp-form input[type=submit] {
        float: right;
        margin: -58px -65px 0 0;
    }
}
@media (max-width:1023px) {
    .mc4wp-form input[type=email] {
        margin: 0 auto !important;
    }
}