/** All shortcode style **/

div{
	display: block;
}
.or_shortcode .or_title, .or_shortcode .or-widget-title{
	margin-bottom: 20px;
}

.or_shortcode ul{
	margin: 0;
	padding: 0;
}

.or_shortcode ul li{
	list-style: none;
}

.or_shortcode h3, .or_shortcode h4, .or_shortcode h5{
	font-size: 18px;
	margin: 0;
	padding: 0;
	font-weight: 600;
}
.or_shortcode h4{
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 15px;
}
.or_shortcode h5{
	font-size: 16px;
}

.or_accordion_wrapper, .or_tabs{
	margin-bottom: 24px;
}
.or_tabs .or_tabs{
	margin-bottom: 0px;
}
/*----------------------------------
 * Google Maps
 *---------------------------------*/

.or_google_maps{
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 100px;
}

.or_google_maps img{
	max-width: inherit;
	max-height: inherit;
}

.or_google_maps .map_popup_contact_form{
	position: absolute;
	z-index: 999;
	top: 0;
	overflow-y: auto;
	padding: 50px 60px 0;
	height: 100%;
	-webkit-transform: translate( 0, 0 );
	   -moz-transform: translate( 0, 0 );
		 -o-transform: translate( 0, 0 );
			transform: translate( 0, 0 );

	-webkit-transition: -webkit-transform 400ms ease;
	   -moz-transition:    -moz-transform 400ms ease;
		 -o-transition:      -o-transform 400ms ease;
			transition:         transform 400ms ease;

	-webkit-transition-property: -webkit-transform, left, right;
	-webkit-backface-visibility: hidden;
}

.map_popup_contact_form input[type="text"],
.map_popup_contact_form input[type="email"],
.map_popup_contact_form textarea{
	width: 100%;
	border: 1px solid #999;
	background: none;
	color: #FFFFFF;
}

.map_popup_contact_form input[type="text"],
.map_popup_contact_form input[type="email"]{

}

.map_popup_contact_form textarea{
	height: 100px;
}

.map_popup_contact_form p{
	margin-bottom: 10px;
}

.map_popup_contact_form .close{
	position: absolute;
	top: 10px;
	right: 10px;
}

.map_popup_contact_form .wpcf7-submit{
	text-transform: uppercase;
	width: 100%;
	padding: 15px 0;
    transition: all 0.3s ease;
	font-weight: 500;
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
    box-shadow: inset 0px 0px 1px 0px rgba(255,255,255,1);
}

.or_google_maps .show_contact_form{
	position: absolute;
	left: 10px;
	top: 110px;
	z-index: 99;
	font-size: 20px;
	height: 33px;
	line-height: 20px;
	color: #F75850;
	display: none;
	background: #FFF;
	padding: 0 10px;
	border-radius: 3px;
	box-shadow: 0 1px 1px #BEBEBE;
	transition: all 0.2s ease;
}

.or_google_maps .show_contact_form i{
	margin-top: 7px;
}

.or_google_maps .show_contact_form:hover{
	background: #EBEBEB;
	color: #000;
}

.map_popup_contact_form.left{

}

.map_popup_contact_form.left.hidden{
	-ms-transform: translate(-100%,0)!important;
	-webkit-transform: translate(-100%,0)!important;
	-moz-transform: translate(-100%,0)!important;
	-o-transform: translate(-100%,0)!important;
	transform: translate(-100%,0)!important;
}

.map_popup_contact_form.right.hidden{
	-ms-transform: translate(100%,0)!important;
	-webkit-transform: translate(100%,0)!important;
	-moz-transform: translate(100%,0)!important;
	-o-transform: translate(100%,0)!important;
	transform: translate(100%,0)!important;
}

.map_popup_contact_form.right{
	float: right;
	right: 0;
}

.map_popup_contact_form.right+a{
	right: 10px;
    float: right;
    left: auto;
    top: 50px;
}

.map_popup_contact_form .close{
	text-decoration: none;
	box-shadow: none;
	color: #FFFFFF;
}

.map_popup_contact_form .close i{
	font-weight: 100;
	font-size: 25px;
}


/*----------------------------------
 * or_image_gallery
 *---------------------------------*/
.or_image_gallery.or-grid{
	width: 100%;
}
.or_image_gallery.or-grid .item-grid{
	float: left;
}

.or_image_gallery.or-grid .item-grid{
	width: 25%;
}

.or_image_gallery.or-grid .item-grid img{
	max-width: 100%;
}

.or_image_gallery{
	clear: both;
}

/*------ button shortcode ------*/
body .or_button{
	transition: all 0.3s ease;
	white-space: nowrap;
	text-decoration: none;
	display: inline-block;
}

body .or_button:hover{

}

body .button_size_small{
	padding: 10px 25px;
}

body .button_size_normal{
	padding: 14px 35px;
	font-size: 18px;
}

body .button_size_large{
	padding: 18px 50px;
	font-size: 22px;
}

/*----------- or-countdown-timer  ------------*/
.or-countdown-timer span.group{
	background: #ffffff;
	border-radius: 5px;
	padding: 10px 20px;
	color: #000000;
	margin-right: 10px;
	float: left;
	text-align: center;
}

.or-countdown-timer .group .timer{
	font-size: 20px;
	font-weight: bold;
}

.or-countdown-timer .countdown-style2 .timer, .or-countdown-timer .countdown-style2 .unit{
	display: inline-block;
	width: 100%;
}

.or-countdown-timer .countdown-style2 .group{
	padding: 10px;
}


/*--------- Progress bar -----------*/


/*------------------------------------------------------------------*/
/*  Progress bar
/*------------------------------------------------------------------*/

/* Webkit animation keyframes */
@-webkit-keyframes animate-stripes {
	from {
		background-position: 0 0;
	}

	to {
		background-position: 44px 0;
	}
}
.or_progress_bars  .progress-item{
	display: inline-block;
	width: 100%;
}
.or_progress_bars  div.progress-item:first-child{
	margin-top: 0px !important;
}
.or_progress_bars  div.progress-item:last-child{
	margin-bottom: 0px !important;
}
.or-ui-progress-bar {
	position: relative;
	background: #888;
}
.or-ui-progress {
	position: relative;
	display: block;
	height: 10px;
	z-index: 2;
	background: #ACB7E3;
	overflow: initial !important;
}
.or-progress-radius, .or-progress-radius .or-ui-progress{
	border-radius: 20px;
}
.or-ui-progress-bar:after{
	background: #888;
}
.or-ui-progress div.ui-label {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: #272727;
	position: absolute;
	right: 0;
	padding-right: 12px;
	white-space: nowrap;
	bottom: 100%;
}
.or_progress_bars .progress-item span.label {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 500;
}
.or-ui-progress2 span.value {
	float: left;
	width: 40px;
	height: 40px;
	line-height: 30px;
	text-align: center;
	background: url(../images/tooltop-graph.png) no-repeat center top;
	background-size: 90%;
}
.or-ui-progress3 div.ui-label {
	bottom: 0px;
	font-size: 1em;
	height: 100%;
	display: flex;
	align-items: center;
}

/*----- Pie Chart ------*/
.pie-chart-wrapper{
	text-align: center;
}

.or-pie-chart-holder{

}

.or_piechart {
	display: inline-block;
	position: relative;
	text-align: center;
	width: 100px;
}

.or_piechart .percent:after {
	content: "%";
	font-size: 0.8em;
	margin-left: 0.1em;
}
.or_piechart .percent {
	z-index: 2;
	top: 50%;
	line-height: 0px;
	position: absolute;
	left: 0%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	height: 100%;
}
.or_piechart.auto_width .percent {
	top: inherit;
}

.or_piechart canvas {
	left: 0;
	position: absolute;
	top: 0;
}

.pie_chart_text{
	margin: 20px 0;
}



/** Flip box **/
/* entire container, keeps perspective */
.or-flip-container {
	perspective: 1000;
	-webkit-perspective: 1000;
}
/* flip the pane when hovered */
.or-flip-container:hover .flipper, .or-flip-container.hover .flipper, .or-flip-container.flip .flipper {
	transform: rotateY(180deg);
}

.or-flip-container.flip-vertical:hover .flipper, .or-flip-container.flip-vertical.hover .flipper, .or-flip-container.flip-vertical.flip .flipper  {
	transform: rotateX(180deg) rotateY(0deg);
}

.or-flip-container {
	min-height: 50px;
	float: left;
}

.or-flip-container .front, .or-flip-container .back {
	width: 100%;
	height: 100%;
}

/* flip speed goes here */
.or-flip-container  .flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
	height: 100%;
	float: left;
	width: 100%;
}


/* hide back of pane during swap */
.or-flip-container .front, .or-flip-container .back {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.or-flip-container .front {
	z-index: 2;/* for firefox 31 */
	transform: rotateY(0deg);
	float: left;
	width: 100%;
	position: relative;
}

.or-flip-container .front img{
	width: 100%;
	float: left;
	max-width: 100%;
}
/* back, initially hidden pane */
.or-flip-container .back {
	background: #b96464;
	transform: rotateY(180deg);
}
.or-flip-container.flip-vertical .back {
	transform: rotateX(180deg) rotateY(0deg); 
}
.or-flip-container .back .des{
	padding: 15px;
	width: 100%;
	max-height: 100%;
	overflow-y: auto;
}
.or-flip-container .back .des p{
	margin-bottom: 30px;	
}
.or-flip-container .back .button{
	border-radius: 3px;
	padding: 5px 16px;
	color: #FFFFFF;
	text-decoration: none;
	transition: all 0.3s ease;
	line-height: 22px;
	height: 20px;
	display: inline-block;
	box-sizing: content-box;
}

.or-flip-container .back h3{
	padding: 0;
	margin: 0 0 15px 0;
}


.or_wrap_instagram{
	overflow: hidden;
	clear: both;
}

.or_wrap_instagram ul{
	margin: 0;
	padding-left: 0;
}

.or_wrap_instagram ul li{
	background: url(../images/loading.gif) no-repeat center center transparent;
	border: 1px solid #e9e9e9;
	float: left;
	list-style: none;
	margin: 0 10px 10px 0;
}

.or_wrap_instagram ul li.el-end{
	margin-right: 0;
}

.or_wrap_instagram ul li.el-start{
	clear: left;
}

.ins_mark_thumbnail, .ins_mark_low_resolution, .ins_mark_standard_resolution{
	padding: 25px 10px;
}

.or_ins_col_1 ul li{
	width: calc(100% - 10px);
}

.or_ins_col_2 ul li{
	width: calc(50% - 10px);
}
.or_ins_col_3 ul li{
	width: calc(33.3% - 10px);
}
.or_ins_col_4 ul li{
	width: calc(25% - 10px);
}
.or_ins_col_5 ul li{
	width: calc(20% - 10px);
}
.or_ins_col_6 ul li{
	width: calc(16.666% - 10px);
}

.or_wrap_instagram ul li.loaded img{
	width: 100%;
}

.or_wrap_instagram ul li.loaded{
	background-image: none;
}
/*----------------------------------------
 * Facebook style
 *----------------------------------------*/
.or_facebook_recent_post ul li.fb_mark_cls{
	background: url(../images/fb_loading.gif) no-repeat left 20px center transparent;
	height: 60px;
	border: 1px dashed #E6E6E6;
	margin-bottom: 15px;
	z-index: 2;
	background-size: 16px;
}

.or_facebook_recent_post ul{
	max-height: 300px;
	overflow-y: auto;
	padding-right: 5px;
}

.or_facebook_recent_post ul li{
	border-bottom: 1px solid #E6E6E6;
	padding: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.or_facebook_recent_post ul li:last-child{
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.or_facebook_recent_post .fb-post-info span{
	margin-right: 15px;
}

.or_facebook_recent_post .fb-post-info a {
	font-size: 12px;
	box-shadow: none;
	border-bottom: 0;
	color: #7f7f7f;
}

.or_facebook_recent_post img{
	margin-bottom: 10px;
	max-width: 100%;
}

.or_facebook_recent_post .fb-message{
	margin: 0px;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.38;
	overflow: hidden;
}

.or_shortcode .fb-button-profile{
	background-color: #4e69a2;
    border-color: #435a8b #3c5488 #334c83;
    border-radius: 2px;
    border: 1px solid;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    margin-top: 15px;
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
    padding: 5px 20px;
	text-decoration: none;
}

.or_shortcode .fb-button-profile:hover, .or_shortcode .fb-button-profile:active{
	background-color: #4e69a2;
	color: #FFFFFF;
	box-shadow: 0 0 1px 2px rgba(88, 144, 255, .75), 0 1px 1px rgba(0, 0, 0, .15);
    outline: none;
}

.or_shortcode .fb-button-profile:visited{
	color: #FFFFFF;
}

.or_facebook_recent_post ul{
	background: #f6f7f8;
	border: 1px solid #e9eaed;
	border-top: 0;
	padding: 8px;
}
.or_facebook_recent_post ul li {
	background: #fff;
	padding: 5px;
	margin-bottom: 20px;
}
.fb-header {
	width: 100%;
	height: 130px;
	background-size: cover;
	position: relative;
}
.fb-header .fb-line-1 {
	z-index: 11;
	position: relative;
	color: #fff;
	text-shadow: 0 2px 4px rgba(0, 0, 0, .9);
	width:100%;
	float: left;
}
.fb-header .fb-line-2 {
	z-index: 11;
	position: relative;
	display: block;
	float: left;
	width: 100%;
}
.fb-line-1 .img-profile {
	width: 54px;
	height: auto;
	margin: 7px 0 0 7px;
	border: 2px solid #fff;
	float: left;
	margin-right: 10px;
}
.fb-line-1 .username {
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fb-line-1 .likes {
	font-size: 12px;
	line-height: 1.358;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	margin-left: 65px;
}
.fb-line-2 .like_page, .fb-line-2 .share_page {
	background: #f6f7f8;
	padding: 0px 10px;
	margin-left: 10px;
	margin-top: 30px;
	display: inline-block;
	font-size: 12px;
	line-height: 22px;
	color: #4e5665;
	border-radius: 1px;
	text-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	font-weight: bold;
	box-sizing: content-box;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
}
.fb-line-2 .share_page {
	margin-right: 10px;
	margin-left: inherit;
	float: right;
}

.fb-line-2 .share_page i {
	font-size: 13px;
}

.fb-line-2 .like_page i {
	font-size: 13px;
	color: #3A5897;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 10;
}

/*----------------------------------------
 * Twitter style
 *----------------------------------------*/

.or_wrap_twitter .button_follow_wrap{
	padding: 10px;
    background: #F5F8FA;
}

.or_twitter_feed .owl-item{
	text-align: center;
}

.or_twitter_feed ul li{
	margin-bottom: 24px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E6E6E6;
}

.or_twitter_feed ul li:last-child{
	border-bottom: none;
}

.or_twitter_feed .or_tweet_icon i{
	display: block;
	margin-bottom: 10px;
}
.or_twitter_feed .twitter-footer{
	font-size: 12px;
    font-style: italic;
    margin-top: 20px;
	margin-bottom: 10px;
}
.or_twitter_style-1 .twitter-footer.show_avatar{
	margin-left: 58px;
}

.or_twitter_feed .twitter-footer > span{
	margin-right: 15px;
}
.or_twitter_feed .twitter-footer > span:last-child {
    margin-right: 0;
}

.or_twitter_feed .tweet_user a{
	position: relative;
	line-height: 21px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    background-color: #eee;
    border-radius: 3px;
    box-sizing: border-box;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
    display: inline-block;
    border: #ccc solid 1px;
    background-image: linear-gradient(#fff,#dedede);
}

.or_twitter_feed .tweet_user a:hover{
	color: #333;
	background-color: #d9d9d9;
	background-image: linear-gradient(#f8f8f8,#d9d9d9);
    border-color: #bbb;
}

.or_twitter_feed .or_tweet_icon{
	font-size: 40px;
	display: block;
}

.or_twitter_feed .tweet_desc .user_twitter{
	width: 48px;
	height: 48px;
	display: inline-block;
	float: left;
}

.or_twitter_feed .description{
	display: block;
}

.or_twitter_follow i{
	margin-right: 5px;
	color: #1b95e0;
	font-size: 20px;
}

.or_twitter_feed .or_twitter_follow{
	line-height: 25px;
	float: right;
	padding: 2px 5px;
}
.tweet_reply a i, .tweet_retweet a i {
    font-size: 17px;
}

/*list view*/
.or_twitter_feed.or_twitter_style-1 .or_tweet_icon{
	float: left;
}

.or_twitter_feed.or_twitter_style-1 .tweet_desc.show_avatar{
	margin-left: 58px;
}

.or_twitter_feed.or_twitter_style-1 .tweet_desc .user_twitter{
	margin-left: -58px;
}
.or_twitter_feed .user_twitter{
	text-align: left;
}

.or_twitter_feed .user_twitter img{
	float: left;
	margin-right: 10px;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.or_twitter_feed .user_twitter span{
	display: block;
}

.or_twitter_feed .tweet_desc .name{
	font-weight: 800;
}

.or_twitter_feed .tweet_desc .screen_name{
	color: #8899a6;
}


.or_twitter_feed .tweet_user{
	display: inline-block;
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 20px;
}

.or_wrap_twitter .result_twitter_feed{
	overflow-y: auto;
	padding-right: 10px;
	padding-top: 20px;
	padding-left: 10px;
	border: 1px solid #e9eaed;
	border-top: none;
}

.or_twitter_style-2 .button_follow_wrap{
	display: none;
}
/**Slieshow Twitter*/
.or_twitter_feed.or_twitter_style-2 .tweet_desc .user_twitter{
	float: none;
    display: block;
    margin-right: 0;
    text-align: center;
    width: 100%;
}

.or_twitter_feed.or_twitter_style-2 .tweet_desc .user_twitter img{
	margin-right: 0;
	float: none;
}

.or_twitter_feed.or_twitter_style-2  .tweet_desc span{
	display: block;
}

.or_twitter_feed.or_twitter_style-2 .tweet_desc{
	text-align: center;
}

.or_twitter_feed.or_twitter_style-2 .tweet_user{
	text-align: center;
	margin-top: 20px;
    border: none;
}
.or_twitter_feed.or_twitter_style-2 .or_twitter_follow{
	float: none;
}

/* or-pie-chart */

.or-pie-chart-wrapper{
	text-align: center;
}


/* or-box-counter */

.or-box-counter-1{
	text-align: center;
}
.or-box-counter-1 .counterup{
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 20px;
	display: block;
}

.or-box-counter-2{
	text-align: center;
    background: #E2E2E2;
    padding: 35px 25px;
    border-radius: 5px;
}

.or-box-counter-2 i{
	display: block;
	font-size: 45px;
	margin-bottom: 15px;
}

.or-box-counter-2 .counterup{
	font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
    display: inline-block;
}

.or-box-counter-2 h4{
	margin-bottom: 15px;
}

.or-box-counter-3{
	text-align: center;
}

.or-box-counter-3 i, .or-box-counter-3 span{
	display: block;
}

.or-box-counter-3 h4{
	margin-bottom: 15px;
}

.or-box-counter-3 i{
	font-size: 30px;
	margin-bottom: 15px;
}

.or-box-counter-3 .counterup{
	font-size: 45px;
	line-height: 45px;
	margin-bottom: 15px;
}


.or_box_wrap{
	clear: both;
}

.or_box_wrap .one-third, .or_box_wrap .one-second, .or_box_wrap .two-third{
	float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.or_box_wrap .one-third{
	width: 33.3%;
}

.or_box_wrap .one-second{
	width: 50%;
}

.or_box_wrap .two-third{
	width: 66.7%;
}


/*--------------or-owl-post-carousel ---------------*/
.or-owl-post-carousel{

}

.or-owl-post-carousel .owl-item{
	padding-right: 20px;
}

.or-owl-post-carousel .owl-item .read-more{
	font-size: 13px;
    padding: 9px 30px;
    border-radius: 25px;
    white-space: nowrap;
    border: 1px solid #e3e3e3;
    transition: all 0.3s ease;
}

.or-owl-post-carousel .owl-item .read-more:hover{
	background: #ccc;
	border: 0;
}

.or-owl-post-carousel .owl-item .footer-button{
	padding: 15px 0;
	text-align: center;
}

.or-owl-post-carousel .owl-item .list-item{
	box-shadow: 0px 0px 0px 1px rgba(224,224,224,0.5) inset;
	text-align: center;
	padding-bottom: 25px;
}

.or-owl-post-carousel .in-post-content {
	text-align: justify;
}

.or-owl-post-carousel .owl-item .image{
	margin-bottom: 20px;
	position: relative;
}

.or-owl-post-carousel .owl-item .title{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.or-owl-post-carousel .owl-item .image .caption{
	background: rgba(0, 0, 0, 0.5);
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 5px 10px;
	margin: 0;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.or-owl-post-carousel .owl-item .image .caption a{
	color: #FFFFFF;
	font-size: 16px;
}

.or-owl-post-carousel .owl-item .title{
	padding: 20px 12px 0;
}

.or-owl-post-carousel .owl-item .in-post-content{
	padding: 0 15px;
}

.or-owl-post-carousel .owl-item .or-entry_meta{
	margin-bottom: 10px;
    font-size: 80%;
}
/* -------- list-item -----------*/
.list-post-type .list-item{
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #dbdbdb;
}

.list-post-type .list-item img{
	margin-bottom: 15px;
}

.or-entry_meta > span{
	margin-right: 10px;
}

.or-carousel-images .progressBar{
	width: 100%;
	background: #EDEDED;
}

.or-carousel-images .progressBar .bar{
	width: 0%;
	max-width: 100%;
	height: 4px;
	background: #7fc242;
}

/*Accordion*/
.or_accordion_section.group{
	padding-bottom: 8px;
}
.entry-content a{
	box-shadow: none;
}
.or_accordion_content {
	border-bottom: 1px solid #eaeaea;
}

/*Single Image*/
.or_single_image{
	max-width: 100%;
}

.or_single_image > a {
	display: inline-block;
	max-width: 100%;
}
.or_single_image p{
	margin: 10px 0;
}

.or_image_empty{
	max-width: 100%
}

/* Post Type List */
.list-post-type .or-entry_meta span.tags-links {
	display: inline !important;
}
.or-entry_meta {
	font-size: 80%;
	padding-bottom: 10px;
}

/* Carousel Image Settings */
.or-sync2.owl-carousel.owl-theme {
	margin-top: 10px;
}
.or-sync2 .owl-item .item img{
	width: 50px;
	height: 45px;
}
.or-sync2 .owl-item.synced .item img{
	border: 1px solid #869791;
}

/* Video */
.or_video_wrapper{
	clear: both;
}
