article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.wdm-dropdown-menu{
list-style: none !important;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.list-inline>li:first-child {
    padding-left: 0;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt, dd {
    line-height: 1.428571429;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
@media(min-width:768px) {
    .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dl-horizontal dd {
    margin-left: 180px;
}
.dl-horizontal dd:before, .dl-horizontal dd:after {
    display: table;
    content: " "}
.dl-horizontal dd:after {
    clear: both;
}
.dl-horizontal dd:before, .dl-horizontal dd:after {
    display: table;
    content: " "}
.dl-horizontal dd:after {
    clear: both;
}
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container:before, .container:after {
    display: table;
    content: " "}
.container:after {
    clear: both;
}
.container:before, .container:after {
    display: table;
    content: " "}
.container:after {
    clear: both;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.wdm-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
  
}
.wdm-dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.wdm-dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
  /*  background-color: #e5e5e5;*/
}
.wdm-dropdown-menu li{
    float:none !important
}

.wdm-dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
}
.wdm-dropdown-menu>li>a>strong
{
    display:inline-block !important
}
.wdm-dropdown-menu>li>a:hover, .wdm-dropdown-menu>li>a:focus {
   /*color: #262626;*/
    text-decoration: none;
   /* background-color: #f5f5f5;*/
}
.wdm-dropdown-menu>.active>a, .wdm-dropdown-menu>.active>a:hover, .wdm-dropdown-menu>.active>a:focus {
  /*  color: #fff;*/
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
}
.wdm-dropdown-menu>.disabled>a, .wdm-dropdown-menu>.disabled>a:hover, .wdm-dropdown-menu>.disabled>a:focus {
  /*  color: #999;*/
}
.wdm-dropdown-menu>.disabled>a:hover, .wdm-dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open>.wdm-dropdown-menu {
    display: block;
}
.open>a {
    outline: 0;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
   /* color: #999;*/
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}
.pull-right>.wdm-dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .wdm-dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}
.wpsolr_facet_checkbox {
    background: url(http://cdn-radar0.heartyhosting.com/wp-content/plugins/wpsolr-search-engine/images/1449252372_unchecked_checkbox.png) 0 50% no-repeat; /* https://www.iconfinder.com/icons/175466/checkbox_unchecked_icon#size=128 */
    background-size: 14px 14px;
    margin-bottom: 4px;
    padding-left: 20px;
    cursor: pointer;
}

.wpsolr_facet_checkbox.checked {
    background-image: url(http://cdn-radar1.heartyhosting.com/wp-content/plugins/wpsolr-search-engine/images/1449252361_checked_checkbox.png); /* https://www.iconfinder.com/icons/175220/checkbox_checked_icon#size=128 */
}

.results-by-facets {
    margin-top: 10px;
}

.wdm_result_list_thumb {
    float: left;
    padding-right: 6px;
}

.post_header {
    font-size: 16px;
    font-weight: bold;
}

/*Plugin Front End Styling*/
.wdm_resultContainer {
    margin-top: 10px;
}

.right_wdm_options {
    padding-bottom: 5px;
    text-align: right;
    border-bottom: 1px solid #ddd;
    width: 50%;
    float: right;
}

.left_wdm_options {
    padding-bottom: 5px;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    width: 50%;
    float: left;
}

.right_wdm_options label, .right_wdm_options label {
    font-weight: bold;
    padding-right: 5px;
}

.p_misc {
    float: right;
    color: #777;
}

.loading_res {
    display: none;
}

.wdm_results {
}

.wdm_list {

}

.wdm_resultContainer {
    width: 100% !important;
}

.select_opt {
    cursor: pointer;
    text-decoration: underline;
    list-style: inside disc;
}

.wdm_ul {
    border: 0;
    margin: 0;
    padding: 0;
}

#pagination-flickr li {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 11px;
    list-style: none;
}

#pagination-flickr a {
    border: solid 1px #DDDDDD;
    margin-right: 2px;
}

#pagination-flickr .previous-off,
#pagination-flickr .next-off {
    color: #666666;
    display: block;
    float: left;
    font-weight: bold;
    padding: 3px 4px;
}

#pagination-flickr .next a,
#pagination-flickr .previous a {
    font-weight: bold;
    border: solid 1px #FFFFFF;
}

#pagination-flickr .active {
    color: #ff0084;
    font-weight: bold;
    display: block;
    float: left;
    padding: 4px 6px;
}

#pagination-flickr a:link,
#pagination-flickr a:visited {
    /*color:#0063e3;*/
    display: block;
    float: left;
    padding: 3px 6px;
    text-decoration: none;
}

#pagination-flickr a:hover {
    border: solid 1px #666666;
}

.infor {
    font-style: italic;
    font-weight: bold;
    color: #777777;
}

.loading_sugg {
    background: url('http://cdn-radar1.heartyhosting.com/wp-content/plugins/wpsolr-search-engine/images/ajax-loader.gif') no-repeat right center !important;
    background-size: 7% !important;

}

.wdm_label {
    font-weight: bold;
}

.wdm_filter {
    margin-top: 15px;
}

.results-by-facets li {
    list-style: inside;
}

.p_content {
    float: left;
    padding-top: 4px;
    text-align: justify;
}

.search-submit {

}

.custom_search {

    float: left;
    background-color: #fff !important;
    background-image: url('http://cdn-radar1.heartyhosting.com/wp-content/plugins/wpsolr-search-engine/images/indexer1.png') !important;

    width: 32px !important;
    height: 32px !important;
    margin-left: -2px !important;
    border: 1px solid #ccc !important;
    padding: 0px !important;
    background-repeat: no-repeat;
    background-size: 100% !important;
    cursor: pointer;
}

/*.sfl2, .sfl1 {

    display: block;
    float: left;
    height: 32px !important;
    width: 150px !important;
    margin-left: 5px !important;
}*/

.select_field {

    width: 99%;
}/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
	min-height: 310px;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(http://cdn-radar0.heartyhosting.com/wp-content/themes/vip/am-plugins/ami-gallery/css/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #ccc;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background-color: black !important;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(http://cdn-radar0.heartyhosting.com/wp-content/themes/vip/am-plugins/ami-gallery/css/AjaxLoader.gif) no-repeat center center
}/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}#ami-gallery{overflow:hidden;margin-bottom:25px}#ami-gallery .owl-item{margin:0;padding:0}#ami-gallery .owl-item .wrapper-sticky{display:none}#ami-gallery .owl-item img{max-width:100%;height:auto}#ami-gallery .owl-item .aol-video-container{min-height:309px}#ami-gallery .owl-item .ami-aol-player,#ami-gallery .owl-item .fmvps-limited-mode,#ami-gallery .owl-item .fmvps-wrapper{width:551px;height:309px}#ami-gallery .owl-item .ami-aol-player video,#ami-gallery .owl-item .ami-aol-player object,#ami-gallery .owl-item .fmvps-limited-mode video,#ami-gallery .owl-item .fmvps-limited-mode object,#ami-gallery .owl-item .fmvps-wrapper video,#ami-gallery .owl-item .fmvps-wrapper object{width:551px;height:309px}#ami-gallery .owl-item .ami-aol-player .fmvps-player-spinner,#ami-gallery .owl-item .fmvps-limited-mode .fmvps-player-spinner,#ami-gallery .owl-item .fmvps-wrapper .fmvps-player-spinner{top:50%;left:50%;margin:-30px 0 0 -30px}#ami-gallery .owl-item p{font-family:"CorpidHeavy",Arial,Verdana,Helvetica,sans-serif;font-size:16px;font-size:1.6rem;line-height:19px;line-height:1.9rem;margin-top:40px;color:#000}#ami-gallery .owl-item .ami-gallery-item-credit{font-family:"Corpid",Arial,Verdana,Helvetica,sans-serif;font-size:10px;font-size:1rem;text-align:right;margin-top:2px}#ami-gallery .owl-pagination{height:1px}#ami-gallery .owl-pagination .owl-page{display:none}#ami-gallery .owl-buttons{text-align:center;-moz-transition-property:opacity;-o-transition-property:opacity;-webkit-transition-property:opacity;transition-property:opacity;-moz-transition-duration:0.5s;-o-transition-duration:0.5s;-webkit-transition-duration:0.5s;transition-duration:0.5s}#ami-gallery .owl-buttons .ami-counter{font-size:22px;font-size:2.2rem;display:inline-block;height:61px;vertical-align:top;padding-top:20px}#ami-gallery .owl-buttons a{display:block !important;text-indent:100%;white-space:nowrap;overflow:hidden;border:0;font:0/0 a;text-shadow:none;color:transparent;background-color:transparent;width:60px;height:61px;position:relative;text-align:center;display:inline-block !important;margin:0 15px 10px;cursor:pointer}#ami-gallery .owl-buttons a.owl-prev{padding:0;background:url(http://cdn-radar1.heartyhosting.com/wp-content/themes/vip/am-plugins/ami-gallery/images/rotatornav2x.png) no-repeat center 0;background-size:62px}#ami-gallery .owl-buttons a.owl-prev:hover{background:url(http://cdn-radar1.heartyhosting.com/wp-content/themes/vip/am-plugins/ami-gallery/images/rotatornav2x.png) no-repeat center -125px;background-size:62px}#ami-gallery .owl-buttons a.owl-prev.disabled{background:url(http://cdn-radar1.heartyhosting.com/wp-content/themes/vip/am-plugins/ami-gallery/images/rotatornav2x.png) no-repeat center -247px;background-size:62px}#ami-gallery .owl-buttons a.owl-next{padding:0;background:url(http://cdn-radar1.heartyhosting.com/wp-content/themes/vip/am-plugins/ami-gallery/images/rotatornav2x.png) no-repeat center -63px;background-size:62px}#ami-gallery .owl-buttons a.owl-next:hover{background:url(http://cdn-radar1.heartyhosting.com/wp-content/themes/vip/am-plugins/ami-gallery/images/rotatornav2x.png) no-repeat center -187px;background-size:62px}#ami-gallery .owl-buttons a.owl-next.disabled{background:url(http://cdn-radar1.heartyhosting.com/wp-content/themes/vip/am-plugins/ami-gallery/images/rotatornav2x.png) no-repeat center -309px;background-size:62px}#ami-gallery .vote-container .gallery-poll-vote{position:relative}#ami-gallery .vote-container .gallery-poll-vote .poll-left-side,#ami-gallery .vote-container .gallery-poll-vote .poll-right-side{width:269px;height:353px;display:inline-block}#ami-gallery .vote-container .gallery-poll-vote .poll-left-side img,#ami-gallery .vote-container .gallery-poll-vote .poll-right-side img{width:100% !important;height:auto !important}#ami-gallery .vote-container .gallery-poll-vote .poll-left-side button,#ami-gallery .vote-container .gallery-poll-vote .poll-right-side button{display:block;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;background-color:transparent;padding:0 !important;position:relative;height:353px;width:269px;overflow:hidden}#ami-gallery .vote-container .gallery-poll-vote .poll-left-side button:hover,#ami-gallery .vote-container .gallery-poll-vote .poll-right-side button:hover{background-color:transparent}#ami-gallery .vote-container .gallery-poll-vote .poll-left-side button .poll-credit,#ami-gallery .vote-container .gallery-poll-vote .poll-right-side button .poll-credit{position:absolute;top:10px;left:10px;font-family:"CorpidBold",Arial,Verdana,Helvetica,sans-serif;font-size:10px;font-size:1rem;line-height:12px;line-height:1.2rem;color:white;text-transform:none;text-shadow:0px 1px 3px #000}#ami-gallery .vote-container .gallery-poll-vote .poll-left-side button .poll-item-title,#ami-gallery .vote-container .gallery-poll-vote .poll-right-side button .poll-item-title{background-color:rgba(0,0,0,0.7);height:auto;width:100%;bottom:0;left:0;padding:7px 0;position:absolute;font-family:"CorpidBold",Arial,Verdana,Helvetica,sans-serif;font-size:14px;font-size:1.4rem;line-height:18px;line-height:1.8rem;line-height:auto;text-transform:none}#ami-gallery .vote-container .gallery-poll-vote .poll-left-side button .poll-result,#ami-gallery .vote-container .gallery-poll-vote .poll-right-side button .poll-result{font-family:"CorpidBold",Arial,Verdana,Helvetica,sans-serif;font-size:30px;font-size:3rem;position:absolute;width:100%;text-align:center;top:0;color:white;line-height:365px;line-height:36.5rem;background-color:rgba(0,0,0,0.7);height:353px}#ami-gallery .vote-container .gallery-poll-vote .poll-left-side button.voted .poll-item-title,#ami-gallery .vote-container .gallery-poll-vote .poll-right-side button.voted .poll-item-title{background-color:transparent;z-index:2}#ami-gallery .vote-container .gallery-poll-vote .poll-left-side{margin-right:10px}#ami-gallery .vote-container .gallery-poll-vote .poll-left-side::after{content:"Vs";position:absolute;left:45.2%;top:44%;z-index:1;font-family:"CorpidBlack",Arial,Verdana,Helvetica,sans-serif;font-size:30px;font-size:3rem;line-height:58px;line-height:5.8rem;color:white;height:53px;width:53px;background-color:#ff0071;-moz-border-radius:60px;-webkit-border-radius:60px;border-radius:60px;text-align:center;text-transform:uppercase}#ami-gallery .vote-container .gallery-poll-vote .poll-left-side.spin::after{-webkit-animation-name:spinner;-webkit-animation-duration:1s;-webkit-animation-timing-function:linear;-webkit-animation-delay:0s;-webkit-animation-iteration-count:infinite;-webkit-animation-play-state:running;animation-name:spinner;animation-duration:1s;animation-timing-function:linear;animation-delay:0s;animation-iteration-count:infinite;animation-play-state:running}#ami-gallery .next-slide-trigger{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;background-color:black;color:white;border:none;padding:5px 20px !important;line-height:24px;font-size:16px;text-transform:uppercase;cursor:pointer;-webkit-appearance:none;display:block;width:100%;margin-top:10px;text-align:center;padding:5px 0 !important}#ami-gallery .next-slide-trigger:hover{background-color:#ff0071}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0deg)}50%{-webkit-transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes spinner{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}100%{transform:rotate(360deg)}}@media screen and (max-width: 767px){#ami-gallery{margin-bottom:10px}#ami-gallery .owl-item .ami-gallery-entry{margin-top:10px !important}}.seoHide{display:none !important;visibility:hidden !important}.vinecontainer{position:relative;padding-top:100%}.vinecontainer iframe{position:absolute;width:100%;height:100%;top:0}.ami-video-type-instagram .instagram-media{width:98% !important;margin:3px auto 10px !important}.ami-video-type-twitter iframe{width:96% !important;margin:3px auto 10px !important}.videoWrapper{position:relative;padding-bottom:56.25%;height:0}.videoWrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.facebook-frame iframe{max-width:99%}
html,body,div,span,applet,object,iframe,h1,h2,h3,.gallery-header h1,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}html{line-height:1}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,th,td{text-align:left;font-weight:normal;vertical-align:middle}q,blockquote{quotes:none}q:before,q:after,blockquote:before,blockquote:after{content:"";content:none}a img{border:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}#content-wrapper{background:white;max-width:1024px;width:100%;margin:60px auto 0 auto;padding:0}#content-wrapper:before,#content-wrapper:after{content:" ";display:table}#content-wrapper:after{clear:both}@media only screen and (min-width: 768px){#content-wrapper{margin:60px auto 0 auto}}@media only screen and (max-width: 767px){#content-wrapper{max-width:480px}}#main-content{margin:0 20px}@media screen and (min-width: 768px) and (max-width: 879px){#main-content{width:50%;margin:0 0 0 20px;padding:0;float:left}}@media screen and (min-width: 880px){#main-content{width:55%;margin:0 0 0 20px;padding:0;float:left}}@media only screen and (min-width: 1024px){#main-content{width:620px;margin:0 0 0 42px}}#sidebar-right{width:300px;margin-left:20px}@media only screen and (min-width: 768px){#sidebar-right{float:left}}@media only screen and (min-width: 1024px){#sidebar-right{margin:0 0px 0 20px}}.right-justified{float:right;position:relative}.clearfix{clear:both;height:1px}.clear{clear:both}*{-moz-font-smoothing:antialiased;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}body{font-family:"Roboto",Arial,Verdana,Helvetica,sans-serif}input[type="submit"]{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;font-size:13px;font-size:.8125rem;line-height:18px;line-height:1.125rem;border:0;display:inline-block;background-color:#ff006d;color:white;font-family:"Roboto",Arial,Verdana,Helvetica,sans-serif;padding:4px 8px 4px 8px;font-weight:700}input[type="submit"]:hover{background-color:black}button{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;font-size:13px;font-size:.8125rem;line-height:18px;line-height:1.125rem;border:0;display:inline-block;background-color:#ff006d;color:white;font-family:"Roboto",Arial,Verdana,Helvetica,sans-serif;padding:4px 8px 4px 8px;padding:9px 10px;font-weight:700}button:hover{background-color:black}a,a:active{color:#000;text-decoration:none}a:hover,a:active:hover{color:#ff006d}a h3:hover,a .gallery-header h1:hover,.gallery-header a h1:hover{color:#ff006d}a img:hover{opacity:.8}p a{font-weight:bold}em,i{font-style:italic}h2{font-size:36px;font-size:2.25rem;line-height:34px;line-height:2.125rem;font-family:"Roboto Condensed","Arial Narrow",Helvetica,sans-serif;font-weight:700;text-transform:uppercase;margin:0 0 14px 0}@media only screen and (min-width: 768px){h2{font-size:54px;font-size:3.375rem;line-height:50px;line-height:3.125rem}}h2.entry-subtitle{font-size:20px;font-size:1.25rem;line-height:20px;line-height:1.25rem;font-family:"Roboto",Arial,Verdana,Helvetica,sans-serif;text-transform:none}h3,.gallery-header h1{font-size:20px;font-size:1.25rem;line-height:20px;line-height:1.25rem;font-family:"Roboto Condensed","Arial Narrow",Helvetica,sans-serif;font-weight:700;margin:0 0 10px 0;text-transform:uppercase}@media only screen and (min-width: 768px){h3,.gallery-header h1{font-size:24px;font-size:1.5rem;line-height:22px;line-height:1.375rem}}h4,.widget-title,.post-flag{font-size:16px;font-size:1rem;line-height:19px;line-height:1.1875rem;color:#ff006d;font-family:"Roboto Condensed","Arial Narrow",Helvetica,sans-serif;font-weight:700;margin:0;text-transform:uppercase}header h2.post-flag{font-size:26px;font-size:1.625rem;line-height:23px;line-height:1.4375rem;position:relative;margin:10px 0 4px 0;padding:0}h5{font-size:13px;font-size:.8125rem;line-height:15px;line-height:.9375rem;font-family:"Roboto",Arial,Verdana,Helvetica,sans-serif;font-weight:normal;margin:0}a h5:hover{color:#ff006d}h2 a,h3 a,.gallery-header h1 a,a h3,a .gallery-header h1,.gallery-header a h1,h5 a{color:black}img{height:auto;max-width:100%}.hidden{display:none}.subtitle{font-size:13px;font-size:.8125rem;line-height:15px;line-height:.9375rem}.posted-date{font-size:13px;font-size:.8125rem;color:gray;font-weight:normal;position:relative}body.home #content-wrapper .posted-date{display:none !important}.centered-elements{margin:0 auto}.centered-elements .close{width:24px;height:24px;position:absolute;right:15px;top:5px}#content-columns .radar-thumb img,#sidebar-right .radar-thumb img{-webkit-transform:scale(1);-webkit-backface-visibility:hidden}.header-privacy{color:#a6a6a6;font-size:11px;font-size:.6875rem;text-decoration:underline;font-family:"Roboto",Arial,Verdana,Helvetica,sans-serif}.radar-video-thumb .centring-box{display:block !important;overflow:hidden}.radar-thumb{position:relative;text-align:center}.radar-thumb img{max-width:100%}.radar-thumb .gallery-icon,.radar-thumb .videos-icon,.radar-thumb .partner-name,.radar-thumb .post-flag{z-index:0}.radar-thumb .centring-box{vertical-align:middle;position:relative}.radar-thumb .centring-box img{display:block;margin:0 auto}.partner-name{display:block;height:22px;position:absolute;top:0;left:0;color:white;background:url(http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/sponsored.png) 5px 6px no-repeat rgba(0,0,0,0.8);font-family:"Roboto",Arial,Verdana,Helvetica,sans-serif;font-weight:700;padding:0 10px 0 20px;text-transform:uppercase;letter-spacing:1px;font-size:13px;font-size:.8125rem;line-height:24px;line-height:1.5rem}.radar-gallery-thumb{position:relative}.radar-gallery-thumb .gallery-icon{color:#ff006d;display:block;font-family:Arial, Helvetica, Verdana, sans-serif;font-weight:700;height:30px;width:70px;position:absolute;bottom:10px;left:10px;padding-right:2px;z-index:0}.radar-gallery-thumb .image-count{display:block;font-size:15px;margin:8px 0 0 26px}.radar-thumb .video-icon{height:30px;width:70px;position:absolute;bottom:10px;left:10px}.widget-sub-title{position:relative;display:block;font-family:"Roboto Condensed","Arial Narrow",Helvetica,sans-serif;font-weight:700;text-transform:uppercase;padding-top:20px;margin:0;color:#ff006d;font-size:16px;font-size:1rem;color:#ff006d;text-transform:uppercase;margin:0}.top_posts{padding-bottom:20px;margin-bottom:20px;border-bottom:2px solid #000}.top_posts article{width:31%;margin-left:20px;display:inline-block;vertical-align:top}.top_posts article:first-child{margin-left:0}.top_posts article .radar-thumb{float:left;margin-right:15px}.top_posts article .radar-thumb .post-flag,.top_posts article .radar-thumb .partner-name{display:none}.top_posts article .radar-video-thumb{height:71px}.top_posts article .radar-video-thumb .centring-box img{height:71px;width:auto}.top_posts article h3,.top_posts article .gallery-header h1,.gallery-header .top_posts article h1{float:left;max-width:160px}.top_posts article h3 a,.top_posts article .gallery-header h1 a,.gallery-header .top_posts article h1 a{font-family:"Roboto",Arial,Verdana,Helvetica,sans-serif;font-weight:700;font-size:13px;font-size:.8125rem;line-height:17px;line-height:1.0625rem;color:#000}.top_posts article h3 a:hover,.top_posts article .gallery-header h1 a:hover,.gallery-header .top_posts article h1 a:hover{color:#ff006d}.single-format-standard .avatar{display:inline}.radar-skin #below_header{width:970px;margin-left:auto;margin-right:auto;margin-top:83px}.radar-skin #sidebar-right{margin-left:30px}.desktop #above_footer_section{clear:both;position:relative;text-align:center}.desktop #above_footer_section .widget{padding:10px 0;background:white;margin:0 auto;text-align:center}@media screen and (min-width: 1024px){.desktop #above_footer_section .widget{width:1024px}}@media screen and (max-width: 1023px){.desktop #above_footer_section .widget{width:100%}}.desktop #above_footer_section .widget-gpt2-ami-ads{margin:0 auto}.radar-media-box:before,.radar-media-box:after{content:" ";display:table}.radar-media-box:after{clear:both}img[height],img[class*="align"],img[class*="wp-image-"],img[class*="attachment-"]{height:auto}h4.comments-title{border-top:1px solid #efefef;margin:40px 0 20px;padding-top:40px}#dfp-tag-interstitial{height:0}div#commentsDiv *{font-size:14px;font-size:.875rem;font-family:"Roboto",Arial,Verdana,Helvetica,sans-serif}div#commentsDiv li,div#commentsDiv li *,div#commentsDiv div.gig-comment-footer *{font-size:13px;font-size:.8125rem}div#commentsDiv span.gig-comment-time{font-size:12px;font-size:.75rem}@media only screen and (max-width: 767px){div#nav li,div#nav div#tips{display:none}}@media only screen and (max-width: 767px){div#commentsDiv *{font-size:16px;font-size:1rem;font-family:"Roboto",Arial,Verdana,Helvetica,sans-serif}div#commentsDiv li,div#commentsDiv li *,div#commentsDiv div.gig-comment-footer *{font-size:15px;font-size:.9375rem}div#commentsDiv span.gig-comment-time{font-size:14px;font-size:.875rem}}@media only screen and (min-width: 768px){.show-mobile{display:none !important}}@media only screen and (max-width: 767px){.show-mobile{display:block !important}}@media only screen and (max-width: 767px){.hide-mobile{display:none !important}}#dfp-tag-mobile_interstitial{position:absolute}iframe[id*="zd_async_tagframe_"]{display:none}body.home article.partner-link .radar-thumb span.partner-name{top:auto;bottom:10px;left:10px;background:transparent none;padding-left:0;color:silver;text-transform:lowercase;letter-spacing:0;font-size:13px;font-size:.8125rem}body.home article.non-partner-link .radar-thumb span.partner-name{position:absolute;top:auto;bottom:10px}body.home article.partner-link:hover,body.home article.non-partner-link:hover{opacity:.8}body.home article.partner-link a img:hover,body.home article.non-partner-link a img:hover{opacity:1}body.home article.partner-link .radar-thumb,body.home article.non-partner-link .radar-thumb{display:block;float:none;width:auto !important;max-width:620px !important}body.home article.partner-link .radar-thumb:after,body.home article.non-partner-link .radar-thumb:after{background-color:transparent;display:block;content:" ";position:absolute;margin-top:-115px;right:10px}body.home article.partner-link .radar-thumb>img,body.home article.non-partner-link .radar-thumb>img{max-height:164px !important}body.home article.partner-link .radar-thumb:hover,body.home article.non-partner-link .radar-thumb:hover{cursor:pointer}body.desktop.home article.partner-link .text-block,body.desktop.home article.non-partner-link .text-block{color:white}@media screen and (max-width: 768px){body.desktop.home article.partner-link .text-block,body.desktop.home article.non-partner-link .text-block{position:relative}}@media screen and (min-width: 769px){body.desktop.home article.partner-link .text-block,body.desktop.home article.non-partner-link .text-block{position:absolute;top:10px;background:transparent;margin-left:10px}body.desktop.home article.partner-link .text-block a,body.desktop.home article.non-partner-link .text-block a{color:white;text-shadow:0 -1px 0px black}body.desktop.home article.partner-link .text-block p.posted-date,body.desktop.home article.non-partner-link .text-block p.posted-date{display:none}}body.desktop.home article.partner-link .text-block div.subtitle,body.desktop.home article.non-partner-link .text-block div.subtitle{display:none}@media only screen and (max-width: 767px){body.home article.partner-link,body.home article.non-partner-link{min-height:0 !important}body.home article.partner-link .radar-thumb,body.home article.non-partner-link .radar-thumb{width:100% !important;max-width:100% !important;height:auto !important;min-height:0 !important}body.home article.partner-link .radar-thumb>img,body.home article.non-partner-link .radar-thumb>img{width:100% !important}body.home article.partner-link .radar-thumb:after,body.home article.non-partner-link .radar-thumb:after{background-size:66%}}@media only screen and (max-width: 767px){body.home article.partner-link .partner-link-for-mobile{display:block;text-transform:lowercase;font-family:"Roboto",Arial,Verdana,Helvetica,sans-serif;font-size:12px;font-size:.75rem;font-weight:normal;color:gray}}@media only screen and (max-width: 767px){body.home article.non-partner-link .radar-thumb span.partner-name{position:absolute;top:auto;bottom:10px}}@media only screen and (max-width: 767px){body.home article.partner-link .radar-thumb span.partner-name{position:absolute;top:auto;bottom:10px;display:none}}body.desktop.search-no-results .list-content{min-height:4000px;padding-top:50px}div#sidebar-right .widget .zergheader{position:relative}@media only screen and (min-width: 768px) and (max-width: 1023px){div#sidebar-right .widget .zergheader{top:0}}.widget-title{display:none}.widget-zone-posts .widget-title{display:block}.partner-logo-ok .radar-thumb:after{right:10px;bottom:10px}@media only screen and (min-width: 768px) and (max-width: 1023px){.partner-logo-ok .radar-thumb:after{background-size:100% !important;background-position:0 -42px !important;height:22px !important;left:10px;right:auto}}@media only screen and (max-width: 767px){.partner-logo-ok .radar-thumb:after{background-size:100% !important;background-position:0 -40px !important;height:24px !important;left:10px;right:auto}}.partner-logo-mf .radar-thumb:after{right:10px;bottom:10px}@media only screen and (min-width: 768px) and (max-width: 1023px){.partner-logo-mf .radar-thumb:after{background-size:50% !important;background-position:0px -22px !important;height:25px !important;left:10px;right:auto}}@media only screen and (max-width: 767px){.partner-logo-mf .radar-thumb:after{background-size:55% !important;background-position:0 -24px !important;height:25px !important;left:10px;right:auto}}.partner-logo-enquirer .radar-thumb:after{right:10px;bottom:10px}@media only screen and (min-width: 768px) and (max-width: 1023px){.partner-logo-enquirer .radar-thumb:after{background-size:55% !important;background-position:0px 0px !important;height:23px !important;left:10px;right:auto}}@media only screen and (max-width: 767px){.partner-logo-enquirer .radar-thumb:after{background-size:53% !important;background-position:0 24px !important;height:47px !important;left:8px;right:auto}}.partner-logo-star .radar-thumb:after{right:10px;bottom:10px}@media only screen and (min-width: 768px) and (max-width: 1023px){.partner-logo-star .radar-thumb:after{background-size:70% !important;background-position:0 -83px !important;left:10px;right:auto;height:21px !important}}@media only screen and (max-width: 767px){.partner-logo-star .radar-thumb:after{background-size:85% !important;background-position:0 -101px !important;left:6px;right:auto;height:24px !important}}.partner-logo-sod .radar-thumb:after{right:10px;bottom:10px}@media only screen and (min-width: 768px) and (max-width: 1023px){.partner-logo-sod .radar-thumb:after{background-size:53% !important;background-position:0px -92px !important;left:7px;right:auto;height:28px !important}}@media only screen and (max-width: 767px){.partner-logo-sod .radar-thumb:after{background-size:50% !important;background-position:0 -85px !important;left:7px;right:auto;height:30px !important}}.top-three{position:relative;z-index:1}.top-three:before,.top-three:after{content:" ";display:table}.top-three:after{clear:both}.home .promo-title{display:block}.hero{border-bottom:1px solid #efefef;position:relative;overflow:hidden;margin-bottom:20px;padding-bottom:20px}.hero:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:.8}.hero a img:hover{filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);opacity:1}@media screen and (max-width: 767px){.hero{padding-bottom:0;margin-bottom:15px;border-bottom:none}}.hero .text-block{margin:0 20px}.hero .text-block strong.promo-title{font-size:36px;font-size:2.25rem;line-height:34px;line-height:2.125rem;letter-spacing:-1px;font-family:"Roboto Condensed","Arial Narrow",Helvetica,sans-serif;font-weight:700;text-transform:uppercase;margin:0 0 14px 0;color:white;max-width:500px}@media screen and (min-width: 768px){.hero .text-block strong.promo-title{font-size:54px;font-size:3.375rem;line-height:50px;line-height:3.125rem}}.hero .text-block strong.promo-title:hover{color:white}@media screen and (max-width: 767px){.hero .text-block strong.promo-title{color:black;margin-bottom:7px}.hero .text-block strong.promo-title:hover{color:black}}@media screen and (max-width: 767px){.hero .text-block h2.post-flag{margin-bottom:5px;font-size:24px;font-size:1.5rem;line-height:24px;line-height:1.5rem}}.hero .radar-thumb{margin-bottom:10px}.hero .posted-date{position:absolute;bottom:25px;right:40px}@media screen and (min-width: 768px){.hero{max-height:400px}.hero .text-block{position:absolute;bottom:20px;max-width:100%;left:40px;margin:0}.hero h2{font-size:30px;font-size:1.875rem;margin-bottom:10px}.hero .subtitle{font-size:20px;font-size:1.25rem;line-height:28px;line-height:1.75rem;margin-right:210px;color:white}.hero .subtitle p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero .posted-date{position:absolute;bottom:25px;right:40px;color:white}}@media screen and (min-width: 768px) and (max-width: 1024px){.hero .posted-date{bottom:45px}.hero .text-block{bottom:40px}}@media (max-width: 767px){.hero .subtitle{width:100%}.hero .posted-date{right:20px;text-align:left;position:static;margin:10px 20px 0;padding-bottom:15px;display:block;border-bottom:1px solid #efefef}}h1{font-size:36px;font-size:2.25rem;line-height:34px;line-height:2.125rem;font-family:"Roboto Condensed","Arial Narrow",Helvetica,sans-serif;font-weight:700;margin-bottom:8px;text-transform:uppercase}@media screen and (min-width: 768px){h1{font-size:54px;font-size:3.375rem;line-height:50px;line-height:3.125rem}}h1 a{color:black}@media screen and (min-width: 768px){h1 a{color:white}}strong.promo-title{font-size:20px;font-size:1.25rem;line-height:20px;line-height:1.25rem;font-family:"Roboto Condensed","Arial Narrow",Helvetica,sans-serif;font-weight:700;margin:0 0 10px 0;text-transform:uppercase}@media screen and (min-width: 768px){strong.promo-title{font-size:24px;font-size:1.5rem;line-height:22px;line-height:1.375rem}}.smaller-top-block{border-bottom:1px solid #efefef;margin:0 0px 20px 0px;padding-bottom:20px;display:none}.smaller-top-block:before,.smaller-top-block:after{content:" ";display:table}.smaller-top-block:after{clear:both}@media screen and (min-width: 768px){.smaller-top-block{border-bottom:0}}.smaller-top-block .text-block{width:50%;float:left;max-width:200px;padding:0 0 0 20px}.smaller-top-block .text-block h2{font-size:20px;font-size:1.25rem;line-height:22px;line-height:1.375rem}.smaller-top-block .text-block a strong{font-size:28px;font-size:1.75rem;line-height:25px;line-height:1.5625rem}.smaller-top-block .radar-thumb{max-width:300px;float:left;overflow:hidden}.smaller-top-block img{width:100%}@media screen and (min-width: 768px){.smaller-top-block{width:50%;float:left}}@media screen and (max-width: 1000px){.smaller-top-block{padding:0 20px 20px}.smaller-top-block .text-block{width:100%;padding:0;max-width:500px;float:none}.smaller-top-block .radar-thumb{max-width:500px;float:none;overflow:hidden}}@media screen and (max-width: 767px){.smaller-top-block{margin:15px 20px 15px;padding:0 0 15px}.smaller-top-block .post-flag{margin-bottom:5px}.smaller-top-block .radar-thumb{margin-bottom:15px}}.small-post{border-bottom:1px solid #ededed;position:relative;background:transparent;min-height:140px;clear:both;margin:15px 0 5px 0}.small-post:before,.small-post:after{content:" ";display:table}.small-post:after{clear:both}.small-post p{font-size:13px;font-size:.8125rem;line-height:15px;line-height:.9375rem}.small-post .text-block{float:left;width:39%;margin-bottom:15px}@media screen and (min-width: 768px){.small-post .text-block{margin:0 0px 15px 0}}@media screen and (min-width: 320px) and (max-width: 1023px){.small-post .text-block{width:100%;float:none}}.small-post .promo-title{font-size:20px;font-size:1.25rem;line-height:20px;line-height:1.25rem;font-family:"Roboto Condensed","Arial Narrow",Helvetica,sans-serif;font-weight:700;margin:0 0 10px 0;text-transform:uppercase}@media screen and (min-width: 768px){.small-post .promo-title{font-size:24px;font-size:1.5rem;line-height:22px;line-height:1.375rem}}.small-post .subtitle{margin-bottom:10px}@media screen and (max-width: 1023px){.small-post .subtitle{display:none}}.small-post .radar-thumb{float:left;height:auto !important;max-width:320px;width:50% !important;background:white;margin-bottom:15px}.small-post .radar-thumb img{width:100%}@media screen and (min-width: 768px){.small-post .radar-thumb{float:right;margin:0 0px 15px 0;width:42%}}@media screen and (min-width: 320px) and (max-width: 1023px){.small-post .radar-thumb{width:100% !important;float:none !important;max-width:9999px !important}}@media screen and (max-width: 767px){.small-post .post-flag{margin-bottom:5px;font-size:20px;font-size:1.25rem;line-height:20px;line-height:1.25rem}.small-post .promo-title{font-size:24px;font-size:1.5rem;line-height:24px;line-height:1.5rem}}.large-post{border-bottom:1px solid #ededed;position:relative;margin:15px 0;padding-bottom:15px}.large-post:before,.large-post:after{content:" ";display:table}.large-post:after{clear:both}.large-post .text-block{padding-bottom:15px}.large-post .text-block .posted-date{float:right;margin:-10px 0 0 0}.large-post .promo-title{font-size:36px;font-size:2.25rem;line-height:34px;line-height:2.125rem;letter-spacing:-1px;font-family:"Roboto Condensed","Arial Narrow",Helvetica,sans-serif;font-weight:700;text-transform:uppercase;margin:0 0 14px 0}@media screen and (min-width: 768px){.large-post .promo-title{font-size:54px;font-size:3.375rem;line-height:50px;line-height:3.125rem}}@media screen and (min-width: 768px){.large-post h2{font-size:26px;font-size:1.625rem;line-height:30px;line-height:1.875rem;position:relative;margin:10px 0 0 0;padding:0}.large-post .subtitle{font-size:20px;font-size:1.25rem;line-height:22px;line-height:1.375rem;width:75%}}.large-post .radar-thumb{float:left;width:100% !important;height:auto !important}.large-post .radar-thumb img{width:100%;height:auto}@media screen and (max-width: 767px){.large-post .post-flag{margin-bottom:5px;font-size:24px;font-size:1.5rem;line-height:24px;line-height:1.5rem}.large-post .radar-thumb{margin-bottom:15px}.large-post .text-block{padding-bottom:0}.large-post .text-block .posted-date{float:none;margin-top:10px}.large-post .promo-title{margin:0 0 7px 0}}ul.related-articles{clear:both}ul.related-articles li{font-size:20px;font-size:1.25rem;line-height:18px;line-height:1.125rem;border-top:1px solid #efefef;font-family:"Roboto Condensed","Arial Narrow",Helvetica,sans-serif;font-weight:700;height:66px;position:relative;text-transform:uppercase}ul.related-articles li:after{content:" ";position:absolute;right:0;top:24px;width:12px !important;height:19px !important;background-position:0 -308px !important;background-size:auto !important}ul.related-articles li a{display:block;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-right:30px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 767px){ul.related-articles li{font-size:16px;font-size:1rem;line-height:18px;line-height:1.125rem;border-top:1px solid #efefef;font-family:"Roboto Condensed","Arial Narrow",Helvetica,sans-serif;font-weight:700;height:44px;position:relative;text-transform:uppercase}ul.related-articles li:after{right:0;top:14px;width:20px;height:20px}ul.related-articles li a{display:block;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-right:30px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.home #leaderboard{padding:0;border:0}@media screen and (max-width: 767px){.single-post #content-wrapper{margin-top:60px}}.single-post .posts{margin-left:42px}@media screen and (min-width: 768px) and (max-width: 847px){.single-post .posts header{width:47%}}@media screen and (min-width: 848px) and (max-width: 1023px){.single-post .posts header{width:55%}}@media screen and (min-width: 1024px){.single-post .posts header{margin-left:80px;width:540px}}@media screen and (max-width: 767px){.single-post .posts{margin-left:0}}.post-container{max-width:940px;margin:0 auto}@media screen and (max-width: 960px){.post-container{margin:0 20px}}.post-container article{position:relative}.post-container #article-top-part{margin-left:80px;border-bottom:1px solid #efefef;padding-bottom:30px;margin-bottom:30px;overflow:hidden}@media screen and (max-width: 1023px){.post-container #article-top-part{margin-left:0px}}.post-container #article-top-part .entry-subtitle{font-family:"Roboto",Arial,Verdana,Helvetica,sans-serif;text-transform:none;font-weight:400;font-size:20px;font-size:1.25rem;line-height:26px;line-height:1.625rem}@media screen and (max-width: 767px){.post-container #article-top-part h2.post-flag{font-size:24px;font-size:1.5rem;line-height:24px;line-height:1.5rem}}.post-container #article-top-part h1{text-transform:capitalize}@media screen and (min-width: 768px){.post-container #article-top-part h1{font-size:54px;font-size:3.375rem;line-height:54px;line-height:3.375rem}}@media screen and (max-width: 1023px) and (min-width: 768px){.post-container #article-top-part h1{font-size:44px;font-size:2.75rem;line-height:44px;line-height:2.75rem}}@media screen and (max-width: 767px){.post-container #article-top-part h3.entry-subtitle,.post-container #article-top-part .gallery-header h1.entry-subtitle,.gallery-header .post-container #article-top-part h1.entry-subtitle{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem}}.post-container #article-top-part figure{position:relative}.post-container #article-top-part figure img{max-width:100%;display:block;height:auto;width:100%}.post-container #article-top-part figure .photo_credit{position:absolute;top:0;right:20px;height:20px;font-family:"Roboto",Arial,Verdana,Helvetica,sans-serif;background-color:#555555;background-color:rgba(85,85,85,0.8);text-align:center;color:white;font-size:10px;font-size:.625rem;line-height:20px;line-height:1.25rem;-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-webkit-transform:rotate(270deg);transform:rotate(270deg);-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;-webkit-transform-origin:100% 0;transform-origin:100% 0;overflow:hidden;padding:0 5px}.post-container #article-top-part figure .photo-caption{font-size:13px;font-size:.8125rem;border-bottom:1px solid #efefef;color:gray;padding:20px 0}.post-container #article-top-part figure .netseer_image_banner{z-index:10 !important}.post-container #article-top-part .entry iframe{max-width:100% !important}.post-container #article-top-part .entry .jwplayer{max-width:100%}.post-container #article-top-part div.author{font-size:18px;font-size:1.125rem;line-height:20px;line-height:1.25rem;color:gray;margin-top:16px}.post-container #article-top-part div.author .by{display:inline;position:relative;top:-3px;padding-top:0;padding-right:5px;border-right:solid 1px #000000}.post-container #article-top-part div.author .by a{color:gray}.post-container #article-top-part div.author .avatar{float:left;margin-top:-3px}.post-container #article-top-part div.author .avatar img{border-radius:12px;float:none;width:40px;height:40px;margin-right:6px}.post-container #article-top-part div.author .twitter{display:inline !important;position:relative;top:-3px;background-size:140px auto !important;height:26px !important;width:auto !important;background-position:2px -1962px !important;background-color:#e7e7e7;border-radius:5px;padding:6px 6px 6px 28px;font-size:18px;font-size:1.125rem}.post-container #sidebar-right{display:none}@media screen and (min-width: 768px){.post-container #sidebar-right{width:300px;display:block;float:right}}.post-container #article-bottom-part .trc_related_container{border-bottom:1px solid #efefef;padding-bottom:30px;margin-bottom:30px}.post-container #article-bottom-part .trc_related_container#taboola-below-article-thumbnails{padding-bottom:20px}@media screen and (max-width: 867px){.single .posts,.page:not(.page-template-page-products) .posts{padding:0 20px}}.single .entry-meta,.page:not(.page-template-page-products) .entry-meta{font-family:"Roboto",Arial,Verdana,Helvetica,sans-serif;font-size:13px;margin-bottom:18px}.single .post,.page:not(.page-template-page-products) .post{background-color:white}@media screen and (min-width: 768px) and (max-width: 847px){.single .post,.page:not(.page-template-page-products) .post{float:left;width:55%}}@media screen and (min-width: 848px) and (max-width: 1023px){.single .post,.page:not(.page-template-page-products) .post{float:left;width:55%}}@media screen and (min-width: 1024px){.single .post,.page:not(.page-template-page-products) .post{float:left;width:606px}}.single .post .entry,.page:not(.page-template-page-products) .post .entry{max-width:100%}@media screen and (min-width: 768px) and (max-width: 1023px){.single .post .entry,.page:not(.page-template-page-products) .post .entry{position:relative}}@media screen and (min-width: 1024px){.single .post .entry,.page:not(.page-template-page-products) .post .entry{position:relative}}.single .post .entry ul,.page:not(.page-template-page-products) .post .entry ul{list-style-type:disc;padding:0 0 0 30px;margin:1em 0}.single .post .entry ol,.page:not(.page-template-page-products) .post .entry ol{list-style-type:decimal;padding:0 0 0 30px;margin:1em 0}.single .post .entry li,.page:not(.page-template-page-products) .post .entry li{margin:.5em 0;font-family:"Roboto",Arial,Verdana,Helvetica,sans-serif;font-size:16px;font-size:1rem;line-height:28px;line-height:1.75rem}.single .post .entry a,.page:not(.page-template-page-products) .post .entry a{text-decoration:none;color:#ff006d;font-weight:700;font-family:"Roboto",Arial,Verdana,Helvetica,sans-serif}.single .post .entry a:hover,.page:not(.page-template-page-products) .post .entry a:hover{text-decoration:underline}.single .post .entry .entry a:hover,.page:not(.page-template-page-products) .post .entry .entry a:hover{text-decoration:underline}.single .post .entry p,.page:not(.page-template-page-products) .post .entry p{margin:1em 0;font-family:"Roboto",Arial,Verdana,Helvetica,sans-serif;font-size:16px;font-size:1rem;line-height:28px;line-height:1.75rem;color:#000}.single .post .entry p a,.single .post .entry p strong,.page:not(.page-template-page-products) .post .entry p a,.page:not(.page-template-page-products) .post .entry p strong{font-family:"Roboto",Arial,Verdana,Helvetica,sans-serif;font-weight:bold}.single .post .entry .radar-thumb,.page:not(.page-template-page-products) .post .entry .radar-thumb{background-color:white}.single .post .entry .radar-thumb .centring-box,.page:not(.page-template-page-products) .post .entry .radar-thumb .centring-box{vertical-align:top}.single .post .entry .radar-thumb .gallery-icon,.single .post .entry .radar-thumb .post-flag,.page:not(.page-template-page-products) .post .entry .radar-thumb .gallery-icon,.page:not(.page-template-page-products) .post .entry .radar-thumb .post-flag{display:none}.single .post .entry .timeline-trending-box,.page:not(.page-template-page-products) .post .entry .timeline-trending-box{width:100%;background-color:#F8F8F8;overflow:hidden;position:relative;padding:16px 0}.single .post .entry .timeline-trending-box h3,.single .post .entry .timeline-trending-box .gallery-header h1,.gallery-header .single .post .entry .timeline-trending-box h1,.page:not(.page-template-page-products) .post .entry .timeline-trending-box h3,.page:not(.page-template-page-products) .post .entry .timeline-trending-box .gallery-header h1,.gallery-header .page:not(.page-template-page-products) .post .entry .timeline-trending-box h1{text-align:center;margin:0 0 15px 0}.single .post .entry .timeline-trending-box a,.page:not(.page-template-page-products) .post .entry .timeline-trending-box a{font-size:13px;font-size:.8125rem;display:block;color:black;font-family:"Roboto",Arial,Verdana,Helvetica,sans-serif;margin-bottom:5px}.single .post .entry .timeline-trending-box #timeline-slider div.timeline-item,.page:not(.page-template-page-products) .post .entry .timeline-trending-box #timeline-slider div.timeline-item{font-size:13px;font-size:.8125rem;line-height:19px;line-height:1.1875rem;color:#000;font-family:"Roboto",Arial,Verdana,Helvetica,sans-serif;float:left;width:160px;text-align:center;margin:0 10px;list-style:none;position:relative}.single .post .entry .timeline-trending-box #timeline-slider div.timeline-item a,.page:not(.page-template-page-products) .post .entry .timeline-trending-box #timeline-slider div.timeline-item a{min-height:65px}.single .post .entry .timeline-trending-box #timeline-slider div.timeline-item:last-of-type:after,.page:not(.page-template-page-products) .post .entry .timeline-trending-box #timeline-slider div.timeline-item:last-of-type:after{width:50%;height:17px;background-color:#F8F8F8;display:block;position:absolute;left:50%;top:97px;content:" ";margin-left:10px}.single .post .entry .timeline-trending-box #timeline-slider div.timeline-item:first-of-type:before,.page:not(.page-template-page-products) .post .entry .timeline-trending-box #timeline-slider div.timeline-item:first-of-type:before{width:50%;height:17px;background-color:#F8F8F8;display:block;position:absolute;right:50%;top:97px;content:" ";margin-right:5px}.single .post .entry .timeline-trending-box .timeline-bar,.page:not(.page-template-page-products) .post .entry .timeline-trending-box .timeline-bar{border-top:solid 3px #ff006d;position:absolute;top:148px;width:100%;margin-left:100px}.single .post .entry .timeline-trending-box .timeline-bar.notitle,.page:not(.page-template-page-products) .post .entry .timeline-trending-box .timeline-bar.notitle{top:107px}.single .post .entry .timeline-trending-box .radar-thumb,.page:not(.page-template-page-products) .post .entry .timeline-trending-box .radar-thumb{margin-bottom:5px;max-height:90px;min-height:90px;overflow:hidden;background-color:transparent}.single .post .entry .timeline-trending-box .timeline-scroll-arrow,.page:not(.page-template-page-products) .post .entry .timeline-trending-box .timeline-scroll-arrow{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;background-size:140px auto !important;background-position:0 -333px !important;height:298px !important;width:40px !important;position:absolute;cursor:pointer;z-index:9999;top:-57px;left:0;-moz-transition:all .3s ease;-o-transition:all .3s ease;-webkit-transition:all .3s ease;transition:all .3s ease}.single .post .entry .timeline-trending-box .timeline-scroll-arrow.slick-disabled,.page:not(.page-template-page-products) .post .entry .timeline-trending-box .timeline-scroll-arrow.slick-disabled{display:none !important}.single .post .entry .timeline-trending-box:hover .timeline-scroll-arrow,.page:not(.page-template-page-products) .post .entry .timeline-trending-box:hover .timeline-scroll-arrow{filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);opacity:1}.single .post .entry .timeline-trending-box .scroll-left.timeline-scroll-arrow,.page:not(.page-template-page-products) .post .entry .timeline-trending-box .scroll-left.timeline-scroll-arrow{-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1);filter:FlipH;-ms-filter:"FlipH"}.single .post .entry .timeline-trending-box .scroll-right.timeline-scroll-arrow,.page:not(.page-template-page-products) .post .entry .timeline-trending-box .scroll-right.timeline-scroll-arrow{right:0;left:initial}.single .post .entry .timeline-trending-box .timeline-dot,.page:not(.page-template-page-products) .post .entry .timeline-trending-box .timeline-dot{position:relative;display:block;height:20px;width:20px;border:solid 3px #ff006d;background:#fff;margin:8px auto;border-radius:30px}.single .post .entry .timeline-trending-box .active.timeline-dot,.page:not(.page-template-page-products) .post .entry .timeline-trending-box .active.timeline-dot{background:#ff006d}div.author{font-size:18px;font-size:1.125rem;line-height:20px;line-height:1.25rem;color:gray;margin-top:30px}div.author .by{display:block;padding-top:12px}div.author .by a{color:gray}div.author .no-border{border:none !important}div.author .avatar img{border-radius:12px;float:left;width:40px;height:40px;margin-right:6px}.tags{margin-bottom:20px;clear:both;padding-top:20px}.tags a{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;font-size:13px;font-size:.8125rem;line-height:18px;line-height:1.125rem;border:0;display:inline-block;background-color:#ff006d;color:white;font-family:"Roboto",Arial,Verdana,Helvetica,sans-serif;padding:4px 8px 4px 8px;margin-bottom:10px}.tags a:hover{background-color:black}.below-article{background:#fff}.slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;outline:none;height:100%;min-height:1px}.slick-slide:focus{outline:none}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.timeline-bar-need .slick-track:before{content:'';border-top:solid 3px #ff006d;position:absolute;top:106px;width:100%;margin:0 0 0 20px}.most-popular li{margin:10px 0 0}.most-popular li:before,.most-popular li:after{content:" ";display:table}.most-popular li:after{clear:both}.most-popular li a{color:#000}.most-popular li .radar-thumb{max-width:121px;float:left;margin:0 10px 10px 0}.most-popular li:last-of-type .radar-thumb{margin:0 10px 0px 0}.daily-juice{background-color:#FF006C;padding-bottom:10px}.daily-juice:before,.daily-juice:after{content:" ";display:table}.daily-juice:after{clear:both}.daily-juice h2{font-size:16px;font-size:1rem;line-height:24px;line-height:1.5rem;color:white;font-family:"Roboto Condensed","Arial Narrow",Helvetica,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-top:2px;margin-bottom:0;padding:10px 0 0 10px}.daily-juice h3,.daily-juice .gallery-header h1,.gallery-header .daily-juice h1{font-size:44px;font-size:2.75rem;line-height:52px;line-height:3.25rem;font-family:"Roboto Condensed","Arial Narrow",Helvetica,sans-serif;font-weight:700;margin-top:-5px;margin-bottom:5px;padding:0 0 0 10px;text-transform:uppercase}.daily-juice h3 span,.daily-juice .gallery-header h1 span,.gallery-header .daily-juice h1 span{color:white}.daily-juice p{margin:0}.daily-juice .bg-input{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;background-color:white;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px;margin:0 0 10px 10px;padding:6px 5px 2px 0;width:280px}.daily-juice input[type="text"]{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;font-size:13px;font-size:.8125rem;padding:5px;vertical-align:middle;background-color:#fff;border:1px solid #e1e1e1;line-height:22px;line-height:1.375rem;border:none;color:black;padding:0 12px;width:197px;height:40px;margin-top:-6px;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}.daily-juice input[type="text"]::-webkit-input-placeholder{color:#000}.daily-juice input[type="text"]::-moz-placeholder{color:#000}.daily-juice input[type="text"]:-ms-input-placeholder{color:#000}.daily-juice input[type="submit"]{background-color:#000;cursor:pointer;float:right;padding:5px 10px;text-transform:uppercase;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.daily-juice .success{color:#fff;padding:12px 10px 10px}.daily-juice .sailthru-add-subscriber-errors{line-height:32px;line-height:2rem;color:#fff;padding:0 10px}.featured-photos .first_photo .radar-thumb{height:194px;margin-bottom:12px;overflow:hidden}.featured-photos .first_photo .radar-thumb img{width:100%;height:auto}.featured-photos .photos-row .clearfix{clear:both;height:1px}.featured-photos .photos-row .regular_photo{float:left;width:92px;margin:3px 0 10px 12px}.featured-photos .photos-row .regular_photo a{color:#000}.featured-photos .photos-row .regular_photo:first-child{margin-left:0}.home #sidebar-right{position:relative;top:15px}#sidebar-right .widget{border-bottom:1px solid #ededed !important;margin:0 0 10px 0;padding-bottom:10px;clear:both}#sidebar-right .widget:before,#sidebar-right .widget:after{content:" ";display:table}#sidebar-right .widget:after{clear:both}#sidebar-right .widget:last-of-type{border-bottom:none !important}#sidebar-right .widget.widget-gpt2-ami-ads{padding-bottom:10px}#sidebar-right .widget .zone_layout_widget.featured-photos h3,#sidebar-right .widget .zone_layout_widget.featured-photos .gallery-header h1,.gallery-header #sidebar-right .widget .zone_layout_widget.featured-photos h1{margin-bottom:0}#sidebar-right .widget_links li{margin:15px 0}#sidebar-right .widget_links li a{font-size:12px;font-size:.75rem;line-height:16px;line-height:1rem;color:#000}.widget_image img{display:block}.dfp-container{z-index:24;text-align:center}#super-footer{border-top:1px solid #efefef;clear:both;text-align:center;position:relative;z-index:10;width:100%;background:white;padding:25px 0;font-size:12px;font-size:.75rem;line-height:20px;line-height:1.25rem}#super-footer span{display:inline-block}#super-footer span#powered-by{padding:0 15px}@media screen and (max-width: 767px){#super-footer .footer-promo-links{display:block;padding-top:10px}}#super-footer .footer-promo-links a{text-decoration:underline;display:inline-block;padding:0 20px 0 0}#dfp-tag-mobile_bottom{position:fixed;bottom:0;left:0;width:100%}#gallery-channel,#video-channel{margin-bottom:20px;position:relative}#gallery-channel#gallery-channel>h1,#gallery-channel#video-channel>h1,#video-channel#gallery-channel>h1,#video-channel#video-channel>h1{font-family:"Roboto Condensed","Arial Narrow",Helvetica,sans-serif;font-weight:700;color:white;background-color:#ff006d;display:block;float:left;font-size:29px;font-size:1.8125rem;line-height:38px;line-height:2.375rem;top:0px;left:0px;position:absolute;z-index:3;text-transform:uppercase;padding:0 10px}#gallery-channel .post,#video-channel .post{width:300px;display:inline-block;height:258px;margin:0;padding:0}#gallery-channel .post:nth-child(3n-1),#video-channel .post:nth-child(3n-1){padding:0 40px;margin-left:-3px !important;margin-right:-3px !important}#gallery-channel .post:nth-child(n+1),#video-channel .post:nth-child(n+1){margin:0 0 20px 0;border-bottom:1px solid #efefef}#gallery-channel .post h3,#gallery-channel .post .gallery-header h1,.gallery-header #gallery-channel .post h1,#video-channel .post h3,#video-channel .post .gallery-header h1,.gallery-header #video-channel .post h1{margin:20px 0}#gallery-channel .post h3 a,#gallery-channel .post .gallery-header h1 a,.gallery-header #gallery-channel .post h1 a,#video-channel .post h3 a,#video-channel .post .gallery-header h1 a,.gallery-header #video-channel .post h1 a{font-size:13px;font-size:.8125rem;line-height:17px;line-height:1.0625rem;font-family:"Roboto",Arial,Verdana,Helvetica,sans-serif;font-weight:700;color:#000}#gallery-channel .post h3 a:hover,#gallery-channel .post .gallery-header h1 a:hover,.gallery-header #gallery-channel .post h1 a:hover,#video-channel .post h3 a:hover,#video-channel .post .gallery-header h1 a:hover,.gallery-header #video-channel .post h1 a:hover{color:#ff006d}#gallery-channel h2,#video-channel h2{position:relative;display:block;font-family:"Roboto Condensed","Arial Narrow",Helvetica,sans-serif;font-weight:700;text-transform:uppercase;padding-top:20px;margin:0;color:#ff006d;border-bottom:1px solid #000;padding-bottom:20px;margin:50px 0 20px 0}#gallery-channel #rotator-slideshow .radar-zoneslider-slider .owl-wrapper-outer .owl-item li .rotator-title-div .slide-overline,#gallery-channel #rotator-slideshow .radar-zoneslider-slider .owl-wrapper-outer .owl-item li .rotator-title-div .slide-underline,#video-channel #rotator-slideshow .radar-zoneslider-slider .owl-wrapper-outer .owl-item li .rotator-title-div .slide-overline,#video-channel #rotator-slideshow .radar-zoneslider-slider .owl-wrapper-outer .owl-item li .rotator-title-div .slide-underline{display:none}#video-channel #rotator-slideshow .radar-zoneslider-slider .owl-wrapper-outer .owl-item li a .rotator-title-div{bottom:60px}#video-channel #rotator-slideshow .radar-zoneslider-slider .owl-wrapper-outer .owl-item li div#fiveMinCB_1{display:none !important}#video-channel .post .radar-thumb .centring-box img{width:auto !important;height:169px !important}.ie8 #video-channel .post,.ie8 #gallery-channel .post{margin:0 23px 0 0}#video-channel .inner-content .radar-thumb .centring-box,#gallery-channel .inner-content .radar-thumb .centring-box{width:300px !important;height:169px !important}#video-channel .inner-content .radar-thumb .centring-box img,#gallery-channel .inner-content .radar-thumb .centring-box img{width:auto;height:169px}.single-format-gallery .post-container{max-width:100%}@media screen and (max-width: 1023px){.single-format-gallery .post-container{margin:0}}@media screen and (max-width: 767px){.single-format-gallery .post-container h1{text-transform:capitalize;line-height:34px;line-height:2.125rem}}.single-format-gallery .post-container .below-gal-space{margin:0 55px}@media screen and (max-width: 1023px){.single-format-gallery .post-container .below-gal-space{margin:0 20px}}.single-format-gallery #sidebar-left{width:324px;float:left;padding:0 10px 0 14px}@media screen and (max-width: 767px){.single-format-gallery #sidebar-left{display:none}.single-format-gallery #sidebar-left+div{padding-left:0}}.single-format-gallery .wrapper-sticky+div{padding-left:324px}.single-format-gallery .post{max-width:700px;width:100%;float:right}.single-format-gallery .posts{margin-left:0 !important}.single .format-gallery .entry{width:auto;position:static;margin-left:0}.single .format-gallery .widget-ami-zergnet{margin-top:20px}.gallery-header h2.post-flag{font-size:18px;font-size:1.125rem}.gallery-header h1{padding:5px 0 15px;margin-bottom:0;text-transform:capitalize;font-size:28px;font-size:1.75rem;line-height:28px;line-height:1.75rem}.gallery-header .caption{font-size:16px;font-size:1rem;line-height:18px;line-height:1.125rem;margin-bottom:0;padding:0px 0px 0}.gallery-header .caption a{text-decoration:none;color:#ff006d;font-weight:700}.gallery-header .caption a:hover{text-decoration:underline}.gallery-header .author{margin-top:0}.gallery-header .author .by{padding-top:3.5px;font-size:16px;font-size:1rem;line-height:21px;line-height:1.3125rem}.gallery-header .posted-date{display:block !important;padding:0 0 20px 0px}.gallery-header .commentsection{margin-bottom:20px}.gallery-header .commentsection h3,.gallery-header .commentsection h1{color:white;display:inline-block;background-color:#ff006d;margin-top:18px;padding:5px;border-radius:5px}.gallery-header .commentsection a{font-size:14px;font-size:.875rem;line-height:14px;line-height:.875rem;background-color:#ff006d;border-radius:2px;border:0;display:inline-block;color:white;padding:6px 8px 4px 8px;font-family:"Roboto Condensed","Arial Narrow",Helvetica,sans-serif;font-weight:700;text-transform:uppercase}.gallery-header .commentsection a:hover{background-color:#ff006d}.gallery-header .tags{padding-top:20px;margin-bottom:0;border-bottom:1px solid #efefef}.single-format-gallery .radar-media-box{background:#000;margin-bottom:2em}@media (max-width: 767px){.single-format-gallery .radar-media-box{position:relative;margin:0 20px}}#ami-gallery{margin-bottom:0;height:615px;max-height:615px;text-align:center;position:relative}@media (max-width: 767px){#ami-gallery{height:auto;max-height:9999px}}@media only screen and (min-width: 768px) and (max-width: 1023px){#ami-gallery{width:444px}}#ami-gallery .owl-carousel{position:relative}#ami-gallery .owl-carousel,#ami-gallery .owl-wrapper-outer,#ami-gallery .owl-wrapper,#ami-gallery .owl-item{min-height:615px;max-height:615px}@media (max-width: 767px){#ami-gallery .owl-carousel,#ami-gallery .owl-wrapper-outer,#ami-gallery .owl-wrapper,#ami-gallery .owl-item{min-height:1px;max-height:9999px}}#ami-gallery .ami-gallery-item{position:absolute;top:50%;width:100%;-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media (max-width: 767px){#ami-gallery .ami-gallery-item{position:static;-moz-transform:translateY(0%);-ms-transform:translateY(0%);-webkit-transform:translateY(0%);transform:translateY(0%)}}#ami-gallery .ami-gallery-item-image img{margin:0 auto;display:block;max-height:615px;max-width:100%;width:auto}@media (max-width: 767px){#ami-gallery .ami-gallery-item-image img{height:auto;max-height:9999px;width:100%}}#ami-gallery .owl-item{margin:0;padding:0}#ami-gallery .owl-item .vinecontainer{padding-top:80%}#ami-gallery .owl-item .vinecontainer iframe{left:0}#ami-gallery .owl-item .gallery-twitter-embed iframe{max-width:450px !important}#ami-gallery .owl-item .ami-video-type-instagram .instagram-media{width:70% !important}@media screen and (max-width: 767px){#ami-gallery .owl-item .ami-video-type-instagram .instagram-media{width:100% !important}}#ami-gallery .owl-item .ami-aol-player,#ami-gallery .owl-item .fmvps-limited-mode,#ami-gallery .owl-item .fmvps-wrapper,#ami-gallery .owl-item .video.jw>div{margin:0 auto !important;float:none !important}#ami-gallery .owl-item iframe.instagram-media{height:600px}@media screen and (max-width: 767px){#ami-gallery .owl-item iframe.instagram-media{height:500px}}#ami-gallery .owl-item .ami-gallery-entry{display:none}#ami-gallery .owl-item .ami-gallery-item-credit{position:absolute;top:0;right:20px;height:20px;font-family:"Roboto",Arial,Verdana,Helvetica,sans-serif;background-color:#555555;background-color:rgba(85,85,85,0.8);text-align:center;color:white;font-size:10px;font-size:.625rem;line-height:20px;line-height:1.25rem;-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-webkit-transform:rotate(270deg);transform:rotate(270deg);-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;-webkit-transform-origin:100% 0;transform-origin:100% 0;overflow:hidden;padding:0 5px}#ami-gallery .owl-item .ami-video-type-jw .video.jw .jwplayer{margin:0 auto}#ami-gallery .owl-buttons .ami-counter{display:none}#ami-gallery .owl-buttons a{display:block !important;text-indent:100%;white-space:nowrap;overflow:hidden;border:0;font:0/0 a;text-shadow:none;color:transparent;background-color:transparent;width:32px;height:32px;margin:-16px 15px 10px;position:absolute;z-index:9;top:50%;cursor:pointer}#ami-gallery .owl-buttons a.owl-next{padding:0;background-size:32px;float:right;right:0}#ami-gallery .owl-buttons a.owl-next:hover{background-size:32px}#ami-gallery .owl-buttons a.owl-prev{padding:0;background-size:32px;float:left;left:0}#ami-gallery .owl-buttons a.owl-prev:hover{background-size:32px}#ami-gallery .owl-buttons a.owl-prev.disabled{background-size:32px;opacity:0.2;filter:alpha(opacity=20)}#ami-gallery .owl-buttons a.owl-next.disabled{background-size:32px;opacity:0.2;filter:alpha(opacity=20)}@media screen and (max-width: 767px){#ami-gallery .owl-buttons{top:10px;margin-top:0}#ami-gallery .owl-buttons a{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=85);opacity:.85}}#ami-gallery .next-slide-trigger{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;font-size:13px;font-size:.8125rem;line-height:18px;line-height:1.125rem;border:0;display:inline-block;background-color:#ff006d;color:white;font-family:"Roboto",Arial,Verdana,Helvetica,sans-serif;padding:4px 8px 4px 8px;display:block;width:100%;margin-top:10px;text-align:center;padding:5px 0 !important}#ami-gallery .next-slide-trigger:hover{background-color:black}@media screen and (max-width: 767px){body.single-format-gallery .subtitle{margin-bottom:8px}.single-format-gallery .radar-media-box{background:white}.radar-media-box .text-block{background:white}.radar-media-box .text-block h2{font-size:24px;font-size:1.5rem;line-height:24px;line-height:1.5rem}.radar-media-box .text-block h3.entry-subtitle,.radar-media-box .text-block .gallery-header h1.entry-subtitle,.gallery-header .radar-media-box .text-block h1.entry-subtitle{font-size:16px;font-size:1rem;line-height:20px;line-height:1.25rem;font-family:"Roboto",Arial,Verdana,Helvetica,sans-serif;text-transform:none;font-weight:400}.radar-media-box .text-block span.posted-date{display:block;padding-bottom:20px;font-size:13px;font-size:.8125rem}.radar-media-box .text-block div.tags{padding-bottom:20px;margin-bottom:0}.radar-media-box .text-block div.tags h5{display:inline;margin-right:10px;font-size:13px;font-size:.8125rem}.radar-media-box .text-block div.tags a{font-weight:400;color:white;margin-right:1px;font-size:13px;font-size:.8125rem}.radar-media-box .text-block div.tags a:hover{text-decoration:none}.radar-media-box .text-block p{font-size:13px;font-size:.8125rem;line-height:17px;line-height:1.0625rem;margin-bottom:15px}.radar-media-box .text-block .caption{padding-top:20px;margin-bottom:20px;font-size:13px;font-size:.8125rem;line-height:17px;line-height:1.0625rem;margin-bottom:15px}.radar-media-box .text-block .caption a{text-decoration:none;color:#ff006d;font-weight:700;font-family:"Roboto",Arial,Verdana,Helvetica,sans-serif}.radar-media-box .text-block .caption a:hover{text-decoration:underline}}.gallery-thumbnails{width:100%;overflow:hidden;height:82px;position:relative}@media screen and (max-width: 1024px){.gallery-thumbnails{display:none}}.gallery-thumbnails #film-strip{transition:margin 0.2s ease 0.1s;height:28px}.gallery-thumbnails #film-strip .owl-item{float:left;list-style:none;background:#000}.gallery-thumbnails #film-strip .owl-item a{height:82px;width:100px;display:block;overflow:hidden;background-repeat:no-repeat;-webkit-background-size:cover;background-size:cover;background-position:top center;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:.5;-moz-transition:all .3s ease;-o-transition:all .3s ease;-webkit-transition:all .3s ease;transition:all .3s ease}.gallery-thumbnails #film-strip .owl-item a img{width:100px;height:auto;border-right:1px solid black}.gallery-thumbnails #film-strip .owl-item a:hover{filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);opacity:1}.gallery-thumbnails #film-strip .synced a{filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);opacity:1}.gallery-thumbnails div#gallery_thumbnail_nav_arrow_right,.gallery-thumbnails div#gallery_thumbnail_nav_arrow_left{width:41px;height:81px;position:absolute;top:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);opacity:.9}.gallery-thumbnails div#gallery_thumbnail_nav_arrow_right.disabled,.gallery-thumbnails div#gallery_thumbnail_nav_arrow_left.disabled{display:none}.gallery-thumbnails div#gallery_thumbnail_nav_arrow_right a,.gallery-thumbnails div#gallery_thumbnail_nav_arrow_left a{display:block;width:100%;height:100%}.gallery-thumbnails div#gallery_thumbnail_nav_arrow_right{right:0}.gallery-thumbnails div#gallery_thumbnail_nav_arrow_right a{background-position:0px -1608px !important;background-size:auto !important;width:41px !important;height:82px !important}.gallery-thumbnails div#gallery_thumbnail_nav_arrow_left{margin-left:0px}.gallery-thumbnails div#gallery_thumbnail_nav_arrow_left a{background-position:0 -1700px !important;background-size:auto !important;width:41px !important;height:82px !important}.ami-gallery-entry{display:none}.single-format-gallery #leaderboard-holder{margin-bottom:10px}.single-format-gallery #leaderboard-holder #leaderboard{padding-top:10px}.single-format-gallery #sidebar-left .widget{border-bottom:1px solid #efefef;padding-top:10px;padding-bottom:10px}.single-format-gallery #sidebar-left .widget:last-of-type{padding:0;border-bottom:none;margin:0;padding-top:10px}.single-format-gallery #sidebar-left #gpt2_ads_widget-13{border-top:1px solid #efefef}.page-template-page-products #content-wrapper header,.tag #content-wrapper header,.search #content-wrapper header,.archive #content-wrapper header{font-size:24px;font-size:1.5rem;background:#ff006d;color:white;font-family:"Roboto Condensed","Arial Narrow",Helvetica,sans-serif;font-weight:700;padding:10px 42px;margin-bottom:20px;position:fixed;text-transform:uppercase;max-width:1024px;width:100%;z-index:12}@media screen and (min-width: 768px){.page-template-page-products #content-wrapper header,.tag #content-wrapper header,.search #content-wrapper header,.archive #content-wrapper header{font-size:36px;font-size:2.25rem}}@media screen and (max-width: 767px){.page-template-page-products #content-wrapper header,.tag #content-wrapper header,.search #content-wrapper header,.archive #content-wrapper header{left:0;padding:10px 20px}}.page-template-page-products #content-wrapper header h1,.tag #content-wrapper header h1,.search #content-wrapper header h1,.archive #content-wrapper header h1{color:#000;display:inline;font-size:inherit}.page-template-page-products #content-wrapper header span,.tag #content-wrapper header span,.search #content-wrapper header span,.archive #content-wrapper header span{color:#000;font-family:"Roboto",Arial,Verdana,Helvetica,sans-serif;margin-right:5px}.list-content{margin:0 20px;width:auto;min-height:1px}.list-content .search-string{font-size:17px;font-size:1.0625rem;line-height:21px;line-height:1.3125rem;margin-bottom:15px}.list-content .search-string strong{text-transform:uppercase;font-family:"Roboto",Arial,Verdana,Helvetica,sans-serif;font-weight:700;font-weight:normal}@media screen and (min-width: 768px) and (max-width: 1023px){.list-content{margin:0 0 0 20px;width:53%;float:left}}@media screen and (min-width: 1024px){.list-content{margin:0 0 0 42px;width:620px;float:left}}.list-item .radar-thumb{max-height:169px;overflow:hidden}.list-item .post{margin-top:0px;border-top:0;border-bottom:1px solid #efefef;padding:20px 0 3px}.list-item .post:before,.list-item .post:after{content:" ";display:table}.list-item .post:after{clear:both}@media screen and (max-width: 768px){.list-item .post{padding:15px 0 0}}.list-item .post:first-child{padding-top:0}.list-item .post .post-image{float:right;margin-left:20px;max-width:240px}@media screen and (min-width: 1024px){.list-item .post .post-image{max-width:300px;width:300px}}@media screen and (max-width: 768px){.list-item .post .post-image{width:100%;margin-left:0;float:none;max-width:9999px}.list-item .post .post-image img{width:100%}.list-item .post .post-image .radar-thumb{max-height:1609px;overflow:hidden}}@media screen and (max-width: 768px) and (max-width: 768px){.list-item .post .post-image .radar-thumb{margin-bottom:15px}}.list-item .post .post-detail{width:60%;position:relative}@media screen and (max-width: 768px){.list-item .post .post-detail{width:100%;margin-left:0;float:none;max-width:9999px}}.list-item .post .post-detail .post-excerpt{margin:10px 0 10px 0}.list-item .post .post-detail .post-excerpt p{margin:0;font-size:13px;font-size:.8125rem;line-height:15px;line-height:.9375rem}.list-item .post .post-detail .post-excerpt a{font-weight:bold;font-size:12px;font-size:.75rem;line-height:16px;line-height:1rem}.list-item .post .post-detail .post-excerpt a:hover{color:#000 !important}@media screen and (max-width: 768px){.list-item .post .post-detail .post-excerpt{margin:5px 0}.list-item .post .post-detail .post-flag{margin-bottom:5px;font-size:20px;font-size:1.25rem;line-height:20px;line-height:1.25rem}.list-item .post .post-detail .promo-title{font-size:24px;font-size:1.5rem;line-height:24px;line-height:1.5rem}}@media screen and (max-width: 767px){.list-item .post{padding:15px 0}}.search-no-results .load-more-button{margin-top:0px !important}.author_head .author-name{border-bottom:1px solid #ff006d;margin-bottom:9px;min-height:50px}.author_head h1{font-size:22px;font-size:1.375rem;line-height:42px;line-height:2.625rem;font-family:"Roboto Condensed","Arial Narrow",Helvetica,sans-serif;font-weight:700;color:#000;text-transform:uppercase;display:inline-block;float:left}.author_head .twitter{background:none !important;border-left:1px solid #a6a6a6;padding:0px 6px 0px 12px !important;border-radius:0;height:15px;margin-left:12px;margin-top:12px;display:inline-block;float:left}.author_head .twitter a{font-family:"Roboto",Arial,Verdana,Helvetica,sans-serif;font-size:13px;font-size:.8125rem;line-height:27px;line-height:1.6875rem;display:inline-block;height:20px;padding:0px 6px 6px 26px !important;text-transform:none;vertical-align:top;margin-top:-5px;background-color:#e7e7e7;background-size:19px;border-radius:5px;color:#000}.author_head .author-image{float:left}.author_head .author-image img{border-radius:100px;width:164px;height:164px;margin-right:20px}.author_head .author-description{float:left;min-height:66px;padding-bottom:20px;width:796px;margin-top:11px}.author_head .author-description .author-description{font-family:"Roboto",Arial,Verdana,Helvetica,sans-serif;font-size:16px;font-size:1rem;line-height:24px;line-height:1.5rem}body.author #sidebar-right .widget-zone-posts,body.author #sidebar-right .Sailthru_Subscribe,body.author #sidebar-right .widget_links,body.author #sidebar-right .widget-radar-poll,body.author #sidebar-right .widget_radar_newsmax_widget{display:none}body.author .widget-hottest-topic{border-bottom:1px solid #000}body.author .radar-video-thumb .centring-box img{height:121px;width:auto}@media only screen and (max-width: 767px){body.error404{height:100%}body.error404 #adfor404{margin-top:20px}body.error404 div#content-wrapper article{width:auto;padding-top:30px;padding-bottom:60px}body.error404 div#content-wrapper article h1{width:300px;margin-right:auto;margin-bottom:30px;margin-left:auto;font-size:32px;font-size:2rem;line-height:32px;line-height:2rem}body.error404 div#content-wrapper article div.entry-content p{margin-bottom:30px;font-size:16px;font-size:1rem}body.error404 div#content-wrapper article form.searchform{position:relative;left:auto;margin:0 auto;padding-left:0}body.error404 #super-footer{position:absolute;bottom:0;display:none;width:100%}}body.error404 div#content-wrapper{text-align:center}body.error404 div#content-wrapper article{width:500px;margin:0 auto;padding-top:120px}@media only screen and (max-width: 767px){body.error404 div#content-wrapper article{width:auto;padding-bottom:0}}body.error404 div#content-wrapper article h1{margin-bottom:45px;letter-spacing:-.5px;letter-spacing:-.03125rem}body.error404 div#content-wrapper article div.entry-content p{font-family:"Roboto Condensed","Arial Narrow",Helvetica,sans-serif;font-weight:700;margin-bottom:60px;font-size:24px;font-size:1.5rem}body.error404 div#content-wrapper article #search_form{position:relative}body.error404 div#content-wrapper article #search_form ::-webkit-input-placeholder{color:#ae004a}body.error404 div#content-wrapper article #search_form :-moz-placeholder{color:#ae004a}body.error404 div#content-wrapper article #search_form ::-moz-placeholder{color:#ae004a}body.error404 div#content-wrapper article #search_form :-ms-input-placeholder{color:#ae004a}body.error404 div#content-wrapper article form.searchform{width:232px;height:40px;margin:-15px auto 200px auto;border-radius:5px;background:#ff006d}body.error404 div#content-wrapper article form.searchform input.search-term{font-family:"Roboto Condensed","Arial Narrow",Helvetica,sans-serif;font-weight:700;float:left;padding-right:55px;padding-left:30px;color:white;border:none;border-radius:5px;background-position:5px -1177px !important;background-size:auto !important;width:auto !important;height:39px !important;font-size:15px;font-size:.9375rem}body.error404 div#content-wrapper article form.searchform input.search-term ::-webkit-input-placeholder{color:#ae004a;background:red}body.error404 div#content-wrapper article form.searchform input.search-term :-moz-placeholder{color:#ae004a;background:red}body.error404 div#content-wrapper article form.searchform input.search-term ::-moz-placeholder{color:#ae004a;background:red}body.error404 div#content-wrapper article form.searchform input.search-term :-ms-input-placeholder{color:#ae004a;background:red}@media only screen and (max-width: 767px){body.error404 div#content-wrapper article form.searchform input.search-term{padding-right:56px}}body.error404 div#content-wrapper article form.searchform input.search-term:focus{outline:none}body.error404 div#content-wrapper article form.searchform input[type=submit]{font-weight:700;float:left;width:40px;height:26px;margin-top:7px;margin-left:-51px;outline:none;font-size:14px;font-size:.875rem}body.error404 div#content-wrapper article form.searchform #searchsubmit{font-family:"Roboto Condensed","Arial Narrow",Helvetica,sans-serif;font-weight:700;padding:4px 12px;cursor:pointer;background-color:#ae004a !important;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;font-size:13px;font-size:.8125rem;line-height:18px;line-height:1.125rem;border:0;display:inline-block;background-color:#ff006d;color:white;font-family:"Roboto",Arial,Verdana,Helvetica,sans-serif;padding:4px 8px 4px 8px;-webkit-appearance:none}body.error404 div#content-wrapper article form.searchform #searchsubmit:hover{background-color:black}body.error404 div#content-wrapper article form.searchform .search-term{font-family:"Roboto Condensed","Arial Narrow",Helvetica,sans-serif;width:190px;margin:0 0 0 5px;color:#b3004d;font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem}body.error404 div#content-wrapper div#adfor404{text-align:center}.page-template-sponsorship-page .post{float:none !important;width:100% !important}.page-template-sponsorship-page #leaderboard{padding-top:20px}@media (max-width: 1024px){.page-template-sponsorship-page .radar-video-thumb{max-width:215px}}@media (min-width: 768px){.page-template-sponsorship-page #main-content{width:53%}}@media (min-width: 860px){.page-template-sponsorship-page #main-content{width:58%}}.page-template-sponsorship-page article .entry{border-bottom:1px solid #bcbcbc;margin:20px 0;padding-bottom:20px}.sponsorship-gallery-block .ami-gallery-item{text-align:center}.sponsorship-video-block,.sponsorship-gallery-block{border-bottom:1px solid #EAEAEA;padding:0 0 20px;margin-bottom:20px}.sponsorship-video-block{text-align:center}.sponsorship-video-block>div{margin:0 auto}.sponsorship-header-image img{width:100%;height:auto}@media screen and (max-width: 767px){.sponsorship-video-block>div{max-width:296px;max-height:157px}}@media screen and (min-width: 768px) and (max-width: 940px){.page-template-sponsorship-page #main.white-content #primary{max-width:410px}.sponsorship-video-block>div{max-width:385px;max-height:244px}}.page-template-sponsorship-page .owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.page-template-sponsorship-page .owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}.page-template-sponsorship-page .owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0px, 0px, 0px)}.page-template-sponsorship-page .owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}.page-template-sponsorship-page .owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out;min-height:310px}.page-template-sponsorship-page .owl-carousel .owl-item{float:left}.page-template-sponsorship-page .owl-carousel .owl-wrapper,.page-template-sponsorship-page .owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0)}.sponsorship-gallery-block{overflow:hidden}.sponsorship-gallery-block .owl-item{margin:0;padding:0}.sponsorship-gallery-block .owl-item img{max-width:100%;height:auto}.sponsorship-gallery-block .owl-item .aol-video-container{min-height:309px}.sponsorship-gallery-block .owl-item .ami-aol-player .fmvps-player-spinner,.sponsorship-gallery-block .owl-item .fmvps-limited-mode .fmvps-player-spinner,.sponsorship-gallery-block .owl-item .fmvps-wrapper .fmvps-player-spinner{top:50%;left:50%;margin:-30px 0 0 -30px}.sponsorship-gallery-block .owl-item p{font-family:CorpidHeavy,Arial,Verdana,Helvetica,sans-serif;font-size:1.6rem;line-height:1.9rem;margin-top:40px;color:#000}.sponsorship-gallery-block .owl-item .ami-gallery-item-credit{font-family:Corpid,Arial,Verdana,Helvetica,sans-serif;font-size:1rem;text-align:right;margin-top:2px}.sponsorship-gallery-block .owl-pagination{height:1px}.sponsorship-gallery-block .owl-buttons{text-align:center;margin:-22px 0 0}.sponsorship-gallery-block .ami-counter{font-size:1.5em;display:block;vertical-align:top;text-align:center;position:relative;bottom:-16px}.sponsorship-gallery-block .owl-buttons .owl-prev,.sponsorship-gallery-block .owl-buttons .owl-next{text-indent:100%;white-space:nowrap;overflow:hidden;border:0;font:0/0 a;text-shadow:none;color:transparent;background-color:transparent;width:60px;height:61px;position:relative;text-align:center;display:inline-block !important;cursor:pointer;margin:0 0 10px}.sponsorship-gallery-block .owl-buttons .owl-prev,.sponsorship-gallery-block .owl-buttons .owl-prev.disabled,.sponsorship-gallery-block .owl-buttons .owl-prev:hover{padding:0;background-size:32px;float:left}.sponsorship-gallery-block .owl-buttons .owl-next,.sponsorship-gallery-block .owl-buttons .owl-next:hover,.sponsorship-gallery-block .owl-buttons .owl-next.disabled{padding:0;background-size:32px;float:right}.sponsorship-gallery-block .next-slide-trigger{border-radius:2px;background-color:#000;color:#FFF;border:none;line-height:24px;font-size:16px;text-transform:uppercase;cursor:pointer;-webkit-appearance:none;display:block;width:100%;margin-top:10px;text-align:center;padding:5px 0 !important}.sponsorship-gallery-block .next-slide-trigger:hover{background-color:#ff0071}.sponsorship-gallery-block .owl-item .wrapper-sticky,.sponsorship-gallery-block .owl-pagination .owl-page{display:none}.sponsorship-gallery-block .owl-item .ami-aol-player,.sponsorship-gallery-block .owl-item .fmvps-limited-mode,.sponsorship-gallery-block .owl-item .fmvps-wrapper,.sponsorship-gallery-block .owl-item .ami-aol-player video,.sponsorship-gallery-block .owl-item .ami-aol-player object,.sponsorship-gallery-block .owl-item .fmvps-limited-mode video,.sponsorship-gallery-block .owl-item .fmvps-limited-mode object,.sponsorship-gallery-block .owl-item .fmvps-wrapper video,.sponsorship-gallery-block .owl-item .fmvps-wrapper object{width:551px;height:309px}object.jwswf{left:0}@media screen and (max-width: 767px){.sponsorship-gallery-block{margin-bottom:10px}.sponsorship-gallery-block .owl-item .ami-gallery-entry{margin-top:10px !important}}#sponsored-tax .posts .post{width:auto}#sponsored-tax .ami_quiz .show_2 .option .thumb .credit,#sponsored-tax .ami_quiz .show_2 .option{width:50%}#sponsored-tax .ami_quiz .show_2 .option .thumb img{max-width:100%}@media screen and (max-width: 767px){#sponsored-tax .ami_quiz .show_2 .option{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:10px;height:auto}#sponsored-tax .ami_quiz .show_2 .option:last-of-type{margin-bottom:0}#sponsored-tax .ami_quiz .show_2 .option .thumb .credit,#sponsored-tax .ami_quiz .show_2 .option{max-height:9999%;width:100%}#sponsored-tax .ami_quiz .show_2 .option .thumb img{max-width:100%;width:auto;height:auto;margin-left:0px}#sponsored-tax .ami_quiz .show_2 .option .thumb{width:100%;height:auto}#sponsored-tax .ami_quiz .show_2 .option .title{margin-top:10px}}.owl-wrapper-outer{clear:both}.asprite.asp-com,.gig-button-container-comments .comments{background:url('http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/sprites-s4b8b534c81.png') 0 -718px no-repeat;background-position:0 -359px;width:32px;height:32px;-moz-background-size:70px,1028px;-o-background-size:70px,1028px;-webkit-background-size:70px,1028px;background-size:70px,1028px;display:inline-block}.asprite.asp-com-p{background:url('http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/sprites-s4b8b534c81.png') 0 -644px no-repeat;background-position:0 -322px;width:32px;height:32px;-moz-background-size:70px,1028px;-o-background-size:70px,1028px;-webkit-background-size:70px,1028px;background-size:70px,1028px;display:inline-block}.asprite.asp-env{background:url('http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/sprites-s4b8b534c81.png') 0 -792px no-repeat;background-position:0 -396px;width:25.5px;height:20px;-moz-background-size:70px,1028px;-o-background-size:70px,1028px;-webkit-background-size:70px,1028px;background-size:70px,1028px;display:inline-block}.asprite.asp-fb,.gig-button-container-facebook .Facebook{background:url('http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/sprites-s4b8b534c81.png') 0 -916px no-repeat;background-position:0 -458px;width:32px;height:32px;-moz-background-size:70px,1028px;-o-background-size:70px,1028px;-webkit-background-size:70px,1028px;background-size:70px,1028px;display:inline-block}.asprite.asp-fb-p{background:url('http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/sprites-s4b8b534c81.png') 0 -842px no-repeat;background-position:0 -421px;width:32px;height:32px;-moz-background-size:70px,1028px;-o-background-size:70px,1028px;-webkit-background-size:70px,1028px;background-size:70px,1028px;display:inline-block}.asprite.asp-next{background:url('http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/sprites-s4b8b534c81.png') 0 -1060px no-repeat;background-position:0 -530px;width:11px;height:18px;-moz-background-size:70px,1028px;-o-background-size:70px,1028px;-webkit-background-size:70px,1028px;background-size:70px,1028px;display:inline-block}.asprite.asp-prev{background:url('http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/sprites-s4b8b534c81.png') 0 -1106px no-repeat;background-position:0 -553px;width:11px;height:18px;-moz-background-size:70px,1028px;-o-background-size:70px,1028px;-webkit-background-size:70px,1028px;background-size:70px,1028px;display:inline-block}.asprite.asp-rell{background:url('http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/sprites-s4b8b534c81.png') 0 -1152px no-repeat;background-position:0 -576px;width:8px;height:13px;-moz-background-size:70px,1028px;-o-background-size:70px,1028px;-webkit-background-size:70px,1028px;background-size:70px,1028px;display:inline-block}.asprite.asp-twit,.gig-button-container-twitter .Twitter{background:url('http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/sprites-s4b8b534c81.png') 0 -1866px no-repeat;background-position:0 -933px;width:32px;height:32px;-moz-background-size:70px,1028px;-o-background-size:70px,1028px;-webkit-background-size:70px,1028px;background-size:70px,1028px;display:inline-block}.asprite.asp-twit-p{background:url('http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/sprites-s4b8b534c81.png') 0 -1792px no-repeat;background-position:0 -896px;width:32px;height:32px;-moz-background-size:70px,1028px;-o-background-size:70px,1028px;-webkit-background-size:70px,1028px;background-size:70px,1028px;display:inline-block}.asprite.asp-srch{background:url('http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/sprites-s4b8b534c81.png') 0 -1560px no-repeat;background-position:0 -780px;width:18px;height:19px;-moz-background-size:70px,1028px;-o-background-size:70px,1028px;-webkit-background-size:70px,1028px;background-size:70px,1028px;display:inline-block}.asprite.asp-srch-p{background:url('http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/sprites-s4b8b534c81.png') 0 -1512px no-repeat;background-position:0 -756px;width:18px;height:19px;-moz-background-size:70px,1028px;-o-background-size:70px,1028px;-webkit-background-size:70px,1028px;background-size:70px,1028px;display:inline-block}.asprite.asp-slide-n,#ami-gallery .owl-buttons a.owl-next,#ami-gallery .owl-buttons a.owl-next:hover,#ami-gallery .owl-buttons a.owl-next.disabled,.sponsorship-gallery-block .owl-buttons .owl-next,.sponsorship-gallery-block .owl-buttons .owl-next:hover,.sponsorship-gallery-block .owl-buttons .owl-next.disabled{background:url('http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/sprites-s4b8b534c81.png') 0 -1216px no-repeat;background-position:0 -608px;width:32px;height:32px;-moz-background-size:70px,1028px;-o-background-size:70px,1028px;-webkit-background-size:70px,1028px;background-size:70px,1028px;display:inline-block}.asprite.asp-slide-np{background:url('http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/sprites-s4b8b534c81.png') 0 -1290px no-repeat;background-position:0 -645px;width:32px;height:32px;-moz-background-size:70px,1028px;-o-background-size:70px,1028px;-webkit-background-size:70px,1028px;background-size:70px,1028px;display:inline-block}.asprite.asp-slide-p,#ami-gallery .owl-buttons a.owl-prev,#ami-gallery .owl-buttons a.owl-prev:hover,#ami-gallery .owl-buttons a.owl-prev.disabled,.sponsorship-gallery-block .owl-buttons .owl-prev,.sponsorship-gallery-block .owl-buttons .owl-prev.disabled,.sponsorship-gallery-block .owl-buttons .owl-prev:hover{background:url('http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/sprites-s4b8b534c81.png') 0 -1364px no-repeat;background-position:0 -682px;width:32px;height:32px;-moz-background-size:70px,1028px;-o-background-size:70px,1028px;-webkit-background-size:70px,1028px;background-size:70px,1028px;display:inline-block}.asprite.asp-slide-pp{background:url('http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/sprites-s4b8b534c81.png') 0 -1438px no-repeat;background-position:0 -719px;width:32px;height:32px;-moz-background-size:70px,1028px;-o-background-size:70px,1028px;-webkit-background-size:70px,1028px;background-size:70px,1028px;display:inline-block}.asprite.asp-gal-i,.radar-gallery-thumb .gallery-icon{background:url('http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/sprites-s4b8b534c81.png') 0 -990px no-repeat;background-position:0 -495px;width:70px;height:30px;-moz-background-size:70px,1028px;-o-background-size:70px,1028px;-webkit-background-size:70px,1028px;background-size:70px,1028px;display:inline-block}.asprite.asp-vid-i,.radar-thumb .video-icon{background:url('http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/sprites-s4b8b534c81.png') 0 -1996px no-repeat;background-position:0 -998px;width:70px;height:30px;-moz-background-size:70px,1028px;-o-background-size:70px,1028px;-webkit-background-size:70px,1028px;background-size:70px,1028px;display:inline-block}.asprite.asp-twitter,.post-container #article-top-part div.author .twitter,.author_head .twitter a{background:url('http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/sprites-s4b8b534c81.png') 0 -1968px no-repeat;background-position:0 -984px;width:11.5px;height:9px;-moz-background-size:70px,1028px;-o-background-size:70px,1028px;-webkit-background-size:70px,1028px;background-size:70px,1028px;display:inline-block}.asprite.asp-twitter-p{background:url('http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/sprites-s4b8b534c81.png') 0 -1940px no-repeat;background-position:0 -970px;width:11.5px;height:9px;-moz-background-size:70px,1028px;-o-background-size:70px,1028px;-webkit-background-size:70px,1028px;background-size:70px,1028px;display:inline-block}.asprite.asp-arrow,.single .post .entry .timeline-trending-box .timeline-scroll-arrow,.page:not(.page-template-page-products) .post .entry .timeline-trending-box .timeline-scroll-arrow{background:url('http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/sprites-s4b8b534c81.png') 0 -336px no-repeat;background-position:0 -168px;width:20px;height:149px;-moz-background-size:70px,1028px;-o-background-size:70px,1028px;-webkit-background-size:70px,1028px;background-size:70px,1028px;display:inline-block}.asprite.asp-arrow-pink,ul.related-articles li:after{background:url('http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/sprites-s4b8b534c81.png') 0 -308px no-repeat;background-position:0 -154px;width:6px;height:9px;-moz-background-size:70px,1028px;-o-background-size:70px,1028px;-webkit-background-size:70px,1028px;background-size:70px,1028px;display:inline-block}.asprite.asp-search-white,body.error404 div#content-wrapper article form.searchform input.search-term{background:url('http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/sprites-s4b8b534c81.png') 0 -1188px no-repeat;background-position:0 -594px;width:9px;height:9px;-moz-background-size:70px,1028px;-o-background-size:70px,1028px;-webkit-background-size:70px,1028px;background-size:70px,1028px;display:inline-block}.asprite.asp-thumb-prev,.gallery-thumbnails div#gallery_thumbnail_nav_arrow_left a{background:url('http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/sprites-s4b8b534c81.png') 0 -1700px no-repeat;background-position:0 -850px;width:20.5px;height:41px;-moz-background-size:70px,1028px;-o-background-size:70px,1028px;-webkit-background-size:70px,1028px;background-size:70px,1028px;display:inline-block}.asprite.asp-thumb-next,.gallery-thumbnails div#gallery_thumbnail_nav_arrow_right a{background:url('http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/sprites-s4b8b534c81.png') 0 -1608px no-repeat;background-position:0 -804px;width:20.5px;height:41px;-moz-background-size:70px,1028px;-o-background-size:70px,1028px;-webkit-background-size:70px,1028px;background-size:70px,1028px;display:inline-block}.asprite.asp-com:hover,.gig-button-container-comments .comments:hover{background:url('http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/sprites-s4b8b534c81.png') 0 -644px no-repeat;background-position:0 -322px;width:32px;height:32px;-moz-background-size:70px,1028px;-o-background-size:70px,1028px;-webkit-background-size:70px,1028px;background-size:70px,1028px}.asprite.asp-fb:hover,.gig-button-container-facebook .Facebook:hover{background:url('http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/sprites-s4b8b534c81.png') 0 -842px no-repeat;background-position:0 -421px;width:32px;height:32px;-moz-background-size:70px,1028px;-o-background-size:70px,1028px;-webkit-background-size:70px,1028px;background-size:70px,1028px}.asprite.asp-twit:hover,.gig-button-container-twitter .Twitter:hover{background:url('http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/sprites-s4b8b534c81.png') 0 -1792px no-repeat;background-position:0 -896px;width:32px;height:32px;-moz-background-size:70px,1028px;-o-background-size:70px,1028px;-webkit-background-size:70px,1028px;background-size:70px,1028px}.asprite.asp-srch:hover{background:url('http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/sprites-s4b8b534c81.png') 0 -1512px no-repeat;background-position:0 -756px;width:18px;height:19px;-moz-background-size:70px,1028px;-o-background-size:70px,1028px;-webkit-background-size:70px,1028px;background-size:70px,1028px}.asprite.asp-twitter:hover,.post-container #article-top-part div.author .twitter:hover,.author_head .twitter a:hover{background:url('http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/sprites-s4b8b534c81.png') 0 -1940px no-repeat;background-position:0 -970px;width:11.5px;height:9px;-moz-background-size:70px,1028px;-o-background-size:70px,1028px;-webkit-background-size:70px,1028px;background-size:70px,1028px}.asprite.asp-arrow:hover,.single .post .entry .timeline-trending-box .timeline-scroll-arrow:hover,.page:not(.page-template-page-products) .post .entry .timeline-trending-box .timeline-scroll-arrow:hover{background:url('http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/sprites-s4b8b534c81.png') 0 0 no-repeat;background-position:0 0;width:20px;height:149px;-moz-background-size:70px,1028px;-o-background-size:70px,1028px;-webkit-background-size:70px,1028px;background-size:70px,1028px}.asprite.asp-partner-logo-enquirer,.partner-logo-enquirer .radar-thumb:after{background:url('http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/partners-s96283bd25b.png') 0 0 no-repeat;background-position:0 0;width:246px;height:43px;-moz-background-size:254px,308px;-o-background-size:254px,308px;-webkit-background-size:254px,308px;background-size:254px,308px;display:inline-block;content:'';position:absolute}.asprite.asp-partner-logo-mf,.partner-logo-mf .radar-thumb:after{background:url('http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/partners-s96283bd25b.png') 0 -53px no-repeat;background-position:0 -53px;width:213px;height:49px;-moz-background-size:254px,308px;-o-background-size:254px,308px;-webkit-background-size:254px,308px;background-size:254px,308px;display:inline-block;content:'';position:absolute}.asprite.asp-partner-logo-ok,.partner-logo-ok .radar-thumb:after{background:url('http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/partners-s96283bd25b.png') 0 -112px no-repeat;background-position:0 -112px;width:96px;height:54px;-moz-background-size:254px,308px;-o-background-size:254px,308px;-webkit-background-size:254px,308px;background-size:254px,308px;display:inline-block;content:'';position:absolute}.asprite.asp-partner-logo-star,.partner-logo-star .radar-thumb:after{background:url('http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/partners-s96283bd25b.png') 0 -237px no-repeat;background-position:0 -237px;width:129px;height:52px;-moz-background-size:254px,308px;-o-background-size:254px,308px;-webkit-background-size:254px,308px;background-size:254px,308px;display:inline-block;content:'';position:absolute}.asprite.asp-partner-logo-sod,.partner-logo-sod .radar-thumb:after{background:url('http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/partners-s96283bd25b.png') 0 -176px no-repeat;background-position:0 -176px;width:254px;height:51px;-moz-background-size:254px,308px;-o-background-size:254px,308px;-webkit-background-size:254px,308px;background-size:254px,308px;display:inline-block;content:'';position:absolute}.asprite.asp-sponsored{background:url('http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/partners-s96283bd25b.png') 0 -299px no-repeat;background-position:0 -299px;width:9px;height:9px;-moz-background-size:254px,308px;-o-background-size:254px,308px;-webkit-background-size:254px,308px;background-size:254px,308px;display:inline-block;content:'';position:absolute}.hide-text{text-indent:-9999px;overflow:hidden;display:inline-block}@media screen and (max-width: 767px){body.clip{overflow:hidden}}@media screen and (min-width: 768px){.show-mobile{display:none !important}}@media screen and (max-width: 767px){.show-mobile{display:block !important}.hide-mobile{display:none !important}}#dfp-tag-wallpaper{position:absolute}.screen-reader-only{display:none}#darkness{background-color:#000;background-color:rgba(0,0,0,0.5);display:none;height:100%;left:0;position:fixed;top:60px;width:100%;z-index:25}#lightness{background-color:#fff;background-color:rgba(255,255,255,0.5);display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:25}.fb-like iframe{max-width:9999px}.widget-gpt2-ami-ads.fixedLeaderA{padding-top:30px !important}#leaderboard-holder{width:100%;position:relative;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:25px}.mobile #leaderboard-holder{margin-bottom:5px}#leaderboard-holder.height-auto{height:auto !important}#leaderboard{margin:0 auto}.archive #leaderboard,.search #leaderboard,.page-template-page-products #leaderboard{padding-top:90px}.mobile.archive #leaderboard,.mobile.search #leaderboard,.mobile.page-template-page-products #leaderboard{padding-top:68px}.mobile.archive .fixedLeaderA #leaderboard,.mobile.search .fixedLeaderA #leaderboard{padding-top:10px}.single-post #leaderboard{padding-top:20px}#leaderboard.in-move{position:fixed;top:62px;z-index:18;padding-top:0}#leaderboard .widget-ami-gpt-ads{text-align:center;max-width:980px;margin:0 auto;position:relative;z-index:10}@media screen and (min-width: 1040px){.admin-bar #leaderboard{width:100%}.admin-bar #leaderboard.in-move{position:fixed;top:94px;z-index:18}}#sweep-deactivated{text-align:center}#gigya-wrap{position:relative;height:auto;background:#ff006d}#gigya-wrap span{font-family:"Roboto",Arial,Verdana,Helvetica,sans-serif;font-weight:700;display:block;color:#fff;font-size:13px;font-size:.8125rem}#gigya-wrap .gigya-button{width:32px;cursor:pointer;text-align:center}#gigya-wrap .gig-button-container{padding:0}#gigya-wrap section{font-family:"Roboto Condensed","Arial Narrow",Helvetica,sans-serif;font-weight:700;display:block;padding:5px;cursor:pointer;text-transform:uppercase;color:#fff;background:#000;font-size:12px;font-size:.75rem}#article-top-part #gigya-wrap{position:absolute;top:10px;left:0;width:60px;text-align:center}@media only screen and (max-width: 1023px){#article-top-part #gigya-wrap{position:relative;width:300px;height:62px}}#article-top-part #gigya-wrap span{margin-top:30px}@media only screen and (max-width: 1023px){#article-top-part #gigya-wrap span{display:inline-block;margin-top:0;padding-left:13px}}#article-top-part #gigya-wrap .gig-button-container{display:block}#article-top-part #gigya-wrap .gigya-button{display:block;margin:14px auto 25px auto;padding:6px 0 0;cursor:pointer;text-align:center}@media only screen and (max-width: 1023px){#article-top-part #gigya-wrap .gigya-button{line-height:22px;display:inline-block;width:64px;margin:15px auto 2px;cursor:pointer}}@media only screen and (max-width: 1023px){#article-top-part #gigya-wrap section{position:absolute;top:0;left:0;padding:25px 18px}}@media only screen and (max-width: 1023px){#article-top-part #gigya-wrap .gig-bar-container{margin-left:70px}}@media only screen and (max-width: 1023px){#article-top-part #gigya-wrap .gig-button-container{display:inline-block}}.single-format-gallery #gigya-wrap{width:100%;height:50px;margin-bottom:6px}@media only screen and (max-width: 767px){.single-format-gallery #gigya-wrap{width:300px}}.single-format-gallery #gigya-wrap span{display:inline-block;padding-left:13px}.single-format-gallery #gigya-wrap .gigya-button{line-height:35px;display:inline-block;width:64px;margin:9px auto 2px;cursor:pointer}.single-format-gallery #gigya-wrap section{position:absolute;top:0;left:0;padding:19px 18px}.single-format-gallery .gig-bar-container{margin-left:95px}.single-format-gallery .gig-button-container{display:inline-block}.gig-button-container-facebook .Facebook:hover{background:url('http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/sprites-s4b8b534c81.png') 0 -916px no-repeat;background-position:0 -458px;width:32px;height:32px;-moz-background-size:70px,1028px;-o-background-size:70px,1028px;-webkit-background-size:70px,1028px;background-size:70px,1028px}.gig-button-container-twitter .Twitter:hover{background:url('http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/sprites-s4b8b534c81.png') 0 -1866px no-repeat;background-position:0 -933px;width:32px;height:32px;-moz-background-size:70px,1028px;-o-background-size:70px,1028px;-webkit-background-size:70px,1028px;background-size:70px,1028px}.gig-button-container-comments .comments:hover{background:url('http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/sprites-s4b8b534c81.png') 0 -718px no-repeat;background-position:0 -359px;width:32px;height:32px;-moz-background-size:70px,1028px;-o-background-size:70px,1028px;-webkit-background-size:70px,1028px;background-size:70px,1028px}.ami-sponsored{font-size:12px !important;color:#ccc !important;line-height:14px !important;margin:0 !important}#record-box-overlay{z-index:50000 !important}*{margin:0;padding:0}#menu-trigger{float:left;width:30px;height:30px;margin:15px 0 15px 40px;position:relative;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer;z-index:10001}@media screen and (max-width: 767px){#menu-trigger{margin-left:10px}}#menu-trigger span{display:block;position:absolute;height:4px;width:100%;background:#fff;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}#menu-trigger span:nth-child(1){top:5px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}#menu-trigger span:nth-child(2){top:13px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}#menu-trigger span:nth-child(3){top:21px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}#menu-trigger.open span:nth-child(1){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);top:5px;left:0px}#menu-trigger.open span:nth-child(2){width:0%;opacity:0}#menu-trigger.open span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);top:26px;left:0px}#email_tips{display:none;position:absolute;top:60px;background-color:transparent !important;left:50%;margin:0 0 0 -512px;width:100%;max-width:1024px}@media screen and (max-width: 1024px){#email_tips{margin:0 auto;left:0}}#email_tips.visible{display:block !important}#email_tips .centered-elements{box-shadow:0 2px 8px rgba(0,0,0,0.5) !important;background-color:#ffffff;background-color:rgba(255,255,255,0.98);position:relative;padding-bottom:30px}#email_tips .centered-elements:before,#email_tips .centered-elements:after{content:" ";display:table}#email_tips .centered-elements:after{clear:both}#email_tips .centered-elements .arrow{opacity:0.98;filter:alpha(opacity=98);width:100%;height:0}#email_tips .centered-elements .arrow:before{content:'';width:0;height:0;border-style:solid;border-width:0 9px 10px 9px;border-color:transparent transparent white transparent;position:absolute;top:-10px;left:auto;right:177px}@media screen and (max-width: 767px){#email_tips .centered-elements .arrow:before{right:43px}}#email_tips .centered-elements .png-radar_x{position:absolute;left:auto;right:20px;top:17px;cursor:pointer}#email_tips .centered-elements .png-radar_x:before{content:"";display:block;width:30px;height:4px;background:#ff006d;-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;top:17px;right:0px}#email_tips .centered-elements .png-radar_x:after{content:"";display:block;width:30px;height:4px;background:#ff006d;-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);position:absolute;top:17px;right:0px}#email_tips .action-label{display:inline-block;width:100%;font-size:26px;font-size:1.625rem;line-height:32px;line-height:2rem;padding-top:10px;margin:18px 20px 15px 54px;vertical-align:middle}#email_tips .action-label.hideme{visibility:hidden}#email_tips #email_us_tip{font-size:13px;font-size:.8125rem;margin:67px 20px 20px}@media screen and (max-width: 767px){#email_tips #email_us_tip{margin:50px 20px 20px}}#email_tips #email_us_tip input{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;font-size:13px;font-size:.8125rem;padding:5px;vertical-align:middle;background-color:#fff;border:1px solid #e1e1e1;float:left;height:30px;margin-bottom:20px;padding:0 10px;width:85%}@media screen and (min-width: 924px){#email_tips #email_us_tip input{width:75%}}@media screen and (max-width: 767px){#email_tips #email_us_tip input{margin-bottom:10px}}#email_tips #email_us_tip input:required{box-shadow:none;font-family:"Roboto",Arial,Verdana,Helvetica,sans-serif}#email_tips #email_us_tip input:focus{box-shadow:0 0 2px silver}#email_tips #email_us_tip textarea:required{box-shadow:none;font-family:"Roboto",Arial,Verdana,Helvetica,sans-serif}#email_tips #email_us_tip textarea:focus{box-shadow:0 0 2px silver}#email_tips #email_us_tip input[type="checkbox"]#subscribe_daily_juice{width:auto;height:15px;margin-top:-1px;margin-bottom:6px}#email_tips #email_us_tip label{font-size:14px;font-size:.875rem;text-transform:uppercase;display:block;float:left;height:30px;line-height:32px;margin-right:14px;width:10%;font-family:"Roboto Condensed","Arial Narrow",Helvetica,sans-serif;font-weight:700;color:#ff006d}#email_tips #email_us_tip .field-container{margin-bottom:15px}#email_tips #email_us_tip .check-container{font-size:13px;font-size:.8125rem;clear:both;float:left;margin-left:12%;margin-top:-30px}@media screen and (min-width: 924px){#email_tips #email_us_tip .check-container{width:398px;margin-top:0}}#email_tips #email_us_tip .check-container .header-privacy{margin-left:20px;margin-top:5px;display:block}@media screen and (max-width: 767px){#email_tips #email_us_tip .check-container{margin:0 0 10px 12%}#email_tips #email_us_tip .check-container button{float:right;margin-top:10px}}#email_tips #email_us_tip .sender-info{margin:0}@media screen and (min-width: 924px){#email_tips #email_us_tip .sender-info{width:480px;float:left}}#email_tips #email_us_tip .success{font-size:36px;font-size:2.25rem;line-height:50px;line-height:3.125rem;font-family:"Roboto Condensed","Arial Narrow",Helvetica,sans-serif;font-weight:700;text-transform:uppercase;color:#ff006d;padding-top:2px;vertical-align:middle;text-align:center}@media screen and (min-width: 924px){#email_tips #email_us_tip .success{margin:70px auto 0 auto;width:665px}}#email_tips #email_us_tip .success strong{font-weight:normal;display:block}#email_tips #email_us_tip .sender-msg{clear:both;position:relative}@media screen and (min-width: 924px){#email_tips #email_us_tip .sender-msg{position:absolute;left:50%;top:67px;width:48%}}#email_tips #email_us_tip .sender-msg label{position:absolute;left:47%;top:33%;width:20%;display:none}#email_tips #email_us_tip .sender-msg textarea{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;font-size:13px;font-size:.8125rem;padding:5px;vertical-align:middle;background-color:#fff;border:1px solid #e1e1e1;background:#fff url(http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/tip.png) no-repeat center;height:121px;margin:0 0 20px 15%;width:85%}@media screen and (max-width: 767px){#email_tips #email_us_tip .sender-msg textarea{margin:0 0 10px 15%;height:45px}}#email_tips #email_us_tip .sender-msg textarea.typed,#email_tips #email_us_tip .sender-msg textarea:focus{background:#ffffff}@media screen and (min-width: 375px){#email_tips #email_us_tip .sender-msg textarea{margin-left:12%}}@media screen and (min-width: 768px){#email_tips #email_us_tip .sender-msg textarea{margin-left:12%}}@media screen and (min-width: 924px){#email_tips #email_us_tip .sender-msg textarea{margin-left:0;width:100%}}#email_tips #email_us_tip .sender-msg button{display:block;float:right;width:54px;height:40px;background-color:#ff006d;color:white;cursor:pointer;text-transform:uppercase;border:none;border-radius:2px;position:relative;padding:0}.admin-bar #side-menu,.admin-bar #main-header{top:32px}@media screen and (max-width: 780px){.admin-bar #side-menu,.admin-bar #main-header{top:0}}.admin-bar header #nav-pane .tag-rollover{top:92px}@media screen and (max-width: 780px){.admin-bar header #nav-pane .tag-rollover{top:60px}}#side-menu{background-color:#ff006d;width:275px;position:fixed;left:-275px;top:0;height:100%;opacity:0.90;filter:alpha(opacity=90);margin-left:-516px;z-index:10000;padding-top:80px;-moz-transition:all .5s ease;-o-transition:all .5s ease;-webkit-transition:all .5s ease;transition:all .5s ease}#side-menu.menu-open{left:50%}@media screen and (max-width: 1023px){#side-menu{margin-left:0px}#side-menu.menu-open{left:0}}#side-menu .menu-header{clear:left;margin-top:79px}#side-menu ul{position:fixed;overflow:auto;height:80%;width:260px}#side-menu li{font-size:16px;font-size:1rem;line-height:19px;line-height:1.1875rem;font-family:"Roboto Condensed","Arial Narrow",Helvetica,sans-serif;font-weight:700;margin:0 0 10px 30px;text-transform:uppercase}@media screen and (max-width: 1024px){#side-menu li{margin:0 0 15px 42px;font-size:20px;font-size:1.25rem;line-height:22px;line-height:1.375rem}}#side-menu li:first-of-type{border-top:none}#side-menu li a{display:block;color:white;padding-left:15px}#side-menu li a:hover{color:#000}header#main-header{background-color:black;height:60px;position:fixed;width:100%;top:0;left:0;z-index:50000}header#main-header:before,header#main-header:after{content:" ";display:table}header#main-header:after{clear:both}header#main-header #brand{max-width:1024px;margin:0 auto;position:relative}header#main-header #brand #logo{float:left;width:100px;height:24px;margin:18px 0 0 18px;position:relative;z-index:10001}@media screen and (max-width: 1023px){header#main-header #brand #logo{margin-left:18px}}header#main-header #brand #logo h4,header#main-header #brand #logo a{display:block;height:100%;width:100%}header#main-header #brand #logo img{display:block}#nav-pane{float:left;max-width:560px;margin:15px 0 0;padding-left:23px;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;line-height:32px;line-height:2rem}#nav-pane ul{padding:0}#nav-pane ul div{text-transform:uppercase;font-size:13px;font-size:.8125rem;line-height:32px;line-height:2rem;display:inline-block;margin:0 10px 0;padding:0;font-family:"Roboto",Arial,Verdana,Helvetica,sans-serif}#nav-pane ul li{position:relative;list-style:none;display:inline-block;margin:0 15px 0 0;font-size:13px;font-size:.8125rem;line-height:32px;line-height:2rem;text-transform:uppercase;height:28px;padding-bottom:45px}@media screen and (max-width: 930px){#nav-pane ul li:nth-of-type(4){display:none}}@media screen and (max-width: 830px){#nav-pane ul li:nth-of-type(3){display:none}}#nav-pane ul li .triangle{position:absolute;width:0;height:0;border-style:solid;border-width:0 9px 10px 9px;border-color:transparent transparent #ff006d transparent;bottom:1px;left:50%;margin-left:-9px;display:none;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=95);opacity:.95}@media screen and (max-width: 1024px){#nav-pane ul li .triangle{display:none !important}}#nav-pane ul li .tag-rollover{display:none;position:fixed;top:60px;z-index:51000;height:240px;max-width:1024px;width:1024px;background:rgba(255,0,113,0.9);color:white;left:50%;margin-left:-512px;padding:0}@media screen and (max-width: 1024px){#nav-pane ul li .tag-rollover{display:none !important}}#nav-pane ul li .tag-rollover img{margin-bottom:10px}#nav-pane ul li .tag-rollover ul{margin-left:70px}#nav-pane ul li .tag-rollover ul li{line-height:14px;line-height:.875rem;float:left;width:160px;padding-top:20px;position:relative;margin:0 20px 0 0;height:auto}#nav-pane ul li .tag-rollover ul li .radar-thumb{margin:0 0 8px;display:block}#nav-pane ul li .tag-rollover ul li .radar-thumb img{margin:0;display:block}#nav-pane ul li .tag-rollover ul li .radar-thumb .gallery-icon{width:52px;height:23px;-webkit-background-size:100% auto;background-size:100% auto;background-position:0 -367px !important}#nav-pane ul li .tag-rollover ul li .radar-thumb .gallery-icon span{margin:4px 0 0 22px;font-size:14px;line-height:14px}#nav-pane ul li .tag-rollover ul li .radar-thumb .video-icon{width:52px;height:25px;-webkit-background-size:100% auto;background-size:100% auto;background-position:0 -738px !important}#nav-pane ul li .tag-rollover ul li a{color:white;line-height:14px;text-transform:uppercase;font-size:14px;font-family:"Roboto Condensed","Arial Narrow",Helvetica,sans-serif;font-weight:700;white-space:normal}#nav-pane ul li .tag-rollover ul li span.posted-date{font-size:11px;font-size:.6875rem;color:white;display:block;font-family:Arial, sans-serif;margin-top:6px;padding-left:0;text-transform:capitalize}#nav-pane ul li.active-tag a{color:white}#nav-pane ul li a{color:#ff006d;font-size:16px;line-height:22px;letter-spacing:.01em;text-decoration:none;font-family:"Roboto Condensed","Arial Narrow",Helvetica,sans-serif;font-weight:700;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}#nav-pane ul li a:hover{color:white}#nav-pane ul li.loaded:hover a{color:white}#nav-pane ul li.loaded:hover .tag-rollover{display:block}#nav-pane ul li.loaded:hover .triangle{display:block}#nav-pane ul li.do-not-show:hover .tag-rollover{display:none}#nav-pane ul li.do-not-show:hover .triangle{display:none}@media only screen and (min-width: 768px) and (max-width: 1023px){#nav-pane{display:none}}@media only screen and (max-width: 767px){#nav-pane{display:none}}#tools{float:right;text-align:right;position:relative;overflow:hidden;margin-right:40px;height:60px}@media screen and (max-width: 767px){#tools{margin-right:10px}}#tools>a{display:inline-block;margin:0 0 0 12px;font-family:"Roboto Condensed","Arial Narrow",Helvetica,sans-serif;font-weight:700;color:white;text-transform:uppercase;font-size:16px;float:left;-moz-transition:color .3s ease;-o-transition:color .3s ease;-webkit-transition:color .3s ease;transition:color .3s ease}#tools>a:hover,#tools>a.active{color:#ff006d}#tools>a.mobile-tips{margin-top:20px}#tools>a.search-modal{margin-top:22px;position:relative;z-index:10}#tools>a.search-modal.open{background:url('http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/sprites-s4b8b534c81.png') 0 -1560px no-repeat;background-position:0 -780px;width:18px;height:19px;-moz-background-size:70px,1028px;-o-background-size:70px,1028px;-webkit-background-size:70px,1028px;background-size:70px,1028px}#tools>a.tips.hide-mobile{margin-top:24px}#tools>a.soc-link{margin-top:14px}@media screen and (max-width: 767px){#tools>a.soc-link{display:none}}#tools .search-popup{position:absolute;left:-100%;width:100%;height:40px;top:10px;background:#ff006d;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;padding:7px;-moz-transition:all .3s ease;-o-transition:all .3s ease;-webkit-transition:all .3s ease;transition:all .3s ease}#tools .search-popup.visible{left:0}#tools .search-popup .close-search{display:none}#tools .search-popup .search-term{outline:none;font-size:15px;font-size:.9375rem;line-height:26px;line-height:1.625rem;position:relative;background-color:transparent;border:none;color:white;font-family:"Roboto Condensed","Arial Narrow",Helvetica,sans-serif;font-weight:700;margin-left:28px;margin-right:51px;width:149px}#tools .search-popup .search-term:focus{outline:none}#tools .search-popup ::-webkit-input-placeholder{color:#AE004A}#tools .search-popup :-moz-placeholder{color:#AE004A}#tools .search-popup ::-moz-placeholder{color:#AE004A}#tools .search-popup :-ms-input-placeholder{color:#AE004A}@media screen and (max-width: 767px){#tools .search-popup{position:fixed;width:100%;padding:0px;height:60px;left:0;top:-60px;display:none;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}#tools .search-popup.visible{top:60px;display:block}#tools .search-popup .close-search{display:inline-block;position:absolute;left:10px;top:21px;cursor:pointer;z-index:5}#tools .search-popup .close-search:hover{background:url('http://i1.wp.com/radaronline.com/wp-content/themes/vip/am-radaronline/images/sprites-s4b8b534c81.png') 0 -1560px no-repeat;background-position:0 -780px;width:18px;height:19px;-moz-background-size:70px,1028px;-o-background-size:70px,1028px;-webkit-background-size:70px,1028px;background-size:70px,1028px}#tools .search-popup .search-term{font-size:18px;font-size:1.125rem;line-height:22px;line-height:1.375rem;height:60px;color:#AE004A;margin-left:0px;margin-right:0px;width:97%;float:left;padding:0 60px 0 40px}#tools .search-popup #searchsubmit{padding:11px 16px;top:10px;right:10px;top:4px}}.page-template-page-search .entry{margin-top:100px}.page-template-page-search .fixedLeaderA{top:104px}.page-template-page-search #content-wrapper header{font-family:"Roboto Condensed","Arial Narrow",Helvetica,sans-serif;font-weight:700;position:fixed;z-index:12;width:100%;max-width:1024px;margin-bottom:20px;padding:17px 42px;text-transform:uppercase;color:white;background:#ff006d;font-size:24px;font-size:1.5rem}@media screen and (min-width: 768px){.page-template-page-search #content-wrapper header{font-size:36px;font-size:2.25rem}}@media screen and (max-width: 767px){.page-template-page-search #content-wrapper header{left:0;padding:15px 20px}}.page-template-page-search #content-wrapper header h1{position:absolute;left:217px;top:10px;font-size:36px;color:black}@media screen and (max-width: 767px){.page-template-page-search #content-wrapper header h1{position:absolute;left:138px;top:10px;font-size:24px;color:black}}.page-template-page-search #content-wrapper header span{color:#000}.page-template-page-search #content-wrapper #leaderboard_wrap{margin-top:90px;margin-bottom:20px}@media only screen and (max-width: 767px){.page-template-page-search #content-wrapper #leaderboard_wrap{margin-top:75px}}.page-template-page-search .cls_results{padding-bottom:20px}.page-template-page-search .results-by-facets{margin-top:0}.page-template-page-search .results-by-facets .post{width:100%}.wdm_results{width:auto;margin:0;padding-left:0;border:none}@media only screen and (max-width: 767px){.wdm_results{width:100% !important;margin:0}}@media only screen and (min-width: 768px) and (max-width: 1023px){.wdm_results{width:100% !important}}@media only screen and (min-width: 1024px){.wdm_results{float:left;width:620px !important}}.wdm_results hr{border:none;border-bottom:1px solid #efefef;clear:both}.page-template-page-search .post .p_title{font-family:"Roboto Condensed","Arial Narrow",Helvetica,sans-serif;font-weight:700;margin:0 0 10px 0;padding-right:20px;text-transform:uppercase;font-size:24px;font-size:1.5rem;line-height:22px;line-height:1.375rem}@media screen and (min-width: 768px){.page-template-page-search .post .p_title{font-size:24px;font-size:1.5rem;line-height:22px;line-height:1.375rem}}.page-template-page-search .post .p_title a{text-decoration:none;font-family:"Roboto Condensed","Arial Narrow",Helvetica,sans-serif;color:#000}.page-template-page-search .post .p_title a:hover{text-decoration:none;color:#ff006d}.p_content{margin:0;padding-right:20px;font-size:13px;font-size:.8125rem;line-height:15px;line-height:.9375rem}.p_content a{font-weight:bold;font-size:12px;font-size:.75rem;line-height:16px;line-height:1rem}.p_content a:hover{color:#000 !important}.wdm_result_list_thumb{width:280px;height:auto;max-height:170px;margin-bottom:20px}.results-by-facets>div{position:relative;clear:both;margin:25px 0}.p_misc{position:relative;float:none;padding:10px 0 20px;color:gray;font-size:13px;font-size:.8125rem;clear:both}.p_misc:empty{display:none}.res_info{background:#ff006d}#loadingtext{display:none}.p_article{width:300px;float:left}#loadingtext{top:200px !important;color:#fff;font-size:16px;font-weight:bold;background:#FF006D !important}#loadingtext img{margin-top:5px}.search #content-wrapper header{overflow:hidden !important;text-overflow:ellipsis}.search-field{font-family:"Roboto Condensed","Arial Narrow",Helvetica,sans-serif;font-weight:700;position:relative;width:122px;margin-right:5px;margin-left:10px;padding-right:15px;color:white;border:none;outline:none;background-color:transparent;font-size:15px;font-size:.9375rem;line-height:26px;line-height:1.625rem}.search-field:focus{outline:none}#searchsubmit{font-family:"Roboto Condensed","Arial Narrow",Helvetica,sans-serif;font-weight:700;position:absolute;top:0;right:0;padding:4px 12px;cursor:pointer;outline:none;background-color:#AE004A !important;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;font-size:13px;font-size:.8125rem;line-height:18px;line-height:1.125rem;border:0;display:inline-block;background-color:#ff006d;color:white;font-family:"Roboto",Arial,Verdana,Helvetica,sans-serif;padding:4px 8px 4px 8px;-webkit-appearance:none;margin:7px 6px 0 0}#searchsubmit:hover{background-color:black}#searchsubmit:focus{outline:none}#searchsubmit:hover{background-color:#aa0048 !important}.search-frm{display:none}.search-frm.visible{left:0}.search-frm .close-search{display:none}.search-frm .search-term{font-family:"Roboto Condensed","Arial Narrow",Helvetica,sans-serif;font-weight:700;position:relative;width:145px;margin-right:51px;margin-left:28px;color:white;border:none;outline:none;background-color:transparent;font-size:15px;font-size:.9375rem;line-height:26px;line-height:1.625rem}.search-frm .search-term:focus{outline:none}.search-frm .search-field{width:130px;margin:0 0px 0 25px;float:left;padding-right:0}.search-frm #searchsubmit{right:-6px;float:right;margin-top:0px}.loading_res{display:none}.page-id-1240424 .entry-title{font-family:"Roboto Condensed","Arial Narrow",Helvetica,sans-serif;font-weight:700;z-index:12;width:100%;max-width:1024px;margin-bottom:20px;padding:17px 42px;text-transform:uppercase;color:white;background:#ff006d;font-size:24px;font-size:1.5rem}@media screen and (min-width: 768px){.page-id-1240424 .entry-title{font-size:36px;font-size:2.25rem}}@media screen and (max-width: 767px){.page-id-1240424 .entry-title{left:0;padding:10px 20px}}.page-id-1240424 .entry-title h1{position:absolute;left:217px;top:10px;font-size:36px;color:black}.page-id-1240424 .post{float:none;margin:0 auto;width:100%}.page-id-1240424 .cls_results{padding:20px 0}.wdm_resultContainer{margin-top:0}.infor{font-size:36px;font-size:2.25rem;line-height:34px;line-height:2.125rem;font-family:"Roboto Condensed","Arial Narrow",Helvetica,sans-serif;font-weight:700;text-transform:uppercase;margin:50px 0 14px 0;color:#000;font-style:normal;display:inline-block}@media only screen and (min-width: 768px){.infor{font-size:54px;font-size:3.375rem;line-height:50px;line-height:3.125rem}}@media only screen and (min-width: 768px){.page-template-page-search #sidebar-right{min-height:6050px}}@-ms-viewport{width:device-width}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(http://cdn-radar1.heartyhosting.com/wp-content/themes/vip/am-radaronline/js/owl-carousel/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.2
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

/*.owl-theme .owl-controls .owl-buttons div {*/
	/*color: #FFF;*/
	/*display: inline-block;*/
	/*zoom: 1;*/
	/**display: inline;*//*IE7 life-saver */
	/*margin: 5px;*/
	/*padding: 3px 10px;*/
	/*font-size: 12px;*/
	/*-webkit-border-radius: 30px;*/
	/*-moz-border-radius: 30px;*/
	/*border-radius: 30px;*/
	/*background: #869791;*/
/*}*/
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #ccc;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background-color: black !important;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(http://cdn-radar0.heartyhosting.com/wp-content/themes/vip/am-radaronline/js/owl-carousel/AjaxLoader.gif) no-repeat center center
}