@charset "UTF-8";

/* Google Web Fonts */
@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,500,600,700,800&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,500,600,700,800&amp;display=swap');

/* Table of Content
==================================================
#. Loader Css
#. Typography
#. Global Styles
#. Top Bar
#. Header Area
#. Slider
#. Features
#. Services
#. Project Area
#. Subscribe Area
#. News section
#. Footer
#. Sub Pages
#. Contact Us
#. News Single
#. Sidebar
#. Error Page
*/


/* Loader Css
================================================== */
.preloader {
	background: radial-gradient(circle, #ffffff, #f3f3f3);
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.utf-preloader {
	margin: 0 auto;
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 90px;
	text-align: center;
	z-index: 9999;
}
.utf-preloader span {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #F16136;
	-webkit-animation: ball-pulse-sync .6s 0s infinite ease-in-out;
	animation: ball-pulse-sync .6s 0s infinite ease-in-out;
}
.utf-preloader span:nth-child(1) {
	-webkit-animation:ball-pulse-sync .6s -.14s infinite ease-in-out;
	animation:ball-pulse-sync .6s -.14s infinite ease-in-out
}
.utf-preloader span:nth-child(2) {
	-webkit-animation:ball-pulse-sync .6s -70ms infinite ease-in-out;
	animation:ball-pulse-sync .6s -70ms infinite ease-in-out
}
@-webkit-keyframes ball-pulse-sync {
	33% {
		-webkit-transform:translateY(10px);
		transform:translateY(10px)
 }
	66% {
		-webkit-transform:translateY(-10px);
		transform:translateY(-10px)
	}
	100% {
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}
}
@keyframes ball-pulse-sync {
	33% {
		-webkit-transform:translateY(10px);
		transform:translateY(10px)
	}
	66% {
		-webkit-transform:translateY(-10px);
		transform:translateY(-10px)
	}
	100% {
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}
}

/* Typography
================================================== */

body {
	background: #fff;
	color: #333;
}
body, p {
	font-family:"Nunito", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 24px;
	font-size: 14px;
	text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6 {
	color: #1c1c1c;
	font-weight: 700;
	font-family:"Nunito", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 36px;
	line-height: 48px;
}
h2 {
	font-size: 28px;
	line-height: 36px;
}
h3 {
	font-size: 24px;
	margin-bottom: 20px;
}
h4 {
	font-size: 18px;
	line-height: 28px;
}
h5 {
	font-size: 14px;
	line-height: 24px;
}
.alert .icon {
	margin-right: 15px;
}
/* Global styles
================================================== */

html {
	overflow-x: hidden !important;
	width: 100%;
	height: 100%;
	position: relative;
}
body {
	border: 0;
	margin: 0;
	padding: 0;
}
.body-inner {
	position: relative;
	overflow: hidden;
}
a:link, a:visited {
	text-decoration: none;
}
a {
	color: #F16136;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover {
	text-decoration: none;
	color: #000;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
a.read-more {
	color: #F16136;
	font-weight: 700;
	text-transform: uppercase;
}
a.read-more:hover {
	color: #222;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
section, .section-padding {
	padding: 50px 0;
	position: relative;
}
.or-devider {
    text-align: center;
    position: relative;
    z-index: 1;
}
.line-height-reset {
    line-height: 1;
}
.or-devider span {
    display: inline-block;
    background: white;
    padding: 15px 25px;
}
.or-devider:before {
    content: "";
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0%;
    margin-top: 1.5px;
    position: absolute;
    background: #dadada;
    z-index: -1;
}
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: #7a8f9f;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
    margin-left: 30px;
    font-family: system-ui;
    z-index: 100000;
}
#gdpr-cookie-message h4 {
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
    color: #cc5e51;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p,
#gdpr-cookie-message ul {
    color: #fff;
    font-size: 15px;
    line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: #fff;
    border-bottom-color: #cc5e51;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    background: #cc5e51;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: #fff;
    color: #cc5e51;
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: #fff;
    color: #cc5e51;
    display: none;
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}
a.facebooklogin {
	display: block;
	background: #4064AD !important;
	color: #fff;
	padding: 10px;
  border-radius: 5px;
}
a.facebooklogin i {
	display: inline-block;
	margin: 0px 10px;
}
.about-block-area{
	padding:50px 0;
}
.about-block-area .utf_post_content-area{
	margin-top:0;
}
.utf_banner_area{
	padding:50px 0;
}
.owl-stage-outer .item ul.utf_list_post .utf_post_block_style{
	margin-bottom:30px;
}
.fleft { float: left; }
.no-padding {
	padding: 0;
}
.p-top-0 {
	padding-top: 0;
}
.p-bottom-0 {
	padding-bottom: 0;
}
.m-top-0 {
	margin-top: 0 !important;
}
.m-bottom-0 {
	margin-bottom: 0;
}
.pb-top-0 {
	padding-top:0px;
}
.pb-bottom-10 {
	padding-bottom:10px;
}
.pb-bottom-20 {
	padding-bottom:20px;
}
.pb-bottom-30 {
	padding-bottom:30px;
}
.pb-bottom-40 {
	padding-bottom:40px;
}
.pb-bottom-50 {
	padding-bottom:50px;
}
.pb-bottom-60 {
	padding-bottom:60px;
}
.media>.pull-left {
	margin-right: 20px;
}
img.banner {
	display: inline-block;
}
.gap-60 {
	clear: both;
	height: 60px;
}
.gap-50 {
	clear: both;
	height: 50px;
}
.gap-30 {
	clear: both;
	height: 40px;
}
.gap-30 {
	clear: both;
	height: 30px;
}
.gap-20 {
	clear: both;
	height: 20px;
}
.mrb-30 {
	margin-bottom: 30px;
}
.mrb-40 {
	margin-bottom: 40px;
}
.mrb-80 {
	margin-bottom: -80px;
}
.mrt-0 {
	margin-top: 0 !important;
}
.pab {
	padding-bottom: 0;
}
a:focus {
	outline: 0;
}
img.pull-left {
	margin-right: 20px;
	margin-bottom: 20px;
}
img.pull-right {
	margin-left: 20px;
	margin-bottom: 20px;
}
ol, ul {
	margin-bottom: 20px;
}
.unstyled {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ts-padding {
	padding: 60px;
}
.solid-bg {
	background: #f9f9f9;
}
.solid-row {
	background: #f0f0f0;
}
.dropcap {
	font-size: 44px;
	line-height: 50px;
	display: inline-block;
	float: left;
	margin: 0 12px 0 0;
	position: relative;
	text-transform: uppercase;
}
.vc_video-bg-container.video-bg:before {
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .8);
}
.vc_video-bg-container.video-bg .thw-title-shortcode {
	position: relative;
	z-index: 2;
}
.embed-responsive {
	padding-bottom: 56.25%;
	position: relative;
	display: block;
	height: 0;
	overflow: hidden;
}
.embed-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.form-control {
	box-shadow: none;
	border: 2px solid #dadada;
	padding: 5px 20px;
	height: 50px;
	background: none;
	color: #959595;
	font-size: 14px;
	font-weight:600;
	border-radius: 4px;
}
textarea.form-control{
	height:150px;
	padding-top:15px;
}
.form-control:focus {
	box-shadow: none;
	border: 2px solid #F16136;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	height: 1px;
	margin: 40px 0;
}
blockquote {
	position: relative;
	background: #f7f7f7;
	padding:40px 50px;
	border:1px solid #f2f2f2;
	margin: 50px 0 40px;
	font-size: 18px;
	line-height: 30px;
	border-radius:6px;
	font-family: Arimo, sans-serif;
	font-weight: 400;
	text-align: left;
	font-style:italic;
}
blockquote:before {
	position: absolute;
	content: '\f10d';
	font-family: FontAwesome;
	font-size: 36px;
	padding: 9px 15px;
	top:0px;
	left:0;
	margin-left:0px;
	color:rgba(0, 0, 0, 0.2);
}
blockquote:after {
	position: absolute;
	content: '\f10e';
	font-family: FontAwesome;
	font-size: 36px;
	padding: 9px 15px;
	bottom:0px;
	right:0;
	margin-right:0px;
	color:rgba(0, 0, 0, 0.2);
}
cite {
	display: block;
	font-size: 14px;
	margin-top: 10px;
}
blockquote.pull-left {
	padding-left: 15px;
	padding-right: 0;
	text-align: left;
	border-left: 5px solid #eee;
	border-right: 0;
}
.btn-primary, .btn-dark {
	border: 0;
	border-radius: 4px;
	padding: 10px 25px 10px;
	font-size:14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: 350ms;
	-moz-transition: 350ms;
	-o-transition: 350ms;
	transition: 350ms;
}
.btn-white.btn-primary {
	background: #fff;
	color: #F16136;
}
.btn-primary {
	background: #F16136;
}
.btn-dark {
	background: #242427;
}
.btn-primary:hover, .btn-dark:hover, .btn-white.btn-primary:hover {
	background: #272d33;
	color: #fff;
}
.general-btn {
	clear: both;
	margin-top: 50px;
}
.list-round, .list-arrow, .list-check {
	list-style: none;
	margin: 0;
	padding: 0;
}
.list-round li {
	font-size: 16px;
	line-height: 32px;
	font-weight: 600;
	color: #6c6c6c;
}
.list-round li:before {
	font-family: FontAwesome;
	content: "\f138";
	margin-right: 10px;
	color: #F16136;
	font-size: 14px;
}
.list-arrow {
	padding: 0;
}
ul.list-arrow li:before {
	font-family: FontAwesome;
	content: "\f105";
	margin-right: 10px;
	color: #F16136;
	font-size: 16px;
}
ul.list-check li:before {
	font-family: FontAwesome;
	content: "\f00c";
	margin-right: 10px;
	color: #F16136;
	font-size: 14px;
}
.mr_bottom-20 {
	margin-bottom: 20px;
}
.nav-tabs>li>a.active, .nav-tabs>li>a.active:focus, .nav-tabs>li>a.active:hover, .nav-tabs>li>a:hover, .nav-tabs>li>a {
	border: 0;
	background: none;
}
.nav>li>a:focus, .nav>li>a:hover {
	background: none;
}
a[href^=tel] {
	color: inherit;
	text-decoration: none;
}
@media (min-width: 992px) {
.utf_sticky.sticky {
	background:#ffffff;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
	position: fixed;
	top: 0;
	z-index: 9;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
}
.utf_sticky.sticky.fade_down_effect {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}
}
.contact_area h3{
	position:relative;
	margin-bottom:40px;
}
.contact_area h3:before {
    background:#F16136;
    border: 0 none;
    content: "";
    height: 3px;
    left: 0;
	border-radius:30px;
    margin: 8px 0 10px;
    position: absolute;
    bottom: -20px;
    width: 40px;
}

/* Common styles
================================================== */
@media (min-width: 992px) {
.pad-0 {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.pad-r {
	padding-right: 2px;
}
.pad-l {
	padding-left: 2px;
}
.pad-r-small {
	padding-right: 1.5px;
}
.pad-l-small {
	padding-left: 1.5px;
}
.pad-l-0 {
	padding-left: 0;
}
.pad-r-0 {
	padding-right: 0;
}
}
.utf_block_title {
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	margin: 0 0 30px;
	border-bottom: 2px dotted #1c1c1c;
}
.utf_block_title>span {
	background: #1c1c1c;
	color: #fff;
	height: 30px;
	line-height: 38px;
	padding: 10px 15px;
	top:1px;
	border-radius:10px 10px 0 0px;
	position: relative;
	display:inline list-item;
}
.utf_post_title {
	font-size: 18px;
	line-height: 24px;
	margin: 10px 0 15px 0;
}
.utf_post_title a {
	color: #1c1c1c;
}
.utf_post_title.title-extra-large {
	font-size: 26px;
	line-height: 32px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.utf_post_title.title-large {
	font-size: 20px;
	line-height: 26px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.utf_post_title.title-medium {
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 8px;
}
.utf_post_title.title-small, .utf_post_title.title-small a {
	font-size: 17px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.utf_post_content .utf_post_meta {
	font-size: 15px !important;
}
a.utf_post_cat {
	position: relative;
	font-size: 10px;
	padding: 0 5px;
	background: #F16136;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	height: 20px;
	border-radius:4px;
	line-height: 20px;
	display: inline-block;
}

.hirek {
	background: #c53942 !important;
}


.erdekessegek {
	background: #F16136 !important;
}

.utazasi-tippek {
	background: #1e88e5 !important;
}

.allaskalauz {
	background: #00aced !important;
}

.csalad {
	background: #39bf17 !important;
}

.programok {
	background: #9401d3 !important;
}

.technika {
	background: #1c1c1c !important;
}


.utf_post_cat a {
	color: #fff;
}
.utf_post_meta .utf_post_author a {
	color: #999999;
	font-weight: 600;
}
.utf_post_meta .utf_post_author a:hover{
	color:#F16136
}
.utf_post_meta span {
	font-size: 12px;
	color: #a3a3a3;
	margin-top:0px;
	margin-right: 8px;
	padding-right: 8px;
	font-weight:600;
	border-right: 1px solid #dedede;
	line-height: 14px;
	display: inline-block;
}
.utf_post_meta span:last-child{
	margin-right:0;
}
.utf_post_meta span.utf_post_date {
	border-right: 0;
}
.single-post span.utf_post_date{
	border-right: 1px solid #dedede;
}
span.post-comment {
	border-right: 0;
	line-height: 24px;
	margin-right: 0;
	padding-right: 0;
}
span.post-comment a.comments-link:hover span{
	color:#F16136
}
span.post-comment span {
	border-right: 0;
	line-height: 100%;
}
.utf_post_meta span i {
	margin-right: 3px;
	font-size: 13px;
	color:#F16136;
	background:#ffeaea;
	padding: 2px;
	border-radius: 4px;
	width: 20px;
	height: 20px;
	line-height: 16px;
	text-align: center;
}
.footer .utf_post_meta span i {
	color:#F16136;
	background:#373737;
}
.utf_post_overaly_style {
	position: relative;
	overflow: hidden;
}
.utf_post_overaly_style:before {
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	bottom: 0;
	left: 0;
	border-radius:0 0 6px 6px;
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.85) 100%);
	background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.85) 100%);
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.85) 100%);
	background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.85) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.85) 100%);
}
.utf_post_overaly_style .utf_post_content {
	position: absolute;
	bottom: 0;
	padding: 20px;
}
.utf_post_overaly_style .utf_post_title a {
	color: #fff;
}
.utf_post_overaly_style .utf_post_date {
	color: #fff;
}
.utf_post_thumb {
	max-width: 100%;
	position: relative;
	overflow: hidden;
	border-radius:6px;
}
.utf_post_thumb img {
	display: block;
	width: 100%;
	height: /*235px;*/250px;
	border-radius:6px;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.felso .utf_post_thumb img {
	height: 300px;
}
.utf_post_block_style:hover .utf_post_thumb img, .utf_post_overaly_style:hover .utf_post_thumb img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.utf_post_block_style:hover .utf_post_thumb img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.utf_post_block_style:hover .utf_post_thumb:before {
	content:"";
	background:rgba(0, 0, 0, 0.5);
	z-index:1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s background ease-out;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.thumb-float-style .utf_post_cat {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1;
}
.utf_post_overaly_style.contentTop .utf_post_content {
	top: auto;
	bottom: 0;
}
.utf_post_overaly_style.contentTop:before {
	top: 0;
	left: 0;
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.95) 100%);
	background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.95)));
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.95) 100%);
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.95) 100%);
	background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.95) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.95) 100%);
}
.utf_post_overaly_style.text-center .utf_post_content {
	padding: 30px 30px 20px;
}
.utf_post_overaly_style.text-center {
	margin-bottom: 30px;
}
.utf_post_overaly_style.text-center:last-child {
	margin-bottom: 0;
}
.utf_post_overaly_style.text-center .utf_post_thumb img {
	min-height: 260px;
}
.utf_post_overaly_style.text-center:before {
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
	background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
	background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.85) 100%);
	border-radius:0 0 6px 6px;
}
.utf_post_block_style {
	position: relative;
	overflow: hidden;
}
.utf_post_float_half{
	margin-bottom:30px;
}
.utf_post_float_half:last-child{
	margin-bottom:0px;
}
.utf_post_block_style .utf_post_content {
	padding: 0;
}
.utf_post_block_style .utf_post_title a:hover {
	color: #F16136;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.utf_post_block_style .utf_post_content p {
	font-size: 14px;
}
.utf_post_block_style .utf_post_cat {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 1;
	border-radius:4px;
}
.utf_post_block_style .utf_post_content .utf_post_meta {
	margin:0 0 8px 0;
}
.review-box {
	background: #1c1c1c;
	color: #fff;
	position: absolute;
	top: 0;
	padding: 2px 7px;
	font-weight: 700;
}
.utf_list_post_block {
	margin-top: 30px;
}
.widget .utf_list_post_block ul.utf_list_post li{
	border-bottom:1px solid #eeeeee;
	padding-bottom:15px;
}
.utf_block_wrapper .block .utf_list_post_block ul.utf_list_post li{
	border-bottom:1px solid #eeeeee;
	padding-bottom:15px;
}

.utf_block_wrapper .block .utf_list_post_block ul.utf_list_post li.elso {
			border: 3px solid #a7a4a4;
	    border-radius: 5px;
	    margin-top: -281px;
	    padding-top: 265px;
	    padding-bottom: 70px;
			margin-bottom: 40px !important;
}

.utf_featured_tab .utf_list_post_block ul.utf_list_post li{
	border-bottom:1px solid #eeeeee;
	padding-bottom:0px;
}
.utf_list_post {
	list-style: none;
	margin: 0;
	padding: 0;
}
.utf_list_post_block .utf_list_post>li {
	margin-bottom: 15px;
	max-height: 115px;
}
.utf_list_post_block .utf_list_post>li:last-child {
	margin-bottom: 0;
}
.utf_post_block_style.post-float .utf_post_thumb {
	float: left;
	position: relative;
	z-index: 1;
	margin-right: 20px;
	height: 105px;
}
.utf_post_block_style.post-float .utf_post_thumb img {
	width: 105px;
	height: 70px;
}
.utf_post_block_style.post-float .utf_post_title {
	margin-top: 0;
	margin-bottom:10px;
}
.utf_post_block_style.post-float .utf_post_content {
	z-index: 0;
}
.utf_post_block_style.post-float .utf_post_cat {
	font-size: 10px;
	left: 8px;
	top: 8px;
}
.review-stars i {
	background:#ffeaea;
	padding:3px;
	border-radius:4px;
	color: #ff7c09;
}

/* Different Color
================================================== */
.color-default a.utf_post_cat {
	background: #F16136;
}
.color-default .utf_post_cat:before {
	border-top: 8px solid #1c1c1c;
}
.color-red .utf_block_title {
	border-bottom: 2px dotted #F16136;
}
.color-red .utf_block_title>span, .color-red a.utf_post_cat {
	background: #F16136;
}
.color-red .utf_post_cat:before {
	border-top: 8px solid #F16136;
}
.color-red .utf_block_title>span:after {
	border-color: #F16136 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.color-red .owl-carousel.owl-theme .owl-nav>div:hover {
	background: #F16136;
}
.color-blue .utf_block_title {
	border-bottom: 2px dotted #1e88e5;
}
.color-blue .utf_block_title>span, .color-blue a.utf_post_cat {
	background: #1e88e5;
}
.color-blue .utf_post_cat:before {
	border-top: 8px solid #1e88e5;
}
.color-blue.utf_featured_tab .nav-tabs>li>a.active {
	background:#1e88e5;
	color: #ffffff;
	border:1px solid #1e88e5;
}
.color-blue.utf_featured_tab .nav-tabs>li>a.active:after {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1e88e5 rgba(0, 0, 0, 0);
}
.color-blue .utf_block_title>span:after {
	border-color: #1e88e5 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.color-dark-blue .utf_block_title {
	border-bottom: 2px dotted #4258fe;
}
.color-dark-blue .utf_block_title>span, .color-dark-blue a.utf_post_cat {
	background: #4258fe;
}
.color-dark-blue .utf_post_cat:before {
	border-top: 8px solid #4258fe;
}
.color-dark-blue.utf_featured_tab .nav-tabs>li>a.active {
	color: #4258fe;
}
.color-dark-blue.utf_featured_tab .nav-tabs>li>a.active:after {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #4258fe rgba(0, 0, 0, 0);
}
.color-dark-blue .utf_block_title>span:after {
	border-color: #4258fe rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.color-orange .utf_block_title {
	border-bottom: 2px dotted #ff7a09;
}
.color-orange .utf_block_title>span, .color-orange a.utf_post_cat {
	background: #ff7a09;
}
.color-orange .utf_post_cat:before {
	border-top: 8px solid #ff7a09;
}
.color-orange.utf_featured_tab .nav-tabs>li.active>a {
	color: #ff7a09;
}
.color-orange.utf_featured_tab .nav-tabs>li.active>a:after {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ff7a09 rgba(0, 0, 0, 0);
}
.color-orange .utf_block_title>span:after {
	border-color: #ff7a09 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.color-aqua .utf_block_title {
	border-bottom: 2px dotted #00bdb3;
}
.color-aqua .utf_block_title>span, .color-aqua a.utf_post_cat {
	background: #00bdb3;
}
.color-aqua .utf_post_cat:before {
	border-top: 8px solid #00bdb3;
}
.color-aqua.utf_featured_tab .nav-tabs>li.active>a {
	color: #00bdb3;
}
.color-aqua.utf_featured_tab .nav-tabs>li.active>a:after {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #00bdb3 rgba(0, 0, 0, 0);
}
.color-aqua .utf_block_title>span:after {
	border-color: #00bdb3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.color-violet .utf_block_title {
	border-bottom: 2px dotted #9401d3;
}
.color-violet .utf_block_title>span, .color-violet a.utf_post_cat {
	background: #9401d3;
}
.color-violet .utf_post_cat:before {
	border-top: 8px solid #9401d3;
}
.color-violet.utf_featured_tab .nav-tabs>li.active>a {
	color: #9401d3;
}
.color-violet.utf_featured_tab .nav-tabs>li.active>a:after {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #9401d3 rgba(0, 0, 0, 0);
}
.color-violet .utf_block_title>span:after {
	border-color: #9401d3 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

/* Trending Bar
================================================== */
.trending-bar {
	background: #565656;
	color: #fff;
	padding: 10px 0;
}
.trending-title {
	background: #F16136;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	padding: 5px 10px;
	line-height: 100%;
	border-radius:4px;
	text-transform: uppercase;
	float: left;
	margin: 0 20px 0 0;
}
.trending-bar .utf_post_content, .trending-light .utf_post_content {
	padding: 0;
}
.owl-carousel.owl-theme.trending-slide .owl-nav {
	position: absolute;
	right: 0;
	top: -3px;
	margin: 0;
}
.owl-carousel.owl-theme.trending-slide .owl-nav>div {
	background: #F16136;
	border: 0;
	color: #fff;
}
.owl-carousel.owl-theme.trending-slide .owl-nav>div:hover {
	background: #fff;
	border: 0;
	color: #F16136;
}
.trending-slide .utf_post_title a {
	color: #fff;
}
.trending-slide .utf_post_title.title-small {
	font-weight: 400;
	margin: 0;
}
.trending-light {
	color: #1c1c1c;
	margin: 30px 0;
}
.trending-light .trending-slide .utf_post_title {
	font-weight: 600;
	margin-top: 3px;
	font-size: 15px;
}
.trending-light .trending-slide .utf_post_title a {
	color: #1c1c1c;
}
.trending-light .trending-title {
	padding: 8px 10px 7px;
}
.trending-light .owl-carousel.owl-theme.trending-slide .owl-nav>div:hover {
	background: #333;
	color: #fff;
}

/* Top Bar
================================================== */
.top-bar {
	background:#565656;
	padding: 8px 0;
	color: #a3a3a3;
}
.ts-date {
	display: inline-block;
	border-right: 1px solid #acacac;
	padding-right: 10px;
	line-height: 12px;
}
.ts-date i {
	margin-right: 5px;
}
.top-nav {
	display: inline-block;
}
.top-nav li {
	display: inline-block;
	line-height: 12px;
}
.top-nav li:first-child{
	margin-left:2px;
}
.top-nav li a {
	background:#F16136;
	color: #ffffff;
	padding-right:10px;
	text-transform: capitalize;
	font-weight: 600;
	border-radius: 4px;
	padding: 4px 10px;
	line-height: 100%;
	font-size: 14px;
}
.top-nav li a:hover {
	background:#ffffff;
	color: #F16136;
}
.top-social ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.top-social li {
	display: inline-block;
	padding: 0;
}
.top-social li a {
	background:#F16136;
	color: #ffffff;
	margin-right: 5px;
	font-size: 12px;
	width: 26px;
	height: 26px;
	display: inline-block;
	text-align: center;
	line-height: 26px;
	border-radius: 30px;
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
	-o-transition: 400ms;
	transition: 400ms;
}
.top-social li a:hover {
	background:#f9f9f9;
	color: #F16136;
}
.top-bar-border {
	padding: 8px 20px 8px;
	border-bottom: 1px solid #ddd;
}
.top-bar-border ul.top-info {
	color: #7c7c7c;
	font-weight: 400;
}
.top-bar-border .top-social li a {
	color: #7c7c7c;
}
.top-bar-border ul.top-info li i {
	color: #F16136;
}

/* Header Default
================================================== */
.header {
	padding: 15px 0;
}
.navbar-fixed {
	background: #fff;
	z-index: 99999;
	position: fixed;
	width: 100%;
	top: 0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
	-webkit-animation: fadeInDown 800ms;
	-moz-animation: fadeInDown 800ms;
	-ms-animation: fadeInDown 800ms;
	-o-animation: fadeInDown 800ms;
	animation: fadeInDown 800ms;
	-webkit-backface-visibility: hidden;
}
.logo {
	/*padding: 8px 0 0 0;*/
}
.header-right {
	float: right;
}
.header.text-center {
	padding: 10px 0;
}
ul.top-info-box>li.utf_nav_search {
	cursor: pointer;
	padding-left: 30px;
	margin-left: 30px;
}
ul.top-info-box>li.utf_nav_search:before {
	position: absolute;
	content: '';
	background: #ddd;
	left: 0;
	width: 1px;
	height: 40px;
	top: 50%;
	margin-top: -10px;
}
ul.top-info-box>li.utf_nav_search i {
	font-size: 20px;
	top: 10px;
	position: relative;
	cursor: pointer;
	color: #999;
}
.utf_site_nav_inner {
	position: relative;
}

.utf_main_nav_area>.container>.row {
	border: 1px solid #dedede;
	border-top: 3px solid #F16136;
	margin-left: 0;
	margin-right: 0;
	border-radius:4px;
}
.navbar {
	border-radius: 0;
	border: 0;
	margin-bottom: 0;
	padding: 0px;
}
.navbar-toggler {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	border-radius: 4px;
	margin-right: 5px;
	background: #F16136;
	height: 33px;
	width: 35px;
}
.navbar-toggler-icon {
	width: 30px;
	height:30px;
	background:rgba(0, 0, 0, 0) url(../images/nav_btn.png) no-repeat scroll 0 0;
}
.navbar-toggle .i-bar {
	background: #fff;
}
.navbar-collapse {
	padding-left: 0;
}
ul.navbar-nav {
	float: left;
	display: inline-block;
}
ul.navbar-nav>li {
	float: none;
	display: inline-block;
}
ul.navbar-nav>li {
	padding: 0;
	position: relative;
}
ul.navbar-nav>li>a {
	display: inline-block;
	padding: 0 15px;
	line-height: 49px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #1c1c1c;
	margin: 0;
	position: relative;
	-webkit-transition: 350ms;
	-moz-transition: 350ms;
	-o-transition: 350ms;
	transition: 350ms;
}
ul.navbar-nav>li:hover>a:before, ul.navbar-nav>li.active>a:before {
	border-color: #F16136;
	opacity: 1;
	transform: scale(1) translateZ(0);
}
ul.navbar-nav>li>a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	border-radius:20px;
	border-bottom: 3px solid;
	transform: scale(0) translateZ(0);
	-webkit-transition: -webkit-transform 0.45s ease, opacity 0.55s ease;
	-moz-transition: -moz-transform 0.45s ease, opacity 0.55s ease;
	-ms-transition: -ms-transform 0.45s ease, opacity 0.55s ease;
	-o-transition: -o-transform 0.45s ease, opacity 0.55s ease;
	transition: transform 0.45s ease, opacity 0.55s ease;
}
ul.navbar-nav>li>a:hover, ul.navbar-nav>li>a:focus {
	background: none;
}
ul.navbar-nav>li>a i {
	font-weight: 700;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background: transparent;
	border: 0;
}
ul.navbar-nav>li.utf_mega_dropdown {
	position: static;
}
.utf_dropdown_submenu {
	position: relative;
}
.utf_dropdown_submenu>.utf_dropdown_menu {
	top: 0;
	left: 100%;
	margin-top: -5px;
	border-radius: 0;
}
.utf_dropdown_submenu>a:after {
	display: block;
	content: "\f105";
	font-family: FontAwesome;
	float: right;
	margin-top: 3px;
	margin-right: -5px;
}
.utf_dropdown_submenu:hover>a:after {
	border-left-color: #fff;
}
.utf_dropdown_submenu.pull-left {
	float: none;
}
.utf_dropdown_submenu.pull-left>.utf_dropdown_menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
.dropdown-toggle::after {
	display: none;
}
.utf_dropdown_menu {
	text-align: left;
	background: #fff;
	z-index: 100;
	min-width: 220px;
	border-radius: 6px;
	border: 0;
	border: 0;
	padding: 0;
	border:5px solid rgba(0, 0, 0, 0.05);
	box-shadow: 0px 3px 3px 2px rgba(0,0,0,0.15);
	margin-top: 0;
}
nav.navbar .utf_site_nav_inner ul.navbar-nav li.dropdown ul.utf_dropdown_menu::after {
	position: absolute;
	content: "";
	top: -23px;
	left: 20px;
	border-bottom: 13px solid  #fff;
	border-right: 13px solid transparent;
	border-left: 13px solid transparent;
	border-top: 13px solid transparent;
	z-index: -1;
}
ul.nav li.dropdown .utf_dropdown_menu li.utf_dropdown_submenu:hover .utf_dropdown_menu::after {
	position: absolute;
	content: "";
	top: -23px;
	left: 15px;
	border-bottom: 13px solid transparent;
	border-right: 13px solid transparent;
	border-left: 13px solid transparent;
	border-top: 13px solid transparent;
	z-index: -1;
}
.navbar-nav>li>.utf_dropdown_menu {
	border-top:5px solid rgba(0, 0, 0, 0.05);
}
.navbar-nav>li>.utf_dropdown_menu.utf_mega_menu_content {
	border-top: 5px solid rgba(0, 0, 0, 0.05);
}
.utf_dropdown_menu-large {
	min-width: 400px;
}
.utf_dropdown_menu-large>li>ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.utf_dropdown_menu-large>li>ul>li>a {
	padding-left: 0;
}
.utf_dropdown_menu-large>li>ul>li.active>a {
	color: #F16136;
}
.navbar-nav>li>.utf_dropdown_menu>a {
	background: none;
}
.utf_dropdown_menu li a {
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	text-decoration: none;
	padding:11px 10px;
	border-bottom: 1px solid #e5e5e5;
	color: #333333;
}
.utf_dropdown_menu li a i{
	margin-right:4px;
}
.utf_dropdown_menu li:last-child>a {
	border-bottom: 0;
}
.utf_dropdown_menu>.active>a, .utf_dropdown_menu>.active>a:hover, .utf_dropdown_menu>.active>a:focus, .utf_dropdown_menu>.active>.utf_dropdown_menu>.active>a {
	background: #F16136;
	color: #ffffff;
}
.utf_dropdown_menu>.active>a, .utf_dropdown_menu>.active>a:hover:first-child{
	border-radius:4px;
}
.utf_dropdown_menu>li>a:hover, .utf_dropdown_menu>li>a:focus {
	background: #F16136;
	color: #fff;
	letter-spacing:0.4px;
	border-radius:4px;
}
 @media (min-width: 767px) {
ul.nav li.dropdown .utf_dropdown_menu li.utf_dropdown_submenu .utf_dropdown_menu {
	left: 100%;
	top: 0;
	display: none;
}
ul.nav li.dropdown .utf_dropdown_menu li.utf_dropdown_submenu:hover .utf_dropdown_menu {
	display: block;
}
}
.utf_mega_menu_content {
	width: 1110px;
	padding: 0;
}
.utf_mega_menu_content .row {
	margin: 0;
}
.utf_mega_menu_content_inner {
	padding: 20px 10px;
}
.utf_main_nav_area.dark-bg>.container>.row {
	border: 0;
	background: #565656;
	margin-left: 0;
	margin-right: 0;
}
.dark-bg .navbar-toggler {
	margin-left: 6px;
}
.utf_main_nav_area.dark-bg ul.navbar-nav>li>a {
	color: #fff;
}
.utf_main_nav_area.dark-bg ul.navbar-nav>li>a:before {
	border: 0;
}
.utf_main_nav_area.dark-bg ul.navbar-nav>li.active, .utf_main_nav_area.dark-bg ul.navbar-nav>li:hover {
	background: #F16136;
}
.utf_main_nav_area.dark-bg ul.navbar-nav>li.active:first-child{
	border-radius:4px 0 0 4px;
}
.utf_main_nav_area.dark-bg .utf_nav_search i {
	color: #fff;
}
.utf_main_nav_area>.container, .search-area {
	position: relative;
}
.search-area {
	min-height: 70px;
	padding-right: 0;
}
.utf_nav_search a {
	color:#ff4b4b;
	float: right;
	position: relative;
	cursor: pointer;
	display: inline-block;
    padding: 0 15px;
    line-height: 49px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}
.utf_nav_search #search i{
	color:#ffffff;
}
.utf_nav_search:hover{
	background:#323232;
	color:#ffffff;
}
.utf_search_block {
	background-color: #f7f7f7;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	display: none;
	padding: 8px;
	position: absolute;
	right: 15px;
	top: 100%;
	width: 300px;
	z-index: 10;
	border:5px solid rgba(0, 0, 0, 0.05);
	border-radius:10px;
	margin-top: 0;
}
.utf_search_block .form-control {
	background-color: #ffffff;
	border: none;
	color: #000;
	width: 100%;
	height: 40px;
	padding: 0 12px;
}
.utf_search_block .utf_search_close {
	color: #ffffff;
	position: absolute;
	top: -46px;
	right:1px;
	font-size:24px;
	cursor: pointer;
	background: #fff;
	background:#323232;
	width:30px;
	height:30px;
	line-height:27px;
	border-radius:30px;
	text-align:center;
}
.search-area .utf_nav_search {
	top: 23px;
}
.search-area .utf_search_block .utf_search_close {
	top: -52px;
}
.search-area .utf_search_block {
	right: 0;
}
.menu-tab .nav.nav-tabs {
	background: #f6f6f6;
	border-right: 1px solid #dedede;
	padding:0px 0px 10px;
	padding-right: 0;
	border-bottom:0;
	min-height: 250px;
	margin-top: 0;
}
.menu-tab .nav.nav-tabs>li>a {
	border: 1px solid transparent;
	border-radius: 4px 0 0 4px;
	font-weight: 600;
	padding: 10px 15px;
}
.menu-tab .nav.nav-tabs>li>a.active {
	background: #fff;
	margin-right: 0px;
	border: 1px solid #dedede;
	border-right: 0;
	color: #F16136;
	cursor: pointer;
}
.menu-tab .tab-content>.tab-pane {
	padding: 25px 0;
	min-height: 250px;
}
.menu-tab .tab-content>.tab-pane .col-md-3 {
	padding-right: 10px;
	padding-left: 10px;
}

/* Header with Menu
================================================== */
.header.header-menu {
	padding: 0;
}
.header.header-menu .logo {
	padding: 12px 0;
}
.header.header-menu>.container>.row {
	border-bottom: 1px solid #dedede;
	margin-left: 0;
	margin-right: 0;
}
.header.header-menu ul.navbar-nav>li>a {
	line-height: 70px;
}
.header.header-menu ul.navbar-nav>li.utf_mega_dropdown, .utf_site_nav_inner {
	position: static;
}
.header.header-menu .utf_mega_menu_content {
	min-width: 1145px;
	left: -43%;
}

/* Featured Post area
================================================== */
.utf_featured_post_area {
	margin-bottom: 0px;
}
.owl-carousel.page-slider .owl-nav {
	margin: 0;
}
.owl-carousel.owl-theme.utf_post_slide .owl-nav {
	text-align: center;
	position: absolute;
	top: -73px;
	right: 0;
}
.owl-carousel.owl-theme .owl-nav>div {
	margin: 0 3px;
	background: none;
	border: 1px solid #dedede;
	color: #999;
	width: 26px;
	height: 26px;
	line-height: 22px;
	padding: 0;
	border-radius:30px;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
	-o-transition: 400ms;
	transition: 400ms;
}
.owl-carousel.owl-theme .owl-nav>div:hover {
	background: #272d33;
	border: 1px solid transparent;
}
.owl-theme .owl-dots {
	text-align: center;
	position: absolute;
	z-index: 1;
	top: -67px;
	right: 0;
	margin: 0 !important;
}
.owl-theme.owl-carousel .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 4px;
	display: inline-block;
	border-radius: 30px;
	background: rgba(0, 0, 0, 0.5);
}
.owl-theme.owl-carousel .owl-dots .owl-dot.active span {
	background: #F16136;
}
.owl-carousel.owl-theme.utf_latest_news_slide .owl-nav {
	text-align: center;
	position: absolute;
	top: -75px;
	right: 0;
}
.owl-carousel.owl-theme.utf_latest_news_slide2 .owl-nav {
	text-align: center;
	position: absolute;
	top: -82px;
	right: 0;
}
.utf_featured_slider .item {
	min-height: 473px;
	position: relative;
	background-position: 50% 50%;
	border-radius:10px;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-backface-visibility: hidden;
}
.utf_featured_slider .item:before {
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	bottom: 0;
	left: 0;
	border-radius:0 0 10px 10px;
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
	background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
	background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
}
.utf_featured_post:before {
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	bottom: 0;
	left: 0;
	border-radius:0 0 10px 10px;
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
	background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
	background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
}
#utf_featured_slider .utf_featured_post .utf_post_content {
	padding: 30px;
	z-index: 1;
	position: absolute;
	bottom:0;
	display:block;
}
.utf_post_content {
	padding: 30px;
	z-index: 1;
	position: relative;
}
.utf_featured_slider.owl-theme .owl-nav>div {
	background: rgba(0, 0, 0, 0.65);
	border: 0;
	position: absolute;
	top: 50%;
	width: 36px;
	height: 40px;
	line-height: 36px;
	padding: 0;
	font-size: 24px;
	text-align: center;
	opacity: 0;
	margin: 0;
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
	-o-transition: 400ms;
	transition: 400ms;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.utf_featured_slider.owl-theme:hover .owl-nav>div {
	opacity: 1;
}
.utf_featured_slider.owl-theme .owl-nav>.owl-prev {
	left: 0;
	border-radius:0 30px 30px 0;
}
.utf_featured_slider.owl-theme .owl-nav>.owl-next {
	right: 0;
	border-radius:30px 0 0 30px;
}
.utf_featured_slider.owl-theme .owl-nav>div:hover {
	background: #F16136;
	color: #fff;
	border: 0;
}
.utf_featured_post .utf_post_title a {
	color: #fff;
}
.utf_featured_post .utf_post_date, .utf_post_overaly_style .utf_post_author, .utf_post_overaly_style .utf_post_date{
	background:rgba(255, 255, 255, 0.3);
	padding: 4px 6px;
	border-radius: 4px;
	color: #fff;
	font-weight:600;
	font-size:13px;
}
.utf_post_overaly_style .utf_post_date i, .utf_post_overaly_style .utf_post_author i{
	color:#F16136;
}
.utf_post_overaly_style .utf_post_author, .utf_featured_post .utf_post_author{
	background:rgba(255, 255, 255, 0.3);
	padding: 4px 6px;
	border-radius: 4px;
	color: #fff;
	border:0;
	margin-right:5px;
}
.utf_post_overaly_style .utf_post_date{
	padding: 4px 6px !important;
}
.utf_post_overaly_style .utf_post_author a{
	font-weight:600;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.utf_post_overaly_style .utf_post_author:hover i, .utf_post_overaly_style .utf_post_author a:hover{
	color:#fff;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.utf_post_overaly_style .utf_post_author:hover i{
	color:#F16136
}
.utf_post_overaly_style .utf_post_author a, .utf_featured_post .utf_post_author a{
	color:#ffffff;
	font-weight:600;
	font-size:13px;
}
.utf_post_overaly_style .utf_post_content i{
	background:#fff;
	padding: 2px 3px;
	border-radius: 4px;
	color: #F16136;
	border:0;
	margin-right:5px;
}
.utf_post_overaly_style .utf_post_author:hover, .utf_featured_post .utf_post_author:hover{
	background:#F16136;
	color:#ffffff;
}
.utf_post_overaly_style .utf_post_author i, .utf_post_overaly_style .utf_post_date i, .utf_featured_post .utf_post_author i, .utf_featured_post .utf_post_date i{
	margin-right:4px;
}
.utf_featured_post .utf_post_date i, .utf_featured_post .utf_post_author i{
	background: #ffeaea;
	color:#F16136;
    padding: 2px;
	font-size:13px;
    border-radius: 4px;
    width: 18px;
    height: 18px;
    line-height: 15px;
    text-align: center;
}
.utf_featured_slider.content-bottom .item:before {
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
	background: -webkit-gradient(linear, left bottom, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
	background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%);
}
.hot-post-top {
	height: 300px;
	margin-bottom: 3px;
	border-radius:6px;
}
.utf_hot_post_bottom, .utf_hot_post_bottom img {
	height: 170px;
}
.hot-post-top .utf_post_content, .utf_hot_post_bottom .utf_post_content {
	padding: 20px;
}
.fourNewsbox, .fourNewsbox img, .fourNewsboxTop, .fourNewsboxTop img {
	min-height: 231px;
}
.fourNewsboxTop {
	margin-bottom: 3px;
}
.utf_featured_post_area .utf_post_overaly_style.text-center {
	max-height: 231px;
	border-radius:4px;
}
.utf_featured_post_area .utf_post_overaly_style.first {
	margin-bottom: 4px;
}

.block {
	position: relative;
}

/* Sidebar
================================================== */
.sidebar .widget.m-bottom-0 {
	margin-bottom: 0;
}
.social-icon {
	list-style: none;
	margin: 0;
	padding: 0;
}
.social-icon li {
	display: inline-block;
	margin: 0 0px 0 0;
}
.social-icon li a i {
	background: #F16136;
	color: #fff;
	font-size: 18px;
	width: 44px;
	height: 44px;
	line-height: 44px;
	border-radius:36px;
	text-align: center;
	-webkit-transition: 350ms;
	-o-transition: 350ms;
	transition: 350ms;
}
.social-icon li a i.fa-rss {
	background: #FA9B39;
}
.social-icon li a i.fa-facebook {
	background: #3B5998;
}
.social-icon li a i.fa-twitter {
	background: #00aced;
}
.social-icon li a i.fa-google-plus {
	background: #dd4b39;
}
.social-icon li a i.fa-vimeo-square {
	background: #7FC400;
}
.social-icon li a i.fa-youtube {
	background: #bb0000;
}
.social-icon li a i:hover {
	background: #1c1c1c;
}
.social-icon-box>li {
	width: 100%;
	background: #1c1c1c;
	padding: 12px;
	color: #fff;
	border-radius:50px;
	margin-bottom: 10px;
}
.social-icon-box>li>a {
	color: #fff;
}
.social-icon-box>li>a i {
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	float: left;
	border-radius:50px;
	margin-right: 20px;
	background: rgba(0, 0, 0, 0.2);
}
.social-icon-box .ts-social-title {
	font-size: 14px;
	margin-bottom: -5px;
	text-transform:uppercase;
	font-weight:700;
}
.social-icon-box .ts-social-desc {
	display: block;
	font-size: 13px;
	font-weight:500;
}
.social-icon-box>li.rss {
	background: #FA9B39;
}
.social-icon-box>li.facebook {
	background: #3B5998;
}
.social-icon-box>li.twitter {
	background: #00aced;
}
.social-icon-box>li.gplus {
	background: #c53942;
}

/* Featuted Tab
================================================== */
.utf_featured_tab {
	position: relative;
}
.utf_featured_tab .nav-tabs {
	border: 0;
	position: absolute;
	top: 0;
	right: 0;
}
.utf_featured_tab .nav-tabs>li>a {
	color: #999999;
	text-shadow: none;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	border-radius:4px;
	margin:0 2px;
	border:1px solid #eeeeee;
	padding:3px 10px;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.utf_featured_tab .tab-content {
	border-top: 0;
	padding: 0;
	overflow: hidden;
}
.utf_featured_tab .nav-tabs>li>a.active {
	color: #1c1c1c;
	position: relative;
	background: none;
}
.utf_featured_tab .utf_list_post_block {
	margin-top: 0;
}

/* Ad Content area
================================================== */
.utf_ad_content_area img {
    display: inline-block;
    border: 1px solid #eeeeee;
    padding: 15px 20px;
    border-radius: 10px;
}

/* Video Block
================================================== */
.video-block .nav-tabs .nav-item.show .nav-link, .video-block .nav-tabs .nav-link.active {
	background: transparent;
}
.video-block {
	background: #1c1c1c;
	color: #fff;
}
.video-tab-title {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 0 30px 0;
	padding-left:15px;
	position:relative;
}
.video-tab .video-tab-title:after, .video-tab .video-tab-title:before {
    position: absolute;
    top: 0;
    content: '';
    background:#F16136;
	border-radius:10px;
    left: 0;
}
.video-tab .video-tab-title:after {
    width: 18px;
    height: 3px;
}
.video-tab .video-tab-title:before {
    width: 3px;
    height: 18px;
}
.video-tab .utf_post_overaly_style {
	min-height: 420px;
}
.video-tab .utf_post_overaly_style .utf_post_thumb {
    border-radius: 0px;
}
.video-tab .utf_post_overaly_style::before{
	border-radius: 0px;
}
.video-tab .utf_post_overaly_style .utf_post_content {
	padding: 35px;
}
.video-tab .utf_post_title {
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
}
.video-tab .nav-tabs>li {
	width: 100%;
	float: none;
	display: block;
	margin-bottom: -1px;
	border: 1px solid #393a3b;
	min-height: 100px;
	padding:20px;
}
.video-tab .nav-tabs>li>a {
	background: none;
	border: 0;
	padding: 0;
}
.video-tab .nav-tabs>li>a .utf_post_thumb img {
	max-width: 100px;
	min-height: 70px;
}
.video-tab .nav-tabs>li>a .utf_post_thumb {
	float: left;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
}
.video-tab .nav-tabs>li>a h3 {
	color: #fff;
	font-weight: 600;
	line-height: 24px;
	font-size: 15px;
	margin: 0;
}
.video-icon {
	text-align: center;
	color: #fff;
	top: 62%;
	margin-top: -50px;
	font-size: 24px;
	z-index: 1;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	line-height: 48px;
	border: 5px solid #fff;
	display: inline-block;
	border-radius: 100%;
}
.video-icon i {
	margin-left: 5px;
}

/* More news
================================================== */
.utf_post_block_style.utf_post_float_half .utf_post_thumb {
	float: left;
	position: relative;
	z-index: 1;
	margin-right: 30px;
}
.utf_post_block_style.utf_post_float_half .utf_post_thumb img {
	max-width: 300px;
	min-height: 200px;
}

/* Footer
================================================== */
.footer {
	color: #969696;
	padding: 70px 0;
	width: 100%;
	background:#1c1c1c url('../images/footer_bg.jpg') 50% 0 repeat-y ;
	background-position-x: 50%;
	background-position-y: 0px;
	background-size: auto;
	background-position: center 0;
	background-size: cover;
	position: relative;
}
.footer:before{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 0;
	bottom: 0;
	left: 0;
	background:rgb(26 26 26 / 90%);
}
.footer .widget-title {
	font-size: 16px;
	font-weight: 700;
	position: relative;
	margin: 0 0 40px;
	text-transform: uppercase;
	color: #fff;
	padding-left:15px;
	padding-top:8px;
	position:relative;
}
.footer .widget-title:after, .footer .widget-title:before {
    position: absolute;
    top: 0;
    content: '';
    background:#F16136;
    left: 0;
	border-radius:30px;
}
.footer .widget-title:before {
    width: 3px;
    height: 18px;
}
.footer .widget-title:after {
    width: 18px;
    height: 3px;
}
.footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer ul li {
	margin-bottom: 12px;
}
.footer .widget-categories ul li {
    margin-bottom: 7px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 7px;
}
.footer .widget-categories ul li i{
	margin-right:8px;
}
.footer .widget-categories ul li a:hover{
	color:#F16136;
	letter-spacing:0.7px;
}
.footer ul li a {
	color: #a3a3a3;
}
.footer .widget-categories ul li a {
	font-size:15px;
	font-weight:600;
}
/* Trending */

.footer .utf_post_title.title-small {
	font-weight: 600;
	font-size: 16px;
}
.footer-widget .utf_post_block_style.post-float .utf_post_thumb img {
	max-width: 95px;
	min-height: 75px;
}
.footer-widget .utf_post_meta span.utf_post_date {
	color: #676767;
}
.footer-widget.widget-categories ul li .catCounter {
	float: right;
}
.contact-widget ul li {
	position: relative;
	padding-left:0px;
	font-weight: 600;
	font-size: 15px;
	line-height: 28px;
}
.contact-widget ul li:first-child{
	margin-bottom:20px;
}
.contact-widget ul li i{
	padding-right: 8px;
	width: 24px;
	text-align: center;
	color: #F16136;
}
.contact-widget ul li .tweet-text {
	font-size: 13px;
	line-height: 20px;
}
.contact-widget ul li .tweet-text span {
	display: block;
	color: #676767;
}
.contact-widget ul li .tweet-text a {
	color: #969696;
	font-size: 14px;
}
.contact-widget ul li a:hover{
	color: #F16136;
}
.contact_detail_area ul.contct_detail_list{
	list-style-type:none;
	padding:0;
}
.contact_detail_area ul.contct_detail_list li{
	margin-bottom: 12px;
	font-size: 15px;
	line-height: 26px;
	font-weight: 600;
	position: relative;
	padding-left: 38px;
	color: #6f6f6f;
}
.contact_detail_area ul.contct_detail_list li:last-child{
	margin-bottom:0;
}
.contact_detail_area ul.contct_detail_list li a{
	color:#6f6f6f;
}
.contact_detail_area ul.contct_detail_list li a:hover{
	color:#F16136;
}
.contact_detail_area ul.contct_detail_list li i{
	background:#F16136;
	width:26px;
	height:26px;
	line-height:26px;
	font-size:13px;
	text-align:center;
	color:#ffffff;
	border-radius:30px;
	margin-right:10px;
	position:absolute;
	left:0;
}
.gallery-widget a {
	overflow: hidden;
	margin: 0 2px 0px 0px;
	display: inline-block;
}
.gallery-widget a img {
	max-width: 80px;
	min-height: 80px;
	border-radius:40px
}
.footer-info-content {
	border-top: 1px solid #606060;
	margin-top: 50px;
	padding: 50px 250px 0;
}
.footer-info-content p {
	margin-bottom: 2px;
	font-size: 13px;
}
.footer-logo img {
	display: inline-block;
	margin-bottom: 30px;
}
.footer-info-phone, .footer-info-email {
	display: inline-block;
	margin: 0 5px;
}
.footer .utf_footer_social {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}
.footer .utf_footer_social li {
	margin: 0;
	margin-top:10px;
	display: inline-block;
}
.utf_footer_social li a {
	display: inline-block;
	margin: 0 2px;
}
.utf_footer_social li a:first-child{
	margin-left:0;
}
.utf_footer_social li a i {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #fff;
	padding-right:0;
	border-radius:30px;
	background: #F16136;
	text-align: center;
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
	-o-transition: 400ms;
	transition: 400ms;
}
.utf_footer_social li a i:hover {
	background: #fff;
	color: #F16136;
}
.copyright {
	background:#262626;
	color: #fff;
	padding: 20px 0;
	position: relative;
	z-index: 1;
	font-weight: 500;
	font-size: 14px;
}
.footer-menu {
	float: right;
}
.footer-menu ul li {
	display: inline-block;
	line-height: 20px;
	padding-left: 12px;
}
 @media (max-width: 992px) {
.footer-menu ul li {
	padding-top: 12px;
}
}
.footer-menu ul.nav li a {
	background: none;
	color: #fff;
	padding: 0;
}
#back-to-top {
	position: fixed;
	right: 25px;
	bottom: 25px;
	z-index: 10;
	-webkit-backface-visibility: hidden;
}
#back-to-top.affix {
	bottom: 54px;
}
#back-to-top .btn.btn-primary {
	width: 36px;
	height: 36px;
	line-height: 30px;
	background: #F16136;
	font-weight: 700;
	font-size: 20px;
	padding: 0;
	border-radius:30px;
}
#back-to-top .btn.btn-primary:hover {
	color: #fff;
	background: rgba(0, 0, 0, 0.9);
}

/* Sub Pages
================================================== */
.breadcrumb {
	background: #f7f7f7;
	border:1px solid #e5e5e5;
	color: #777;
	font-size: 14px;
	font-weight: 600;
	margin: 25px 0 0px 0;
	padding:10px 10px 10px 15px;
}
.breadcrumb>li+li:before {
	content: "\f105";
	font-family: FontAwesome;
	padding: 0 8px;
	color: #777;
}

/* Category Listing
================================================== */
.category-listing .utf_post_block_style .utf_post_content p {
	font-size: 15px;
	line-height: 26px;
	font-weight: 500;
	color: #6c6c6c;
}
.category-listing .utf_post_block_style .utf_post_content .utf_post_meta {
	margin:0 0 8px 0;
}
.subCategory>li {
	display: inline-block;
	margin-bottom: 30px;
}
.subCategory>li>a {
	background:#f7f7f7;
	color: #626262;
	border: 1px solid #eeeeee;
	font-weight:600;
	padding: 3px 8px;
	margin-right: 6px;
	font-size: 12px;
	border-radius:4px;
	text-transform: uppercase;
}
.subCategory>li>a:hover {
	background: #F16136;
	color: #fff;
	border: 1px solid transparent;
}
.post-grid {
	margin-bottom: 15px;
	min-height: 455px;
}
.post-list {
	margin-bottom: 30px;
}
.top-larget-post {
	margin-bottom: 30px;
}
.top-larget-post .utf_post_title.title-large {
	margin-top: 20px;
	font-size: 24px;
}
.category-style2 .utf_post_title {
	margin-top: 0;
}
.paging {
	position: relative;
	margin-top: 20px;
}
.pagination {
	margin: 0;
}
.pagination li a {
	border-radius: 30px;
	margin-right: 8px;
	color:#7c7c7c;
	border: 1px solid #ddd;
	position: relative;
	float: left;
	padding: 6px 12px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 25px;
	font-weight: 600;
}
.pagination>.active>a, .pagination>.active>a:hover, .pagination>li>a:hover {
	color: #fff;
	background: #F16136;
	border: 1px solid transparent;
}
.paging .page-numbers {
	border: 0;
	color: #7c7c7c;
	position: absolute;
	right: 0;
	top: 3px;
}

/* News Single
================================================== */
.single-post .utf_post_title {
	font-size: 28px;
	line-height: 38px;
	padding: 15px 0 8px 0;
	margin: 0;
	color: #6c6c6c !important;
}
.single-post p, .single-post, .single-post p span, .single-post p b,
.single-post p strong, .single-post p a, .single-post p i, .single-post p em {
	font-size: 15px !important;
	line-height: 26px !important;
	color: #6c6c6c !important;
	font-family: "Nunito", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.utf_post_content-area {
	margin: 20px 0;
}
.post-featured-image, .post-media.post-video, .post-media.post-audio {
	margin-bottom: 30px;
}
.entry-content h3 {
	margin: 0;
	padding: 20px;
	font-size: 22px;
	line-height: 30px;
	color: #6c6c6c !important;
}

.entry-content img {
	max-width: 90% !important;
	height: auto;
	display: block;
	margin: auto;
}

.tags-area {
	margin: 20px 0;
}
.post-tags>span {
	background: #1c1c1c;
	color: #fff;
	font-size: 12px;
	padding: 3px 6px;
	font-weight: 600;
	border-radius:4px;
	text-transform: uppercase;
	margin-right: 5px;
}
.post-tags a {
	color:#626262;
	border: 1px solid #eeeeee;
	font-weight: 600;
	padding: 3px 8px;
	display: inline;
	list-style: none;
	margin-right: 5px;
	border-radius:4px;
	text-transform:uppercase;
	text-align: center;
	font-size: 12px;
}
.post-tags a:hover {
	background: #F16136;
	color: #fff;
	border: 1px solid transparent;
}
.share-items {
	border: 1px solid #dedede;
	border-radius: 0;
	background: none;
	padding: 10px;
	width: 100%;
	margin: 25px 0;
	border-radius:4px;
	display: inline-block;
}
.post-social-icons>li {
	display: inline-block;
	padding: 5px 12px;
	color: #fff;
	background: #1c1c1c;
	font-size: 12px;
	font-weight:600;
	text-transform:uppercase;
	margin-right: 8px;
	border-radius:4px;
}
.post-social-icons a {
	color: #fff;
	text-align: center;
}
.post-social-icons a i {
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	margin-right: 5px;
	padding-right: 8px;
	font-size: 14px;
	line-height: 12px;
}
.post-social-icons>li.facebook {
	background: #3B5998;
}
.post-social-icons>li.twitter {
	background: #00aced;
}
.post-social-icons>li.gplus {
	background: #c53942;
}
.post-social-icons>li.pinterest {
	background: #ce222b;
}
.post-navigation {
	display: inline-block;
	margin: 0 0 40px;
	width:100%;
}
.single-post .post-featured-image img{
	width:100%;
}
.post-navigation span:hover, .post-navigation h3:hover {
	color: #EC0001;
}
.post-navigation .post-previous, .post-navigation .post-next {
	padding: 0 40px;
	width: 50%;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	display: table-cell;
	position: relative;
	vertical-align: middle;
}
.post-navigation i {
	margin: 0 5px;
}
.post-navigation span {
	font-size: 14px;
	color: #8a8a8a;
	margin-bottom: 10px;
}
.post-navigation .post-previous {
	text-align: left;
	float: left;
	border-left: 0 none;
	border-right: 0 none;
	padding: 0 40px 0 0;
}
.post-navigation .post-next {
	text-align: right;
	float: left;
	border-right: 0 none;
	padding: 0 0 0 40px;
}
.post-navigation h3 {
	font-size: 16px;
	margin: 8px 0 0;
}
.author-box {
	background:#f7f7f7;
	border:1px solid #f2f2f2;
	padding: 20px;
	margin: 0 0 40px;
	display: inline-block;
	border-radius:4px;
}
.author-img img {
	margin-right: 25px;
	width: 100px;
	height: 100px;
	border-radius: 80px;
	overflow-x: hidden;
	border: 5px solid rgba(0, 0, 0, 0.1);
}
.author-url a {
	color: #1c1c1c;
	font-size: 13px;
}
.author-info h3 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 18px;
	display: inline-block;
}
.author-info p{
	font-size: 15px;
	line-height: 26px;
	font-weight: 500;
	color: #6c6c6c;
	margin-bottom:0;
}
.authors-social a {
	color: #999;
	margin-left: 10px;
}
.authors-social span{
	font-weight:600;
}
.author-counter span {
	background: #1c1c1c;
	color: #fff;
	font-size: 12px;
	padding: 2px 8px;
}
.related-posts #utf_latest_news_slide .owl-stage-outer {
	height: 240px;
	margin-bottom: 20px;
}
.comments-area {
	margin: 40px 0;
}
.comments-list .comment-content {
	margin:10px 0 15px 0;
}
.comments-list .comment-content p{
	font-size: 15px;
	line-height: 26px;
	font-weight: 500;
	color: #6c6c6c;
}
.comments-list .comment-reply {
	font-weight: 700;
	background:#F16136;
	border: 1px solid #F16136;
	color: #ffffff;
	padding:3px 10px;
	text-transform:uppercase;
	border-radius:4px;
	font-size:12px;
}
.comments-list .comment-reply:hover {
	background:#272d33;
	border: 1px solid #272d33;
	color: #ffffff;
}
.comments-counter {
	font-size: 18px;
}
.comments-counter a {
	color: #323232;
}
.comments-list {
	list-style: none;
	margin: 0;
	padding: 20px 0;
}
.comments-list .comment {
	background:#f7f7f7;
	border:1px solid #f2f2f2;
	padding:20px;
	border-radius:6px;
	margin-bottom: 30px;
}
.comments-list .comment.last {
	margin-bottom: 0;
}
.comments-list img.comment-avatar {
	width: 84px;
	height: 84px;
	margin-right: 30px;
	border-radius:50px;
	border: 3px solid rgba(0, 0, 0, 0.1);
}
.comments-list .comment-body {
	margin-left: 115px;
}
.comments-list .comment-author {
	margin-bottom: 0;
	margin-top: 0;
	font-weight: 700;
	font-size: 16px;
	color: #303030;
}
.comments-list .comment-date {
	color: #959595;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight:600;
}
.comments-reply {
	list-style: none;
	margin: 0 0 0 70px;
}
.comments-form {
	margin-bottom: 0;
}
.comments-form .title-normal {
	margin-bottom: 40px;
	position:relative;
}
.comments-form h3.title-normal:before {
    background:#F16136;
    border: 0 none;
    content: "";
    height: 3px;
    left: 0;
	border-radius:30px;
    margin: 8px 0 10px;
    position: absolute;
    bottom: -20px;
    width: 40px;
}
.comments-form .comments-btn {
	margin-top: 10px;
	font-size: 14px;
	width:100%;
	border-radius: 4px;
}

/* Sidebar
================================================== */
.sidebar .widget {
	margin-bottom: 50px;
}
.sidebar-left .widget {
	margin-right: 20px;
}
.utf_sidebar_right .widget {
	margin-left: 10px;
}
.sidebar ul.nav-tabs {
	border: 0;
}
.sidebar ul.nav-tabs li a {
	color: #303030;
	border-radius: 0;
	padding: 15px 0;
	padding-left: 0;
	font-weight: 400;
	border-bottom: 1px solid #ddd;
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
	-o-transition: 400ms;
	transition: 400ms;
}
.sidebar ul.nav-tabs li.active a, .sidebar ul.nav-tabs li:hover a {
	color: #F16136;
}
.sidebar ul.nav-tabs li {
	color: #303030;
	line-height: normal;
}
.sidebar ul.nav-tabs li:last-child a {
	border-bottom: 0;
}
.utf_newsletter_block {
	background-color: #f7f7f7;
	background-repeat: no-repeat;
	background-position: bottom right;
	border:1px solid #f2f2f2;
	padding: 0px 20px 10px 20px;
	border-radius:6px;
	text-align:center;
}
.utf_newsletter_block .form-control {
	background: #fff;
}
.utf_newsletter_introtext h4{
	font-size:22px;
	margin-bottom:25px;
	position:relative;
}
.utf_newsletter_introtext h4::before {
    background:#F16136;
    border: 0 none;
    content: "";
    height: 3px;
    left: 0;
	right:0;
	text-align:center;
    border-radius: 30px;
    margin: 0 auto;
    position: absolute;
    bottom: -10px;
    width: 50px;
}
.utf_newsletter_form button {
	font-weight: 700;
	font-size: 14px;
	margin-top: 15px;
	padding: 10px 25px;
	border-radius:4px;
}
.widget-tags ul>li {
	float: left;
	margin: 4px;
}
.sidebar .widget-tags ul>li a {
	border: 1px solid #dadada;
	color: #626262;
	display: block;
	font-size: 13px;
	padding: 5px 15px;
	border-radius:4px;
	font-weight:700;
	text-transform:uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.sidebar .widget-tags ul>li a:hover {
	background: #F16136;
	color: #fff;
	border: 1px solid transparent;
}
.utf_post_block_style.post-float.review-post-block {
	max-width: 140px;
	min-height: 105px;
}
.utf_post_block_style.post-float.review-post-block .utf_post_thumb img {
	max-width: 140px;
	min-height: 105px;
}
.utf_block_wrapper.no-sidebar, .utf_block_wrapper.no-sidebar>.container {
	max-width: 850px;
	margin: 0 auto;
}
.utf_block_wrapper.solid-bg {
	background: #f7f7f7;
}
 @media (min-width:992px) {
.solid-bg .pad-r {
	padding-right: 4px;
}
.solid-bg .pad-l {
	padding-left: 4px;
}
}

/* Contact Us
================================================== */
.contact-info-box {
	margin-top: 20px;
}
.contact-info-box-content h4 {
	font-size: 16px;
	margin-top: 0;
	line-height: normal;
	font-weight: 700;
}
.contact-info-box-content p {
	margin-bottom: 0;
}
label {
	font-weight:600;
}

/* Error page
================================================== */
.error-page .error-code h2 {
	display: block;
	font-size: 200px;
	line-height: 200px;
	color: #F16136;
	margin-bottom: 20px;
	font-weight: 800 !important;
}
.error-page .error-body .btn {
	margin-top: 30px;
	font-weight: 700;
}
.error-page .error-body {
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    color: #6c6c6c;
}
@media (min-width: 1200px) {
.navbar-nav li:hover .utf_dropdown_menu {
	display: block;
}
.navbar-nav li .utf_dropdown_menu {
	width:102.8%;
}
.navbar-collapse {
	padding-right: 0;
}
.nav-style-boxed .navbar-collapse {
	padding-left: 15px;
}
.header.header-menu .utf_mega_menu_content {
	min-width: 1095px;
	margin-left: -27px;
}
}

@media (min-width: 992px) and (max-width:1199px) {
.navbar-nav li:hover .utf_dropdown_menu {
	display: block;
}
ul.navbar-nav>li {
	padding: 0 6px;
}
ul.navbar-nav>li>a {
	padding: 0px;
}
ul.navbar-nav>li>a,  .utf_dropdown_menu li a {
	font-size: 12px;
}
.header.header-menu .utf_mega_menu_content {
	min-width: 1095px;
	margin-left: -11px;
}
.project-item-title {
	font-size: 18px;
}
.clients-logo {
	margin-bottom: 20px;
}
.action-box-text {
	font-size: 13px;
}
.utf_footer_social ul li {
	margin: 0 3px 0 0;
}
.footer-menu {
	float: none;
}
#back-to-top.affix {
	bottom: 35px;
}
#back-to-top {
	right: 15px;
}
.utf_mega_menu_content {
	max-width: 940px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
ul.top-info li {
	padding-right: 12px;
}
.navbar-fixed {
	position: relative;
	animation: none;
	box-shadow: none;
}
.logo {
	padding: 13px 0;
}
.logo img {
	height: 40px;
}
.navbar-toggle {
	display: block;
	z-index: 1;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.collapse.show {
	display: block;
}
ul.navbar-nav {
	float: none !important;
}
ul.navbar-nav>li {
	float: none;
	display: block;
}
.collapse.in {
	display: block !important;
}
.navbar-collapse.in {
	overflow-y: auto;
}
ul.nav li.dropdown:hover ul.utf_dropdown_menu {
	display: none;
}
ul.nav li.dropdown.open ul.utf_dropdown_menu {
	display: block;
}
.navbar-nav .open .utf_dropdown_menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar-collapse {
	background: none;
	width: 100%;
}
ul.navbar-nav>li:hover>a:after,  ul.navbar-nav>li.active>a:after {
	content: '';
}
ul.navbar-nav>li>a:before {
	border-bottom: 0;
}
.navbar-nav .open .utf_dropdown_menu>li {
	padding-left: 0;
}
.navbar-nav .open .utf_dropdown_menu>li>a,  .navbar-nav .open .utf_dropdown_menu .dropdown-header {
	padding: 5px 15px 10px 10px;
}
ul.navbar-nav>li,  .nav-style-boxed ul.navbar-nav>li {
	display: block;
}
.navbar-nav .open .utf_dropdown_menu>li>a {
	line-height: 30px;
}
ul.navbar-nav>li.utf_nav_search,  ul.navbar-nav>li.header-get-a-quote {
	display: none;
}
ul.navbar-nav {
	padding: 0 0 10px;
	width:104%;
}
ul.navbar-nav li {
	float: none;
}
ul.navbar-nav li a {
	line-height: normal !important;
	color: #333;
	border-top: 1px solid #f1f1f1 !important;
	border-bottom: 0;
	padding: 10px 0;
	display: block;
	min-width: 350px;
}
ul.navbar-nav .utf_dropdown_menu {
	float: none;
	position: relative;
	border: 0;
	margin: 0;
	padding: 0;
}
ul.navbar-nav .utf_dropdown_menu li a {
	padding-left: 20px !important;
}
ul.navbar-nav li.dropdown ul.utf_dropdown_menu li.utf_dropdown_submenu .utf_dropdown_menu {
	left: 0;
	position: relative;
}
ul.navbar-nav li.dropdown ul.utf_dropdown_menu li.utf_dropdown_submenu .utf_dropdown_menu a {
	padding-left: 50px;
}
ul.navbar-nav li.dropdown ul.utf_dropdown_menu li.utf_dropdown_submenu a i {
	margin-top: -22px;
}
ul.navbar-nav li.dropdown ul.utf_dropdown_menu li.utf_dropdown_submenu .utf_dropdown_menu li a {
	padding-left: 35px !important;
}
ul.navbar-nav .utf_dropdown_menu {
	box-shadow: none;
	border-top: 0;
	background: none;
}
ul.navbar-nav li a i,  .utf_dropdown_submenu>a:after {
	background: #f5f5f5;
	float: right;
	width: 36px;
	height: 28px;
	line-height: 28px;
	margin-top: -5px;
	border-radius:30px;
	text-align: center;
	color: #000;
}
.utf_dropdown_submenu>a:after {
	margin-right: 0;
}
.navbar-nav>li>.utf_dropdown_menu.utf_mega_menu_content {
	display: none !important;
}
.utf_featured_post_area .pad-r {
	padding-right: 15px;
}
.utf_featured_post_area .pad-l {
	padding-left: 15px;
}
.utf_sidebar_right {
	margin-top: 50px;
}
.utf_sidebar_right .widget {
	margin-left: 0;
}
.block.color-aqua,  .block.color-violet {
	margin-top: 40px;
}
.footer-widget {
	display: inline-block;
	margin-bottom: 30px;
}
.utf_newsletter_form input {
	width: 100%;
}
.footer-info-content {
	padding: 50px 100px 0;
}
#back-to-top.affix {
	bottom: 78px;
}
}

@media (max-width: 991px) {
.utf_dropdown_menu li a i {
    display:none;
}
.navbar{
	width:100%;
}
.utf_site_nav_inner {
    position: static;
    width: 100%;
}
.utf_search_block .utf_search_close {
    top: -47px;
    right: 6px;
}
.utf_nav_search{
	top:12px;
}
.utf_main_nav_area.dark-bg ul.navbar-nav > li > a{
	color:#ec0000
}
.utf_main_nav_area.dark-bg ul.navbar-nav > li > a:hover{
	color:#ffffff
}
.utf_main_nav_area.dark-bg ul.navbar-nav > li.active{
	background:#f9f9f9;
}
.utf_main_nav_area.dark-bg ul.navbar-nav > li > a{
	padding-left:5px;
	padding-right:0px;
}
nav.navbar .utf_site_nav_inner ul.navbar-nav li.dropdown ul.utf_dropdown_menu::after {
	border-bottom: 13px solid transparent;
}
.utf_main_nav_area>.container>.row {
	border-top: 3px solid #ec0000;
	border-bottom: 1px solid #dedede;
	padding-left:10px;
	padding-right:5px;
}
.related-posts #utf_latest_news_slide .owl-stage-outer {
	height: auto;
}
.utf_post_overaly_style.text-center .utf_post_content{
	width:100%;
}
.utf_featured_post_area .utf_post_overaly_style.text-center {
    max-height: 100%;
}
}


@media (max-width: 767px) {

.utf_featured_slider .item {
	min-height: 300px;
}

.utf_block_title>span {
	padding: 10px;
}

.utf_mega_menu_content {
	width: 100%;
}

.hackelso {
	margin-top: 15px;
}

.nobordr {
	padding-right: 0px;
  padding-left: 0px;
}

.utf_list_post_block .utf_list_post>li {
	max-height: 115px;
}

.utf_post_block_style .utf_post_content .utf_post_meta {
	float: left;
  width: 64%;
}

#allasokLista .utf_post_block_style .utf_post_content .utf_post_meta {
	position: absolute;
	width: 100%;
	height: 63px;
	padding-left: 118px;
}

.utf_post_block_style.post-float .utf_post_thumb img {
	height: 80px;
}

.utf_nav_search a {
	line-height: 36px;
	font-size: 15px;
}

.top-nav li a {
	font-size: 14px;
}

.utf_hot_post_bottom, .utf_hot_post_bottom img {
	height: 240px;
}

.utf_block_title {
	margin-top: 20px;
}

.utf_featured_post_area {
	padding-bottom: 0px;
}

.copyright img {
	max-width: 90%;
}

#footer .contact-widget ul li,
#footer .widget-title,
.footer .widget-categories ul li {
	text-align: center;
}

#blog,
#blog .utf_mega_menu_content {
	width: 100% !important;
}

#adat p {
	width: 70% !important;
}

#idojaras {
	display: none !important;
	z-index: -10000;
}





.boxed-layout .body-inner {
	margin: 0 auto;
}
.utf_post_block_style.utf_post_float_half .utf_post_thumb{
	margin-right:0;
}
.ts-date {
	padding: 0;
	border-right: 0;
	display: block;
}
.top-nav {
	display: block;
	margin:0;
}
.top-bar {
	text-align: center;
}
.top-social {
	float: none;
	text-align: center;
	display: inline-block;
}
.footer {
    padding: 60px 0 30px 0;
}
.utf_post_title.title-extra-large {
    font-size: 22px;
    line-height: 30px;
}
.utf_post_title.title-medium {
    line-height: 22px;
    margin-bottom: 10px;
}
.utf_post_overaly_style .utf_post_content {
    padding: 20px;
}
.post-social-icons > li{
	margin-bottom:5px;
}
.post-tags a{
	margin-bottom:5px;
	display:inline-block;
	padding:0 8px;
}
.navbar-fixed {
	position: relative;
	animation: none;
	box-shadow: none;
}
.logo {
	padding:5px 0 15px;
	text-align: center;
}
.logo img {
	height: 70px;
}
.navbar-toggle {
	display: block;
	z-index: 1;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.collapse.show {
	display: block;
}
.navbar-collapse.collapse:after {
	display: block;
	content: "";
	clear: both;
}
.navbar-collapse,  .utf_site_nav_inner {
	background: none;
	width: 100%;
}
ul.navbar-nav>li:hover>a:after,  ul.navbar-nav>li.active>a:after {
	content: '';
}
ul.navbar-nav>li>a:before {
	border-bottom: 0;
}
.navbar-nav .open .utf_dropdown_menu>li>a,  .navbar-nav .open .utf_dropdown_menu .dropdown-header {
	padding: 10px 15px 10px 10px;
}
ul.navbar-nav>li {
	display: block;
}
.navbar-nav .open .utf_dropdown_menu>li>a {
	line-height: 30px;
}
ul.navbar-nav>li.utf_nav_search,  ul.navbar-nav>li.header-get-a-quote {
	display: none;
}
ul.navbar-nav {
	width: 100%;
	padding: 0;
}
ul.navbar-nav>li {
	float: none;
}
ul.navbar-nav li a {
	line-height: normal !important;
	color: #333;
	border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
	border-bottom: 0;
	padding: 10px 0;
	display: block;
}
.utf_main_nav_area.dark-bg ul.navbar-nav li a {
	border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}
ul.navbar-nav li a.utf_post_cat{
	padding: 3px 6px;
	border: 0 !important;
	color:#fff;
}
ul.navbar-nav li a.popup{
	display: block;
	border: 0 !important;
	padding: 0;
}
ul.navbar-nav .utf_dropdown_menu>li>a {
	padding-left: 15px;
}
.utf_main_nav_area.dark-bg ul.navbar-nav .utf_dropdown_menu>li>a {
    padding-left: 12px;
}
ul.navbar-nav .utf_dropdown_menu {
	float: none;
	position: relative;
	border: 0;
	margin: 0;
	padding: 0;
}
ul.navbar-nav li.dropdown ul.utf_dropdown_menu li.utf_dropdown_submenu .utf_dropdown_menu {
	left: 0;
	position: relative;
}
ul.navbar-nav li.dropdown ul.utf_dropdown_menu li.utf_dropdown_submenu a i {
	margin-top: -22px;
}
ul.navbar-nav li.dropdown ul.utf_dropdown_menu li.utf_dropdown_submenu .utf_dropdown_menu li a {
	padding-left: 20px
}
ul.navbar-nav .utf_dropdown_menu {
	box-shadow: none;
	border-top: 0;
	background: none;
	padding-left:0px;
}
ul.navbar-nav li a i, .utf_dropdown_submenu>a:after {
	background: #f5f5f5;
	color: #333;
	float: right;
	width: 30px;
	height: 26px;
	line-height: 26px;
	margin-top: -3px;
	border-radius: 4px;
	text-align: center;
}
ul.navbar-nav li a i:hover {
	background: #ec0000;
	color: #ffffff;
}
.menu-tab .tab-content > .tab-pane .col-md-3 {
    padding-right: 3px;
    padding-left: 3px;
    width: 50%;
}
.utf_mega_dropdown .utf_mega_menu_content > .utf_mega_menu_content_inner .col-md-3 {
    padding-right: 3px;
    padding-left: 3px;
    width: 50%;
}
.video-icon {
	top: 30%;
	margin-top: 0;
	font-size: 18px;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 2px solid #fff;
}
.tab-pane .utf_post_block_style .utf_post_thumb a{
	padding:0;
}
.utf_dropdown_submenu>a:after {
    margin-right: 10px;
}
.navbar-nav > li > .utf_dropdown_menu.utf_mega_menu_content {
    overflow: hidden;
    width: 100%;
}
.menu-tab .nav.nav-tabs {
    background:#f6f6f6;
    border-right: 0;
    padding: 0px;
	padding-bottom:5px;
    min-height: auto;
    margin-top: 0;
    float: left;
    width: 100%;
    display: block !important;
    position: relative;
}
.menu-tab .nav.nav-tabs.col-2 {
    -ms-flex:100%;
    flex: 100%;
    max-width: 100%;
}
.menu-tab .row .col-10{
    -ms-flex:100%;
    flex: 100%;
    max-width: 100%;
	padding:0;
}
.menu-tab .nav.nav-tabs > li > a, .menu-tab .nav.nav-tabs > li > a.active{
	border:0;
	border-radius:0;
}
.utf_mega_menu_content_inner{
	padding-left:0;
	padding-right:0;
}
.utf_main_nav_area.dark-bg>.container>.row {
	padding: 0 10px;
}
.utf_main_nav_area.dark-bg>.container>.row .utf_site_nav_inner ul.navbar-nav, .utf_main_nav_area>.container>.row .utf_site_nav_inner ul.navbar-nav {
	padding: 0 0 10px 0;
}
.utf_main_nav_area.dark-bg ul.navbar-nav>li.active,  .utf_main_nav_area.dark-bg ul.navbar-nav>li:hover {
	background: none;
}
.utf_main_nav_area.dark-bg ul.navbar-nav li a {
	color: #fff;
}
.utf_main_nav_area.dark-bg ul.navbar-nav li .utf_dropdown_menu .nav-tabs a {
	color: #333;
}
.utf_main_nav_area.dark-bg ul.navbar-nav li .utf_dropdown_menu .nav-tabs a.active, .utf_main_nav_area.dark-bg ul.navbar-nav li .utf_dropdown_menu .nav-tabs a:hover {
	color: #ec0000;
}
.ts-date, .unstyled{
	display:block;
}
.top-bar .top-social ul.unstyled{
	display:none;
}
.utf_nav_search {
	position: absolute;
	top: 14px;
	right: 23px;
}
.dark-bg .utf_nav_search {
	top: 10px;
	right: 23px;
}
.utf_search_block .utf_search_close{
	top:-48px;
	right:3px;
}
.utf_search_block {
	width: 290px;
}
ul.navbar-nav .video-icon i{
	color:#fff;
	background:transparent;
	line-height: 46px;
	margin-right:-3px;
}
.header.header-menu {
	position: relative;
	margin-bottom: 20px;
}
.search-area {
	position: absolute;
	right: 0;
	top: 50px;
}
.utf_featured_post_area .pad-r,  .pad-r-small {
	padding-right: 15px;
	padding-right: 15px;
}
.utf_featured_post_area .pad-l,  .pad-l-small {
	padding-left: 15px;
}
.utf_post_title {
	font-size: 18px;
	line-height: 26px;
}
.block.color-orange .utf_post_overaly_style.last {
	margin-top: 40px;
}
.utf_sidebar_right {
	margin-top: 50px;
}
.utf_sidebar_right .widget {
	margin-left: 0;
}
.block.color-aqua,  .block.color-violet {
	margin-top: 40px;
}
.social-icon li a i {
	margin-bottom: 10px;
}
.utf_post_block_style.utf_post_float_half .utf_post_thumb img {
	max-width: 100%;
	min-height: 100%;
}
.utf_post_block_style.utf_post_float_half .utf_post_thumb{
	margin-bottom:20px;
}
.footer-widget {
	display: inline-block;
	margin-bottom: 30px;
}
.footer-info-content {
	padding: 50px 20px 0;
}
.utf_footer_social li a i {
	margin-bottom: 10px;
}
#back-to-top.affix {
	bottom: 78px;
}
.utf_copyright_info {
	text-align: center;
}
.footer-menu {
	float: none;
	text-align: center;
}
.footer-menu .nav {
	display: inline-block;
}
#back-to-top {
	bottom: 10px;
	right: 10px;
}
.utf_post_block_style .utf_post_content p {
    margin-bottom: 0;
}
.utf_featured_tab .nav-tabs>li>a {
	font-size: 12px;
}
.category-style2 .utf_post_thumb {
	margin-bottom: 20px;
}
.author-box .author-img img{
	margin-right:0;
}
.author-box .author-img, .author-box .author-info{
	width:100%;
	text-align:center;
}
.author-box .author-info h3{
	margin-bottom:15px;
}
.comments-reply{
	margin:0;
}
.utf_hot_post_bottom .utf_post_content{
	width:100%;
}
.utf_featured_post_area .utf_post_overaly_style.first, .utf_hot_post_bottom{
    margin-bottom: 15px;
}
.utf_featured_post_area .utf_post_overaly_style.text-center, .utf_hot_post_bottom{
    max-height: 100%;
}
}

@media (max-width: 639px) {
.utf_featured_tab .nav-tabs{
	display:none;
}
}

@media (max-width: 479px) {
.utf_featured_tab .nav-tabs{
	display:none;
}
.comments-list img.comment-avatar, ul.comments-reply .comment img{
	display:none;
}
.comments-list .comment-body, ul.comments-reply .comment .comment-body{
	margin:0;
}
.utf_post_block_style.post-float .utf_post_thumb{
	margin-right:12px;
}
.utf_post_block_style.post-float .utf_post_meta span:first-child{
	padding-left:0;
}
.utf_post_block_style.post-float .utf_post_meta span{
	font-size:11px;
	margin-right:3px;
	padding-right:5px;
}
.comments-list .comment-date{
	width:100%;
}
}

@media (min-width: 290px) and (max-width: 400px) {
.utf_post_title {
    font-size: 16px;
    line-height: 22px;
}
.utf_post_overaly_style .utf_post_author a, .utf_featured_post .utf_post_author a {
    font-size: 12px;
}
.utf_featured_post .utf_post_date, .utf_post_overaly_style .utf_post_author, .utf_post_overaly_style .utf_post_date {
    font-size: 12px;
}
.social-icon li a i {
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
}

@media (min-width: 250px) and (max-width: 350px) {
.utf_post_block_style.post-float .utf_post_cat{
	display:none;
}
.utf_post_block_style.post-float .utf_post_meta span.utf_post_author i, .utf_post_block_style.post-float .utf_post_meta span.utf_post_date i{
	display:none;
}
.utf_post_block_style.post-float .utf_post_thumb img {
    max-width: 90px;
    min-height: 70px;
}
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont5b625b62.eot?v=4.6.3');src:url('../fonts/fontawesome-webfontd41dd41d.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('../fonts/fontawesome-webfont5b625b62.woff2?v=4.6.3') format('woff2'),url('../fonts/fontawesome-webfont5b625b62.woff?v=4.6.3') format('woff'),url('../fonts/fontawesome-webfont5b625b62.ttf?v=4.6.3') format('truetype'),url('../fonts/fontawesome-webfont5b625b62.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.html) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}