﻿/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.porto .ui-helper-hidden { display: none; }
.porto .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.porto .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.porto .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.porto .ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.porto .ui-helper-clearfix { display:block; }
/* end clearfix */
.porto .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

/* Interaction Cues
----------------------------------*/
.porto .ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.porto .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.porto .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.porto .ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.porto .ui-widget .ui-widget { font-size: 1em; }
.porto .ui-widget input, .porto .ui-widget select, .porto .ui-widget textarea, .porto .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.porto .ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(Images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.porto .ui-widget-content a { color: #222222; }
.porto .ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(Images/ui-bg_highlight-soft_75_cccccc_1x100.png) 100% 100% repeat-x; color: #222222; font-weight: bold; }
.porto .ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.porto .ui-state-default, .porto .ui-widget-content .ui-state-default, .porto .ui-widget-header .ui-state-default { border: none; background:none; font-weight: normal; color: #555555; }
.porto .ui-state-hover a, .porto .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.porto .ui-state-active, .porto .ui-widget-content .ui-state-active, .porto .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(Images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.porto .ui-state-active a, .porto .ui-state-active a:link, .porto .ui-state-active a:visited { color: #212121; text-decoration: none; }
.porto .ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.porto .ui-state-highlight, .porto .ui-widget-content .ui-state-highlight, .porto .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(Images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.porto .ui-state-highlight a, .porto .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.porto .ui-state-error, .porto .ui-widget-content .ui-state-error, .porto .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(Images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.porto .ui-state-error a, .porto .ui-widget-content .ui-state-error a, .porto .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.porto .ui-state-error-text, .porto .ui-widget-content .ui-state-error-text, .porto .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.porto .ui-priority-primary, .porto .ui-widget-content .ui-priority-primary, .porto .ui-widget-header .ui-priority-primary { font-weight: bold; }
.porto .ui-priority-secondary, .porto .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.porto .ui-state-disabled, .porto .ui-widget-content .ui-state-disabled, .porto .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.porto .ui-icon { width: 16px; height: 16px; background-image: url(Images/ui-icons_222222_256x240.png); }
.porto .ui-widget-content .ui-icon {background-image: url(Images/ui-icons_222222_256x240.png); }
.porto .ui-widget-header .ui-icon {background-image: url(Images/ui-icons_222222_256x240.png); }
.porto .ui-state-hover .ui-icon, .porto .ui-state-focus .ui-icon {background-image: url(Images/ui-icons_454545_256x240.png); }
.porto .ui-state-active .ui-icon {background-image: url(Images/ui-icons_454545_256x240.png); }
.porto .ui-state-highlight .ui-icon {background-image: url(Images/ui-icons_2e83ff_256x240.png); }
.porto .ui-state-error .ui-icon, .porto .ui-state-error-text .ui-icon {background-image: url(Images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.porto .ui-icon-circle-triangle-e { background-position: -48px -192px; }
.porto .ui-icon-circle-triangle-w { background-position: -80px -192px; }

/* Corner radius */
.porto .ui-corner-all, .porto .ui-corner-top, .porto .ui-corner-left, .porto .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.porto .ui-corner-all, .porto .ui-corner-top, .porto .ui-corner-right, .porto .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.porto .ui-corner-all, .porto .ui-corner-bottom, .porto .ui-corner-left, .porto .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.porto .ui-corner-all, .porto .ui-corner-bottom, .porto .ui-corner-right, .porto .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.porto .ui-widget-overlay { background: #aaaaaa url(Images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.porto .ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(Images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Datepicker 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
#ui-datepicker-div {display: none;}
.porto .ui-datepicker { padding: .2em .2em 0; display: none;background: #ffffff url(Images/ui-bg_highlight-soft_75_cccccc_1x100.png) 100% 100% repeat-x;  }
.porto .ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.porto .ui-datepicker .ui-datepicker-prev, .porto .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.porto .ui-datepicker .ui-datepicker-prev-hover, .porto .ui-datepicker .ui-datepicker-next-hover { top: 4px; }
.porto .ui-datepicker .ui-datepicker-prev { left:2px; }
.porto .ui-datepicker .ui-datepicker-next { right:2px; }
.porto .ui-datepicker .ui-datepicker-prev-hover { left:3px; }
.porto .ui-datepicker .ui-datepicker-next-hover { right:4px; }
.porto .ui-datepicker .ui-datepicker-prev span, .porto .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.porto .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.porto .ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.porto .ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.porto .ui-datepicker select.ui-datepicker-month, 
.porto .ui-datepicker select.ui-datepicker-year { width: 49%;}
.porto .ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.porto .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.porto .ui-datepicker td { border: 0; padding: 1px; }
.porto .ui-datepicker td span, .porto .ui-datepicker td a { display: block; padding: .2em; text-align: center; text-decoration: none; }
.porto .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.porto .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.porto .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.porto .ui-datepicker.ui-datepicker-multi { width:auto; }
.porto .ui-datepicker-multi .ui-datepicker-group { float:left; }
.porto .ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.porto .ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.porto .ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.porto .ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.porto .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.porto .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.porto .ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.porto .ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.porto .ui-datepicker-rtl { direction: rtl; }
.porto .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.porto .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.porto .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.porto .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.porto .ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.porto .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.porto .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.porto .ui-datepicker-rtl .ui-datepicker-group { float:right; }
.porto .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.porto .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.porto .ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.porto .manageblog {
    float:right;
    margin-bottom: 15px;
}

.porto .socialnetwork div {
    margin-top:15px;
}

.porto .tags{
    text-align:justify;
    word-wrap:break-word;
}

.porto .tags a.cloudweight1{
    font-size:1em;
}

.porto .tags a.cloudweight2{
    font-size:1.5em;
}

.porto .tags a.cloudweight3{
    font-size:2em;
}

.porto .tags a.cloudweight4{
    font-size:2.5em;
}

.porto .tags a.cloudweight5{
    font-size:3em;
}

.porto .calendar .LiveBlogDateHlight a{
    background-color:#878787;   
    color:#fff;
    border-radius:5px;
    background-image:none;
}

.porto .treeview {font-size: inherit;}
.porto .treeview .rtPlus,.porto .treeview .rtMinus{background-image:url('Images/PlusMinus.png')}
.porto .treeview .rtChecked,.porto .treeview .rtUnchecked,.porto .treeview .rtIndeterminate{background-image:url('Images/TriState.png')}
.porto .treeview .rtHover .rtIn, .porto .treeview .rtSelected .rtIn {border:none !important; padding: 4px 3px 3px; background:none; text-decoration:underline;}
.porto .treeview .rtSelected .rtLoadingBefore,.porto .treeview .rtSelected .rtLoadingAfter,.porto .treeview .rtSelected .rtLoadingBelow{color:#333}
.porto .treeview .rtLoadingIcon{background-image:url('Images/LoadingIcon.gif')}
.porto .treeview .rtLI .rtEdit .rtIn{border-color:#515151;background:#fff}
.porto .treeview .rtLines .rtLI,.porto .treeview .rtLines .rtFirst .rtUL{background-image:url('Images/NodeSpan.png')}
.porto .treeview .rtLines .rtFirst,.porto .treeview .rtLines .rtFirst .rtUL{background-image:url('Images/FirstNodeSpan.png')}
.porto .treeview .rtLines .rtLast,.porto .treeview .rtLines .rtLast .rtUL{background-image:none}
.porto .treeview .rtLines .rtTop{background-image:url('Images/TopLine.png')}
.porto .treeview .rtLines .rtMid{background-image:url('Images/MiddleLine.png')}
.porto .treeview .rtLines .rtBot{background-image:url('Images/BottomLine.png')}
.porto .treeview .rtLines .rtLast .rtTop{background-image:url('Images/SingleLine.png')}

.porto div.search {
    position:relative;
}

.porto .search .textbox {  
    width: 100%;
    height: 46px;
    padding: 6px 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
  
.porto .search .search-button {
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #BFBFBF;
    padding: 12px 27px;
    line-height: normal;
    border-radius: 0 4px 4px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    position:absolute;
    text-indent: -999px;
    top: 0;
    vertical-align: middle;
    right:0;
    background: url(Images/search.png) center center no-repeat #f0f0f0;
}

.porto .categories ul > li , .porto .authors ul > li {
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	background-image: url(Images/list-primary.png);
	background-position: 9px 19px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #EDEDDE;
	padding: 8px 20px;
	transition: all 0.3s;
}

.porto .authors ul > li {
    background-image: none; 
    padding-left:10px; 
}

.porto .categories ul li, .porto .authors ul li {
    display:block;
    position:relative;
}

.porto aside ul, .porto.widgetmodule ul {
    padding-left:0;
    margin-left:0;
    list-style:none;
}

.porto .categories ul > li:hover,
.porto .categories ul > li:focus, 
.porto .authors ul > li:hover,
.porto .authors ul > li:focus {
    background-color: #eeeeee;
}

.porto .categories ul > li a:hover , 
.porto .categories ul > li a:focus ,
.porto .authors ul > li a:hover , 
.porto .authors ul > li a:focus {
    text-decoration:none;
}

.porto .categories a, .porto .authors a, .porto .blogrolls a.rss-feeds {
    position:absolute;
    right:10px;
}

.porto .blogrolls a.rss-feeds {
    top:0;
}

.porto .categories a.lb-lst, .porto .authors a.lb-lst {
    position:relative;
    right:0;
}

.porto aside a, .porto.widgetmodule ul li a, .porto.widgetmodule .tags a {
    font-size: 0.9em;
    color:#666666;
}

.porto .CommentForm input[type="text"], .porto .CommentForm textarea {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    font-size: inherit !important;
    line-height: normal !important;
    width: 100%;
    height: 46px;
}

.porto .CommentForm textarea, 
.porto .CommentForm div.Preview {
    height: 200px !important;
    width: 100% !important;
}

.porto .CommentForm div.Preview {
    padding:6px 13px !important;
    font-size: inherit !important;
    line-height: normal !important;
    margin:0 !important;
    border-radius: 4px;
}

.porto .CommentForm input[type="text"]:focus, 
.porto .CommentForm textarea:focus, 
.porto .search .textbox:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.porto .CommentForm input[type="checkbox"], 
.porto .CommentForm input[type="radio"] {
    margin:5px;
}

.porto .CommentData .comment {
    margin: 10px 0;
    padding: 10px 0 0 115px;
}

.porto .CommentData .com {
    padding-left: 120px;
}

.porto article .img-thumbnail {
    margin-left: -115px;
    position: absolute;
}

.porto article .related .img-thumbnail {
    margin-left: 0;
    position: inherit;
}

.porto div.comment-block {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #F4F4F4;
    border-radius: 5px;
    padding: 20px 20px 30px;
    position: relative;
}

.porto img.avatar {
    height: 80px;
    width: 80px;
}

.porto .CommentData div.comment-arrow {
    border-bottom: 15px solid transparent;
    border-right: 15px solid #F4F4F4;
    border-top: 15px solid transparent;
    height: 0;
    left: -15px;
    position: absolute;
    top: 28px;
    width: 0;
}

.porto .post-image {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}

.porto .related .post-image, 
.porto .msearch-result h3, 
.porto div.post-block h3 {
    margin-bottom:0;
}

.porto h2.lb-title {
    margin-bottom: 10px;
}

.porto .lb-desc {
    color: #999;
}

.porto .post-image img {
    border: 4px solid #FFFFFF;
     -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
     -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    padding:0;   
    float:left;
    width:100%;
    display:block;
    background: #fff;
}

.porto.widgetmodule .post-image img {
    border: 0 none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    float: none;
}

.porto .post-image a.jackbox img {
    width: 100%; 
}

.porto .mwidgetposts .post-image img, 
.porto .mwidgetposts .post-image a.jackbox img {
    width:50px;
}

.porto .CommentForm .moderatemsg {
    color: Red;
}

.porto .mrssfeeds, .porto .read-more {
    float:right; 
}

.porto span.read-more a, .porto a.read-more {
    font-size: 12px;
}

.porto .pager a,
.porto .pager span.CurrentPage,
.porto .pager span.CurrentPageSelected {
    padding: 10px 16px;
    font-size: 18px;
    position: relative;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;  
    display: inline;  
    cursor:pointer;    
}
    
 .porto .pager span.CurrentPage,
 .porto .pager span.CurrentPageSelected,
 .porto .pager a:hover {
     background-color:#eee;
}
   
.porto .pager strong {
    font-weight:normal;    
}

.porto div.post-leave-comment {
    margin-top: 0;
    padding-top: 20px;
}

.porto .CommentForm .SaveComment {
    background-color:#fafafa;
    border-radius:5px;
    border:1px solid #ccc;
    padding:10px;
}

.porto .CommentForm .SaveComment:hover {
    background-color: #f5f5f5;
    text-decoration:none;
}

.porto ul.simple-post-list li {
    min-height:97px;
}

.porto .recentcomments ul.simple-post-list li {
    min-height:62px;
}

.porto .blogrolls ul.simple-post-list li {
    min-height:0;
    padding:5px 0;
    margin-bottom:15px;
    position:relative;
}

.porto .blogrolls ul.simple-post-list li li {
    margin-bottom:0;
}

.porto .msearch-result .close-button {
    background: url("Images/close.png") transparent no-repeat;
    border: none !important;
    text-indent: -999px;
    width: 30px;
    height:32px;
    position:relative;
    float:right;
    top:-28px;
    right:-22px;
    min-width:30px;
    box-shadow:none;
}

.porto .msearch-result {
    background-color:#fafafa;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 12px;
    margin-bottom:50px;
}

.porto .moverlay {
    display: none;
    width: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

.porto .mlightbox {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    right:25%;
    max-height: 50%;
    padding: 16px;
    border: 4px solid #CCC;
    background-color: white;
    z-index:1002;
    overflow: auto;
}

.porto .mlightbox .close-button {
    right:-12px;
    top:-14px;
}

.porto div.blog-posts article {
    margin-bottom: 0px;
}


/*Recent Post Blog*/
/*.blog_summary h3{
	text-transform: none;
	font-size: 20px;
	margin-bottom: 5px!important;
	
}
.recentposts img{
	width: 100%;
}

.recentposts ul{
	padding: 0px;
}

.recentposts .recentItem{
	position: relative;
}

.recentposts .posttitle{
	position: absolute;
	top: calc(50% - 20pt);
	width: calc(100% - 0px);
	text-align: center;
	color: #fff;
	font-family: "open_sansregular";
	z-index: 2;
}

.recentposts .posttitle:hover{
	text-decoration: none;
}

.recentposts .postHeading{
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 24px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.recentposts .posttitle .postSummary{
	padding: 20px;
	text-decoration: none;
	text-transform: none;
}

.recentposts .postdate{
	position: absolute;
	right: 0px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	padding: 10px;
	z-index: 3;
}

.recentposts .postdate .dateDay{
	display: block;
	text-align: center;
	font-family: "open_sansregular";
	font-size: 24px;
	margin-bottom: 5px;
}

.recentposts .postdate .dateMonth{
	display: block;
	text-align: center;
	font-family: "open_sansregular";
	border-top: 1px solid #9caa3a;
}

.recentItem:nth-child(1){
	width: calc(66.7% - 4px);
	display: block;
	float: left;
	margin: 2px;
}


.recentItem:nth-child(2),
.recentItem:nth-child(3){
	width: calc(33.3% - 4px);
	height: auto;
	display: block;
	float: left;
	margin: 2px;
}


.recentItem:nth-child(4),
.recentItem:nth-child(5),
.recentItem:nth-child(6){
	width: calc(33.33% - 4px);
	height: auto;
	display: block;
	float: left;
	margin: 2px;
}


.recentItem:nth-child(2) .postSummary,
.recentItem:nth-child(3) .postSummary,
.recentItem:nth-child(4) .postSummary,
.recentItem:nth-child(5) .postSummary,
.recentItem:nth-child(6) .postSummary{
	display: none;
}

.recentItem:nth-child(2) .postHeading,
.recentItem:nth-child(3) .postHeading,
.recentItem:nth-child(4) .postHeading,
.recentItem:nth-child(5) .postHeading,
.recentItem:nth-child(6) .postHeading{
	font-size: 16px!important;
}

.msearch-result.mlightbox{
	position: absolute;
	background: rgba(255,255,255,0.95);
	z-index: 999;
	padding: 50px;
}

.wex.widgetmodule .search{
	background: #E9E9E9;
	padding: 10px 0;
}

.wex.widgetmodule .search .container{
	padding: 0px;
}

.wex.widgetmodule .search input.textbox{
	background: #fff;
	box-shadow: none!important;
	border: 0px;
	border-radius: 5px;
	padding: 10px;
	margin-left: 30px;
	width: calc(100% - 140px)!important;
}

.wex.widgetmodule .search{
	position: relative;
}
.wex.widgetmodule .search .fa-search{
	position: absolute;
	top: calc(50% - 11px);
	margin-left: 0px;
	font-size: 24px;
}

.wex.widgetmodule .search .search-button{
	width: 100px;
	padding: 10px;
	border-radius: 5px;
	border: 0px;
	background: #9caa3a;
	color: #fff;
	margin-left: 10px;
}

.wex .featuredposts .posttimeago img{
  width: 100%;
}
*/


/* hero image carousel */
.porto .lb_img  {
    text-align: center;
    margin: 0 auto 0;
    max-width:100%;
}
.porto .lb_img img{
    max-width:100%;
}






.porto .owl-carousel .owl-nav {
    top: 50%;
    position: absolute;
    margin-top: -20px;
    width: 100%;
}

.porto .lb-owl-carousel .owl-nav {
    top: 50%;
    position: absolute;
    margin-top: -20px;
    width: 100%;
}


    .porto .lb-owl-carousel .owl-nav .owl-prev[class*='owl-'],
    .porto .lb-owl-carousel .owl-nav .owl-next[class*='owl-'] {
        display: inline-block;
        position: absolute;
        width: 30px;
        height: 30px;
    }

    .porto .lb-owl-carousel .owl-nav .owl-next[class*='owl-'] {
        right: -5px;
        font-size: 30px;
        background: transparent;
        border-radius: 0 4px 4px 0;
    }

    .porto .lb-owl-carousel .owl-nav .owl-prev[class*='owl-'] {
        left: -5px;
        font-size: 30px;
        background: transparent;
        border-radius: 0 4px 4px 0;
    }

        .porto .lb-owl-carousel .owl-nav .owl-next[class*='owl-']:hover,
        .porto .lb-owl-carousel .owl-nav .owl-prev[class*='owl-']:hover {
            background: transparent;
        }

.porto .lb-owl-carousel.owl-drag .owl-item .jackbox {
    width: 100%;
}

/*masonry Start*/

.porto .masonry-item.init {
    opacity: 1;
}

.porto .masonry-item .masonry-item {
    min-height: 1px;
    list-style-type: none;
}

.porto .masonry-item div.featured-box div.box-content div.postinfo {
    color: #9e9e9e;
    padding: 13px 0;
    font-size: 13px;
}

    .porto .masonry-item div.featured-box div.box-content div.postinfo a {
        color: #9e9e9e;
    }

.porto .masonry-item div.featured-box div.box-content .post-content {
    font-size: 16px;
    line-height: 26px;
    color: #999;
    padding: 0 0 20px 0;
}

.porto div.masonry-list .blog_content {
    padding: 0 20px 20px 20px;
    background-color: #fff;
}

.masonry .masonry-item {
    width: 25%;
}



















/*BLOG TEMP CSS*/
.blog-posts .image-large {
    width: 100%;
    height: auto;
}

.liveBlogBody .main * {
    font-family: 'open_sansregular';
}

.liveBlogBody .main article,
.liveBlogBody .main p {
    font-family: 'open_sansregular';
}

.liveBlogBody .MasterItemHeading2{
    font-family: 'open_sansbold';
}

.liveBlogBody .main em {
    font-family: 'Metrize-Icons';
}

.liveBlogBody .main em.fa {
    font: normal normal normal 14px/1 FontAwesome;
}

.liveBlogBody .main em.icon {
    font-family: FontAwesome;
}

html .liveBlogBody .featuredpostsgrid .postHeading,
html .liveBlogMainPostContent .MasterItemHeading,
html .liveBlogMainPostContent .MasterItemHeading2 {
    text-decoration: unset;
}

.liveBlogBody blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 0 solid transparent;
    position: relative;
}

.liveBlogBody blockquote:before {
    content: "";
    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;
    position: absolute;
    left: -5px;
}

.liveBlogBody blockquote:after {
    content: "";
    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;
    position: absolute;
    right: 5px;
    bottom: 15px;
}

.liveBlogMainPostTag {
    text-transform: capitalize;
}

.liveBlogBody .featuredpostsgrid .postdate {
    display: none;
}

.liveBlogBody .blog_summary h3 {
    text-transform: none;
    font-size: 20px;
    margin-bottom: 5px !important;
}

.liveBlogBody .featuredpostsgrid img {
    width: 100%;
}

.liveBlogBody .featuredpostsgrid ul {
    padding: 0;
}

.liveBlogBody .featuredpostsgrid .featuredGridItem {
    position: relative;
}

.liveBlogBody .featuredpostsgrid .posttitle {
    position: absolute;
    top: calc(50% - 20pt);
    width: calc(100% - 0);
    text-align: center;
    color: #fff;
    font-family: "open_sansregular";
    z-index: 2;
}

.liveBlogBody .featuredpostsgrid .posttitle:hover {
    text-decoration: none;
}

.liveBlogBody .featuredpostsgrid .postHeading {
    text-decoration: underline;
    text-transform: none;
    font-size: 24px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0 10px;
}

.liveBlogBody .featuredpostsgrid .posttitle .postSummary {
    padding: 0 20px 20px 20px;
    text-decoration: none;
    text-transform: none;
}

.liveBlogBody .featuredpostsgrid .postdate {
    position: absolute;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px;
    z-index: 3;
}

.liveBlogBody .featuredpostsgrid .postdate .dateDay {
    display: block;
    text-align: center;
    font-family: "open_sansregular";
    font-size: 24px;
    margin-bottom: 5px;
}

.liveBlogBody .featuredpostsgrid .postdate .dateMonth {
    display: block;
    text-align: center;
    font-family: "open_sansregular";
    border-top: 1px solid #fdbb30;
}

.liveBlogBody .featuredGridItem:nth-child(1) {
    width: calc(66.7% - 4px);
    display: block;
    float: left;
    margin: 2px;
}

.liveBlogBody .featuredGridItem:nth-child(2),
.liveBlogBody .featuredGridItem:nth-child(3) {
    width: calc(33.3% - 4px);
    height: auto;
    display: block;
    float: left;
    margin: 2px;
}

.liveBlogBody .featuredGridItem:nth-child(4),
.liveBlogBody .featuredGridItem:nth-child(5),
.liveBlogBody .featuredGridItem:nth-child(6) {
    width: calc(33.33% - 4px);
    height: auto;
    display: block;
    float: left;
    margin: 2px;
}

.liveBlogBody .featuredGridItem:nth-child(2) .postSummary,
.liveBlogBody .featuredGridItem:nth-child(3) .postSummary,
.liveBlogBody .featuredGridItem:nth-child(4) .postSummary,
.liveBlogBody .featuredGridItem:nth-child(5) .postSummary,
.liveBlogBody .featuredGridItem:nth-child(6) .postSummary {
    display: none;
}

.liveBlogBody .featuredGridItem:nth-child(2) .postHeading,
.liveBlogBody .featuredGridItem:nth-child(3) .postHeading,
.liveBlogBody .featuredGridItem:nth-child(4) .postHeading,
.liveBlogBody .featuredGridItem:nth-child(5) .postHeading,
.liveBlogBody .featuredGridItem:nth-child(6) .postHeading {
    font-size: 16px !important;
}

.liveBlogBody .msearch-result.mlightbox {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    z-index: 999;
    padding: 50px;
}

.liveBlogBody .wex.widgetmodule .search {
    background: #E9E9E9;
    padding: 10px 0;
}

.liveBlogBody .wex.widgetmodule .search .container {
    padding: 0;
}

.liveBlogBody .wex.widgetmodule .search input.textbox {
    background: #fff;
    box-shadow: none !important;
    border: 0;
    border-radius: 5px;
    padding: 10px;
    margin-left: 30px;
    width: calc(100% - 140px) !important;
}

.liveBlogBody .wex.widgetmodule .search {
    position: relative;
}

.liveBlogBody .wex.widgetmodule .search .fa-search {
    position: absolute;
    top: calc(50% - 11px);
    margin-left: 0;
    font-size: 24px;
}

.liveBlogBody .wex.widgetmodule .search .search-button {
    width: 100px;
    padding: 10px;
    border-radius: 5px;
    border: 0;
    background: #fdbb30;
    color: #fff;
    margin-left: 10px;
}

.liveBlogBody .wex .featuredposts .posttimeago img {
    width: 100%;
}

.liveBlogBody .porto .masonry-item.init {
    opacity: 1;
}

.liveBlogBody .porto .masonry-item .masonry-item {
    min-height: 1px;
    list-style-type: none;
}

.liveBlogBody .porto .masonry-item div.featured-box div.box-content div.postinfo {
    color: #9e9e9e;
    padding: 13px 0;
    font-size: 13px;
}

.liveBlogBody .porto .masonry-item div.featured-box div.box-content div.postinfo a {
    color: #9e9e9e;
}

.liveBlogBody .porto .masonry-item div.featured-box div.box-content .post-content {
    font-size: 16px;
    line-height: 26px;
    color: #999;
    padding: 0 0 20px 0;
}

.liveBlogBody .porto div.masonry-list .blog_content {
    padding: 0 20px 20px 20px;
    background-color: #fff;
}

.liveBlogBody .masonry .masonry-item {
    width: 25%;
}

.liveBlogBody .tags.pull-bottom span {
    margin: 2px;
    display: block;
    float: left;
}

.liveBlogBody .tags.pull-bottom span a {
    background: #fdbb30;
    padding: 3px 5px;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
}

.liveBlogBody .lb_img img {
    width: 100%;
}

.liveBlogBody .lb_img .lb-owl-carousel {
    position: relative;
}

.liveBlogBody .porto .lb_img .lb-owl-carousel .owl-nav {
    position: absolute;
    top: calc(50% - 20px);
    width: 100%;
}

.liveBlogBody .porto .lb_img .lb-owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    background: url("/portals/0/images/carousel-left.png");
    background-size: 100% 100%;
    height: 40px;
    width: 40px;
}

.liveBlogBody .porto .lb_img .lb-owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0;
    background: url("/portals/0/images/carousel-left.png");
    transform: rotate(180deg);
    background-size: 100% 100%;
    height: 40px;
    width: 40px;
}

.liveBlogBody .porto .lb_img .lb-owl-carousel .owl-nav .owl-prev:hover {
    position: absolute;
    left: 0;
    background: url("/portals/0/images/carousel-left.png");
    background-size: 100% 100%;
    height: 40px;
    width: 40px;
    opacity: 0.7;
}

.liveBlogBody .porto .lb_img .lb-owl-carousel .owl-nav .owl-next:hover {
    position: absolute;
    right: 0;
    background: url("/portals/0/images/carousel-left.png");
    transform: rotate(180deg);
    background-size: 100% 100%;
    height: 40px;
    width: 40px;
    opacity: 0.7;
}

.liveBlogBody .featuredGridItemListMode .posttitle {
    position: relative !important;
    top: 50%;
    width: calc(100% - 0);
    text-align: center;
    color: #fff;
    font-family: "open_sansregular";
    z-index: 2;
}

.liveBlogBody .featuredGridItemListMode .posttimeago.listMode {
    display: block;
    float: left;
}

.liveBlogBody .featuredGridItemListMode .posttimeago.listMode img {
    width: 200px !important;
}

.liveBlogBody .featuredGridItemListMode .posttitle.ListMode {
    display: block;
    float: left;
    width: calc(100% - 220px);
    background: none !important;
}

.liveBlogBody .featuredGridItemListMode .posttitle.ListMode .postHeading {
    color: #000;
    text-align: left;
    text-shadow: none;
    text-decoration: none;
    font-size: 18px;
    margin-left: 20px;
    font-weight: bold;
    text-decoration: underline;
}

.liveBlogBody .featuredGridItemListMode .posttitle.ListMode .postSummary {
    color: #000;
    text-align: left;
    padding-top: 5px;
    margin-left: 15px;
}

.liveBlogBody .featuredGridItemListMode {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
}

.liveBlogBody .featuredGridItem .posttimeago {
    overflow: hidden !important;
    display: block;
    background: #ddd !important;
    padding: 25%;
    position: relative;
}

.liveBlogBody .featuredGridItem .posttimeago img {
    width: 120% !important;
    display: block;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
}

.liveBlogBody .carouselItem {
    padding-right: 10px;
}

.liveBlogBody .carouselItem .postSummary {
    font-size: 12px;
    color: #000;
    font-family: "open_sansregular";
}

.liveBlogBody .nav-bottom .owl-nav {
    bottom: 0;
    position: relative !important;
    margin-top: 30px !important;
}

.liveBlogBody .nav-bottom .owl-nav .owl-prev {
    border: 1px solid #ccc;
    bottom: 0;
    width: 50% !important;
    text-align: center;
}

.liveBlogBody .nav-bottom .owl-nav .owl-next {
    border: 1px solid #ccc;
    bottom: 0;
    width: 50% !important;
    text-align: center;
    float: right !important;
}

.liveBlogBody .world_expeditions6 .featuredpostsgrid .posttitle {
    width: 100% !important;
    padding: 20px;
}

.liveBlogBody .world_expeditions6 .featuredpostsgrid .posttitle .postHeading {
    font-family: "open_sansextrabold";
}

.liveBlogBody .featuredpostsgrid .posttitle {
    top: unset;
    bottom: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    width: 100%;
}

.liveBlogBody .carouselItem .posttimeago {
    background: #eee;
    float: left;
    height: 200px;
    overflow: hidden;
    margin-bottom: 10px;
}

.liveBlogBody .carouselItem .postHeading {
    text-align: left;
    color: #000;
    text-decoration: underline;
}

.liveBlogBody .carouselItem .postSummary {
    text-align: left;
    margin-bottom: 10px;
}

.liveBlogBody .world_expeditions9 .featuredGridItemListMode {
    margin-bottom: 10px;
}

.liveBlogBody .blogHeadingSection {
    display: block;
    margin-bottom: 30px;
}

.liveBlogBody .blogHeadingLine {
    z-index: 2;
    position: relative;
    display: block;
    float: left;
    margin: auto auto;
    width: 100%;
    text-align: left;
}

.liveBlogBody .blogHeadingLine span {
    background: white;
    padding: 0;
    text-transform: none;
    font-size: 32px;
    font-family: "asapbold";
}

.liveBlogBody .blogHeadingLine+.hrHeading {
    border: 1px solid #fdbb30;
    position: relative;
    top: -15px;
    margin-bottom: -15px;
    display: none;
}

.liveBlogBody .wexBlogSearch .msearch-toolbar .search-button {
    background: url("/DesktopModules/LiveBlog/Themes/Default/Style/Images/search.png") transparent no-repeat;
    border: none;
    text-indent: -999px;
    width: 20px;
    position: relative;
    padding: 0;
    box-shadow: none;
    outline: none;
    margin-left: -28px;
}

.liveBlogBody .world_expeditions6.widgetmodule .search input[type="text"] {
    margin-bottom: 0;
}

.liveBlogBody .wexBlogSearch .msearch-toolbar .textbox {
    width: 100%;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    border: 1px solid #e5e5e5;
    outline: none;
    padding: 0 30px 0 10px;
    display: inline-block;
    vertical-align: unset;
}

.liveBlogBody .search.wexBlogSearch {
    background: #efefef;
    padding: 10px;
}

.liveBlogBody .container .owl-carousel.nav-bottom .owl-controls {
    position: absolute;
    left: -10px;
    top: calc(50% - 30px);
    right: 0;
    margin: 0 auto;
    height: auto;
}

.liveBlogBody .container .owl-carousel.nav-bottom .owl-controls .owl-nav {
    margin: 0 !important;
}

.liveBlogBody .container .owl-carousel.nav-bottom .owl-controls button {
    border: 0 solid transparent;
    margin: 0 !important;
    background-position: center !important;
    border-radius: 5px !important;
    width: 50px !important;
    margin-right: 10px !important;
    background-size: 50px 50px !important;
    height: 50px !important;
}

.liveBlogBody .container .owl-carousel.nav-bottom .owl-controls button:focus {
    border-color: #ccc;
}

.liveBlogBody .container .owl-carousel.nav-bottom .owl-controls button:hover {
    border-color: #9baa3a;
}

.liveBlogBody .blogSubHeading {
    font-size: 20px !important;
    display: block;
    line-height: 5px;
    color: #c57b24;
    position: relative;
    text-align: left;
    width: 100%;
    margin-top: 10px;
}

.liveBlogBody .posttitle.ListMode .postHeading {
    text-transform: none;
}

.liveBlogBody .tags.pull-bottom {
    display: block;
    float: left;
}

.liveBlogBody .post-content img {
    width: 100%;
}

.liveBlogBody .postBlogPage .search.wexBlogSearch {
    padding: 0;
}

.liveBlogBody .postBlogPage .search.wexBlogSearch .container {
    padding: 0 !important;
    width: 100%;
}

.liveBlogBody .postBlogPage .search.wexBlogSearch .textbox {
    width: 100;
}

.liveBlogBody .postBlogPage {
    margin-bottom: 30px;
}

.liveBlogBody .tags.pull-bottom span a {
    font-size: 12px !important;
}

.liveBlogBody .lb_img {
    position: relative;
}

.liveBlogBody .MasterItemHeading {
    position: absolute;
    bottom: 0;
    background: #fdbb30;
    color: #fff;
    padding: 10px;
    font-size: 22px;
    border-radius: 0 5px 0 0;
    z-index: 2;
}

.liveBlogBody .post-meta {
    margin-top: 20px;
}

.liveBlogBody .post-meta span {
    font-size: 12px;
    font-family: 'open_sansregular';
}

.liveBlogBody .post-meta .read-more {
    border: 1px solid #fdbb30;
    padding: 5px !important;
    border-radius: 3px;
}

.liveBlogBody .post-meta .read-more a {
    color: #fdbb30 !important;
}

.liveBlogBody .post-meta .read-more a:after {
    display: none;
}

.liveBlogBody .MasterItemWrapper {
    margin-bottom: 10px;
}

.liveBlogBody .blog-posts.single-post .post-date {
    background: #696969;
    display: block;
    float: right;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    margin-left: 20px;
}

.liveBlogBody .related.pull-top .post-image {
    float: left;
    margin-right: 0;
    min-height: 160px;
    width: 100%;
}

.liveBlogBody .related.pull-top .post-image .img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 0;
    line-height: 1.42857143;
    border: 0 solid transparent;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: transparent;
}

.liveBlogBody .related.pull-top .post-image .img-thumbnail img {
    border: 0 solid #FFFFFF;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    padding: 0;
    float: left;
    width: 100%;
    display: block;
}

.liveBlogBody .related.pull-top .owl-item {
    margin-bottom: 20px;
    background: #efefef;
}

.liveBlogBody .related.pull-top .post-image .jackbox {
    height: 150px;
    overflow: hidden;
}

.liveBlogBody .related.pull-top .post-info {
    padding: 10px;
}

.liveBlogBody .related.pull-top .post-info a {
    color: #000;
}

.liveBlogBody .related.pull-top .post-info .post-meta {
    font-family: "open_sansregular";
}

.liveBlogBody .related.pull-top .button.topAdventuresTeaserViewTripButton {
    background: #fdbb30;
    margin-top: 10px;
}

.liveBlogBody .related.pull-top .post-image>a {
    position: absolute;
    background: transparent;
    z-index: 9999;
    top: 0;
    display: block;
    height: 160px;
    width: 100%;
}

.liveBlogBody .porto .categories a.wexBlogAccordionLink {
    position: relative;
    right: auto;
    left: auto;
}

.liveBlogBody .wexBlogCategoryHeader {}

.liveBlogBody .wexBlogCategoryBody {}

.liveBlogBody .wexBlogCategoryParent {
    cursor: pointer;
}

.liveBlogBody .wexBlogCategoryParent.hasChildren {}

.liveBlogBody .wexBlogCategoryChild {
    cursor: pointer;
}

.liveBlogBody .wexBlogCategoryChild.hasChildren {}

.wexBlogCategoryParent {
    background: #fdbb30;
    color: #fff;
    padding: 10px;
    border-bottom: 1px solid #fff;
    position: relative;
}

.wexBlogCategoryParent a {
    color: #000 !important;
}

.wexBlogCategoryHeader {
    background: #eee;
    color: #fdbb30;
    font-size: 20px;
    padding: 20px 10px;
}

.wexBlogCategoryParent.hasChildren.collapsed {
    position: relative;
}

.wexBlogCategoryParent.hasChildren.collapsed:after {
    content: "\f078 ";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    color: #fff !important;
    position: absolute !important;
    bottom: 14px;
    right: 14px !important;
}

.wexBlogCategoryParent.hasChildren:after {
    content: "\f077 ";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    color: #fff !important;
    position: absolute !important;
    bottom: 14px;
    right: 14px !important;
}

.wexBlogCategoryChild {
    background: #efefef;
    color: #fff;
    padding: 10px;
    border-bottom: 1px solid #fff;
    position: relative;
}

.wexBlogCategoryChild.hasChildren+.wexBlogChildren.collapsing .wexBlogCategoryChild,
.wexBlogCategoryChild.hasChildren+.wexBlogChildren.collapse .wexBlogCategoryChild {
    background: transparent !important;
    padding-left: 30px;
    border-bottom: 1px solid #efefef !important;
}

.wexBlogCategoryChild.hasChildren.collapsed:after {
    content: "\f078 ";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    color: #696969 !important;
    position: absolute !important;
    bottom: 14px;
    right: 14px !important;
}

.wexBlogCategoryChild.hasChildren:after {
    content: "\f077 ";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    color: #696969 !important;
    position: absolute !important;
    bottom: 14px;
    right: 14px !important;
}

.col-md-3 .blogHeadingLine span {
    font-size: 16px !important;
}

keepintouchsection {
    background: #efefef !important;
    display: block;
    padding: 10px;
}

keepintouchsection .blogHeadingSection span {
    background: transparent !important;
    font-size: 20px !important;
    color: #b6a157;
}

liveblogfacebook,
liveblogtwitter {
    background: #efefef !important;
    padding: 10px;
    display: block;
}

liveblogfacebook .blogHeadingSection span,
liveblogtwitter .blogHeadingSection span {
    background: transparent !important;
    font-size: 20px !important;
    color: #b6a157;
}

.sidebar .categories.pull-bottom {
    margin-bottom: 0;
}

.posttimeago.listMode {
    position: relative;
}

.postTag {
    font-size: 0;
    position: absolute;
    bottom: -2px;
}

.postTag a:nth-child(1) {
    font-size: 12px;
    background: #fdbb30;
    color: #fff;
    padding: 5px;
    border-radius: 0 5px 0 0;
}

.liveBlogFeatured .postTagWrapper {
    position: relative;
    display: block;
    float: left;
    border: 1px solid transparent;
}

.liveBlogFeatured .postTag {
    position: absolute;
    bottom: 10px;
    left: -1px;
}

.liveBlogFeatured .postTag a:nth-child(1) {
    display: none;
}

.liveBlogFeatured .postTag a:nth-child(2) {
    font-size: 12px;
    background: #fdbb30;
    color: #fff;
    padding: 5px;
    border-radius: 0 5px 0 0;
}

.post.blog-single-post .related.pull-top .postTag {
    display: none;
}

.post.blog-single-post .post-info .button.topAdventuresTeaserViewTripButton {
    box-shadow: none !important;
    border: 0 solid transparent;
}

.post.blog-single-post .post-info .button.topAdventuresTeaserViewTripButton span {
    text-shadow: none;
    font-family: 'open_sansregular' !important;
}

.liveBlogBody .blog-posts.single-post .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    background: url("/portals/0/images/carousel-left.png");
    background-size: 100% 100%;
    height: 40px;
    width: 40px;
    font-size: 0;
}

.liveBlogBody .blog-posts.single-post .owl-nav .owl-next {
    position: absolute;
    right: 0;
    background-image: url("/portals/0/images/carousel-left.png");
    transform: rotate(180deg);
    background-size: 100% 100%;
    height: 40px;
    width: 40px;
    font-size: 0;
}

article.post.blog-single-post .img-thumbnail {
    position: relative !important;
}

article.post.blog-single-post .img-thumbnail .postTag {
    bottom: 10px;
}

.instagramLogoWrapper {
    border-radius: 200px;
    display: block;
    float: left;
    overflow: hidden;
    margin-right: 10px;
}

.instagramHeaderWrapper {
    line-height: 50px;
}

.followBTNWrapper {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.followBTNWrapper a {
    background: #408bd1;
    padding: 7px 14px;
    border-radius: 5px;
}

.followBTNWrapper a:hover {
    background: #359dff;
    text-decoration: none;
}

.followBTNWrapper a span {
    color: #fff;
    font-family: "asapregular" !important;
}

.followBTNWrapper a em {
    margin-right: 8px;
}

liveblogtwitter .blogHeadingLine {
    margin-bottom: 20px !important;
}

.lightwidget-widget.landingLiveBlog[style] {
    height: 700px !important;
}

.liveBlogMainPostWrapper {
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.liveBlogMainPostImage {
    width: 30%;
    display: block;
    float: left;
}

.liveBlogMainPostContent {
    width: 70%;
    display: block;
    float: left;
    padding-left: 10px;
}

.liveBlogMainPostContent .MasterItemHeading2 {
    text-decoration: underline;
    font-size: 20px;
}

.liveBlogMainPostContent article {
    color: #000;
    font-family: "open_sansregular";
    font-size: 16px;
    border-bottom: 0 solid transparent !important;
}

.liveBlogMainPostTag {
    font-size: 0;
    position: absolute;
    bottom: 1px;
}

.liveBlogMainPostTag a {
    color: transparent;
}

.liveBlogMainPostTag a:nth-child(1) {
    font-size: 12px;
    background: #b6a157;
    color: #fff;
    padding: 8px;
    border-radius: 0 5px 0 0;
    position: absolute;
    bottom: -1px;
    white-space: nowrap;
}

.liveBlogMainPostContent a {
    color: #000 !important;
}

.liveBlogMainPostContent a:hover {
    color: #fdbb30 !important;
    text-decoration: none !important;
}

@media (max-width:767px) {
    .liveBlogBody .featuredGridItem {
        width: 100% !important;
        height: auto;
        display: inline-block;
        float: none;
        margin: 2px;
    }

    .liveBlogBody .featuredGridItemListMode .posttimeago.listMode {
        width: 100% !important;
    }

    .liveBlogBody .featuredGridItemListMode .posttimeago.listMode img {
        width: 100% !important;
    }

    .liveBlogBody .featuredGridItemListMode .posttitle.ListMode {
        width: 100%;
    }

    .liveBlogBody .featuredGridItemListMode .posttitle.ListMode .postHeading {
        margin-left: 0;
        margin-top: 10px;
    }

    .liveBlogBody .featuredGridItemListMode .posttitle.ListMode .postSummary {
        margin-left: -5px;
        margin-top: 10px;
    }

    .featured-post-grid-list .owl-item {
        float: left;
    }

    .featured-post-grid-list .owl-nav {
        display: none;
    }
}

.liveBlogMainPostTag a,
.postTag a {
    pointer-events: none;
    text-decoration: none;
}

.liveBlogBody .btn.more.mr-xs.mb-sm.btn-lg.WEXReadMoreModuleButton {
    display: none;
}

.liveBlogBody .post.blog-single-post .post-content h2 {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 10px
}

.liveBlogBody .post.blog-single-post .post-content .blogImageCaption {
    background: rgba(0, 0, 0, 0.7);
    display: block;
    color: #fff;
    padding: 5px 10px;
    border-radius: 0 0 5px 5px;
    position: relative;
}

.liveBlogBody .imageSliderContentPane .blogImageCaption{
    max-width: 380px;
       font-family: "open_sansbold";
    line-height: 14px;
    font-size: 13px;
}

.liveBlogBody .blog-posts.single-post h2 a {
    color: #fdbb30;
}

.liveBlogBody .blog-posts.single-post h2 a:hover{
    color: #fdbb30;
    text-decoration: underline;
}

@media (max-width:480px) {

    .blog-posts .pager .CurrentPage,
    .blog-posts .pager .CurrentPageSelected,
    .blog-posts .pager .PageNext,
    .blog-posts .pager .PagePrev {
        font-size: 11px !important;
        padding: 5px !important;
    }
}

@media (max-width:768px) {

    .blog-posts .pager .CurrentPage,
    .blog-posts .pager .CurrentPageSelected,
    .blog-posts .pager .PageNext,
    .blog-posts .pager .PagePrev {
        font-size: 12px !important;
        padding: 10px !important;
    }
}

@media (max-width:991px) {

    .liveBlogBody .liveBlogMainPostWrapper .liveBlogMainPostImage,
    .liveBlogBody .liveBlogMainPostWrapper .liveBlogMainPostContent {
        width: 100%;
        padding-left: 0;
    }
}

.featuredpostsgrid .featured-post-grid-list .featuredGridItem .posttimeago .blogImage {
    position: absolute;
    position: absolute;
    display: block;
    float: left;
    width: 100%;
    bottom: 0;
    left: 0;
}

.featured-post-grid-list .owl-stage-outer {
    display: block;
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 0
}

.featuredpostsgrid .featured-post-grid-list .owl-stage-outer .owl-stage .owl-item .featuredGridItem {
    margin: 0;
}

@media (max-width:479px) {
    .featuredpostsgrid .featured-post-grid-list .owl-stage-outer .owl-stage .owl-item .featuredGridItem .postdate {
        padding: 5px;
    }

    .featuredpostsgrid .featured-post-grid-list .owl-stage-outer .owl-stage .owl-item .featuredGridItem .postdate .dateDay {
        font-size: 18px;
        margin: 0;
    }

    .featuredpostsgrid .featured-post-grid-list .owl-stage-outer .owl-stage .owl-item .featuredGridItem .postdate .dateMonth {
        font-size: 12px;
    }

    .featuredpostsgrid .featured-post-grid-list .owl-stage-outer .owl-stage .owl-item .postHeading {
        font-size: 18px;
        padding: 10px;
    }

    .featuredpostsgrid .featured-post-grid-list .owl-stage-outer .owl-stage .owl-item .postSummary {
        display: none;
    }
}

@media (min-width:480px) and (max-width:767px) {
    .featuredpostsgrid .featured-post-grid-list .owl-stage-outer .owl-stage .owl-item .postHeading {
        line-height: 1.2;
        font-size: 20px;
    }
}

.liveBlogBody .post-content img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.liveBlogBody article .img-thumbnail {
    margin-left: auto;
    position: absolute;
}

.liveBlogBody .post-content img.responsiveImage {
    width: 100%;
    height: auto;
}

.liveBlogBody .post-content img.responsiveImageLimited {
    width: auto;
    height: auto;
    max-width: 100%;
}

.liveBlogBody .post-content h3 img.responsiveImageLimited{
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
}

.liveBlogBody .porto article .img-thumbnail {
    margin-left: 0;
    position: relative;
}

.liveBlogBody h3 {
    letter-spacing: 0;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
    text-transform: none;
}


.liveBlogBody a.lightboxThumbnail {
    display: inline-block;
    max-width: 200px;
}

.liveBlogBody #dnn_SpawnITRestrictAccessByIP_displayAccessByIP {
    /* display: none; */
}

.liveBlogBody .dnnFormMessage.dnnFormInfo.dnnFormInfoAdminErrMssg {
    display: none;
}

.liveBlogBody .singlePostOuter {
    margin-top: 10px;
}

.liveBlogBody .lightbox {
    display: block !important;
    width: 100% !important;
    float: left !important;
}

.liveBlogBody .lightbox .lightboxThumbnail:hover {
    opacity: 0.5;
}

@media (max-width:479px) {
    .liveBlogBody .lightbox .lightboxThumbnail {
        width: calc(100%) !important;
        height: auto !important;
        max-width: unset;
        overflow: hidden;
        display: block !important;
        float: left;
        padding: 0 0;
    }

    .liveBlogBody .post-content .lightbox .lightboxThumbnail img {
        width: 100%;
        height: 100%;
        max-width: auto;
        position: relative;
        top: 0 !important;
    }
}

@media (min-width:480px) and (max-width:767px) {
    .liveBlogBody .lightbox .lightboxThumbnail {
        width: calc(100%) !important;
        height: auto !important;
        max-width: unset;
        overflow: hidden;
        display: block !important;
        float: left;
        padding: 0 0;
    }

    .liveBlogBody .post-content .lightbox .lightboxThumbnail img {
        width: 100%;
        height: 100%;
        max-width: auto;
        position: relative;
        top: 0 !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .liveBlogBody .lightbox .lightboxThumbnail {
        width: calc(33% - 3px) !important;
        height: auto !important;
        max-height: 0;
        max-width: unset;
        overflow: hidden;
        display: block !important;
        float: left;
        padding: 9% 0;
    }

    .liveBlogBody .post-content .lightbox .lightboxThumbnail img {
        width: 100%;
        height: 100%;
        max-width: auto;
        position: relative;
        top: -95px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    html .isAdministrator .liveBlogBody .blog-posts.single-post .msearch-result+h2 {
        position: absolute !important;
        bottom: calc(100% + 50px) !important;
        z-index: 1;
    }

    html .isAdministrator .liveBlogBody .blog-posts.single-post .msearch-result+h2+.blog-single-post {
        margin-top: -50px
    }

    html .liveBlogBody .blog-posts.single-post .msearch-result+h2 {
        position: absolute !important;
        bottom: 100% !important;
        z-index: 1;
    }

    html .liveBlogBody .blog-posts.single-post .msearch-result+h2+.blog-single-post {
        margin-top: -10px
    }

    html .liveBlogBody .blog-posts.single-post .msearch-result+h2 a,
    html .liveBlogBody .blog-posts.single-post .msearch-result+h2 a:hover {
        color: #fff;
        text-decoration: none;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    }

    .liveBlogBody .lightbox .lightboxThumbnail {
        width: calc(33% - 3px) !important;
        height: auto !important;
        max-height: 0;
        max-width: unset;
        overflow: hidden;
        display: block !important;
        float: left;
        padding: 9.4% 0;
    }

    .liveBlogBody .post-content .lightbox .lightboxThumbnail img {
        width: 100%;
        height: 100%3max-width:auto;
        position: relative;
        top: -75px;
    }
}

@media (min-width:1200px) {

    html .isAdministrator .liveBlogBody .blog-posts.single-post .msearch-result+h2 {
        position: absolute !important;
        bottom: calc(100% + 50px) !important;
        z-index: 1;
    }

    html .isAdministrator .liveBlogBody .blog-posts.single-post .msearch-result+h2+.blog-single-post {
        margin-top: -50px
    }

    html .liveBlogBody .blog-posts.single-post .msearch-result+h2 {
        position: absolute !important;
        bottom: 100% !important;
        z-index: 1;
    }

    html .liveBlogBody .blog-posts.single-post .msearch-result+h2+.blog-single-post {
        margin-top: -10px
    }

    html .liveBlogBody .blog-posts.single-post .msearch-result+h2 a,
    html .liveBlogBody .blog-posts.single-post .msearch-result+h2 a:hover {
        color: #fff;
        text-decoration: none;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    }

    .liveBlogBody .lightbox .lightboxThumbnail {
        width: calc(33% - 3px) !important;
        height: auto !important;
        max-height: 0;
        max-width: unset;
        overflow: hidden;
        display: block !important;
        float: left;
        padding: 9% 0;
    }

    .liveBlogBody .post-content .lightbox .lightboxThumbnail img {
        width: 100%;
        height: 100%;
        max-width: auto;
        position: relative;
        top: -75px;
    }
}

.ie .booking-line5 .price-number span.priceTravellerType {
    color: #696969 !important;
    text-transform: none;
    bottom: 10px;
    font-size: 18px;
    left: -10px;
    right: 10px;
    text-align: right !important;
}

.booking-line5 .price-number span.priceTravellerType {
    color: #696969 !important;
    text-transform: none;
    bottom: 10px;
    font-size: 18px;
    left: unset;
    right: 10px;
    text-align: right !important;
}

.booking-line5 .price-number:before {
    font-size: 10px !important;
    font-weight: bolder;
    position: relative;
    left: 42px;
}

.booking-line5 .price-number span {
    font-size: 14px;
    bottom: 0;
}

.trip-prices-header.child-price {
    margin-top: 10px;
    position: relative
}

.booking-line5 .price-number.no-child-price:before {
    left: 0;
}

.child-price-see-below-note {
    font-size: 12px !important;
    text-align: center;
}

.total-trip-price .total-number-sale-tag.child-price {
    top: -10px !important;
    left: 10px;
    text-align: right;
    position: relative !important;
    margin-bottom: -40px;
}

.total-trip-price .child-price-see-below-note {
    display: block;
    width: 100%;
    text-align: right;
    padding-top: 20px;
}

.total-trip-price .total-number-sale-tag .priceTravellerType {
    color: #696969;
    text-transform: none !important;
    margin-right: 3px !important;
    font-size: 14px !important;
    top: -7px;
}

.total-trip-price .total-number-sale-tag .priceTravellerType:before {
    content: "from";
    position: absolute;
    top: 10px;
    font-size: 10px;
    right: 1px;
    color: #000;
}

.liveBlogBody .resp-sharing-button__link,
.liveBlogBody .resp-sharing-button__icon {
    display: inline-block;
}

.liveBlogBody .resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: 0.5em;
}

.liveBlogBody .resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: 0.5em 0.75em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.liveBlogBody .resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    vertical-align: top;
}

.liveBlogBody .resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle;
}

.liveBlogBody .resp-sharing-button__icon {
    stroke: #fff;
    fill: none;
}

.liveBlogBody .resp-sharing-button__icon--solid,
.liveBlogBody .resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none;
}

.liveBlogBody .resp-sharing-button--twitter {
    background-color: #55acee;
}

.liveBlogBody .resp-sharing-button--twitter:hover {
    background-color: #2795e9;
}

.liveBlogBody .resp-sharing-button--pinterest {
    background-color: #bd081c;
}

.liveBlogBody .resp-sharing-button--pinterest:hover {
    background-color: #8c0615;
}

.liveBlogBody .resp-sharing-button--facebook {
    background-color: #3b5998;
}

.liveBlogBody .resp-sharing-button--facebook:hover {
    background-color: #2d4373;
}

.liveBlogBody .resp-sharing-button--tumblr {
    background-color: #35465C;
}

.liveBlogBody .resp-sharing-button--tumblr:hover {
    background-color: #222d3c;
}

.liveBlogBody .resp-sharing-button--reddit {
    background-color: #5f99cf;
}

.liveBlogBody .resp-sharing-button--reddit:hover {
    background-color: #3a80c1;
}

.liveBlogBody .resp-sharing-button--google {
    background-color: #dd4b39;
}

.liveBlogBody .resp-sharing-button--google:hover {
    background-color: #c23321;
}

.liveBlogBody .resp-sharing-button--linkedin {
    background-color: #0077b5;
}

.liveBlogBody .resp-sharing-button--linkedin:hover {
    background-color: #046293;
}

.liveBlogBody .resp-sharing-button--email {
    background-color: #777;
}

.liveBlogBody .resp-sharing-button--email:hover {
    background-color: #5e5e5e;
}

.liveBlogBody .resp-sharing-button--xing {
    background-color: #1a7576;
}

.liveBlogBody .resp-sharing-button--xing:hover {
    background-color: #114c4c;
}

.liveBlogBody .resp-sharing-button--whatsapp {
    background-color: #25D366;
}

.liveBlogBody .resp-sharing-button--whatsapp:hover {
    background-color: #1da851;
}

.liveBlogBody .resp-sharing-button--hackernews {
    background-color: #FF6600;
}

.liveBlogBody .resp-sharing-button--hackernews:hover,
.liveBlogBody .resp-sharing-button--hackernews:focus {
    background-color: #FB6200;
}

.liveBlogBody .resp-sharing-button--vk {
    background-color: #507299;
}

.liveBlogBody .resp-sharing-button--vk:hover {
    background-color: #43648c;
}

.liveBlogBody .resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}

.liveBlogBody .resp-sharing-button--facebook:hover,
.liveBlogBody .resp-sharing-button--facebook:active {
    background-color: #2d4373;
    border-color: #2d4373;
}

.liveBlogBody .resp-sharing-button--twitter {
    background-color: #55acee;
    border-color: #55acee;
}

.liveBlogBody .resp-sharing-button--twitter:hover,
.liveBlogBody .resp-sharing-button--twitter:active {
    background-color: #2795e9;
    border-color: #2795e9;
}

#dnn_RelatedArticles .DnnModule-LiveBlogWidget .DNNModuleContent.ModLiveBlogWidgetC {
    background: #fff;
}

.liveBlogTeasersTripAndCategoryPages .owl-item>div {
    margin-bottom: 20px;
    background: #efefef;
}

.liveBlogTeasersTripAndCategoryPages .owl-item>div .post-image {
    float: left;
    margin-right: 0;
    width: 100%;
}

.liveBlogTeasersTripAndCategoryPages .owl-item>div .post-image .postTag {
    display: none;
}

.liveBlogTeasersTripAndCategoryPages .owl-item>div .post-image .img-thumbnail {
    display: block;
    max-width: 100%;
    height: auto;
    padding: 0;
    line-height: 1.42857143;
    border: 0 solid transparent;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: transparent;
}

.liveBlogTeasersTripAndCategoryPages .owl-item>div .post-image .img-thumbnail img {
    border-radius: 0;
}

.liveBlogTeasersTripAndCategoryPages .owl-item>div .post-info {
    font-family: 'asapbold';
    padding: 130px 10px 10px 10px;
}

.liveBlogTeasersTripAndCategoryPages .owl-item>div .post-info a {
    color: #000;
    font-size: 18px;
}

.liveBlogTeasersTripAndCategoryPages .owl-item>div .post-info .post-meta {
    font-family: 'open_sansregular';
}

.liveBlogTeasersTripAndCategoryPages .owl-item>div .button.topAdventuresTeaserViewTripButton {
    box-shadow: none !important;
    border: 0 solid transparent;
    background: #fdbb30;
    bottom: 10px;
    line-height: 25px !important;
    padding: 12px;
    height: auto;
    text-shadow: none !important;
    font-size: 18px;
    margin-top: 20px;
}

.ms-result.SearchPosts span.page {
    margin-right: 5px;
}

.featuredpostsgrid .blogImageCaption {
    display: none;
}

.liveBlogBody .imageSliderContentPane .postTemplateImageWrapper .owl-carousel {
    margin-bottom: 0;
}

.blogImage {
    position: relative;
}

@media (max-width:479px) {
    .blogImageCaption {
        position: absolute;
        z-index: 2;
        background: rgba(0, 0, 0, 0.6);
        bottom: 20px;
        right: 20px;
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
    }
}

@media (min-width:480px) and (max-width:767px) {
    .blogImageCaption {
        position: absolute;
        z-index: 2;
        background: rgba(0, 0, 0, 0.6);
        bottom: 20px;
        right: 20px;
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
    }
}

@media (min-width:768px) and (max-width:991px) {
   
    .blogImageCaption {
        position: absolute;
        z-index: 2;
        background: rgba(0, 0, 0, 0.6);
        bottom: 20px;
        right: 20px;
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .liveBlogBody div.porto.singlePostOuter > div.row > div > div > h2{
        max-width: 550px;
    }
    .liveBlogBody div.porto.singlePostOuter > div.row > div > div > h2 a{
        font-family: 'open_sansbold';
        font-size: 34px;
        color: #fff;
        margin: 0;
        padding: 0;
        vertical-align: text-top;
        letter-spacing: normal;
        line-height: normal;
    }
    .blogImageCaption {
        position: absolute;
        z-index: 2;
        background: rgba(0, 0, 0, 0.6);
        bottom: 20px;
        right: calc(50% - 468px);
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
    }
}

@media (min-width:1200px) {
    .liveBlogBody div.porto.singlePostOuter > div.row > div > div > h2{
        max-width: 750px;
    }
    .liveBlogBody div.porto.singlePostOuter > div.row > div > div > h2 a{
        font-family: 'open_sansbold';
        font-size: 34px;
        color: #fff;
        margin: 0;
        padding: 0;
        vertical-align: text-top;
        letter-spacing: normal;
        line-height: normal;
    }

    .blogImageCaption {
        position: absolute;
        z-index: 2;
        background: rgba(0, 0, 0, 0.6);
        bottom: 20px;
        right: calc(50% - 570px);
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
    }
}

.LiveBlog .CropRequired {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding-left: 5px;
}

.liveBlogBody .blogAdverts {
    margin-top: 0;
    text-align: center;
	background: #efefef !important;
}

.advertImage.responsiveImage {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

p img.responsiveImage+.blogImageCaption {
    right: unset;
    left: unset !important;
    bottom: unset;
}

.tripEssentialInformationTextRightLine {
    border-right: 1px solid #cecece;
    margin-bottom: 20px;
}

.tripEssentialInformationTextRightLine p {
    margin-bottom: 0;
}

.isMobile .tripEssentialInformationTextRightLine {
    border-right: none;
}

.childCategory .blogImageCaption,
.tripPage .blogImageCaption,
.blog-posts .blogImageCaption {
    display: none;
}

.liveBlogBody .related.related-posts-section .post-info {
    background: #efefef;
    padding: 10px;
}

.liveBlogBody .related.related-posts-section .post-info .post-meta {
    font-family: 'open_sansregular';
    color: #000000;
}

.liveBlogBody .related.related-posts-section .post-info .post-title-wrapper a {
    color: #000;
}

.liveBlogBody .related.related-posts-section .post-info .button.topAdventuresTeaserViewTripButton {
    margin-top: 15px;
    background: #fdbb30;
}

.liveBlogBody .related.related-posts-section .post-info .post-title-wrapper a:hover {
    text-decoration: none;
}

.liveBlogBody .related.related-posts-section .post-image {
    width: 100%;
}

.liveBlogBody .related.related-posts-section .post-image .img-thumbnail {
    padding: 0;
    border-radius: 0;
    border: 0 solid transparent;
    width: 100% !important;
}

.liveBlogBody .related.related-posts-section .post-image .img-thumbnail .blogImage img {
    border: 0 solid transparent;
    border-radius: 0;
    box-shadow: none;
}

.liveBlogBody .related.related-posts-section .post-image .img-thumbnail .postTag {
    display: none;
}

.liveBlogBody .DnnModule-LiveBlog .porto.singlePostOuter .blog-posts.single-post .related-posts-section .owl-nav {
    top: 53px;
    left: -0px;
}

.liveBlogBody .porto.singlePostOuter .post.blog-single-post .blogImageCaption {
    position: relative;
    bottom: 0;
    left: 0;
    margin-bottom: 10px;
}

.liveBlogBreadcrumb {
    padding-top: 14px;
}

.liveBlogBreadcrumbSocial {
    text-align: right;
}

.liveBlogHomeButton {
    width: 100%;
}

.liveBlogHomeButtonWrapper {
    margin-bottom: 30px;
}

body.isMobile .liveBlogBreadcrumbSocial {
    text-align: left;
}

.related-posts-section .owl-prev.disabled,
.related-posts-section .owl-next.disabled {
    display: none !important;
}

.result.liveBlogSearchResult .desc {
    font-family: 'open_sansregular';
}

.result.liveBlogSearchResult hr {
    margin: 5px 0;
}

.liveBlogSearchResultsHeading {
    margin-bottom: 10px !important;
}

.utracks.widgetmodule .search.wexBlogSearch{
    border: 1px solid red;
    display: none;
}

.liveBlogBody keepintouchsection .btn.world-ex.view-trip-btn{
    background: #b6a157;
}

.liveBlogBody keepintouchsection .btn.world-ex.view-trip-btn:hover{
    background: #fff;
}

.liveBlogBody ul{
    list-style: square;
    padding-left: 20px;
    margin-top: 10px;
}

.liveBlogBody aside.sidebar {
	display: inline-block;
}

div.liveBlogBody div.liveBlogRightColumn {
	display: inline-block;
}